rtMedia for WordPress, BuddyPress and bbPress - Version 3.10.4

Version Description

Requires BuddyPress 1.7 or higher, if using BuddyPress. Fixed browser title if theme has title-tag support, Fixed the video & audio player issue for activity load more, Fixed minor bugs

=

Download this release

Release Info

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

Code changes from version 3.10.3 to 3.10.4

Gruntfile.js CHANGED
@@ -118,7 +118,8 @@ module.exports = function ( grunt ) {
118
  '*.php',
119
  '**/*.php',
120
  '!node_modules/**',
121
- '!tests/**'
 
122
  ], //all php
123
  expand: true
124
  } ]
118
  '*.php',
119
  '**/*.php',
120
  '!node_modules/**',
121
+ '!tests/**',
122
+ '!lib/freemius/**'
123
  ], //all php
124
  expand: true
125
  } ]
app/assets/admin/js/admin.min.js CHANGED
@@ -2,4 +2,4 @@
2
  * rtMedia JavaScript Library
3
  * @package rtMedia
4
  */
5
- function rtmedia_addon_do_not_show(){var a={action:"rtmedia_addon_popup_not_show_again"};jQuery.post(rtmedia_admin_ajax,a,function(a){jQuery("#TB_window").remove(),jQuery("#TB_overlay").remove()})}"function"!=typeof Object.create&&(Object.create=function(a){function b(){}return b.prototype=a,new b}),function(a,b,c,d){var e={init:function(b,c){var d=this;d.elem=c,d.$elem=a(c),d.options=a.extend({},a.fn.rtTab.options,b),d.rtTabs()},rtTabs:function(){var c=this,d=c.options.activeTab;c.$elem.find("li:nth-child("+d+")").addClass("active"),c.rtTabContent(activeTabContent="yes"),c.rtClick();var e="false"===c.$elem.attr("data-hash")?!1:!0;if(e===!0){var f=b.location.hash;f&&c.$elem.find("li").find("a[href="+f+"]").trigger("click"),a(b).on("hashchange",function(){var a=b.location.hash;c.$elem.find("li").find("a[href="+a+"]").trigger("click")})}},rtClick:function(){var c=this,d=c.$elem.find("li"),e=d.find("a");e.on("click",function(e){e.preventDefault(),d.removeClass("active"),c.rtTabContent(),a(this).parent().addClass("active");var f=a(this).attr("href");a(f).removeClass("hide");var g="false"===c.$elem.attr("data-hash")?!1:!0;if(g===!0){var h=a(b).scrollTop();location.hash=a(this).attr("href"),a(b).scrollTop(h)}"function"==typeof c.options.onComplete&&c.options.onComplete.apply(c.elem,arguments)})},rtTabContent:function(b){var c=this,d=c.$elem.find("li"),e=d.find("a");e.each(function(){var c=a(this),d=c.attr("href");"yes"===b?c.parent().hasClass("active")||a(d).addClass("hide"):a(d).addClass("hide")})}};a.fn.rtTab=function(b){return this.each(function(){var c=Object.create(e);c.init(b,this),a.data(this,"rtTab",c)})},a.fn.rtTab.options={activeTab:1,onComplete:null}}(jQuery,window,document),jQuery(document).ready(function(a){a(".rtm-tabs").rtTab(),a('input[name^="rtmedia-options"]').on("change",function(){a(".rtm-save-settings-msg").remove(),0===a(".rtm-fly-warning").length&&(a(".rtm-button-container.top").prepend('<div class="rtm-warning rtm-fly-warning hide">Settings have changed, you should save them!</div>'),a(".rtm-fly-warning").slideDown())}),a(".rtm-img-size-setting .form-table tr:nth-child(7) td:last-child").attr("colspan","3"),a(".rtm-field-wrap .switch input[type=checkbox]").each(function(){var b=a(this);b.parents("table").attr("data-depends")||(b.is(":checked")?(b.parents("table").next(".rtm-notice").slideDown(),b.parents("table").siblings("table").each(function(){a(this).attr("data-depends")&&a(this).slideDown()})):(b.parents("table").next(".rtm-notice").slideUp(),b.parents("table").siblings("table").each(function(){a(this).attr("data-depends")&&a(this).slideUp()}))),b.parents("tr").next("tr").attr("data-depends")&&(b.is(":checked")?b.parents("tr").next("tr").slideDown():b.parents("tr").next("tr").slideUp())}),a(".rtm-field-wrap .switch input[type=checkbox]").on("change",function(){var b=a(this);b.parents("table").attr("data-depends")||(b.parents("table").next(".rtm-notice").slideToggle(),b.parents("table").siblings("table").each(function(){a(this).attr("data-depends")&&a(this).slideToggle()})),b.parents("tr").next("tr").attr("data-depends")&&b.parents("tr").next("tr").slideToggle()});var b=Backbone.View.extend({el:a(".bp-media-admin"),events:{"click .rtm-theme":"render","click .rtm-close":"close","click .rtm-previous":"previousTheme","click .rtm-next":"nextTheme",keyup:"keyEvent"},initialize:function(){_.bindAll(this,"render","close","nextTheme","previousTheme","keyEvent"),this.keyEvent()},render:function(b){a(".rtm-theme").removeClass("rtm-modal-open");var c=a(b.currentTarget).addClass("rtm-modal-open").find(".rtm-theme-content").html();a(".rtm-theme-overlay")[0]?(a(".rtm-theme-overlay").show(),a(this.el).find(".rtm-theme-content-wrap").empty().append(c)):a(this.el).append('<div class="theme-overlay rtm-theme-overlay"><div class="theme-backdrop rtm-close"></div><div class="rtm-theme-content-wrap">'+c+"</div></div>"),a(b.currentTarget).is(":first-child")?a(".rtm-previous").addClass("disabled"):a(b.currentTarget).is(":last-child")?a(".rtm-next").addClass("disabled"):a(".rtm-next, .rtm-previous").removeClass("disabled")},close:function(){a(".rtm-theme").removeClass("rtm-modal-open"),a(".rtm-theme-overlay").hide(),a(".rtm-next, .rtm-previous").removeClass("disabled")},nextTheme:function(b){return a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:last-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").next().trigger("click"),!1},previousTheme:function(b){return a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:first-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").prev().trigger("click"),!1},keyEvent:function(){a("body").on("keyup",function(b){return 39===b.keyCode?(a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:last-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").next().trigger("click"),!1):37===b.keyCode?(a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:first-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").prev().trigger("click"),!1):void(27===b.keyCode&&a(".rtm-close").trigger("click"))})}});new b}),jQuery(document).ready(function(a){function b(a){return jQuery.post(ajaxurl,a,function(b){if(0!=b){var c=!1,d=Math.ceil((20*parseInt(b)+parseInt(a.values.finished))/parseInt(a.values.total)*100);d>100&&(d=100,c=!0),jQuery("#rtprogressbar>div").css("width",d+"%"),finished=jQuery("#rtprivacyinstaller span.finished").html(),jQuery("#rtprivacyinstaller span.finished").html(parseInt(finished)+a.count),c&&jQuery.post(ajaxurl,{action:"rtmedia_privacy_redirect"},function(a){window.location=settings_url})}else jQuery("#map_progress_msgs").html('<div class="map_mapping_failure">Row '+b+" failed.</div>")})}function c(a){return jQuery.getJSON(ajaxurl,a,function(b){if(favorites=!1,b){var c=Math.ceil((5*parseInt(b.page)+parseInt(a.values.finished))/parseInt(a.values.total)*100);comments_total=jQuery("#bpmedia-bpalbumimporter .bp-album-comments span.total").html(),users_total=jQuery("#bpmedia-bpalbumimporter .bp-album-users span.total").html(),media_total=jQuery("#bpmedia-bpalbumimporter .bp-album-media span.total").html(),comments_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-comments span.finished").html(),users_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-users span.finished").html();var f=Math.ceil((parseInt(b.comments)+parseInt(comments_finished))/parseInt(comments_total)*100),g=Math.ceil(parseInt(b.users)/parseInt(users_total)*100);(c>100||100==c)&&(c=100,favorites=!0),jQuery(".bp-album-media #rtprogressbar>div").css("width",c+"%"),jQuery(".bp-album-comments #rtprogressbar>div").css("width",f+"%"),jQuery(".bp-album-users #rtprogressbar>div").css("width",g+"%"),media_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-media span.finished").html(),parseInt(media_finished)<parseInt(media_total)&&jQuery("#bpmedia-bpalbumimporter .bp-album-media span.finished").html(parseInt(media_finished)+a.count),jQuery("#bpmedia-bpalbumimporter .bp-album-comments span.finished").html(parseInt(b.comments)+parseInt(comments_finished)),jQuery("#bpmedia-bpalbumimporter .bp-album-users span.finished").html(parseInt(b.users)),favorites&&(favorite_data={action:"rtmedia_rt_album_import_favorites"},jQuery.post(ajaxurl,favorite_data,function(a){if(0!==a.favorites||"0"!==a.favorites){jQuery(".bp-album-favorites").length||jQuery(".bp-album-comments").after('<br /><div class="bp-album-favorites"><strong>User\'s Favorites: <span class="finished">0</span> / <span class="total">'+a.users+'</span></strong><div id="rtprogressbar"><div style="width:0%"></div></div></div>'),$favorites={},0!=a.offset||"0"!=a.offset?start=1*a.offset+1:start=1;for(var b=start;b<=a.users;b++)$count=1,b==a.users&&($count=parseInt(a.users%$count),0==$count&&($count=1)),newvals={action:"rtmedia_rt_album_import_step_favorites",offset:1*(b-1),redirect:b==a.users},$favorites[b]=newvals;var c=jQuery.Deferred();c.resolve(),jQuery.each($favorites,function(a,b){c=c.pipe(function(){return d(b)})})}else window.setTimeout(e,2e3)},"json"))}else jQuery("#map_progress_msgs").html('<div class="map_mapping_failure">Row '+b.page+" failed.</div>")})}function d(a){return jQuery.post(ajaxurl,a,function(a){redirect=!1,favorites_total=jQuery("#bpmedia-bpalbumimporter .bp-album-favorites span.total").html(),favorites_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-favorites span.finished").html(),jQuery("#bpmedia-bpalbumimporter .bp-album-favorites span.finished").html(parseInt(favorites_finished)+1);var b=Math.ceil(parseInt(favorites_finished+1)/parseInt(favorites_total)*100);(b>100||100==b)&&(b=100,redirect=!0),jQuery(".bp-album-favorites #rtprogressbar>div").css("width",b+"%"),redirect&&window.setTimeout(e,2e3)})}function e(){window.location=document.URL}a(".rtm-save-settings-msg").length>0&&setTimeout(function(){a(".rtm-save-settings-msg").remove()},1e4),jQuery("#spread-the-word").on("click","#bp-media-add-linkback",function(){var a={action:"rtmedia_linkback",linkback:jQuery("#bp-media-add-linkback:checked").length};jQuery.post(rtmedia_admin_ajax,a,function(a){})}),jQuery("#bp-media-settings-boxes").on("change","#select-request",function(){if(jQuery(this).val()){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html('<div class="support_form_loader"></div>');var a={action:"rtmedia_select_request",form:jQuery(this).val()};jQuery.post(ajaxurl,a,function(a){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(a).fadeIn("slow")})}}),jQuery("#bp-media-settings-boxes").on("click","#cancel-request",function(){if(jQuery(this).val()){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html('<div class="support_form_loader"></div>');var a={action:"rtmedia_cancel_request"};jQuery.post(ajaxurl,a,function(a){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(a).fadeIn("slow")})}}),jQuery("#bp-media-settings-boxes").on("submit","#bp_media_settings_form, .rtmedia-settings-submit",function(a){var b=!0,c=new RegExp("^[0-9]+$");jQuery("input[name*='defaultSizes']").each(function(a){return c.test(jQuery(this).val())?void 0:(alert("Invalid value for "+jQuery(this).attr("name").replace("rtmedia-options[defaultSizes_","").replace("]","").replace(/_/g," ").replace(/(\b)([a-zA-Z] )/g,function(a){return a.toUpperCase()})),b=!1,!1)});var d=jQuery('input[name^="rtmedia-options[general_videothumbs]"]');if(b&&d.length>0&&"undefined"!=typeof d){var e="",f=0;if(d.val()<=0?(e+="Number of video thumbnails to be generated should be greater than 0 in media sizes settings. Setting it to default value 2.",f=2):c.test(d.val())||(e+="Invalid value for Number of video thumbnails in media sizes settings. Setting it to round value "+Math.round(d.val())+".",f=Math.round(d.val())),""!=e)return alert(e),d.val(f),b=!1,!1}var g=jQuery('input[name^="rtmedia-options[general_jpeg_image_quality]"]');if(b&&g.length>0&&"undefined"!=typeof g){var e="",h=0;if(g.val()<=0?(e+="Number of percentage in JPEG image quality should be greater than 0 in media sizes settings. Setting it to default value 90.",h=90):g.val()>100?(e+="Number of percentage in JPEG image quality should be less than 100 in media sizes settings. Setting it to 100.",h=100):c.test(g.val())||(e+="Invalid value for percentage in JPEG image quality in media sizes settings. Setting it to round value "+Math.round(g.val())+".",h=Math.round(g.val())),""!=e)return alert(e),g.val(h),b=!1,!1}var i=jQuery('input[name^="rtmedia-options[general_perPageMedia]"]');if(b&&i.length>0&&"undefined"!=typeof i){var e="",j=0;if(i.val()<1?(e+="Please enter positive integer value only. Setting number of media per page value to default value 10.",j=10):jQuery.isNumeric(i.val())&&Math.floor(i.val())!=i.val()&&(e+="Please enter positive integer value only. Setting number of media per page value to round value "+Math.round(i.val())+".",j=Math.round(i.val())),""!=e)return alert(e),i.val(j),b=!1,!1}b||a.preventDefault()}),jQuery(document).on("click","#bpm-services .encoding-try-now,#rtm-services .encoding-try-now",function(a){if(a.preventDefault(),confirm(rtmedia_admin_strings.are_you_sure)){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_free_encoding_subscribe"};jQuery.getJSON(ajaxurl,b,function(a){if(void 0===a.error&&a.apikey){var b=window.location.href,c=window.location.hash;b=b.replace(c,""),document.location.href=b+"&apikey="+a.apikey+c}else jQuery(".encoding-try-now").next().remove(),jQuery("#settings-error-encoding-error").remove(),jQuery("#bp-media-settings-boxes").before('<div class="error" id="settings-error-encoding-error"><p>'+a.error+"</p></div>")})}}),jQuery(document).on("click","#api-key-submit",function(a){a.preventDefault(),0==jQuery(this).next("img").length&&jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_enter_api_key",apikey:jQuery("#new-api-key").val()};jQuery.getJSON(ajaxurl,b,function(a){if(void 0===a.error&&a.apikey){var b=window.location.href,c=window.location.hash;b=b.replace(c,""),-1==b.toString().indexOf("&apikey="+a.apikey)&&(b+="&apikey="+a.apikey),-1==b.toString().indexOf("&update=true")&&(b+="&update=true"),document.location.href=b+c}else jQuery("#settings-error-api-key-error").remove(),jQuery("h2:first").after('<div class="error" id="settings-error-api-key-error"><p>'+a.error+"</p></div>");jQuery("#api-key-submit").next("img").remove()})}),jQuery(document).on("click","#disable-encoding",function(a){if(a.preventDefault(),confirm(rtmedia_admin_strings.disable_encoding)){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_disable_encoding"};jQuery.post(ajaxurl,b,function(a){a?(jQuery(".settings-error-encoding-disabled").remove(),jQuery("#settings-encoding-successfully-updated").length>0?jQuery("#settings-encoding-successfully-updated p").html(a):jQuery("h2:first").after('<div class="updated" id="settings-encoding-successfully-updated"><p>'+a+"</p></div>"),jQuery("#rtmedia-encoding-usage").hide(),jQuery("#disable-encoding").next("img").remove(),jQuery("#disable-encoding").hide(),jQuery("#enable-encoding").show()):(jQuery("#settings-error-encoding-disabled").remove(),jQuery("h2:first").after('<div class="error" id="settings-error-encoding-disabled"><p>'+rtmedia_admin_strings.something_went_wrong+"</p></div>"))})}}),jQuery(document).on("click","#enable-encoding",function(a){if(a.preventDefault(),confirm(rtmedia_admin_strings.enable_encoding)){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_enable_encoding"};jQuery.post(ajaxurl,b,function(a){a?(jQuery(".settings-error-encoding-enabled").remove(),jQuery("#settings-encoding-successfully-updated").length>0?jQuery("#settings-encoding-successfully-updated p").html(a):jQuery("h2:first").after('<div class="updated" id="settings-encoding-successfully-updated"><p>'+a+"</p></div>"),jQuery("#enable-encoding").next("img").remove(),jQuery("#enable-encoding").hide(),jQuery("#disable-encoding").show()):(jQuery("#settings-error-encoding-disabled").remove(),jQuery("h2:first").after('<div class="error" id="settings-error-encoding-enabled"><p>'+rtmedia_admin_strings.something_went_wrong+"</p></div>"))})}}),jQuery(".bp-media-encoding-table").on("click",".bpm-unsubscribe",function(a){a.preventDefault(),jQuery("#bpm-unsubscribe-dialog").dialog({dialogClass:"wp-dialog",modal:!0,buttons:{Unsubscribe:function(){jQuery(this).dialog("close"),jQuery(".bpm-unsubscribe").after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var a={action:"rtmedia_unsubscribe_encoding_service",note:jQuery("#bpm-unsubscribe-note").val(),plan:jQuery(".bpm-unsubscribe").attr("data-plan"),price:jQuery(".bpm-unsubscribe").attr("data-price")};jQuery.getJSON(ajaxurl,a,function(a){void 0===a.error&&a.updated?(jQuery(".bpm-unsubscribe").next().remove(),jQuery(".bpm-unsubscribe").after(a.form),jQuery(".bpm-unsubscribe").remove(),jQuery("#settings-unsubscribed-successfully").remove(),jQuery("#settings-unsubscribe-error").remove(),jQuery("h2:first").after('<div class="updated" id="settings-unsubscribed-successfully"><p>'+a.updated+"</p></div>"),window.location.hash="#settings-unsubscribed-successfully"):(jQuery(".bpm-unsubscribe").next().remove(),jQuery("#settings-unsubscribed-successfully").remove(),jQuery("#settings-unsubscribe-error").remove(),jQuery("h2:first").after('<div class="error" id="settings-unsubscribe-error"><p>'+a.error+"</p></div>"),window.location.hash="#settings-unsubscribe-error")})}}})}),jQuery("#bpmedia-bpalbumimporter").on("change","#bp-album-import-accept",function(){jQuery(".bp-album-import-accept").toggleClass("i-accept"),jQuery(".bp-album-importer-wizard").slideToggle()}),jQuery("#rtprivacyinstall").click(function(a){a.preventDefault(),$progress_parent=jQuery("#rtprivacyinstaller"),$progress_parent.find(".rtprivacytype").each(function(){if($type=jQuery(this).attr("id"),"total"==$type){$values=[],jQuery(this).find("input").each(function(){$values[jQuery(this).attr("name")]=[jQuery(this).val()]}),$data={};for(var a=1;a<=$values.steps[0];a++)$count=20,a==$values.steps[0]&&($count=parseInt($values.laststep[0]),0==$count&&($count=20)),newvals={page:a,action:"rtmedia_privacy_install",count:$count,values:$values},$data[a]=newvals;var c=jQuery.Deferred();c.resolve(),jQuery.each($data,function(a,d){c=c.pipe(function(){return b(d)})})}})}),jQuery("#bpmedia-bpalbumimport-cleanup").click(function(a){a.preventDefault(),jQuery.post(ajaxurl,{action:"rtmedia_rt_album_cleanup"},function(a){window.location=settings_rt_album_import_url})}),jQuery("#bpmedia-bpalbumimporter").on("click","#bpmedia-bpalbumimport",function(a){if(a.preventDefault(),!jQuery("#bp-album-import-accept").prop("checked")){jQuery("html, body").animate({scrollTop:jQuery("#bp-album-import-accept").offset().top},500);var b=jQuery(".bp-album-import-accept"),d=500,e="#FFEBE8",f=3;return void function h(){b.css("background-color","#EE0000"),setTimeout(function(){b.css("background-color",e),--f&&setTimeout(h,d)},d)}()}jQuery(this).prop("disabled",!0),wp_admin_url=ajaxurl.replace("admin-ajax.php",""),jQuery(".bpm-ajax-loader").length||jQuery(this).after(' <img class="bpm-ajax-loader" src="'+wp_admin_url+'images/wpspin_light.gif" /> <strong>'+rtmedia_admin_strings.no_refresh+"</strong>"),$progress_parent=jQuery("#bpmedia-bpalbumimport"),$values=[],jQuery(this).parent().find("input").each(function(){$values[jQuery(this).attr("name")]=[jQuery(this).val()]}),0==$values.steps[0]&&($values.steps[0]=1),$data={};for(var f=1;f<=$values.steps[0];f++)$count=5,f==$values.steps[0]&&($count=parseInt($values.laststep[0]),0==$count&&($count=5)),newvals={page:f,action:"rtmedia_rt_album_import",count:$count,values:$values},$data[f]=newvals;var g=jQuery.Deferred();g.resolve(),jQuery.each($data,function(a,b){g=g.pipe(function(){return c(b)})})}),jQuery("#bp-media-settings-boxes").on("click",".interested",function(){jQuery(".interested-container").removeClass("hidden"),jQuery(".choice-free").attr("required","required")}),jQuery("#bp-media-settings-boxes").on("click",".not-interested",function(){jQuery(".interested-container").addClass("hidden"),jQuery(".choice-free").removeAttr("required")}),jQuery("#video-transcoding-main-container").on("click",".video-transcoding-survey",function(a){a.preventDefault();var b={action:"rtmedia_convert_videos_form",email:jQuery(".email").val(),url:jQuery(".url").val(),choice:jQuery('input[name="choice"]:checked').val(),interested:jQuery('input[name="interested"]:checked').val()};return jQuery.post(ajaxurl,b,function(a){jQuery("#video-transcoding-main-container").html("<p><strong>"+a+"</strong></p>")}),!1}),jQuery("#bpmedia-bpalbumimporter").on("click",".deactivate-bp-album",function(a){a.preventDefault(),$bpalbum=jQuery(this);var b={action:"rtmedia_rt_album_deactivate"};jQuery.get(ajaxurl,b,function(a){a?location.reload():$bpalbum.parent().after("<p>"+rtmedia_admin_strings.something_went_wrong+"</p>")})}),jQuery(".updated").on("click",".bpm-hide-encoding-notice",function(){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var a={action:"rtmedia_hide_encoding_notice"};jQuery.post(ajaxurl,a,function(a){a&&jQuery(".bpm-hide-encoding-notice").closest(".updated").remove()})}),jQuery("#rtmedia-bp-enable-activity").is(":checked")?jQuery(".rtmedia-bp-activity-setting").prop("readonly",!1):jQuery(".rtmedia-bp-activity-setting").prop("readonly",!0),jQuery("#rtmedia-bp-enable-activity").on("click",function(a){jQuery(this).is(":checked")?jQuery(".rtmedia-bp-activity-setting").prop("readonly",!1):jQuery(".rtmedia-bp-activity-setting").prop("readonly",!0)});var f="",g="";void 0!==rtmedia_on_label&&(f='data-on-label="'+rtmedia_on_label+'"'),void 0!==rtmedia_off_label&&(g='data-off-label="'+rtmedia_off_label+'"'),jQuery("#rtmedia-submit-request").click(function(){var b=jQuery("#name").val(),c=jQuery("#email").val(),d=jQuery("#website").val(),e=jQuery("#phone").val(),f=jQuery("#subject").val(),g=jQuery("#details").val(),h=jQuery('input[name="request_type"]').val(),i=jQuery('input[name="request_id"]').val(),j=jQuery('input[name="server_address"]').val(),k=jQuery('input[name="ip_address"]').val(),l=jQuery('input[name="server_type"]').val(),m=jQuery('input[name="user_agent"]').val(),n={name:b,email:c,website:d,phone:e,subject:f,details:g,request_id:i,request_type:"premium_support",server_address:j,ip_address:k,server_type:l,user_agent:m};if("bug_report"==h){var o=jQuery("#wp_admin_username").val();if(""==o)return alert("Please enter WP Admin Login."),!1;var p=jQuery("#wp_admin_pwd").val();if(""==p)return alert("Please enter WP Admin password."),!1;var q=jQuery("#ssh_ftp_host").val();if(""==q)return alert("Please enter SSH / FTP host."),!1;var r=jQuery("#ssh_ftp_username").val();if(""==r)return alert("Please enter SSH / FTP login."),!1;var s=jQuery("#ssh_ftp_pwd").val();if(""==s)return alert("Please enter SSH / FTP password."),!1;n={name:b,email:c,website:d,phone:e,subject:f,details:g,request_id:i,request_type:"premium_support",server_address:j,ip_address:k,server_type:l,user_agent:m,wp_admin_username:o,wp_admin_pwd:p,ssh_ftp_host:q,ssh_ftp_username:r,ssh_ftp_pwd:s}}for(formdata in n)if(""==n[formdata]&&"phone"!=formdata)return alert("Please enter "+formdata.replace("_"," ")+" field."),!1;return data={action:"rtmedia_submit_request",form_data:n},jQuery.post(ajaxurl,data,function(b){return b=b.trim(),"false"==b?(alert("Please fill all the fields."),!1):(a("#rtmedia_service_contact_container").empty(),void a("#rtmedia_service_contact_container").append(b))}),!1}),jQuery("#cancel-request").click(function(){return!1}),jQuery(".rtm_enable_masonry_view input[type=checkbox]").is(":checked")?jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").show():jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").hide(),jQuery(".rtm_enable_masonry_view input[type=checkbox]").on("click",function(a){jQuery(this).is(":checked")?jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").show():jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").hide()}),jQuery("#rtm-masonry-change-thumbnail-info").click(function(a){jQuery("html, body").animate({scrollTop:0},"500","swing")})}),jQuery(window).load(function(){jQuery(".rtmedia-addon-thickbox").trigger("click")});
2
  * rtMedia JavaScript Library
3
  * @package rtMedia
4
  */
5
+ function rtmedia_addon_do_not_show(){var a={action:"rtmedia_addon_popup_not_show_again"};jQuery.post(rtmedia_admin_ajax,a,function(a){jQuery("#TB_window").remove(),jQuery("#TB_overlay").remove()})}"function"!=typeof Object.create&&(Object.create=function(a){function b(){}return b.prototype=a,new b}),function(a,b,c,d){var e={init:function(b,c){var d=this;d.elem=c,d.$elem=a(c),d.options=a.extend({},a.fn.rtTab.options,b),d.rtTabs()},rtTabs:function(){var c=this,d=c.options.activeTab;c.$elem.find("li:nth-child("+d+")").addClass("active"),c.rtTabContent(activeTabContent="yes"),c.rtClick();var e="false"!==c.$elem.attr("data-hash");if(e===!0){var f=b.location.hash;f&&c.$elem.find("li").find("a[href="+f+"]").trigger("click"),a(b).on("hashchange",function(){var a=b.location.hash;c.$elem.find("li").find("a[href="+a+"]").trigger("click")})}},rtClick:function(){var c=this,d=c.$elem.find("li"),e=d.find("a");e.on("click",function(e){e.preventDefault(),d.removeClass("active"),c.rtTabContent(),a(this).parent().addClass("active");var f=a(this).attr("href");a(f).removeClass("hide");var g="false"!==c.$elem.attr("data-hash");if(g===!0){var h=a(b).scrollTop();location.hash=a(this).attr("href"),a(b).scrollTop(h)}"function"==typeof c.options.onComplete&&c.options.onComplete.apply(c.elem,arguments)})},rtTabContent:function(b){var c=this,d=c.$elem.find("li"),e=d.find("a");e.each(function(){var c=a(this),d=c.attr("href");"yes"===b?c.parent().hasClass("active")||a(d).addClass("hide"):a(d).addClass("hide")})}};a.fn.rtTab=function(b){return this.each(function(){var c=Object.create(e);c.init(b,this),a.data(this,"rtTab",c)})},a.fn.rtTab.options={activeTab:1,onComplete:null}}(jQuery,window,document),jQuery(document).ready(function(a){a(".rtm-tabs").rtTab(),a('input[name^="rtmedia-options"]').on("change",function(){a(".rtm-save-settings-msg").remove(),0===a(".rtm-fly-warning").length&&(a(".rtm-button-container.top").prepend('<div class="rtm-warning rtm-fly-warning hide">Settings have changed, you should save them!</div>'),a(".rtm-fly-warning").slideDown())}),a(".rtm-img-size-setting .form-table tr:nth-child(7) td:last-child").attr("colspan","3"),a(".rtm-field-wrap .switch input[type=checkbox]").each(function(){var b=a(this);b.parents("table").attr("data-depends")||(b.is(":checked")?(b.parents("table").next(".rtm-notice").slideDown(),b.parents("table").siblings("table").each(function(){a(this).attr("data-depends")&&a(this).slideDown()})):(b.parents("table").next(".rtm-notice").slideUp(),b.parents("table").siblings("table").each(function(){a(this).attr("data-depends")&&a(this).slideUp()}))),b.parents("tr").next("tr").attr("data-depends")&&(b.is(":checked")?b.parents("tr").next("tr").slideDown():b.parents("tr").next("tr").slideUp())}),a(".rtm-field-wrap .switch input[type=checkbox]").on("change",function(){var b=a(this);b.parents("table").attr("data-depends")||(b.parents("table").next(".rtm-notice").slideToggle(),b.parents("table").siblings("table").each(function(){a(this).attr("data-depends")&&a(this).slideToggle()})),b.parents("tr").next("tr").attr("data-depends")&&b.parents("tr").next("tr").slideToggle()});var b=Backbone.View.extend({el:a(".bp-media-admin"),events:{"click .rtm-theme":"render","click .rtm-close":"close","click .rtm-previous":"previousTheme","click .rtm-next":"nextTheme",keyup:"keyEvent"},initialize:function(){_.bindAll(this,"render","close","nextTheme","previousTheme","keyEvent"),this.keyEvent()},render:function(b){a(".rtm-theme").removeClass("rtm-modal-open");var c=a(b.currentTarget).addClass("rtm-modal-open").find(".rtm-theme-content").html();a(".rtm-theme-overlay")[0]?(a(".rtm-theme-overlay").show(),a(this.el).find(".rtm-theme-content-wrap").empty().append(c)):a(this.el).append('<div class="theme-overlay rtm-theme-overlay"><div class="theme-backdrop rtm-close"></div><div class="rtm-theme-content-wrap">'+c+"</div></div>"),a(b.currentTarget).is(":first-child")?a(".rtm-previous").addClass("disabled"):a(b.currentTarget).is(":last-child")?a(".rtm-next").addClass("disabled"):a(".rtm-next, .rtm-previous").removeClass("disabled")},close:function(){a(".rtm-theme").removeClass("rtm-modal-open"),a(".rtm-theme-overlay").hide(),a(".rtm-next, .rtm-previous").removeClass("disabled")},nextTheme:function(b){return a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:last-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").next().trigger("click"),!1},previousTheme:function(b){return a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:first-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").prev().trigger("click"),!1},keyEvent:function(){a("body").on("keyup",function(b){return 39===b.keyCode?(a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:last-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").next().trigger("click"),!1):37===b.keyCode?(a(".rtm-next, .rtm-previous").removeClass("disabled"),a(".rtm-theme:first-child").hasClass("rtm-modal-open")&&a(b.currentTarget).addClass("disabled"),a(".rtm-modal-open").prev().trigger("click"),!1):void(27===b.keyCode&&a(".rtm-close").trigger("click"))})}});new b}),jQuery(document).ready(function(a){function b(a){return jQuery.post(ajaxurl,a,function(b){if(0!=b){var c=!1,d=Math.ceil((20*parseInt(b)+parseInt(a.values.finished))/parseInt(a.values.total)*100);d>100&&(d=100,c=!0),jQuery("#rtprogressbar>div").css("width",d+"%"),finished=jQuery("#rtprivacyinstaller span.finished").html(),jQuery("#rtprivacyinstaller span.finished").html(parseInt(finished)+a.count),c&&jQuery.post(ajaxurl,{action:"rtmedia_privacy_redirect"},function(a){window.location=settings_url})}else jQuery("#map_progress_msgs").html('<div class="map_mapping_failure">Row '+b+" failed.</div>")})}function c(a){return jQuery.getJSON(ajaxurl,a,function(b){if(favorites=!1,b){var c=Math.ceil((5*parseInt(b.page)+parseInt(a.values.finished))/parseInt(a.values.total)*100);comments_total=jQuery("#bpmedia-bpalbumimporter .bp-album-comments span.total").html(),users_total=jQuery("#bpmedia-bpalbumimporter .bp-album-users span.total").html(),media_total=jQuery("#bpmedia-bpalbumimporter .bp-album-media span.total").html(),comments_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-comments span.finished").html(),users_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-users span.finished").html();var f=Math.ceil((parseInt(b.comments)+parseInt(comments_finished))/parseInt(comments_total)*100),g=Math.ceil(parseInt(b.users)/parseInt(users_total)*100);(c>100||100==c)&&(c=100,favorites=!0),jQuery(".bp-album-media #rtprogressbar>div").css("width",c+"%"),jQuery(".bp-album-comments #rtprogressbar>div").css("width",f+"%"),jQuery(".bp-album-users #rtprogressbar>div").css("width",g+"%"),media_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-media span.finished").html(),parseInt(media_finished)<parseInt(media_total)&&jQuery("#bpmedia-bpalbumimporter .bp-album-media span.finished").html(parseInt(media_finished)+a.count),jQuery("#bpmedia-bpalbumimporter .bp-album-comments span.finished").html(parseInt(b.comments)+parseInt(comments_finished)),jQuery("#bpmedia-bpalbumimporter .bp-album-users span.finished").html(parseInt(b.users)),favorites&&(favorite_data={action:"rtmedia_rt_album_import_favorites"},jQuery.post(ajaxurl,favorite_data,function(a){if(0!==a.favorites||"0"!==a.favorites){jQuery(".bp-album-favorites").length||jQuery(".bp-album-comments").after('<br /><div class="bp-album-favorites"><strong>User\'s Favorites: <span class="finished">0</span> / <span class="total">'+a.users+'</span></strong><div id="rtprogressbar"><div style="width:0%"></div></div></div>'),$favorites={},0!=a.offset||"0"!=a.offset?start=1*a.offset+1:start=1;for(var b=start;b<=a.users;b++)$count=1,b==a.users&&($count=parseInt(a.users%$count),0==$count&&($count=1)),newvals={action:"rtmedia_rt_album_import_step_favorites",offset:1*(b-1),redirect:b==a.users},$favorites[b]=newvals;var c=jQuery.Deferred();c.resolve(),jQuery.each($favorites,function(a,b){c=c.pipe(function(){return d(b)})})}else window.setTimeout(e,2e3)},"json"))}else jQuery("#map_progress_msgs").html('<div class="map_mapping_failure">Row '+b.page+" failed.</div>")})}function d(a){return jQuery.post(ajaxurl,a,function(a){redirect=!1,favorites_total=jQuery("#bpmedia-bpalbumimporter .bp-album-favorites span.total").html(),favorites_finished=jQuery("#bpmedia-bpalbumimporter .bp-album-favorites span.finished").html(),jQuery("#bpmedia-bpalbumimporter .bp-album-favorites span.finished").html(parseInt(favorites_finished)+1);var b=Math.ceil(parseInt(favorites_finished+1)/parseInt(favorites_total)*100);(b>100||100==b)&&(b=100,redirect=!0),jQuery(".bp-album-favorites #rtprogressbar>div").css("width",b+"%"),redirect&&window.setTimeout(e,2e3)})}function e(){window.location=document.URL}a(".rtm-save-settings-msg").length>0&&setTimeout(function(){a(".rtm-save-settings-msg").remove()},1e4),jQuery("#spread-the-word").on("click","#bp-media-add-linkback",function(){var a={action:"rtmedia_linkback",linkback:jQuery("#bp-media-add-linkback:checked").length};jQuery.post(rtmedia_admin_ajax,a,function(a){})}),jQuery("#bp-media-settings-boxes").on("change","#select-request",function(){if(jQuery(this).val()){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html('<div class="support_form_loader"></div>');var a={action:"rtmedia_select_request",form:jQuery(this).val()};jQuery.post(ajaxurl,a,function(a){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(a).fadeIn("slow")})}}),jQuery("#bp-media-settings-boxes").on("click","#cancel-request",function(){if(jQuery(this).val()){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html('<div class="support_form_loader"></div>');var a={action:"rtmedia_cancel_request"};jQuery.post(ajaxurl,a,function(a){jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(),jQuery("#bp_media_settings_form .bp-media-metabox-holder").html(a).fadeIn("slow")})}}),jQuery("#bp-media-settings-boxes").on("submit","#bp_media_settings_form, .rtmedia-settings-submit",function(a){var b=!0,c=new RegExp("^[0-9]+$");jQuery("input[name*='defaultSizes']").each(function(a){return c.test(jQuery(this).val())?void 0:(alert("Invalid value for "+jQuery(this).attr("name").replace("rtmedia-options[defaultSizes_","").replace("]","").replace(/_/g," ").replace(/(\b)([a-zA-Z] )/g,function(a){return a.toUpperCase()})),b=!1,!1)});var d=jQuery('input[name^="rtmedia-options[general_videothumbs]"]');if(b&&d.length>0&&"undefined"!=typeof d){var e="",f=0;if(d.val()<=0?(e+="Number of video thumbnails to be generated should be greater than 0 in media sizes settings. Setting it to default value 2.",f=2):c.test(d.val())||(e+="Invalid value for Number of video thumbnails in media sizes settings. Setting it to round value "+Math.round(d.val())+".",f=Math.round(d.val())),""!=e)return alert(e),d.val(f),b=!1,!1}var g=jQuery('input[name^="rtmedia-options[general_jpeg_image_quality]"]');if(b&&g.length>0&&"undefined"!=typeof g){var e="",h=0;if(g.val()<=0?(e+="Number of percentage in JPEG image quality should be greater than 0 in media sizes settings. Setting it to default value 90.",h=90):g.val()>100?(e+="Number of percentage in JPEG image quality should be less than 100 in media sizes settings. Setting it to 100.",h=100):c.test(g.val())||(e+="Invalid value for percentage in JPEG image quality in media sizes settings. Setting it to round value "+Math.round(g.val())+".",h=Math.round(g.val())),""!=e)return alert(e),g.val(h),b=!1,!1}var i=jQuery('input[name^="rtmedia-options[general_perPageMedia]"]');if(b&&i.length>0&&"undefined"!=typeof i){var e="",j=0;if(i.val()<1?(e+="Please enter positive integer value only. Setting number of media per page value to default value 10.",j=10):jQuery.isNumeric(i.val())&&Math.floor(i.val())!=i.val()&&(e+="Please enter positive integer value only. Setting number of media per page value to round value "+Math.round(i.val())+".",j=Math.round(i.val())),""!=e)return alert(e),i.val(j),b=!1,!1}b||a.preventDefault()}),jQuery(document).on("click","#bpm-services .encoding-try-now,#rtm-services .encoding-try-now",function(a){if(a.preventDefault(),confirm(rtmedia_admin_strings.are_you_sure)){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_free_encoding_subscribe"};jQuery.getJSON(ajaxurl,b,function(a){if(void 0===a.error&&a.apikey){var b=window.location.href,c=window.location.hash;b=b.replace(c,""),document.location.href=b+"&apikey="+a.apikey+c}else jQuery(".encoding-try-now").next().remove(),jQuery("#settings-error-encoding-error").remove(),jQuery("#bp-media-settings-boxes").before('<div class="error" id="settings-error-encoding-error"><p>'+a.error+"</p></div>")})}}),jQuery(document).on("click","#api-key-submit",function(a){a.preventDefault(),0==jQuery(this).next("img").length&&jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_enter_api_key",apikey:jQuery("#new-api-key").val()};jQuery.getJSON(ajaxurl,b,function(a){if(void 0===a.error&&a.apikey){var b=window.location.href,c=window.location.hash;b=b.replace(c,""),-1==b.toString().indexOf("&apikey="+a.apikey)&&(b+="&apikey="+a.apikey),-1==b.toString().indexOf("&update=true")&&(b+="&update=true"),document.location.href=b+c}else jQuery("#settings-error-api-key-error").remove(),jQuery("h2:first").after('<div class="error" id="settings-error-api-key-error"><p>'+a.error+"</p></div>");jQuery("#api-key-submit").next("img").remove()})}),jQuery(document).on("click","#disable-encoding",function(a){if(a.preventDefault(),confirm(rtmedia_admin_strings.disable_encoding)){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_disable_encoding"};jQuery.post(ajaxurl,b,function(a){a?(jQuery(".settings-error-encoding-disabled").remove(),jQuery("#settings-encoding-successfully-updated").length>0?jQuery("#settings-encoding-successfully-updated p").html(a):jQuery("h2:first").after('<div class="updated" id="settings-encoding-successfully-updated"><p>'+a+"</p></div>"),jQuery("#rtmedia-encoding-usage").hide(),jQuery("#disable-encoding").next("img").remove(),jQuery("#disable-encoding").hide(),jQuery("#enable-encoding").show()):(jQuery("#settings-error-encoding-disabled").remove(),jQuery("h2:first").after('<div class="error" id="settings-error-encoding-disabled"><p>'+rtmedia_admin_strings.something_went_wrong+"</p></div>"))})}}),jQuery(document).on("click","#enable-encoding",function(a){if(a.preventDefault(),confirm(rtmedia_admin_strings.enable_encoding)){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var b={action:"rtmedia_enable_encoding"};jQuery.post(ajaxurl,b,function(a){a?(jQuery(".settings-error-encoding-enabled").remove(),jQuery("#settings-encoding-successfully-updated").length>0?jQuery("#settings-encoding-successfully-updated p").html(a):jQuery("h2:first").after('<div class="updated" id="settings-encoding-successfully-updated"><p>'+a+"</p></div>"),jQuery("#enable-encoding").next("img").remove(),jQuery("#enable-encoding").hide(),jQuery("#disable-encoding").show()):(jQuery("#settings-error-encoding-disabled").remove(),jQuery("h2:first").after('<div class="error" id="settings-error-encoding-enabled"><p>'+rtmedia_admin_strings.something_went_wrong+"</p></div>"))})}}),jQuery(".bp-media-encoding-table").on("click",".bpm-unsubscribe",function(a){a.preventDefault(),jQuery("#bpm-unsubscribe-dialog").dialog({dialogClass:"wp-dialog",modal:!0,buttons:{Unsubscribe:function(){jQuery(this).dialog("close"),jQuery(".bpm-unsubscribe").after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var a={action:"rtmedia_unsubscribe_encoding_service",note:jQuery("#bpm-unsubscribe-note").val(),plan:jQuery(".bpm-unsubscribe").attr("data-plan"),price:jQuery(".bpm-unsubscribe").attr("data-price")};jQuery.getJSON(ajaxurl,a,function(a){void 0===a.error&&a.updated?(jQuery(".bpm-unsubscribe").next().remove(),jQuery(".bpm-unsubscribe").after(a.form),jQuery(".bpm-unsubscribe").remove(),jQuery("#settings-unsubscribed-successfully").remove(),jQuery("#settings-unsubscribe-error").remove(),jQuery("h2:first").after('<div class="updated" id="settings-unsubscribed-successfully"><p>'+a.updated+"</p></div>"),window.location.hash="#settings-unsubscribed-successfully"):(jQuery(".bpm-unsubscribe").next().remove(),jQuery("#settings-unsubscribed-successfully").remove(),jQuery("#settings-unsubscribe-error").remove(),jQuery("h2:first").after('<div class="error" id="settings-unsubscribe-error"><p>'+a.error+"</p></div>"),window.location.hash="#settings-unsubscribe-error")})}}})}),jQuery("#bpmedia-bpalbumimporter").on("change","#bp-album-import-accept",function(){jQuery(".bp-album-import-accept").toggleClass("i-accept"),jQuery(".bp-album-importer-wizard").slideToggle()}),jQuery("#rtprivacyinstall").click(function(a){a.preventDefault(),$progress_parent=jQuery("#rtprivacyinstaller"),$progress_parent.find(".rtprivacytype").each(function(){if($type=jQuery(this).attr("id"),"total"==$type){$values=[],jQuery(this).find("input").each(function(){$values[jQuery(this).attr("name")]=[jQuery(this).val()]}),$data={};for(var a=1;a<=$values.steps[0];a++)$count=20,a==$values.steps[0]&&($count=parseInt($values.laststep[0]),0==$count&&($count=20)),newvals={page:a,action:"rtmedia_privacy_install",count:$count,values:$values},$data[a]=newvals;var c=jQuery.Deferred();c.resolve(),jQuery.each($data,function(a,d){c=c.pipe(function(){return b(d)})})}})}),jQuery("#bpmedia-bpalbumimport-cleanup").click(function(a){a.preventDefault(),jQuery.post(ajaxurl,{action:"rtmedia_rt_album_cleanup"},function(a){window.location=settings_rt_album_import_url})}),jQuery("#bpmedia-bpalbumimporter").on("click","#bpmedia-bpalbumimport",function(a){if(a.preventDefault(),!jQuery("#bp-album-import-accept").prop("checked")){jQuery("html, body").animate({scrollTop:jQuery("#bp-album-import-accept").offset().top},500);var b=jQuery(".bp-album-import-accept"),d=500,e="#FFEBE8",f=3;return void function h(){b.css("background-color","#EE0000"),setTimeout(function(){b.css("background-color",e),--f&&setTimeout(h,d)},d)}()}jQuery(this).prop("disabled",!0),wp_admin_url=ajaxurl.replace("admin-ajax.php",""),jQuery(".bpm-ajax-loader").length||jQuery(this).after(' <img class="bpm-ajax-loader" src="'+wp_admin_url+'images/wpspin_light.gif" /> <strong>'+rtmedia_admin_strings.no_refresh+"</strong>"),$progress_parent=jQuery("#bpmedia-bpalbumimport"),$values=[],jQuery(this).parent().find("input").each(function(){$values[jQuery(this).attr("name")]=[jQuery(this).val()]}),0==$values.steps[0]&&($values.steps[0]=1),$data={};for(var f=1;f<=$values.steps[0];f++)$count=5,f==$values.steps[0]&&($count=parseInt($values.laststep[0]),0==$count&&($count=5)),newvals={page:f,action:"rtmedia_rt_album_import",count:$count,values:$values},$data[f]=newvals;var g=jQuery.Deferred();g.resolve(),jQuery.each($data,function(a,b){g=g.pipe(function(){return c(b)})})}),jQuery("#bp-media-settings-boxes").on("click",".interested",function(){jQuery(".interested-container").removeClass("hidden"),jQuery(".choice-free").attr("required","required")}),jQuery("#bp-media-settings-boxes").on("click",".not-interested",function(){jQuery(".interested-container").addClass("hidden"),jQuery(".choice-free").removeAttr("required")}),jQuery("#video-transcoding-main-container").on("click",".video-transcoding-survey",function(a){a.preventDefault();var b={action:"rtmedia_convert_videos_form",email:jQuery(".email").val(),url:jQuery(".url").val(),choice:jQuery('input[name="choice"]:checked').val(),interested:jQuery('input[name="interested"]:checked').val()};return jQuery.post(ajaxurl,b,function(a){jQuery("#video-transcoding-main-container").html("<p><strong>"+a+"</strong></p>")}),!1}),jQuery("#bpmedia-bpalbumimporter").on("click",".deactivate-bp-album",function(a){a.preventDefault(),$bpalbum=jQuery(this);var b={action:"rtmedia_rt_album_deactivate"};jQuery.get(ajaxurl,b,function(a){a?location.reload():$bpalbum.parent().after("<p>"+rtmedia_admin_strings.something_went_wrong+"</p>")})}),jQuery(".updated").on("click",".bpm-hide-encoding-notice",function(){jQuery(this).after('<img style="margin: 0 0 0 10px" src="'+rtmedia_admin_url+'images/wpspin_light.gif" />');var a={action:"rtmedia_hide_encoding_notice"};jQuery.post(ajaxurl,a,function(a){a&&jQuery(".bpm-hide-encoding-notice").closest(".updated").remove()})}),jQuery("#rtmedia-bp-enable-activity").is(":checked")?jQuery(".rtmedia-bp-activity-setting").prop("readonly",!1):jQuery(".rtmedia-bp-activity-setting").prop("readonly",!0),jQuery("#rtmedia-bp-enable-activity").on("click",function(a){jQuery(this).is(":checked")?jQuery(".rtmedia-bp-activity-setting").prop("readonly",!1):jQuery(".rtmedia-bp-activity-setting").prop("readonly",!0)});var f="",g="";void 0!==rtmedia_on_label&&(f='data-on-label="'+rtmedia_on_label+'"'),void 0!==rtmedia_off_label&&(g='data-off-label="'+rtmedia_off_label+'"'),jQuery("#rtmedia-submit-request").click(function(){var b=jQuery("#name").val(),c=jQuery("#email").val(),d=jQuery("#website").val(),e=jQuery("#phone").val(),f=jQuery("#subject").val(),g=jQuery("#details").val(),h=jQuery('input[name="request_type"]').val(),i=jQuery('input[name="request_id"]').val(),j=jQuery('input[name="server_address"]').val(),k=jQuery('input[name="ip_address"]').val(),l=jQuery('input[name="server_type"]').val(),m=jQuery('input[name="user_agent"]').val(),n={name:b,email:c,website:d,phone:e,subject:f,details:g,request_id:i,request_type:"premium_support",server_address:j,ip_address:k,server_type:l,user_agent:m};if("bug_report"==h){var o=jQuery("#wp_admin_username").val();if(""==o)return alert("Please enter WP Admin Login."),!1;var p=jQuery("#wp_admin_pwd").val();if(""==p)return alert("Please enter WP Admin password."),!1;var q=jQuery("#ssh_ftp_host").val();if(""==q)return alert("Please enter SSH / FTP host."),!1;var r=jQuery("#ssh_ftp_username").val();if(""==r)return alert("Please enter SSH / FTP login."),!1;var s=jQuery("#ssh_ftp_pwd").val();if(""==s)return alert("Please enter SSH / FTP password."),!1;n={name:b,email:c,website:d,phone:e,subject:f,details:g,request_id:i,request_type:"premium_support",server_address:j,ip_address:k,server_type:l,user_agent:m,wp_admin_username:o,wp_admin_pwd:p,ssh_ftp_host:q,ssh_ftp_username:r,ssh_ftp_pwd:s}}for(formdata in n)if(""==n[formdata]&&"phone"!=formdata)return alert("Please enter "+formdata.replace("_"," ")+" field."),!1;return data={action:"rtmedia_submit_request",form_data:n},jQuery.post(ajaxurl,data,function(b){return b=b.trim(),"false"==b?(alert("Please fill all the fields."),!1):(a("#rtmedia_service_contact_container").empty(),void a("#rtmedia_service_contact_container").append(b))}),!1}),jQuery("#cancel-request").click(function(){return!1}),jQuery(".rtm_enable_masonry_view input[type=checkbox]").is(":checked")?jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").show():jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").hide(),jQuery(".rtm_enable_masonry_view input[type=checkbox]").on("click",function(a){jQuery(this).is(":checked")?jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").show():jQuery(".rtm_enable_masonry_view").parents(".metabox-holder").find(".rtmedia-info").hide()}),jQuery("#rtm-masonry-change-thumbnail-info").click(function(a){jQuery("html, body").animate({scrollTop:0},"500","swing")})}),jQuery(window).load(function(){jQuery(".rtmedia-addon-thickbox").trigger("click")});
app/assets/js/rtMedia.backbone.js CHANGED
@@ -549,11 +549,18 @@ jQuery( function ( $ ) {
549
 
550
  jQuery( '.start-media-upload' ).on( 'click', function ( e ) {
551
  e.preventDefault();
552
- var allow_upload = rtMediaHook.call( 'rtmedia_js_upload_file', true );
553
- if ( allow_upload == false ) {
554
- return false;
555
- }
556
- uploaderObj.uploadFiles();
 
 
 
 
 
 
 
557
  } );
558
 
559
  uploaderObj.uploader.bind( 'UploadProgress', function ( up, file ) {
@@ -717,360 +724,411 @@ jQuery( document ).ready( function ( $ ) {
717
  }
718
  var activity_attachemnt_ids = [ ];
719
 
720
- objUploadView = new UploadView( rtMedia_update_plupload_config );
721
- objUploadView.initUploader();
 
722
 
723
- setTimeout( function () {
724
- if ( $( "#rtmedia-add-media-button-post-update" ).length > 0 ) {
725
- $( "#whats-new-options" ).prepend( $( ".rtmedia-plupload-container" ) );
726
- if ( $( "#rtm-file_upload-ui .privacy" ).length > 0 ) {
727
- $( ".rtmedia-plupload-container" ).append( $( "#rtm-file_upload-ui .privacy" ) );
 
 
 
728
  }
729
- $( '#rtmedia-whts-new-upload-container > div' ).css( 'top', '0' );
730
- $( '#rtmedia-whts-new-upload-container > div' ).css( 'left', '0' );
 
 
731
  }
732
- }, 100 );
733
 
734
- if ( $( '#whats-new-options' ).length > 0 && $( '.rtmedia-uploader-div' ).length > 0 ) {
735
- $( '#whats-new-options' ).append( $( '.rtmedia-uploader-div' ) );
736
- }
 
737
 
738
- $( "#whats-new-form" ).on( 'click', '#rtmedia-add-media-button-post-update', function ( e ) {
739
- objUploadView.uploader.refresh();
740
- $( '#rtmedia-whts-new-upload-container > div' ).css( 'top', '0' );
741
- $( '#rtmedia-whts-new-upload-container > div' ).css( 'left', '0' );
742
 
743
- //Enable 'post update' button when media get select
744
- $( '#aw-whats-new-submit' ).prop("disabled", false);
745
- } );
746
- //whats-new-post-in
747
 
748
- objUploadView.upload_remove_array = [ ];
749
- objUploadView.uploader.bind( 'FilesAdded', function ( upl, rfiles ) {
750
- //$("#aw-whats-new-submit").attr('disabled', 'disabled');
751
 
752
- $.each( rfiles, function ( i, file ) {
753
 
754
- //set file title along with file
755
- rtm_file_name_array = file.name.split( '.' );
756
- file.title = rtm_file_name_array[0];
757
 
758
- var hook_respo = rtMediaHook.call( 'rtmedia_js_file_added', [ upl, file, "#rtmedia_uploader_filelist" ] );
759
 
760
- if ( hook_respo == false ) {
761
- file.status = - 1;
762
- objUploadView.upload_remove_array.push( file.id );
763
- return true;
764
- }
765
 
766
- if ( objUploadView.uploader.settings.max_file_size < file.size ) {
767
- return true;
768
- }
769
 
770
- var tmp_array = file.name.split( "." );
771
 
772
- if ( rtmedia_version_compare( rtm_wp_version, "3.9" ) ) { // plupload getting updated in 3.9
773
- var ext_array = objUploadView.uploader.settings.filters.mime_types[0].extensions.split( ',' );
774
- } else {
775
- var ext_array = objUploadView.uploader.settings.filters[0].extensions.split( ',' );
776
- }
777
- if ( tmp_array.length > 1 ) {
778
- var ext = tmp_array[tmp_array.length - 1];
779
- ext = ext.toLowerCase();
780
- if ( jQuery.inArray( ext, ext_array ) === - 1 ) {
 
 
 
781
  return true;
782
  }
783
- } else {
784
- return true;
785
- }
786
 
787
- rtmedia_selected_file_list( plupload, file, '', '' );
788
 
789
- jQuery( '#whats-new-content' ).css( 'padding-bottom', '0px' );
790
-
791
- $( "#" + file.id + " .plupload_delete" ).click( function ( e ) {
792
- e.preventDefault();
793
- objUploadView.uploader.removeFile( upl.getFile( file.id ) );
794
- $( "#" + file.id ).remove();
795
- return false;
796
- } );
797
 
798
- // To change the name of the uploading file
799
- $( "#label_" + file.id ).click( function ( e ) {
800
- e.preventDefault();
 
 
 
801
 
802
- rtm_file_label = this;
 
 
803
 
804
- rtm_file_title_id = 'text_' + file.id;
805
- rtm_file_title_input = '#' + rtm_file_title_id;
806
- rtm_file_title_wrapper_id = 'rtm_title_wp_' + file.id;
807
- rtm_file_title_wrapper = '#' + rtm_file_title_wrapper_id;
808
 
809
- rtm_file_desc_id = 'rtm_desc_' + file.id;
810
- rtm_file_desc_input = '#' + rtm_file_desc_id;
811
- rtm_file_desc_wrapper_id = 'rtm_desc_wp_' + file.id;
812
- rtm_file_desc_wrapper = '#' + rtm_file_desc_wrapper_id;
813
 
814
- rtm_file_save_id = 'save_' + file.id;
815
- rtm_file_save_el = '#' + rtm_file_save_id;
 
 
816
 
817
- jQuery( rtm_file_label ).hide();
818
- jQuery( rtm_file_label ).siblings( '.plupload_file_name_wrapper' ).hide();
819
 
820
- // show/create text box to edit media title
821
- if( jQuery( rtm_file_title_input ).length === 0 ) {
822
- jQuery( rtm_file_label ).parent( '.plupload_file_name' ).prepend( '<div id="' + rtm_file_title_wrapper_id + '" class="rtm-upload-edit-title-wrapper"><label>' + rtmedia_edit_media_info_upload.title + '</label><input type="text" class="rtm-upload-edit-title" id="' + rtm_file_title_id + '" value="' + file.title + '" style="width: 75%;" /></div><div id="' + rtm_file_desc_wrapper_id + '" class="rtm-upload-edit-desc-wrapper"><label>' + rtmedia_edit_media_info_upload.description + '</label><textarea class="rtm-upload-edit-desc" id="' + rtm_file_desc_id + '"></textarea></div><span id="' + rtm_file_save_id + '" title="Save Change" class="rtmicon dashicons dashicons-yes"></span>' );
823
- } else {
824
- jQuery( rtm_file_title_wrapper ).show();
825
- jQuery( rtm_file_desc_wrapper ).show();
826
- jQuery( rtm_file_save_el ).show();
827
- }
828
 
829
- jQuery( rtm_file_title_input ).focus();
 
 
 
 
 
 
 
830
 
831
- jQuery( rtm_file_save_el).click( function(){
832
- var file_title_val = jQuery( rtm_file_title_input ).val();
833
- var file_desc_val = jQuery( rtm_file_desc_input ).val();
834
- var file_name_wrapper_el = jQuery( rtm_file_label ).siblings( '.plupload_file_name_wrapper' );
835
 
836
- if( file_title_val != '' ){
837
- file_name_wrapper_el.text( file_title_val + "." + rtm_file_name_array[ 1 ] );
838
- file.title = file_title_val;
839
- }
840
 
841
- if( file_desc_val != '' ){
842
- file.description = file_desc_val;
843
- }
 
844
 
845
- jQuery( rtm_file_title_wrapper ).hide();
846
- jQuery( rtm_file_desc_wrapper ).hide();
847
- file_name_wrapper_el.show();
848
- jQuery( rtm_file_label ).siblings( '.plupload_file_name_wrapper' )
849
- jQuery( rtm_file_label ).show();
850
- jQuery( this ).hide();
851
- } );
852
- } );
853
- } );
854
 
855
- $.each( objUploadView.upload_remove_array, function ( i, rfile ) {
856
- if ( upl.getFile( rfile ) )
857
- upl.removeFile( upl.getFile( rfile ) );
858
- } );
859
-
860
- if( typeof rtmedia_direct_upload_enabled != 'undefined' && rtmedia_direct_upload_enabled == '1' && jQuery.trim( jQuery( "#whats-new" ).val() ) != "" ) {
861
- //Call upload event direct when direct upload is enabled (removed UPLOAD button and its triggered event)
862
- var allow_upload = rtMediaHook.call( 'rtmedia_js_upload_file', true );
863
-
864
- if( allow_upload == false ) {
865
- return false;
866
- }
867
-
868
- objUploadView.uploadFiles();
869
- }
870
- } );
871
 
872
- objUploadView.uploader.bind( 'FileUploaded', function ( up, file, res ) {
873
- if ( /MSIE (\d+\.\d+);/.test( navigator.userAgent ) ) { //test for MSIE x.x;
874
- var ieversion = new Number( RegExp.$1 ) // capture x.x portion and store as a number
875
 
876
- if ( ieversion < 10 ) {
877
- try {
878
- if ( typeof JSON.parse( res.response ) !== "undefined" )
879
- res.status = 200;
880
  }
881
- catch ( e ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
882
  }
883
  }
884
- }
885
 
886
- if ( res.status == 200 ) {
887
- try {
888
- var objIds = JSON.parse( res.response );
889
- $.each( objIds, function ( key, val ) {
890
- activity_attachemnt_ids.push( val );
891
- if ( $( "#whats-new-form" ).find( "#rtmedia_attached_id_" + val ).length < 1 ) {
892
- $( "#whats-new-form" ).append( "<input type='hidden' name='rtMedia_attached_files[]' data-mode='rtMedia-update' id='rtmedia_attached_id_" + val + "' value='"
893
  + val + "' />" );
894
- }
895
- } );
896
- } catch ( e ) {
897
 
 
 
898
  }
899
- rtMediaHook.call( 'rtmedia_js_after_file_upload', [ up, file, res.response ] );
900
- }
901
- } );
902
 
903
- objUploadView.uploader.bind( 'Error', function ( up, err ) {
904
 
905
- if ( err.code == - 600 ) { //file size error // if file size is greater than server's max allowed size
906
- var tmp_array;
907
- var ext = tr = '';
908
- tmp_array = err.file.name.split( "." );
909
- if ( tmp_array.length > 1 ) {
910
 
911
- ext = tmp_array[tmp_array.length - 1];
912
- if ( ! ( typeof ( up.settings.upload_size ) != "undefined" && typeof ( up.settings.upload_size[ext] ) != "undefined" && ( up.settings.upload_size[ext]["size"] < 1 || ( up.settings.upload_size[ext]["size"] * 1024 * 1024 ) >= err.file.size ) ) ) {
913
- rtmedia_selected_file_list( plupload, err.file, up, err );
 
914
  }
915
  }
916
- }
917
- else {
918
- if ( err.code == - 601 ) { // file extension error
919
- err.message = rtmedia_file_extension_error_msg;
920
- }
921
 
922
- rtmedia_selected_file_list( plupload, err.file, '', err );
923
- }
924
 
925
- jQuery( '.plupload_delete' ).on( 'click', function ( e ) {
926
  e.preventDefault();
927
  jQuery( this ).parent().parent( 'li' ).remove();
928
  } );
929
-
930
- return false;
931
-
932
- } );
933
 
934
- objUploadView.uploader.bind( 'BeforeUpload', function ( up, files ) {
935
 
936
- $.each( objUploadView.upload_remove_array, function ( i, rfile ) {
937
- if ( up.getFile( rfile ) )
938
- up.removeFile( up.getFile( rfile ) );
939
  } );
940
 
941
- var object = '';
942
- var item_id = jQuery( "#whats-new-post-in" ).val();
943
- if ( item_id == undefined )
944
- item_id = 0;
945
- if ( item_id > 0 ) {
946
- object = "group";
947
- } else {
948
- object = "profile";
949
- }
950
 
951
- up.settings.multipart_params.context = object;
952
- up.settings.multipart_params.context_id = item_id;
953
- up.settings.multipart_params.title = files.title.split( '.' )[ 0 ];
954
-
955
- if( typeof files.description != "undefined" ){
956
- up.settings.multipart_params.description = files.description;
957
- } else {
958
- up.settings.multipart_params.description = '';
959
- }
960
 
961
- // if privacy dropdown is not disabled, then get the privacy value of the update
962
- if ( jQuery( "select.privacy" ).prop( 'disabled' ) === false ) {
963
- up.settings.multipart_params.privacy = jQuery( "select.privacy" ).val();
964
- }
965
- } );
966
- objUploadView.uploader.bind( 'UploadComplete', function ( up, files ) {
967
- media_uploading = true;
968
- $( "#aw-whats-new-submit" ).click();
969
- $( '#rtmedia_uploader_filelist li.plupload_queue_li' ).remove();
970
- //$("#aw-whats-new-submit").removeAttr('disabled');
971
- window.onbeforeunload = null;
972
- } );
973
- objUploadView.uploader.bind( 'UploadProgress', function ( up, file ) {
974
- //$( "#" + file.id + " .plupload_file_status" ).html( rtmedia_uploading_msg + '( ' + file.percent + '% )' );
975
- $( "#" + file.id + " .plupload_file_status" ).html( '<div class="plupload_file_progress ui-widget-header" style="width: ' + file.percent + '%;"></div>' );
976
- $( "#" + file.id ).addClass( 'upload-progress' );
977
- if ( file.percent == 100 ) {
978
- $( "#" + file.id ).toggleClass( 'upload-success' );
979
- }
980
 
981
- window.onbeforeunload = function ( evt ) {
982
- var message = rtmedia_upload_progress_error_message;
983
- return message;
984
- };
985
- } );
986
 
987
- $( "#rtMedia-start-upload" ).hide();
 
 
 
 
988
 
989
- var change_flag = false
990
- var media_uploading = false;
991
- $.ajaxPrefilter( function ( options, originalOptions, jqXHR ) {
992
- // Modify options, control originalOptions, store jqXHR, etc
993
- try {
994
- if ( originalOptions.data == null || typeof ( originalOptions.data ) == "undefined" || typeof ( originalOptions.data.action ) == "undefined" ) {
995
- return true;
996
  }
997
- } catch ( e ) {
998
- return true;
999
- }
1000
- if ( originalOptions.data.action == 'post_update' || originalOptions.data.action == 'activity_widget_filter' ) {
1001
- var temp = activity_attachemnt_ids;
1002
- while ( activity_attachemnt_ids.length > 0 ) {
1003
- options.data += "&rtMedia_attached_files[]=" + activity_attachemnt_ids.pop();
 
 
 
 
 
 
 
 
 
1004
  }
1005
- options.data += "&rtmedia-privacy=" + jQuery( "select.privacy" ).val();
1006
- activity_attachemnt_ids = temp;
1007
-
1008
- var orignalSuccess = originalOptions.success;
1009
- options.beforeSend = function () {
1010
- if ( originalOptions.data.action == 'post_update' ) {
1011
- if ( $.trim( $( "#whats-new" ).val() ) == "" && objUploadView.uploader.files.length > 0 ) {
1012
- /*
1013
- *Added $nbsp; as activity text to post activity without TEXT
1014
- * Disabled TextBox color(transparent)
1015
- */
1016
- $( "#whats-new").css('color', 'transparent');
1017
- $( "#whats-new" ).val('&nbsp;');
1018
- }
1019
- }
1020
- if ( ! media_uploading && objUploadView.uploader.files.length > 0 ) {
1021
- $( "#whats-new-post-in" ).attr( 'disabled', 'disabled' );
1022
- $( "#rtmedia-add-media-button-post-update" ).attr( 'disabled', 'disabled' );
1023
- objUploadView.uploadFiles()
1024
- media_uploading = true;
1025
- return false;
1026
- } else {
1027
- media_uploading = false;
1028
  return true;
1029
  }
 
 
 
 
 
 
 
 
 
 
 
1030
 
 
 
 
 
 
 
1031
 
1032
- }
1033
- options.success = function ( response ) {
1034
- orignalSuccess( response );
1035
- if ( response[0] + response[1] == '-1' ) {
1036
- //Error
1037
 
1038
- } else {
1039
- if ( originalOptions.data.action == 'activity_widget_filter' ) {
1040
- $( "div.activity" ).bind( "fadeIn", function () {
1041
- apply_rtMagnificPopup( jQuery( '.rtmedia-list-media, .rtmedia-activity-container ul.rtmedia-list, #bp-media-list,.widget-item-listing,.bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content' ) );
1042
- rtMediaHook.call( 'rtmedia_js_after_activity_added', [ ] );
1043
- } );
1044
- $( "div.activity" ).fadeIn( 100 );
 
 
 
 
 
1045
  }
1046
- jQuery( "input[data-mode=rtMedia-update]" ).remove();
1047
- while ( objUploadView.uploader.files.pop() != undefined ) {
 
 
 
 
 
 
 
1048
  }
1049
- objUploadView.uploader.refresh();
1050
- $( '#rtmedia-whts-new-upload-container > div' ).css( { 'top': '0', 'left': '0' } );
1051
- $( '#rtMedia-update-queue-list' ).html( '' );
1052
- //$("#div-attache-rtmedia").hide();
1053
- apply_rtMagnificPopup( jQuery( '.rtmedia-list-media, .rtmedia-activity-container ul.rtmedia-list, #bp-media-list,.widget-item-listing,.bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content' ) );
1054
- jQuery( 'ul.activity-list li.rtmedia_update:first-child .wp-audio-shortcode, ul.activity-list li.rtmedia_update:first-child .wp-video-shortcode' ).mediaelementplayer( {
1055
- // if the <video width> is not specified, this is the default
1056
- defaultVideoWidth: 480,
1057
- // if the <video height> is not specified, this is the default
1058
- defaultVideoHeight: 270,
1059
- // if set, overrides <video width>
1060
- //videoWidth: 1,
1061
- // if set, overrides <video height>
1062
- //videoHeight: 1
1063
- } );
1064
- rtMediaHook.call( 'rtmedia_js_after_activity_added', [ ] );
1065
  }
1066
- $( "#whats-new-post-in" ).removeAttr( 'disabled' );
1067
- $( "#rtmedia-add-media-button-post-update" ).removeAttr( 'disabled' );
1068
- // Enabled TextBox color back to normal
1069
- $( "#whats-new").css('color', '');
1070
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1071
  }
1072
- }
1073
- } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1074
  } );
1075
  /**
1076
  * rtMedia Comment Js
549
 
550
  jQuery( '.start-media-upload' ).on( 'click', function ( e ) {
551
  e.preventDefault();
552
+
553
+ /**
554
+ * To check if any media file is selected or not for uploading
555
+ */
556
+ if( jQuery( '#rtmedia_uploader_filelist').children( 'li').length > 0 ) {
557
+ var allow_upload = rtMediaHook.call( 'rtmedia_js_upload_file', true );
558
+
559
+ if ( allow_upload == false ) {
560
+ return false;
561
+ }
562
+ uploaderObj.uploadFiles();
563
+ }
564
  } );
565
 
566
  uploaderObj.uploader.bind( 'UploadProgress', function ( up, file ) {
724
  }
725
  var activity_attachemnt_ids = [ ];
726
 
727
+ if ( $( "#rtmedia-add-media-button-post-update" ).length > 0 ) {
728
+ objUploadView = new UploadView( rtMedia_update_plupload_config );
729
+ objUploadView.initUploader();
730
 
731
+ setTimeout( function () {
732
+ if ( $( "#rtmedia-add-media-button-post-update" ).length > 0 ) {
733
+ $( "#whats-new-options" ).prepend( $( ".rtmedia-plupload-container" ) );
734
+ if ( $( "#rtm-file_upload-ui .privacy" ).length > 0 ) {
735
+ $( ".rtmedia-plupload-container" ).append( $( "#rtm-file_upload-ui .privacy" ) );
736
+ }
737
+ $( '#rtmedia-whts-new-upload-container > div' ).css( 'top', '0' );
738
+ $( '#rtmedia-whts-new-upload-container > div' ).css( 'left', '0' );
739
  }
740
+ }, 100 );
741
+
742
+ if ( $( '#whats-new-options' ).length > 0 && $( '.rtmedia-uploader-div' ).length > 0 ) {
743
+ $( '#whats-new-options' ).append( $( '.rtmedia-uploader-div' ) );
744
  }
 
745
 
746
+ $( "#whats-new-form" ).on( 'click', '#rtmedia-add-media-button-post-update', function ( e ) {
747
+ objUploadView.uploader.refresh();
748
+ $( '#rtmedia-whts-new-upload-container > div' ).css( 'top', '0' );
749
+ $( '#rtmedia-whts-new-upload-container > div' ).css( 'left', '0' );
750
 
751
+ //Enable 'post update' button when media get select
752
+ $( '#aw-whats-new-submit' ).prop("disabled", false);
753
+ } );
754
+ //whats-new-post-in
755
 
756
+ objUploadView.upload_remove_array = [ ];
 
 
 
757
 
758
+ objUploadView.uploader.bind( 'FilesAdded', function ( upl, rfiles ) {
759
+ //$("#aw-whats-new-submit").attr('disabled', 'disabled');
 
760
 
761
+ $.each( rfiles, function ( i, file ) {
762
 
763
+ //set file title along with file
764
+ rtm_file_name_array = file.name.split( '.' );
765
+ file.title = rtm_file_name_array[0];
766
 
767
+ var hook_respo = rtMediaHook.call( 'rtmedia_js_file_added', [ upl, file, "#rtmedia_uploader_filelist" ] );
768
 
769
+ if ( hook_respo == false ) {
770
+ file.status = - 1;
771
+ objUploadView.upload_remove_array.push( file.id );
772
+ return true;
773
+ }
774
 
775
+ if ( objUploadView.uploader.settings.max_file_size < file.size ) {
776
+ return true;
777
+ }
778
 
779
+ var tmp_array = file.name.split( "." );
780
 
781
+ if ( rtmedia_version_compare( rtm_wp_version, "3.9" ) ) { // plupload getting updated in 3.9
782
+ var ext_array = objUploadView.uploader.settings.filters.mime_types[0].extensions.split( ',' );
783
+ } else {
784
+ var ext_array = objUploadView.uploader.settings.filters[0].extensions.split( ',' );
785
+ }
786
+ if ( tmp_array.length > 1 ) {
787
+ var ext = tmp_array[tmp_array.length - 1];
788
+ ext = ext.toLowerCase();
789
+ if ( jQuery.inArray( ext, ext_array ) === - 1 ) {
790
+ return true;
791
+ }
792
+ } else {
793
  return true;
794
  }
 
 
 
795
 
796
+ rtmedia_selected_file_list( plupload, file, '', '' );
797
 
798
+ jQuery( '#whats-new-content' ).css( 'padding-bottom', '0px' );
 
 
 
 
 
 
 
799
 
800
+ $( "#" + file.id + " .plupload_delete" ).click( function ( e ) {
801
+ e.preventDefault();
802
+ objUploadView.uploader.removeFile( upl.getFile( file.id ) );
803
+ $( "#" + file.id ).remove();
804
+ return false;
805
+ } );
806
 
807
+ // To change the name of the uploading file
808
+ $( "#label_" + file.id ).click( function ( e ) {
809
+ e.preventDefault();
810
 
811
+ rtm_file_label = this;
 
 
 
812
 
813
+ rtm_file_title_id = 'text_' + file.id;
814
+ rtm_file_title_input = '#' + rtm_file_title_id;
815
+ rtm_file_title_wrapper_id = 'rtm_title_wp_' + file.id;
816
+ rtm_file_title_wrapper = '#' + rtm_file_title_wrapper_id;
817
 
818
+ rtm_file_desc_id = 'rtm_desc_' + file.id;
819
+ rtm_file_desc_input = '#' + rtm_file_desc_id;
820
+ rtm_file_desc_wrapper_id = 'rtm_desc_wp_' + file.id;
821
+ rtm_file_desc_wrapper = '#' + rtm_file_desc_wrapper_id;
822
 
823
+ rtm_file_save_id = 'save_' + file.id;
824
+ rtm_file_save_el = '#' + rtm_file_save_id;
825
 
826
+ jQuery( rtm_file_label ).hide();
827
+ jQuery( rtm_file_label ).siblings( '.plupload_file_name_wrapper' ).hide();
 
 
 
 
 
 
828
 
829
+ // show/create text box to edit media title
830
+ if( jQuery( rtm_file_title_input ).length === 0 ) {
831
+ jQuery( rtm_file_label ).parent( '.plupload_file_name' ).prepend( '<div id="' + rtm_file_title_wrapper_id + '" class="rtm-upload-edit-title-wrapper"><label>' + rtmedia_edit_media_info_upload.title + '</label><input type="text" class="rtm-upload-edit-title" id="' + rtm_file_title_id + '" value="' + file.title + '" style="width: 75%;" /></div><div id="' + rtm_file_desc_wrapper_id + '" class="rtm-upload-edit-desc-wrapper"><label>' + rtmedia_edit_media_info_upload.description + '</label><textarea class="rtm-upload-edit-desc" id="' + rtm_file_desc_id + '"></textarea></div><span id="' + rtm_file_save_id + '" title="Save Change" class="rtmicon dashicons dashicons-yes"></span>' );
832
+ } else {
833
+ jQuery( rtm_file_title_wrapper ).show();
834
+ jQuery( rtm_file_desc_wrapper ).show();
835
+ jQuery( rtm_file_save_el ).show();
836
+ }
837
 
838
+ jQuery( rtm_file_title_input ).focus();
 
 
 
839
 
840
+ jQuery( rtm_file_save_el).click( function(){
841
+ var file_title_val = jQuery( rtm_file_title_input ).val();
842
+ var file_desc_val = jQuery( rtm_file_desc_input ).val();
843
+ var file_name_wrapper_el = jQuery( rtm_file_label ).siblings( '.plupload_file_name_wrapper' );
844
 
845
+ if( file_title_val != '' ){
846
+ file_name_wrapper_el.text( file_title_val + "." + rtm_file_name_array[ 1 ] );
847
+ file.title = file_title_val;
848
+ }
849
 
850
+ if( file_desc_val != '' ){
851
+ file.description = file_desc_val;
852
+ }
 
 
 
 
 
 
853
 
854
+ jQuery( rtm_file_title_wrapper ).hide();
855
+ jQuery( rtm_file_desc_wrapper ).hide();
856
+ file_name_wrapper_el.show();
857
+ jQuery( rtm_file_label ).siblings( '.plupload_file_name_wrapper' )
858
+ jQuery( rtm_file_label ).show();
859
+ jQuery( this ).hide();
860
+ } );
861
+ } );
862
+ } );
863
+
864
+ $.each( objUploadView.upload_remove_array, function ( i, rfile ) {
865
+ if ( upl.getFile( rfile ) )
866
+ upl.removeFile( upl.getFile( rfile ) );
867
+ } );
 
 
868
 
869
+ if( typeof rtmedia_direct_upload_enabled != 'undefined' && rtmedia_direct_upload_enabled == '1' && jQuery.trim( jQuery( "#whats-new" ).val() ) != "" ) {
870
+ //Call upload event direct when direct upload is enabled (removed UPLOAD button and its triggered event)
871
+ var allow_upload = rtMediaHook.call( 'rtmedia_js_upload_file', true );
872
 
873
+ if( allow_upload == false ) {
874
+ return false;
 
 
875
  }
876
+
877
+ objUploadView.uploadFiles();
878
+ }
879
+ } );
880
+
881
+ objUploadView.uploader.bind( 'FileUploaded', function ( up, file, res ) {
882
+ if ( /MSIE (\d+\.\d+);/.test( navigator.userAgent ) ) { //test for MSIE x.x;
883
+ var ieversion = new Number( RegExp.$1 ) // capture x.x portion and store as a number
884
+
885
+ if ( ieversion < 10 ) {
886
+ try {
887
+ if ( typeof JSON.parse( res.response ) !== "undefined" )
888
+ res.status = 200;
889
+ }
890
+ catch ( e ) {
891
+ }
892
  }
893
  }
 
894
 
895
+ if ( res.status == 200 ) {
896
+ try {
897
+ var objIds = JSON.parse( res.response );
898
+ $.each( objIds, function ( key, val ) {
899
+ activity_attachemnt_ids.push( val );
900
+ if ( $( "#whats-new-form" ).find( "#rtmedia_attached_id_" + val ).length < 1 ) {
901
+ $( "#whats-new-form" ).append( "<input type='hidden' name='rtMedia_attached_files[]' data-mode='rtMedia-update' id='rtmedia_attached_id_" + val + "' value='"
902
  + val + "' />" );
903
+ }
904
+ } );
905
+ } catch ( e ) {
906
 
907
+ }
908
+ rtMediaHook.call( 'rtmedia_js_after_file_upload', [ up, file, res.response ] );
909
  }
910
+ } );
 
 
911
 
912
+ objUploadView.uploader.bind( 'Error', function ( up, err ) {
913
 
914
+ if ( err.code == - 600 ) { //file size error // if file size is greater than server's max allowed size
915
+ var tmp_array;
916
+ var ext = tr = '';
917
+ tmp_array = err.file.name.split( "." );
918
+ if ( tmp_array.length > 1 ) {
919
 
920
+ ext = tmp_array[tmp_array.length - 1];
921
+ if ( ! ( typeof ( up.settings.upload_size ) != "undefined" && typeof ( up.settings.upload_size[ext] ) != "undefined" && ( up.settings.upload_size[ext]["size"] < 1 || ( up.settings.upload_size[ext]["size"] * 1024 * 1024 ) >= err.file.size ) ) ) {
922
+ rtmedia_selected_file_list( plupload, err.file, up, err );
923
+ }
924
  }
925
  }
926
+ else {
927
+ if ( err.code == - 601 ) { // file extension error
928
+ err.message = rtmedia_file_extension_error_msg;
929
+ }
 
930
 
931
+ rtmedia_selected_file_list( plupload, err.file, '', err );
932
+ }
933
 
934
+ jQuery( '.plupload_delete' ).on( 'click', function ( e ) {
935
  e.preventDefault();
936
  jQuery( this ).parent().parent( 'li' ).remove();
937
  } );
 
 
 
 
938
 
939
+ return false;
940
 
 
 
 
941
  } );
942
 
943
+ objUploadView.uploader.bind( 'BeforeUpload', function ( up, files ) {
 
 
 
 
 
 
 
 
944
 
945
+ $.each( objUploadView.upload_remove_array, function ( i, rfile ) {
946
+ if ( up.getFile( rfile ) )
947
+ up.removeFile( up.getFile( rfile ) );
948
+ } );
 
 
 
 
 
949
 
950
+ var object = '';
951
+ var item_id = jQuery( "#whats-new-post-in" ).val();
952
+ if ( item_id == undefined )
953
+ item_id = 0;
954
+ if ( item_id > 0 ) {
955
+ object = "group";
956
+ } else {
957
+ object = "profile";
958
+ }
 
 
 
 
 
 
 
 
 
 
959
 
960
+ up.settings.multipart_params.context = object;
961
+ up.settings.multipart_params.context_id = item_id;
962
+ up.settings.multipart_params.title = files.title.split( '.' )[ 0 ];
 
 
963
 
964
+ if( typeof files.description != "undefined" ){
965
+ up.settings.multipart_params.description = files.description;
966
+ } else {
967
+ up.settings.multipart_params.description = '';
968
+ }
969
 
970
+ // if privacy dropdown is not disabled, then get the privacy value of the update
971
+ if ( jQuery( "select.privacy" ).prop( 'disabled' ) === false ) {
972
+ up.settings.multipart_params.privacy = jQuery( "select.privacy" ).val();
 
 
 
 
973
  }
974
+ } );
975
+
976
+ objUploadView.uploader.bind( 'UploadComplete', function ( up, files ) {
977
+ media_uploading = true;
978
+ $( "#aw-whats-new-submit" ).click();
979
+ $( '#rtmedia_uploader_filelist li.plupload_queue_li' ).remove();
980
+ //$("#aw-whats-new-submit").removeAttr('disabled');
981
+ window.onbeforeunload = null;
982
+ } );
983
+
984
+ objUploadView.uploader.bind( 'UploadProgress', function ( up, file ) {
985
+ //$( "#" + file.id + " .plupload_file_status" ).html( rtmedia_uploading_msg + '( ' + file.percent + '% )' );
986
+ $( "#" + file.id + " .plupload_file_status" ).html( '<div class="plupload_file_progress ui-widget-header" style="width: ' + file.percent + '%;"></div>' );
987
+ $( "#" + file.id ).addClass( 'upload-progress' );
988
+ if ( file.percent == 100 ) {
989
+ $( "#" + file.id ).toggleClass( 'upload-success' );
990
  }
991
+
992
+ window.onbeforeunload = function ( evt ) {
993
+ var message = rtmedia_upload_progress_error_message;
994
+ return message;
995
+ };
996
+ } );
997
+
998
+ $( "#rtMedia-start-upload" ).hide();
999
+
1000
+ var change_flag = false
1001
+ var media_uploading = false;
1002
+
1003
+ $.ajaxPrefilter( function ( options, originalOptions, jqXHR ) {
1004
+ // Modify options, control originalOptions, store jqXHR, etc
1005
+ try {
1006
+ if ( originalOptions.data == null || typeof ( originalOptions.data ) == "undefined" || typeof ( originalOptions.data.action ) == "undefined" ) {
 
 
 
 
 
 
 
1007
  return true;
1008
  }
1009
+ } catch ( e ) {
1010
+ return true;
1011
+ }
1012
+
1013
+ if ( originalOptions.data.action == 'post_update' || originalOptions.data.action == 'activity_widget_filter' ) {
1014
+ var temp = activity_attachemnt_ids;
1015
+ while ( activity_attachemnt_ids.length > 0 ) {
1016
+ options.data += "&rtMedia_attached_files[]=" + activity_attachemnt_ids.pop();
1017
+ }
1018
+ options.data += "&rtmedia-privacy=" + jQuery( "select.privacy" ).val();
1019
+ activity_attachemnt_ids = temp;
1020
 
1021
+ var orignalSuccess = originalOptions.success;
1022
+ options.beforeSend = function () {
1023
+ /**
1024
+ * This hook is added for rtMedia Upload Terms plugin to check if it is checked or not for activity
1025
+ */
1026
+ var allowActivityPost = rtMediaHook.call( 'rtmedia_js_before_activity_added', true );
1027
 
1028
+ if( !allowActivityPost ) {
1029
+ $( '#rtmedia_upload_terms_conditions').removeAttr( 'disabled' );
1030
+ $( '#rtmedia-whts-new-upload-container').find('input').removeAttr( 'disabled' );
 
 
1031
 
1032
+ return false;
1033
+ }
1034
+
1035
+ if ( originalOptions.data.action == 'post_update' ) {
1036
+ if ( $.trim( $( "#whats-new" ).val() ) == "" && objUploadView.uploader.files.length > 0 ) {
1037
+ /*
1038
+ *Added $nbsp; as activity text to post activity without TEXT
1039
+ * Disabled TextBox color(transparent)
1040
+ */
1041
+ $( "#whats-new").css('color', 'transparent');
1042
+ $( "#whats-new" ).val('&nbsp;');
1043
+ }
1044
  }
1045
+ if ( ! media_uploading && objUploadView.uploader.files.length > 0 ) {
1046
+ $( "#whats-new-post-in" ).attr( 'disabled', 'disabled' );
1047
+ $( "#rtmedia-add-media-button-post-update" ).attr( 'disabled', 'disabled' );
1048
+ objUploadView.uploadFiles()
1049
+ media_uploading = true;
1050
+ return false;
1051
+ } else {
1052
+ media_uploading = false;
1053
+ return true;
1054
  }
1055
+
1056
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1057
  }
1058
+ options.success = function ( response ) {
1059
+ orignalSuccess( response );
1060
+ if ( response[0] + response[1] == '-1' ) {
1061
+ //Error
1062
 
1063
+ } else {
1064
+ if ( originalOptions.data.action == 'activity_widget_filter' ) {
1065
+ $( "div.activity" ).bind( "fadeIn", function () {
1066
+ apply_rtMagnificPopup( jQuery( '.rtmedia-list-media, .rtmedia-activity-container ul.rtmedia-list, #bp-media-list,.widget-item-listing,.bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content' ) );
1067
+ rtMediaHook.call( 'rtmedia_js_after_activity_added', [ ] );
1068
+ } );
1069
+ $( "div.activity" ).fadeIn( 100 );
1070
+ }
1071
+ jQuery( "input[data-mode=rtMedia-update]" ).remove();
1072
+ while ( objUploadView.uploader.files.pop() != undefined ) {
1073
+ }
1074
+ objUploadView.uploader.refresh();
1075
+ $( '#rtmedia-whts-new-upload-container > div' ).css( { 'top': '0', 'left': '0' } );
1076
+ $( '#rtMedia-update-queue-list' ).html( '' );
1077
+ //$("#div-attache-rtmedia").hide();
1078
+ apply_rtMagnificPopup( jQuery( '.rtmedia-list-media, .rtmedia-activity-container ul.rtmedia-list, #bp-media-list,.widget-item-listing,.bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content' ) );
1079
+ jQuery( 'ul.activity-list li.rtmedia_update:first-child .wp-audio-shortcode, ul.activity-list li.rtmedia_update:first-child .wp-video-shortcode' ).mediaelementplayer( {
1080
+ // if the <video width> is not specified, this is the default
1081
+ defaultVideoWidth: 480,
1082
+ // if the <video height> is not specified, this is the default
1083
+ defaultVideoHeight: 270,
1084
+ // if set, overrides <video width>
1085
+ //videoWidth: 1,
1086
+ // if set, overrides <video height>
1087
+ //videoHeight: 1
1088
+ } );
1089
+ rtMediaHook.call( 'rtmedia_js_after_activity_added', [ ] );
1090
+ }
1091
+
1092
+ $( "#whats-new-post-in" ).removeAttr( 'disabled' );
1093
+ $( "#rtmedia-add-media-button-post-update" ).removeAttr( 'disabled' );
1094
+ // Enabled TextBox color back to normal
1095
+ $( "#whats-new").css('color', '');
1096
+
1097
+ }
1098
  }
1099
+ } );
1100
+ } else {
1101
+ $.ajaxPrefilter( function ( options, originalOptions, jqXHR ) {
1102
+ // Modify options, control originalOptions, store jqXHR, etc
1103
+ try {
1104
+ if ( originalOptions.data == null || typeof ( originalOptions.data ) == "undefined" || typeof ( originalOptions.data.action ) == "undefined" ) {
1105
+ return true;
1106
+ }
1107
+ } catch ( e ) {
1108
+ return true;
1109
+ }
1110
+
1111
+ if ( originalOptions.data.action == 'post_update' || originalOptions.data.action == 'activity_widget_filter' ) {
1112
+ options.data += "&rtmedia-privacy=" + jQuery( "select.privacy" ).val();
1113
+ var orignalSuccess = originalOptions.success;
1114
+ options.success = function ( response ) {
1115
+ orignalSuccess( response );
1116
+ if ( response[0] + response[1] == '-1' ) {
1117
+ //Error
1118
+ } else {
1119
+ if ( originalOptions.data.action == 'activity_widget_filter' ) {
1120
+ $( "div.activity" ).fadeIn( 100 );
1121
+ }
1122
+ }
1123
+
1124
+ $( "#whats-new-post-in" ).removeAttr( 'disabled' );
1125
+ // Enabled TextBox color back to normal
1126
+ $( "#whats-new").css('color', '');
1127
+
1128
+ }
1129
+ }
1130
+ } );
1131
+ }
1132
  } );
1133
  /**
1134
  * rtMedia Comment Js
app/assets/js/rtMedia.js CHANGED
@@ -137,7 +137,9 @@ function rtmedia_init_action_dropdown() {
137
  jQuery( 'document' ).ready( function ( $ ) {
138
 
139
  // Tabs
140
- $( '.rtm-tabs' ).rtTab();
 
 
141
 
142
  // open magnific popup as modal for create album/playlist
143
  if ( jQuery( '.rtmedia-modal-link' ).length > 0 ) {
@@ -228,6 +230,18 @@ jQuery( 'document' ).ready( function ( $ ) {
228
  options.success = function ( response ) {
229
  orignalSuccess( response );
230
  apply_rtMagnificPopup( '.rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content' );
 
 
 
 
 
 
 
 
 
 
 
 
231
  rtMediaHook.call( 'rtmedia_js_after_activity_added', [ ] );
232
  }
233
  }
137
  jQuery( 'document' ).ready( function ( $ ) {
138
 
139
  // Tabs
140
+ if( typeof rtTab !== 'undefined' ) {
141
+ $( '.rtm-tabs' ).rtTab();
142
+ }
143
 
144
  // open magnific popup as modal for create album/playlist
145
  if ( jQuery( '.rtmedia-modal-link' ).length > 0 ) {
230
  options.success = function ( response ) {
231
  orignalSuccess( response );
232
  apply_rtMagnificPopup( '.rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content' );
233
+
234
+ jQuery( 'ul.activity-list li.rtmedia_update div.rtmedia-item-thumbnail > audio.wp-audio-shortcode, ul.activity-list li.rtmedia_update div.rtmedia-item-thumbnail > video.wp-video-shortcode' ).mediaelementplayer( {
235
+ // if the <video width> is not specified, this is the default
236
+ defaultVideoWidth: 480,
237
+ // if the <video height> is not specified, this is the default
238
+ defaultVideoHeight: 270
239
+ // if set, overrides <video width>
240
+ //videoWidth: 1,
241
+ // if set, overrides <video height>
242
+ //videoHeight: 1
243
+ } );
244
+
245
  rtMediaHook.call( 'rtmedia_js_after_activity_added', [ ] );
246
  }
247
  }
app/assets/js/rtmedia.min.js CHANGED
@@ -2,5 +2,5 @@
2
  * rtMedia JavaScript Library
3
  * @package rtMedia
4
  */
5
- function apply_rtMagnificPopup(a){jQuery("document").ready(function(b){var c="";c="undefined"==typeof rtmedia_load_more?"Loading media":rtmedia_load_more,"undefined"!=typeof rtmedia_lightbox_enabled&&"1"==rtmedia_lightbox_enabled&&(b(".activity-item .rtmedia-activity-container .rtmedia-list-item > a").siblings("p").children("a").length>0&&b(".activity-item .rtmedia-activity-container .rtmedia-list-item > a").siblings("p").children("a").addClass("no-popup"),rtMagnificPopup=jQuery(a).magnificPopup({delegate:"a:not(.no-popup, .mejs-time-slider, .mejs-volume-slider, .mejs-horizontal-volume-slider)",type:"ajax",tLoading:c+" #%curr%...",mainClass:"mfp-img-mobile",preload:[1,3],closeOnBgClick:!0,gallery:{enabled:!0,navigateByImgClick:!0,arrowMarkup:"",preload:[0,1]},image:{tError:'<a href="%url%">The image #%curr%</a> could not be loaded.',titleSrc:function(a){return a.el.attr("title")+"<small>by Marsel Van Oosten</small>"}},callbacks:{ajaxContentAdded:function(){a=jQuery.magnificPopup.instance,1===jQuery(a.items).size()&&jQuery(".mfp-arrow").remove();var a=jQuery.magnificPopup.instance,c=a.currItem.el,d=c.parent();if(d.is("li")||(d=d.parent()),d.is(":nth-last-child(2)")||d.is(":last-child")){d.next();"block"==jQuery("#rtMedia-galary-next").css("display")&&jQuery("#rtMedia-galary-next").click()}var e=a.items.length;if(a.index==e-1&&!d.is(":last-child"))return void c.click();var f={};"undefined"!=typeof _wpmejsSettings&&(f.pluginPath=_wpmejsSettings.pluginPath),b(".mfp-content .wp-audio-shortcode,.mfp-content .wp-video-shortcode,.mfp-content .bp_media_content video").mediaelementplayer({defaultVideoWidth:480,defaultVideoHeight:270,success:function(a,b){a.play()}}),b(".mfp-content .mejs-audio .mejs-controls").css("position","relative"),rtMediaHook.call("rtmedia_js_popup_after_content_added",[])},close:function(a){rtmedia_init_action_dropdown()},BeforeChange:function(a){}}}))})}function rtmedia_init_action_dropdown(){var a,b;jQuery(".click-nav > span, .click-nav > div").toggleClass("no-js js"),jQuery(".click-nav .js ul").hide(),jQuery(".click-nav .clicker").click(function(c){a=jQuery("#rtm-media-options .click-nav .clicker").next("ul"),b=jQuery(this).next("ul"),jQuery.each(a,function(a,c){jQuery(c).html()!=b.html()&&jQuery(c).hide()}),jQuery(b).toggle(),c.stopPropagation()})}function bp_media_create_element(a){return!1}function rtmedia_version_compare(a,b){if(typeof a+typeof b!="stringstring")return!1;for(var c=a.split("."),d=b.split("."),e=0,f=Math.max(c.length,d.length);f>e;e++){if(c[e]&&!d[e]&&parseInt(c[e])>0||parseInt(c[e])>parseInt(d[e]))return!0;if(d[e]&&!c[e]&&parseInt(d[e])>0||parseInt(c[e])<parseInt(d[e]))return!1}return!0}function rtm_is_element_exist(a){return jQuery(a).length>0?!0:!1}function rtm_masonry_reload(a){setTimeout(function(){a.masonry("reload")},250)}function rtmediaGetParameterByName(a){a=a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var b=new RegExp("[\\?&]"+a+"=([^&#]*)"),c=b.exec(location.search);return null==c?"":decodeURIComponent(c[1].replace(/\+/g," "))}function rtmedia_single_media_alert_message(a,b){var c="rtmedia-success";"warning"==b&&(c="rtmedia-warning"),jQuery(".rtmedia-single-media .rtmedia-media").css("opacity","0.2"),jQuery(".rtmedia-single-media .rtmedia-media").after("<div class='rtmedia-message-container'><span class='"+c+"'>"+a+" </span></div>"),setTimeout(function(){jQuery(".rtmedia-single-media .rtmedia-media").css("opacity","1"),jQuery(".rtmedia-message-container").remove()},3e3),jQuery(".rtmedia-message-container").click(function(){jQuery(".rtmedia-single-media .rtmedia-media").css("opacity","1"),jQuery(".rtmedia-message-container").remove()})}function rtmedia_gallery_action_alert_message(a,b){var c="rtmedia-success";"warning"==b&&(c="rtmedia-warning");var d='<div class="rtmedia-gallery-alert-container"> </div>';jQuery("body").append(d),jQuery(".rtmedia-gallery-alert-container").append("<div class='rtmedia-gallery-message-box'><span class='"+c+"'>"+a+" </span></div>"),setTimeout(function(){jQuery(".rtmedia-gallery-alert-container").remove()},3e3),jQuery(".rtmedia-gallery-message-box").click(function(){jQuery(".rtmedia-gallery-alert-container").remove()})}!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isIE7=-1!==c.indexOf("MSIE 7."),b.isIE8=-1!==c.indexOf("MSIE 8."),b.isLowIE=b.isIE7||b.isIE8,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e<h.length;e++)if(g=h[e],g.parsed&&(g=g.el[0]),g===c.el[0]){b.index=e;break}}else b.items=a.isArray(c.items)?c.items:[c.items],b.index=c.index||0;if(b.isOpen)return void b.updateItemHTML();b.types=[],f="",c.mainEl&&c.mainEl.length?b.ev=c.mainEl.eq(0):b.ev=d,c.key?(b.popupsCache[c.key]||(b.popupsCache[c.key]={}),b.currTemplate=b.popupsCache[c.key]):b.currTemplate={},b.st=a.extend(!0,{},a.magnificPopup.defaults,c),b.fixedContentPos="auto"===b.st.fixedContentPos?!b.probablyMobile:b.st.fixedContentPos,b.st.modal&&(b.st.closeOnContentClick=!1,b.st.closeOnBgClick=!1,b.st.showCloseBtn=!1,b.st.enableEscapeKey=!1),b.bgOverlay||(b.bgOverlay=x("bg").on("click"+p,function(){b.close()}),b.wrap=x("wrap").attr("tabindex",-1).on("click"+p,function(a){b._checkIfClose(a.target)&&b.close()}),b.container=x("container",b.wrap)),b.contentContainer=x("content"),b.st.preloader&&(b.preloader=x("preloader",b.container,b.st.tLoading));var i=a.magnificPopup.modules;for(e=0;e<i.length;e++){var j=i[e];j=j.charAt(0).toUpperCase()+j.slice(1),b["init"+j].call(b)}y("BeforeOpen"),b.st.showCloseBtn&&(b.st.closeBtnInside?(w(l,function(a,b,c,d){c.close_replaceWith=z(d.type)}),f+=" mfp-close-btn-in"):b.wrap.append(z())),b.st.alignTop&&(f+=" mfp-align-top"),b.fixedContentPos?b.wrap.css({overflow:b.st.overflowY,overflowX:"hidden",overflowY:b.st.overflowY}):b.wrap.css({top:v.scrollTop(),position:"absolute"}),(b.st.fixedBgPos===!1||"auto"===b.st.fixedBgPos&&!b.fixedContentPos)&&b.bgOverlay.css({height:d.height(),position:"absolute"}),b.st.enableEscapeKey&&d.on("keyup"+p,function(a){27===a.keyCode&&b.close()}),v.on("resize"+p,function(){b.updateSize()}),b.st.closeOnContentClick||(f+=" mfp-auto-cursor"),f&&b.wrap.addClass(f);var k=b.wH=v.height(),n={};if(b.fixedContentPos&&b._hasScrollBar(k)){var o=b._getScrollbarSize();o&&(n.marginRight=o)}b.fixedContentPos&&(b.isIE7?a("body, html").css("overflow","hidden"):n.overflow="hidden");var r=b.st.mainClass;return b.isIE7&&(r+=" mfp-ie7"),r&&b._addClassToMFP(r),b.updateItemHTML(),y("BuildControls"),a("html").css(n),b.bgOverlay.add(b.wrap).prependTo(b.st.prependTo||a(document.body)),b._lastFocusedEl=document.activeElement,setTimeout(function(){b.content?(b._addClassToMFP(q),b._setFocus()):b.bgOverlay.addClass(q),d.on("focusin"+p,b._onFocusIn)},16),b.isOpen=!0,b.updateSize(k),y(m),c},close:function(){b.isOpen&&(y(i),b.isOpen=!1,b.st.removalDelay&&!b.isLowIE&&b.supportsTransition?(b._addClassToMFP(r),setTimeout(function(){b._close()},b.st.removalDelay)):b._close())},_close:function(){y(h);var c=r+" "+q+" ";if(b.bgOverlay.detach(),b.wrap.detach(),b.container.empty(),b.st.mainClass&&(c+=b.st.mainClass+" "),b._removeClassFromMFP(c),b.fixedContentPos){var e={marginRight:""};b.isIE7?a("body, html").css("overflow",""):e.overflow="",a("html").css(e)}d.off("keyup"+p+" focusin"+p),b.ev.off(p),b.wrap.attr("class","mfp-wrap").removeAttr("style"),b.bgOverlay.attr("class","mfp-bg"),b.container.attr("class","mfp-container"),!b.st.showCloseBtn||b.st.closeBtnInside&&b.currTemplate[b.currItem.type]!==!0||b.currTemplate.closeBtn&&b.currTemplate.closeBtn.detach(),b._lastFocusedEl&&a(b._lastFocusedEl).focus(),b.currItem=null,b.content=null,b.currTemplate=null,b.prevHeight=0,y(j)},updateSize:function(a){if(b.isIOS){var c=document.documentElement.clientWidth/window.innerWidth,d=window.innerHeight*c;b.wrap.css("height",d),b.wH=d}else b.wH=a||v.height();b.fixedContentPos||b.wrap.css("height",b.wH),y("Resize")},updateItemHTML:function(){var c=b.items[b.index];b.contentContainer.detach(),b.content&&b.content.detach(),c.parsed||(c=b.parseEl(b.index));var d=c.type;if(y("BeforeChange",[b.currItem?b.currItem.type:"",d]),b.currItem=c,!b.currTemplate[d]){var f=b.st[d]?b.st[d].markup:!1;y("FirstMarkupParse",f),f?b.currTemplate[d]=a(f):b.currTemplate[d]=!0}e&&e!==c.type&&b.container.removeClass("mfp-"+e+"-holder");var g=b["get"+d.charAt(0).toUpperCase()+d.slice(1)](c,b.currTemplate[d]);b.appendContent(g,d),c.preloaded=!0,y(n,c),e=c.type,b.container.prepend(b.contentContainer),y("AfterChange")},appendContent:function(a,c){b.content=a,a?b.st.showCloseBtn&&b.st.closeBtnInside&&b.currTemplate[c]===!0?b.content.find(".mfp-close").length||b.content.append(z()):b.content=a:b.content="",y(k),b.container.addClass("mfp-"+c+"-holder"),b.contentContainer.append(b.content)},parseEl:function(c){var d,e=b.items[c];if(e.tagName?e={el:a(e)}:(d=e.type,e={data:e,src:e.src}),e.el){for(var f=b.types,g=0;g<f.length;g++)if(e.el.hasClass("mfp-"+f[g])){d=f[g];break}e.src=e.el.attr("data-mfp-src"),e.src||(e.src=e.el.attr("href"))}return e.type=d||b.st.type||"inline",e.index=c,e.parsed=!0,b.items[c]=e,y("ElementParse",e),b.items[c]},addGroup:function(a,c){var d=function(d){d.mfpEl=this,b._openClick(d,a,c)};c||(c={});var e="click.magnificPopup";c.mainEl=a,c.items?(c.isObj=!0,a.off(e).on(e,d)):(c.isObj=!1,c.delegate?a.off(e).on(e,c.delegate,d):(c.items=a,a.off(e).on(e,d)))},_openClick:function(c,d,e){var f=void 0!==e.midClick?e.midClick:a.magnificPopup.defaults.midClick;if(f||2!==c.which&&!c.ctrlKey&&!c.metaKey){var g=void 0!==e.disableOn?e.disableOn:a.magnificPopup.defaults.disableOn;if(g)if(a.isFunction(g)){if(!g.call(b))return!0}else if(v.width()<g)return!0;c.type&&(c.preventDefault(),b.isOpen&&c.stopPropagation()),e.el=a(c.mfpEl),e.delegate&&(e.items=d.find(e.delegate)),b.open(e)}},updateStatus:function(a,d){if(b.preloader){c!==a&&b.container.removeClass("mfp-s-"+c),d||"loading"!==a||(d=b.st.tLoading);var e={status:a,text:d};y("UpdateStatus",e),a=e.status,d=e.text,b.preloader.html(d),b.preloader.find("a").on("click",function(a){a.stopImmediatePropagation()}),b.container.addClass("mfp-s-"+a),c=a}},_checkIfClose:function(c){if(!a(c).hasClass(s)){var d=b.st.closeOnContentClick,e=b.st.closeOnBgClick;if(d&&e)return!0;if(!b.content||a(c).hasClass("mfp-close")||b.preloader&&c===b.preloader[0])return!0;if(c===b.content[0]||a.contains(b.content[0],c)){if(d)return!0}else if(e&&a.contains(document,c))return!0;return!1}},_addClassToMFP:function(a){b.bgOverlay.addClass(a),b.wrap.addClass(a)},_removeClassFromMFP:function(a){this.bgOverlay.removeClass(a),b.wrap.removeClass(a)},_hasScrollBar:function(a){return(b.isIE7?d.height():document.body.scrollHeight)>(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(a,c){if(void 0===c||c===!1)return!0;if(e=a.split("_"),e.length>1){var d=b.find(p+"-"+e[0]);if(d.length>0){var f=e[1];"replaceWith"===f?d[0]!==c[0]&&d.replaceWith(c):"img"===f?d.is("img")?d.attr("src",c):d.replaceWith('<img src="'+c+'" class="'+d.attr("class")+'" />'):d.attr(e[1],c)}}else b.find(p+"-"+a).html(c)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'<button title="%title%" type="button" class="mfp-close">&times;</button>',tClose:"Close (Esc)",tLoading:"Loading..."}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("<div>");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'<a href="%url%">The content</a> could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'<div class="mfp-figure"><div class="mfp-close"></div><figure><div class="mfp-img"></div><figcaption><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></figcaption></figure></div>',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'<a href="%url%">The image</a> could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe></div>',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery",g=Boolean(a.fn.mfpFastClick);return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s),h=g?"mfpFastClick":"click";e[h](function(){b.prev()}),f[h](function(){b.next()}),b.isIE7&&(x("b",e[0],!1,!0),x("a",e[0],!1,!0),x("b",f[0],!1,!0),x("a",f[0],!1,!0)),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowLeft&&g&&b.arrowLeft.add(b.arrowRight).destroyMfpFastClick(),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('<img class="mfp-img" />').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),function(){var b=1e3,c="ontouchstart"in window,d=function(){v.off("touchmove"+f+" touchend"+f)},e="mfpFastClick",f="."+e;a.fn.mfpFastClick=function(e){return a(this).each(function(){var g,h=a(this);if(c){var i,j,k,l,m,n;h.on("touchstart"+f,function(a){l=!1,n=1,m=a.originalEvent?a.originalEvent.touches[0]:a.touches[0],j=m.clientX,k=m.clientY,v.on("touchmove"+f,function(a){m=a.originalEvent?a.originalEvent.touches:a.touches,n=m.length,m=m[0],(Math.abs(m.clientX-j)>10||Math.abs(m.clientY-k)>10)&&(l=!0,d())}).on("touchend"+f,function(a){d(),l||n>1||(g=!0,a.preventDefault(),clearTimeout(i),i=setTimeout(function(){g=!1},b),e())})})}h.on("click"+f,function(){g||e()})})},a.fn.destroyMfpFastClick=function(){a(this).off("touchstart"+f+" click"+f),c&&v.off("touchmove"+f+" touchend"+f)}}(),A()}),"function"!=typeof Object.create&&(Object.create=function(a){function b(){}return b.prototype=a,new b}),function(a,b,c,d){var e={init:function(b,c){var d=this;d.elem=c,d.$elem=a(c),d.options=a.extend({},a.fn.rtTab.options,b),d.rtTabs()},rtTabs:function(){var c=this,d=c.options.activeTab;c.$elem.find("li:nth-child("+d+")").addClass("active"),c.rtTabContent(activeTabContent="yes"),c.rtClick();var e="false"===c.$elem.attr("data-hash")?!1:!0;if(e===!0){var f=b.location.hash;f&&c.$elem.find("li").find("a[href="+f+"]").trigger("click"),a(b).on("hashchange",function(){var a=b.location.hash;c.$elem.find("li").find("a[href="+a+"]").trigger("click")})}},rtClick:function(){var c=this,d=c.$elem.find("li"),e=d.find("a");e.on("click",function(e){e.preventDefault(),d.removeClass("active"),c.rtTabContent(),a(this).parent().addClass("active");var f=a(this).attr("href");a(f).removeClass("hide");var g="false"===c.$elem.attr("data-hash")?!1:!0;if(g===!0){var h=a(b).scrollTop();location.hash=a(this).attr("href"),a(b).scrollTop(h)}"function"==typeof c.options.onComplete&&c.options.onComplete.apply(c.elem,arguments)})},rtTabContent:function(b){var c=this,d=c.$elem.find("li"),e=d.find("a");e.each(function(){var c=a(this),d=c.attr("href");"yes"===b?c.parent().hasClass("active")||a(d).addClass("hide"):a(d).addClass("hide")})}};a.fn.rtTab=function(b){return this.each(function(){var c=Object.create(e);c.init(b,this),a.data(this,"rtTab",c)})},a.fn.rtTab.options={activeTab:1,onComplete:null}}(jQuery,window,document);var rtMagnificPopup,rtm_masonry_container,rtMediaHook={hooks:[],is_break:!1,register:function(a,b){"undefined"==typeof rtMediaHook.hooks[a]&&(rtMediaHook.hooks[a]=[]),rtMediaHook.hooks[a].push(b)},call:function(a,b){if("undefined"!=typeof rtMediaHook.hooks[a])for(i=0;i<rtMediaHook.hooks[a].length;++i)if(1!=rtMediaHook.hooks[a][i](b))return rtMediaHook.is_break=!0,!1;return!0}};jQuery("document").ready(function(a){function b(){if(jQuery("#rtmedia-media-view-form").length>0){var a=jQuery("#rtmedia-media-view-form").attr("action");jQuery.post(a,{},function(a){})}}function c(){var a=jQuery.magnificPopup.instance;jQuery(".mfp-arrow-right").on("click",function(b){a.next()}),jQuery(".mfp-arrow-left").on("click",function(b){a.prev()}),jQuery(".mfp-content .rtmedia-media").swipe({swipeLeft:function(b,c,d,e,f){a.next()},swipeRight:function(b,c,d,e,f){a.prev()},threshold:0})}function d(){jQuery(document).on("focusin","#comment_content",function(){jQuery(document).unbind("keydown")}),jQuery(document).on("focusout","#comment_content",function(){var a=jQuery.magnificPopup.instance;jQuery(document).on("keydown",function(b){37===b.keyCode?a.prev():39===b.keyCode&&a.next()})})}function e(){jQuery(".rtmedia-container").on("click",".rtmedia-delete-media",function(a){a.preventDefault(),confirm(rtmedia_media_delete_confirmation)&&jQuery(this).closest("form").submit()})}a(".rtm-tabs").rtTab(),jQuery(".rtmedia-modal-link").length>0&&a(".rtmedia-modal-link").magnificPopup({type:"inline",midClick:!0,closeBtnInside:!0}),a("#rt_media_comment_form").submit(function(b){return""==a.trim(a("#comment_content").val())?(0==jQuery("#rtmedia-single-media-container").length?rtmedia_gallery_action_alert_message(rtmedia_empty_comment_msg,"warning"):rtmedia_single_media_alert_message(rtmedia_empty_comment_msg,"warning"),!1):!0}),a("li.rtmedia-list-item p a").each(function(b){a(this).addClass("no-popup")}),a("li.rtmedia-list-item p a").each(function(b){a(this).addClass("no-popup")}),"undefined"!=typeof rtmedia_lightbox_enabled&&"1"==rtmedia_lightbox_enabled&&apply_rtMagnificPopup(".rtmedia-list-media, .rtmedia-activity-container ul.rtmedia-list, #bp-media-list,.bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content, .rtm-bbp-container, ul.rtm-comment-container"),jQuery.ajaxPrefilter(function(a,b,c){try{if(null==b.data||"undefined"==typeof b.data||"undefined"==typeof b.data.action)return!0}catch(d){return!0}if("activity_get_older_updates"==b.data.action){var e=b.success;a.success=function(a){e(a),apply_rtMagnificPopup(".rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content"),rtMediaHook.call("rtmedia_js_after_activity_added",[])}}else if("get_single_activity_content"==b.data.action){var e=b.success;a.success=function(a){e(a),setTimeout(function(){apply_rtMagnificPopup(".rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content"),jQuery("ul.activity-list li.rtmedia_update:first-child .wp-audio-shortcode, ul.activity-list li.rtmedia_update:first-child .wp-video-shortcode").mediaelementplayer({defaultVideoWidth:480,defaultVideoHeight:270})},900)}}}),jQuery.ajaxPrefilter(function(a,b,c){try{if(null==b.data||"undefined"==typeof b.data||"undefined"==typeof b.data.action)return!0}catch(d){return!0}if("activity_get_older_updates"==b.data.action){var e=b.success;a.success=function(a){e(a),apply_rtMagnificPopup(".rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content"),rtMediaHook.call("rtmedia_js_after_activity_added",[])}}}),jQuery(".rtmedia-container").on("click",".select-all",function(a){jQuery(this).toggleClass("unselect-all").toggleClass("select-all"),jQuery(this).attr("title",rtmedia_unselect_all_visible),jQuery(".rtmedia-list input").each(function(){jQuery(this).prop("checked",!0)}),jQuery(".rtmedia-list-item").addClass("bulk-selected")}),jQuery(".rtmedia-container").on("click",".unselect-all",function(a){jQuery(this).toggleClass("select-all").toggleClass("unselect-all"),jQuery(this).attr("title",rtmedia_select_all_visible),jQuery(".rtmedia-list input").each(function(){jQuery(this).prop("checked",!1)}),jQuery(".rtmedia-list-item").removeClass("bulk-selected")}),jQuery(".rtmedia-container").on("click",".rtmedia-move",function(a){jQuery(".rtmedia-delete-container").slideUp(),jQuery(".rtmedia-move-container").slideToggle()}),jQuery("#rtmedia-create-album-modal").on("click","#rtmedia_create_new_album",function(b){if($albumname=jQuery("<span/>").text(jQuery.trim(jQuery("#rtmedia_album_name").val())).html(),$context=jQuery.trim(jQuery("#rtmedia_album_context").val()),$context_id=jQuery.trim(jQuery("#rtmedia_album_context_id").val()),$privacy=jQuery.trim(jQuery("#rtmedia_select_album_privacy").val()),$create_album_nonce=jQuery.trim(jQuery("#rtmedia_create_album_nonce").val()),""!=$albumname){
6
- var c={action:"rtmedia_create_album",name:$albumname,context:$context,context_id:$context_id,create_album_nonce:$create_album_nonce};""!==$privacy&&(c.privacy=$privacy),a("#rtmedia_create_new_album").attr("disabled","disabled");var d=a("#rtmedia_create_new_album").html();a("#rtmedia_create_new_album").prepend("<img src='"+rMedia_loading_file+"' />"),jQuery.post(rtmedia_ajax_url,c,function(b){if(b=jQuery.parseJSON(b),"undefined"!=typeof b.album){b=jQuery.trim(b.album);var c=!0;jQuery(".rtmedia-user-album-list").each(function(){if(jQuery(this).children("optgroup").each(function(){return jQuery(this).attr("value")===$context?(c=!1,void jQuery(this).append('<option value="'+b+'">'+$albumname+"</option>")):void 0}),c){var a=$context.charAt(0).toUpperCase()+$context.slice(1),d='<optgroup value="'+$context+'" label="'+a+' Albums"><option value="'+b+'">'+$albumname+"</option></optgroup>";jQuery(this).append(d)}}),jQuery('select.rtmedia-user-album-list option[value="'+b+'"]').prop("selected",!0),jQuery(".rtmedia-create-new-album-container").slideToggle(),jQuery("#rtmedia_album_name").val(""),jQuery("#rtmedia-create-album-modal").append("<div class='rtmedia-success rtmedia-create-album-alert'><b>"+$albumname+"</b>"+rtmedia_album_created_msg+"</div>"),setTimeout(function(){jQuery(".rtmedia-create-album-alert").remove()},4e3),setTimeout(function(){galleryObj.reloadView(),jQuery(".close-reveal-modal").click()},2e3)}else"undefined"!=typeof b.error?rtmedia_gallery_action_alert_message(b.error,"warning"):rtmedia_gallery_action_alert_message(rtmedia_something_wrong_msg,"warning");a("#rtmedia_create_new_album").removeAttr("disabled"),a("#rtmedia_create_new_album").html(d)})}else rtmedia_gallery_action_alert_message(rtmedia_empty_album_name_msg,"warning")}),jQuery(".rtmedia-container").on("click",".rtmedia-delete-selected",function(a){jQuery(".rtmedia-list :checkbox:checked").length>0?confirm(rtmedia_selected_media_delete_confirmation)&&jQuery(this).closest("form").attr("action","../../../"+rtmedia_media_slug+"/delete").submit():rtmedia_gallery_action_alert_message(rtmedia_no_media_selected,"warning")}),jQuery(".rtmedia-container").on("click",".rtmedia-move-selected",function(a){jQuery(".rtmedia-list :checkbox:checked").length>0?confirm(rtmedia_selected_media_move_confirmation)&&jQuery(this).closest("form").attr("action","").submit():rtmedia_gallery_action_alert_message(rtmedia_no_media_selected,"warning")}),jQuery("#buddypress").on("change",".rtm-activity-privacy-opt",function(){var a=jQuery(this).attr("id");a=a.split("-"),a=a[a.length-1];var b=this;data={activity_id:a,privacy:jQuery(this).val(),nonce:jQuery("#rtmedia_activity_privacy_nonce").val(),action:"rtm_change_activity_privacy"},jQuery.post(ajaxurl,data,function(a){var c="",d="";"true"==a?(c="Privacy updated successfully.",d="success"):(c="Couldn't change privacy, please try again.",d="fail"),jQuery(b).after('<p class="rtm-ac-privacy-updated '+d+'">'+c+"</p>"),setTimeout(function(){jQuery(b).siblings(".rtm-ac-privacy-updated").remove()},2e3)})}),b(),rtMediaHook.register("rtmedia_js_popup_after_content_added",function(){b(),e(),mfp=jQuery.magnificPopup.instance,jQuery(mfp.items).size()>1&&c(),d();var f=a(window).height();jQuery(".rtm-lightbox-container .mejs-video").css({height:.8*f,"max-height":.8*f,"over-flow":"hidden"}),jQuery(".mfp-content .rtmedia-media").css({"max-height":.87*f,"over-flow":"hidden"}),rtmedia_init_action_dropdown(),jQuery(".rtmedia-comment-link").on("click",function(a){a.preventDefault(),jQuery("#comment_content").focus()}),jQuery(".rtm-more").shorten({showChars:130});var g=a(".rtm-gallery-title"),h="";h=a.isEmptyObject(g)?a("#subnav.item-list-tabs li.selected ").html():g.html(),""!=h&&a(".rtm-ltb-gallery-title .ltb-title").html(h);var i=a("#subnav.item-list-tabs li.selected span").html();return a("li.total").html(i),!0});var f=jQuery("#drag-drop-area"),g=jQuery("#whats-new");f.html();jQuery("#rtmedia-upload-container").after("<div id='rtm-drop-files-title'>"+rtmedia_drop_media_msg+"</div>"),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&jQuery("#whats-new-textarea").append("<div id='rtm-drop-files-title'>"+rtmedia_drop_media_msg+"</div>"),jQuery(document).on("dragover",function(a){jQuery("#rtm-media-gallery-uploader").show(),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&g.addClass("rtm-drag-drop-active"),f.addClass("rtm-drag-drop-active"),jQuery("#rtm-drop-files-title").show()}).on("dragleave",function(a){a.preventDefault(),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&(g.removeClass("rtm-drag-drop-active"),g.removeAttr("style")),f.removeClass("rtm-drag-drop-active"),jQuery("#rtm-drop-files-title").hide()}).on("drop",function(a){a.preventDefault(),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&(g.removeClass("rtm-drag-drop-active"),g.removeAttr("style")),f.removeClass("rtm-drag-drop-active"),jQuery("#rtm-drop-files-title").hide()}),jQuery(".rtmedia-container").on("click",".rtmedia-delete-album",function(a){a.preventDefault(),confirm(rtmedia_album_delete_confirmation)&&jQuery(this).closest("form").submit()}),jQuery(".rtmedia-container").on("click",".rtmedia-delete-media",function(a){a.preventDefault(),confirm(rtmedia_media_delete_confirmation)&&jQuery(this).closest("form").submit()}),rtmedia_init_action_dropdown(),a(document).click(function(){a(".click-nav ul").is(":visible")&&a(".click-nav ul",this).hide()}),jQuery(".rtmedia-comment-link").on("click",function(a){a.preventDefault(),jQuery("#comment_content").focus()}),jQuery(".rtm-more").length>0&&a(".rtm-more").shorten({showChars:200}),"undefined"!=typeof rtmedia_masonry_layout&&"true"==rtmedia_masonry_layout&&0==jQuery(".rtmedia-container .rtmedia-list.rtm-no-masonry").length&&(rtm_masonry_container=jQuery(".rtmedia-container .rtmedia-list"),rtm_masonry_container.masonry({itemSelector:".rtmedia-list-item"}),setInterval(function(){jQuery.each(jQuery(".rtmedia-list.masonry .rtmedia-item-title"),function(a,b){jQuery(b).width(jQuery(b).siblings(".rtmedia-item-thumbnail").children("img").width())}),rtm_masonry_reload(rtm_masonry_container)},1e3),jQuery.each(jQuery(".rtmedia-list.masonry .rtmedia-item-title"),function(a,b){jQuery(b).width(jQuery(b).siblings(".rtmedia-item-thumbnail").children("img").width())})),jQuery(".rtm-uploader-tabs").length>0&&jQuery(".rtm-uploader-tabs li").click(function(a){jQuery(this).hasClass("active")||(jQuery(this).siblings().removeClass("active"),jQuery(this).parents(".rtm-uploader-tabs").siblings().hide(),class_name=jQuery(this).attr("class"),jQuery(this).parents(".rtm-uploader-tabs").siblings('[data-id="'+class_name+'"]').show(),jQuery(this).addClass("active"),"rtm-upload-tab"!=class_name?jQuery("div.moxie-shim").children("input[type=file]").hide():jQuery("div.moxie-shim").children("input[type=file]").show())}),jQuery(".rtmedia-container").on("click",".rtm-delete-media",function(a){a.preventDefault();var b="Are you sure you want to delete this media?";if("undefined"!=typeof rtmedia_media_delete_confirmation&&(b=rtmedia_media_delete_confirmation),confirm(b)){var c=jQuery(this).closest("li"),d=jQuery("#rtmedia_media_delete_nonce").val(),e={action:"delete_uploaded_media",nonce:d,media_id:c.attr("id")};jQuery.ajax({url:ajaxurl,type:"post",data:e,success:function(a){"1"==a?(rtmedia_gallery_action_alert_message("file deleted successfully.","success"),c.remove(),"undefined"!=typeof rtmedia_masonry_layout&&"true"==rtmedia_masonry_layout&&0==jQuery(".rtmedia-container .rtmedia-list.rtm-no-masonry").length&&rtm_masonry_reload(rtm_masonry_container)):rtmedia_gallery_action_alert_message(rtmedia_file_not_deleted,"warning")}})}})}),function(a){a.fn.shorten=function(b){var c={showChars:100,ellipsesText:"...",moreText:"more",lessText:"less"};return b&&a.extend(c,b),a(document).off("click",".morelink"),a(document).on({click:function(){var b=a(this);return b.hasClass("less")?(b.removeClass("less"),b.html(c.moreText)):(b.addClass("less"),b.html(c.lessText)),b.parent().prev().toggle(),b.prev().toggle(),!1}},".morelink"),this.each(function(){var b=a(this);if(!b.hasClass("shortened")){b.addClass("shortened");var d=b.html();if(d.length>c.showChars){var e=d.substr(0,c.showChars),f=d.substr(c.showChars,d.length-c.showChars),g=e+'<span class="moreellipses">'+c.ellipsesText+' </span><span class="morecontent"><span>'+f+'</span> <a href="#" class="morelink">'+c.moreText+"</a></span>";b.html(g),a(".morecontent span").hide()}}})}}(jQuery),window.onload=function(){"undefined"!=typeof rtmedia_masonry_layout&&"true"==rtmedia_masonry_layout&&0==jQuery(".rtmedia-container .rtmedia-list.rtm-no-masonry").length&&rtm_masonry_reload(rtm_masonry_container)};
2
  * rtMedia JavaScript Library
3
  * @package rtMedia
4
  */
5
+ function apply_rtMagnificPopup(a){jQuery("document").ready(function(b){var c="";c="undefined"==typeof rtmedia_load_more?"Loading media":rtmedia_load_more,"undefined"!=typeof rtmedia_lightbox_enabled&&"1"==rtmedia_lightbox_enabled&&(b(".activity-item .rtmedia-activity-container .rtmedia-list-item > a").siblings("p").children("a").length>0&&b(".activity-item .rtmedia-activity-container .rtmedia-list-item > a").siblings("p").children("a").addClass("no-popup"),rtMagnificPopup=jQuery(a).magnificPopup({delegate:"a:not(.no-popup, .mejs-time-slider, .mejs-volume-slider, .mejs-horizontal-volume-slider)",type:"ajax",tLoading:c+" #%curr%...",mainClass:"mfp-img-mobile",preload:[1,3],closeOnBgClick:!0,gallery:{enabled:!0,navigateByImgClick:!0,arrowMarkup:"",preload:[0,1]},image:{tError:'<a href="%url%">The image #%curr%</a> could not be loaded.',titleSrc:function(a){return a.el.attr("title")+"<small>by Marsel Van Oosten</small>"}},callbacks:{ajaxContentAdded:function(){a=jQuery.magnificPopup.instance,1===jQuery(a.items).size()&&jQuery(".mfp-arrow").remove();var a=jQuery.magnificPopup.instance,c=a.currItem.el,d=c.parent();if(d.is("li")||(d=d.parent()),d.is(":nth-last-child(2)")||d.is(":last-child")){d.next();"block"==jQuery("#rtMedia-galary-next").css("display")&&jQuery("#rtMedia-galary-next").click()}var e=a.items.length;if(a.index==e-1&&!d.is(":last-child"))return void c.click();var f={};"undefined"!=typeof _wpmejsSettings&&(f.pluginPath=_wpmejsSettings.pluginPath),b(".mfp-content .wp-audio-shortcode,.mfp-content .wp-video-shortcode,.mfp-content .bp_media_content video").mediaelementplayer({defaultVideoWidth:480,defaultVideoHeight:270,success:function(a,b){a.play()}}),b(".mfp-content .mejs-audio .mejs-controls").css("position","relative"),rtMediaHook.call("rtmedia_js_popup_after_content_added",[])},close:function(a){rtmedia_init_action_dropdown()},BeforeChange:function(a){}}}))})}function rtmedia_init_action_dropdown(){var a,b;jQuery(".click-nav > span, .click-nav > div").toggleClass("no-js js"),jQuery(".click-nav .js ul").hide(),jQuery(".click-nav .clicker").click(function(c){a=jQuery("#rtm-media-options .click-nav .clicker").next("ul"),b=jQuery(this).next("ul"),jQuery.each(a,function(a,c){jQuery(c).html()!=b.html()&&jQuery(c).hide()}),jQuery(b).toggle(),c.stopPropagation()})}function bp_media_create_element(a){return!1}function rtmedia_version_compare(a,b){if(typeof a+typeof b!="stringstring")return!1;for(var c=a.split("."),d=b.split("."),e=0,f=Math.max(c.length,d.length);f>e;e++){if(c[e]&&!d[e]&&parseInt(c[e])>0||parseInt(c[e])>parseInt(d[e]))return!0;if(d[e]&&!c[e]&&parseInt(d[e])>0||parseInt(c[e])<parseInt(d[e]))return!1}return!0}function rtm_is_element_exist(a){return jQuery(a).length>0}function rtm_masonry_reload(a){setTimeout(function(){a.masonry("reload")},250)}function rtmediaGetParameterByName(a){a=a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var b=new RegExp("[\\?&]"+a+"=([^&#]*)"),c=b.exec(location.search);return null==c?"":decodeURIComponent(c[1].replace(/\+/g," "))}function rtmedia_single_media_alert_message(a,b){var c="rtmedia-success";"warning"==b&&(c="rtmedia-warning"),jQuery(".rtmedia-single-media .rtmedia-media").css("opacity","0.2"),jQuery(".rtmedia-single-media .rtmedia-media").after("<div class='rtmedia-message-container'><span class='"+c+"'>"+a+" </span></div>"),setTimeout(function(){jQuery(".rtmedia-single-media .rtmedia-media").css("opacity","1"),jQuery(".rtmedia-message-container").remove()},3e3),jQuery(".rtmedia-message-container").click(function(){jQuery(".rtmedia-single-media .rtmedia-media").css("opacity","1"),jQuery(".rtmedia-message-container").remove()})}function rtmedia_gallery_action_alert_message(a,b){var c="rtmedia-success";"warning"==b&&(c="rtmedia-warning");var d='<div class="rtmedia-gallery-alert-container"> </div>';jQuery("body").append(d),jQuery(".rtmedia-gallery-alert-container").append("<div class='rtmedia-gallery-message-box'><span class='"+c+"'>"+a+" </span></div>"),setTimeout(function(){jQuery(".rtmedia-gallery-alert-container").remove()},3e3),jQuery(".rtmedia-gallery-message-box").click(function(){jQuery(".rtmedia-gallery-alert-container").remove()})}!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isIE7=-1!==c.indexOf("MSIE 7."),b.isIE8=-1!==c.indexOf("MSIE 8."),b.isLowIE=b.isIE7||b.isIE8,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e<h.length;e++)if(g=h[e],g.parsed&&(g=g.el[0]),g===c.el[0]){b.index=e;break}}else b.items=a.isArray(c.items)?c.items:[c.items],b.index=c.index||0;if(b.isOpen)return void b.updateItemHTML();b.types=[],f="",c.mainEl&&c.mainEl.length?b.ev=c.mainEl.eq(0):b.ev=d,c.key?(b.popupsCache[c.key]||(b.popupsCache[c.key]={}),b.currTemplate=b.popupsCache[c.key]):b.currTemplate={},b.st=a.extend(!0,{},a.magnificPopup.defaults,c),b.fixedContentPos="auto"===b.st.fixedContentPos?!b.probablyMobile:b.st.fixedContentPos,b.st.modal&&(b.st.closeOnContentClick=!1,b.st.closeOnBgClick=!1,b.st.showCloseBtn=!1,b.st.enableEscapeKey=!1),b.bgOverlay||(b.bgOverlay=x("bg").on("click"+p,function(){b.close()}),b.wrap=x("wrap").attr("tabindex",-1).on("click"+p,function(a){b._checkIfClose(a.target)&&b.close()}),b.container=x("container",b.wrap)),b.contentContainer=x("content"),b.st.preloader&&(b.preloader=x("preloader",b.container,b.st.tLoading));var i=a.magnificPopup.modules;for(e=0;e<i.length;e++){var j=i[e];j=j.charAt(0).toUpperCase()+j.slice(1),b["init"+j].call(b)}y("BeforeOpen"),b.st.showCloseBtn&&(b.st.closeBtnInside?(w(l,function(a,b,c,d){c.close_replaceWith=z(d.type)}),f+=" mfp-close-btn-in"):b.wrap.append(z())),b.st.alignTop&&(f+=" mfp-align-top"),b.fixedContentPos?b.wrap.css({overflow:b.st.overflowY,overflowX:"hidden",overflowY:b.st.overflowY}):b.wrap.css({top:v.scrollTop(),position:"absolute"}),(b.st.fixedBgPos===!1||"auto"===b.st.fixedBgPos&&!b.fixedContentPos)&&b.bgOverlay.css({height:d.height(),position:"absolute"}),b.st.enableEscapeKey&&d.on("keyup"+p,function(a){27===a.keyCode&&b.close()}),v.on("resize"+p,function(){b.updateSize()}),b.st.closeOnContentClick||(f+=" mfp-auto-cursor"),f&&b.wrap.addClass(f);var k=b.wH=v.height(),n={};if(b.fixedContentPos&&b._hasScrollBar(k)){var o=b._getScrollbarSize();o&&(n.marginRight=o)}b.fixedContentPos&&(b.isIE7?a("body, html").css("overflow","hidden"):n.overflow="hidden");var r=b.st.mainClass;return b.isIE7&&(r+=" mfp-ie7"),r&&b._addClassToMFP(r),b.updateItemHTML(),y("BuildControls"),a("html").css(n),b.bgOverlay.add(b.wrap).prependTo(b.st.prependTo||a(document.body)),b._lastFocusedEl=document.activeElement,setTimeout(function(){b.content?(b._addClassToMFP(q),b._setFocus()):b.bgOverlay.addClass(q),d.on("focusin"+p,b._onFocusIn)},16),b.isOpen=!0,b.updateSize(k),y(m),c},close:function(){b.isOpen&&(y(i),b.isOpen=!1,b.st.removalDelay&&!b.isLowIE&&b.supportsTransition?(b._addClassToMFP(r),setTimeout(function(){b._close()},b.st.removalDelay)):b._close())},_close:function(){y(h);var c=r+" "+q+" ";if(b.bgOverlay.detach(),b.wrap.detach(),b.container.empty(),b.st.mainClass&&(c+=b.st.mainClass+" "),b._removeClassFromMFP(c),b.fixedContentPos){var e={marginRight:""};b.isIE7?a("body, html").css("overflow",""):e.overflow="",a("html").css(e)}d.off("keyup"+p+" focusin"+p),b.ev.off(p),b.wrap.attr("class","mfp-wrap").removeAttr("style"),b.bgOverlay.attr("class","mfp-bg"),b.container.attr("class","mfp-container"),!b.st.showCloseBtn||b.st.closeBtnInside&&b.currTemplate[b.currItem.type]!==!0||b.currTemplate.closeBtn&&b.currTemplate.closeBtn.detach(),b._lastFocusedEl&&a(b._lastFocusedEl).focus(),b.currItem=null,b.content=null,b.currTemplate=null,b.prevHeight=0,y(j)},updateSize:function(a){if(b.isIOS){var c=document.documentElement.clientWidth/window.innerWidth,d=window.innerHeight*c;b.wrap.css("height",d),b.wH=d}else b.wH=a||v.height();b.fixedContentPos||b.wrap.css("height",b.wH),y("Resize")},updateItemHTML:function(){var c=b.items[b.index];b.contentContainer.detach(),b.content&&b.content.detach(),c.parsed||(c=b.parseEl(b.index));var d=c.type;if(y("BeforeChange",[b.currItem?b.currItem.type:"",d]),b.currItem=c,!b.currTemplate[d]){var f=b.st[d]?b.st[d].markup:!1;y("FirstMarkupParse",f),f?b.currTemplate[d]=a(f):b.currTemplate[d]=!0}e&&e!==c.type&&b.container.removeClass("mfp-"+e+"-holder");var g=b["get"+d.charAt(0).toUpperCase()+d.slice(1)](c,b.currTemplate[d]);b.appendContent(g,d),c.preloaded=!0,y(n,c),e=c.type,b.container.prepend(b.contentContainer),y("AfterChange")},appendContent:function(a,c){b.content=a,a?b.st.showCloseBtn&&b.st.closeBtnInside&&b.currTemplate[c]===!0?b.content.find(".mfp-close").length||b.content.append(z()):b.content=a:b.content="",y(k),b.container.addClass("mfp-"+c+"-holder"),b.contentContainer.append(b.content)},parseEl:function(c){var d,e=b.items[c];if(e.tagName?e={el:a(e)}:(d=e.type,e={data:e,src:e.src}),e.el){for(var f=b.types,g=0;g<f.length;g++)if(e.el.hasClass("mfp-"+f[g])){d=f[g];break}e.src=e.el.attr("data-mfp-src"),e.src||(e.src=e.el.attr("href"))}return e.type=d||b.st.type||"inline",e.index=c,e.parsed=!0,b.items[c]=e,y("ElementParse",e),b.items[c]},addGroup:function(a,c){var d=function(d){d.mfpEl=this,b._openClick(d,a,c)};c||(c={});var e="click.magnificPopup";c.mainEl=a,c.items?(c.isObj=!0,a.off(e).on(e,d)):(c.isObj=!1,c.delegate?a.off(e).on(e,c.delegate,d):(c.items=a,a.off(e).on(e,d)))},_openClick:function(c,d,e){var f=void 0!==e.midClick?e.midClick:a.magnificPopup.defaults.midClick;if(f||2!==c.which&&!c.ctrlKey&&!c.metaKey){var g=void 0!==e.disableOn?e.disableOn:a.magnificPopup.defaults.disableOn;if(g)if(a.isFunction(g)){if(!g.call(b))return!0}else if(v.width()<g)return!0;c.type&&(c.preventDefault(),b.isOpen&&c.stopPropagation()),e.el=a(c.mfpEl),e.delegate&&(e.items=d.find(e.delegate)),b.open(e)}},updateStatus:function(a,d){if(b.preloader){c!==a&&b.container.removeClass("mfp-s-"+c),d||"loading"!==a||(d=b.st.tLoading);var e={status:a,text:d};y("UpdateStatus",e),a=e.status,d=e.text,b.preloader.html(d),b.preloader.find("a").on("click",function(a){a.stopImmediatePropagation()}),b.container.addClass("mfp-s-"+a),c=a}},_checkIfClose:function(c){if(!a(c).hasClass(s)){var d=b.st.closeOnContentClick,e=b.st.closeOnBgClick;if(d&&e)return!0;if(!b.content||a(c).hasClass("mfp-close")||b.preloader&&c===b.preloader[0])return!0;if(c===b.content[0]||a.contains(b.content[0],c)){if(d)return!0}else if(e&&a.contains(document,c))return!0;return!1}},_addClassToMFP:function(a){b.bgOverlay.addClass(a),b.wrap.addClass(a)},_removeClassFromMFP:function(a){this.bgOverlay.removeClass(a),b.wrap.removeClass(a)},_hasScrollBar:function(a){return(b.isIE7?d.height():document.body.scrollHeight)>(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(a,c){if(void 0===c||c===!1)return!0;if(e=a.split("_"),e.length>1){var d=b.find(p+"-"+e[0]);if(d.length>0){var f=e[1];"replaceWith"===f?d[0]!==c[0]&&d.replaceWith(c):"img"===f?d.is("img")?d.attr("src",c):d.replaceWith('<img src="'+c+'" class="'+d.attr("class")+'" />'):d.attr(e[1],c)}}else b.find(p+"-"+a).html(c)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'<button title="%title%" type="button" class="mfp-close">&times;</button>',tClose:"Close (Esc)",tLoading:"Loading..."}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("<div>");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'<a href="%url%">The content</a> could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'<div class="mfp-figure"><div class="mfp-close"></div><figure><div class="mfp-img"></div><figcaption><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></figcaption></figure></div>',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'<a href="%url%">The image</a> could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe></div>',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery",g=Boolean(a.fn.mfpFastClick);return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s),h=g?"mfpFastClick":"click";e[h](function(){b.prev()}),f[h](function(){b.next()}),b.isIE7&&(x("b",e[0],!1,!0),x("a",e[0],!1,!0),x("b",f[0],!1,!0),x("a",f[0],!1,!0)),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowLeft&&g&&b.arrowLeft.add(b.arrowRight).destroyMfpFastClick(),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('<img class="mfp-img" />').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),function(){var b=1e3,c="ontouchstart"in window,d=function(){v.off("touchmove"+f+" touchend"+f)},e="mfpFastClick",f="."+e;a.fn.mfpFastClick=function(e){return a(this).each(function(){var g,h=a(this);if(c){var i,j,k,l,m,n;h.on("touchstart"+f,function(a){l=!1,n=1,m=a.originalEvent?a.originalEvent.touches[0]:a.touches[0],j=m.clientX,k=m.clientY,v.on("touchmove"+f,function(a){m=a.originalEvent?a.originalEvent.touches:a.touches,n=m.length,m=m[0],(Math.abs(m.clientX-j)>10||Math.abs(m.clientY-k)>10)&&(l=!0,d())}).on("touchend"+f,function(a){d(),l||n>1||(g=!0,a.preventDefault(),clearTimeout(i),i=setTimeout(function(){g=!1},b),e())})})}h.on("click"+f,function(){g||e()})})},a.fn.destroyMfpFastClick=function(){a(this).off("touchstart"+f+" click"+f),c&&v.off("touchmove"+f+" touchend"+f)}}(),A()}),"function"!=typeof Object.create&&(Object.create=function(a){function b(){}return b.prototype=a,new b}),function(a,b,c,d){var e={init:function(b,c){var d=this;d.elem=c,d.$elem=a(c),d.options=a.extend({},a.fn.rtTab.options,b),d.rtTabs()},rtTabs:function(){var c=this,d=c.options.activeTab;c.$elem.find("li:nth-child("+d+")").addClass("active"),c.rtTabContent(activeTabContent="yes"),c.rtClick();var e="false"!==c.$elem.attr("data-hash");if(e===!0){var f=b.location.hash;f&&c.$elem.find("li").find("a[href="+f+"]").trigger("click"),a(b).on("hashchange",function(){var a=b.location.hash;c.$elem.find("li").find("a[href="+a+"]").trigger("click")})}},rtClick:function(){var c=this,d=c.$elem.find("li"),e=d.find("a");e.on("click",function(e){e.preventDefault(),d.removeClass("active"),c.rtTabContent(),a(this).parent().addClass("active");var f=a(this).attr("href");a(f).removeClass("hide");var g="false"!==c.$elem.attr("data-hash");if(g===!0){var h=a(b).scrollTop();location.hash=a(this).attr("href"),a(b).scrollTop(h)}"function"==typeof c.options.onComplete&&c.options.onComplete.apply(c.elem,arguments)})},rtTabContent:function(b){var c=this,d=c.$elem.find("li"),e=d.find("a");e.each(function(){var c=a(this),d=c.attr("href");"yes"===b?c.parent().hasClass("active")||a(d).addClass("hide"):a(d).addClass("hide")})}};a.fn.rtTab=function(b){return this.each(function(){var c=Object.create(e);c.init(b,this),a.data(this,"rtTab",c)})},a.fn.rtTab.options={activeTab:1,onComplete:null}}(jQuery,window,document);var rtMagnificPopup,rtm_masonry_container,rtMediaHook={hooks:[],is_break:!1,register:function(a,b){"undefined"==typeof rtMediaHook.hooks[a]&&(rtMediaHook.hooks[a]=[]),rtMediaHook.hooks[a].push(b)},call:function(a,arguments){if("undefined"!=typeof rtMediaHook.hooks[a])for(i=0;i<rtMediaHook.hooks[a].length;++i)if(1!=rtMediaHook.hooks[a][i](arguments))return rtMediaHook.is_break=!0,!1;return!0}};jQuery("document").ready(function(a){function b(){if(jQuery("#rtmedia-media-view-form").length>0){var a=jQuery("#rtmedia-media-view-form").attr("action");jQuery.post(a,{},function(a){})}}function c(){var a=jQuery.magnificPopup.instance;jQuery(".mfp-arrow-right").on("click",function(b){a.next()}),jQuery(".mfp-arrow-left").on("click",function(b){a.prev()}),jQuery(".mfp-content .rtmedia-media").swipe({swipeLeft:function(b,c,d,e,f){a.next()},swipeRight:function(b,c,d,e,f){a.prev()},threshold:0})}function d(){jQuery(document).on("focusin","#comment_content",function(){jQuery(document).unbind("keydown")}),jQuery(document).on("focusout","#comment_content",function(){var a=jQuery.magnificPopup.instance;jQuery(document).on("keydown",function(b){37===b.keyCode?a.prev():39===b.keyCode&&a.next()})})}function e(){jQuery(".rtmedia-container").on("click",".rtmedia-delete-media",function(a){a.preventDefault(),confirm(rtmedia_media_delete_confirmation)&&jQuery(this).closest("form").submit()})}"undefined"!=typeof rtTab&&a(".rtm-tabs").rtTab(),jQuery(".rtmedia-modal-link").length>0&&a(".rtmedia-modal-link").magnificPopup({type:"inline",midClick:!0,closeBtnInside:!0}),a("#rt_media_comment_form").submit(function(b){return""==a.trim(a("#comment_content").val())?(0==jQuery("#rtmedia-single-media-container").length?rtmedia_gallery_action_alert_message(rtmedia_empty_comment_msg,"warning"):rtmedia_single_media_alert_message(rtmedia_empty_comment_msg,"warning"),!1):!0}),a("li.rtmedia-list-item p a").each(function(b){a(this).addClass("no-popup")}),a("li.rtmedia-list-item p a").each(function(b){a(this).addClass("no-popup")}),"undefined"!=typeof rtmedia_lightbox_enabled&&"1"==rtmedia_lightbox_enabled&&apply_rtMagnificPopup(".rtmedia-list-media, .rtmedia-activity-container ul.rtmedia-list, #bp-media-list,.bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content, .rtm-bbp-container, ul.rtm-comment-container"),jQuery.ajaxPrefilter(function(a,b,c){try{if(null==b.data||"undefined"==typeof b.data||"undefined"==typeof b.data.action)return!0}catch(d){return!0}if("activity_get_older_updates"==b.data.action){var e=b.success;a.success=function(a){e(a),apply_rtMagnificPopup(".rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content"),rtMediaHook.call("rtmedia_js_after_activity_added",[])}}else if("get_single_activity_content"==b.data.action){var e=b.success;a.success=function(a){e(a),setTimeout(function(){apply_rtMagnificPopup(".rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content"),jQuery("ul.activity-list li.rtmedia_update:first-child .wp-audio-shortcode, ul.activity-list li.rtmedia_update:first-child .wp-video-shortcode").mediaelementplayer({defaultVideoWidth:480,defaultVideoHeight:270})},900)}}}),jQuery.ajaxPrefilter(function(a,b,c){try{if(null==b.data||"undefined"==typeof b.data||"undefined"==typeof b.data.action)return!0}catch(d){return!0}if("activity_get_older_updates"==b.data.action){var e=b.success;a.success=function(a){e(a),apply_rtMagnificPopup(".rtmedia-activity-container ul.rtmedia-list, #bp-media-list, .bp-media-sc-list, li.media.album_updated ul,ul.bp-media-list-media, li.activity-item div.activity-content div.activity-inner div.bp_media_content"),jQuery("ul.activity-list li.rtmedia_update div.rtmedia-item-thumbnail > audio.wp-audio-shortcode, ul.activity-list li.rtmedia_update div.rtmedia-item-thumbnail > video.wp-video-shortcode").mediaelementplayer({defaultVideoWidth:480,defaultVideoHeight:270}),rtMediaHook.call("rtmedia_js_after_activity_added",[])}}}),jQuery(".rtmedia-container").on("click",".select-all",function(a){jQuery(this).toggleClass("unselect-all").toggleClass("select-all"),jQuery(this).attr("title",rtmedia_unselect_all_visible),jQuery(".rtmedia-list input").each(function(){jQuery(this).prop("checked",!0)}),jQuery(".rtmedia-list-item").addClass("bulk-selected")}),jQuery(".rtmedia-container").on("click",".unselect-all",function(a){jQuery(this).toggleClass("select-all").toggleClass("unselect-all"),jQuery(this).attr("title",rtmedia_select_all_visible),jQuery(".rtmedia-list input").each(function(){jQuery(this).prop("checked",!1)}),jQuery(".rtmedia-list-item").removeClass("bulk-selected")}),jQuery(".rtmedia-container").on("click",".rtmedia-move",function(a){jQuery(".rtmedia-delete-container").slideUp(),jQuery(".rtmedia-move-container").slideToggle()}),jQuery("#rtmedia-create-album-modal").on("click","#rtmedia_create_new_album",function(b){if($albumname=jQuery("<span/>").text(jQuery.trim(jQuery("#rtmedia_album_name").val())).html(),$context=jQuery.trim(jQuery("#rtmedia_album_context").val()),
6
+ $context_id=jQuery.trim(jQuery("#rtmedia_album_context_id").val()),$privacy=jQuery.trim(jQuery("#rtmedia_select_album_privacy").val()),$create_album_nonce=jQuery.trim(jQuery("#rtmedia_create_album_nonce").val()),""!=$albumname){var c={action:"rtmedia_create_album",name:$albumname,context:$context,context_id:$context_id,create_album_nonce:$create_album_nonce};""!==$privacy&&(c.privacy=$privacy),a("#rtmedia_create_new_album").attr("disabled","disabled");var d=a("#rtmedia_create_new_album").html();a("#rtmedia_create_new_album").prepend("<img src='"+rMedia_loading_file+"' />"),jQuery.post(rtmedia_ajax_url,c,function(b){if(b=jQuery.parseJSON(b),"undefined"!=typeof b.album){b=jQuery.trim(b.album);var c=!0;jQuery(".rtmedia-user-album-list").each(function(){if(jQuery(this).children("optgroup").each(function(){return jQuery(this).attr("value")===$context?(c=!1,void jQuery(this).append('<option value="'+b+'">'+$albumname+"</option>")):void 0}),c){var a=$context.charAt(0).toUpperCase()+$context.slice(1),d='<optgroup value="'+$context+'" label="'+a+' Albums"><option value="'+b+'">'+$albumname+"</option></optgroup>";jQuery(this).append(d)}}),jQuery('select.rtmedia-user-album-list option[value="'+b+'"]').prop("selected",!0),jQuery(".rtmedia-create-new-album-container").slideToggle(),jQuery("#rtmedia_album_name").val(""),jQuery("#rtmedia-create-album-modal").append("<div class='rtmedia-success rtmedia-create-album-alert'><b>"+$albumname+"</b>"+rtmedia_album_created_msg+"</div>"),setTimeout(function(){jQuery(".rtmedia-create-album-alert").remove()},4e3),setTimeout(function(){galleryObj.reloadView(),jQuery(".close-reveal-modal").click()},2e3)}else"undefined"!=typeof b.error?rtmedia_gallery_action_alert_message(b.error,"warning"):rtmedia_gallery_action_alert_message(rtmedia_something_wrong_msg,"warning");a("#rtmedia_create_new_album").removeAttr("disabled"),a("#rtmedia_create_new_album").html(d)})}else rtmedia_gallery_action_alert_message(rtmedia_empty_album_name_msg,"warning")}),jQuery(".rtmedia-container").on("click",".rtmedia-delete-selected",function(a){jQuery(".rtmedia-list :checkbox:checked").length>0?confirm(rtmedia_selected_media_delete_confirmation)&&jQuery(this).closest("form").attr("action","../../../"+rtmedia_media_slug+"/delete").submit():rtmedia_gallery_action_alert_message(rtmedia_no_media_selected,"warning")}),jQuery(".rtmedia-container").on("click",".rtmedia-move-selected",function(a){jQuery(".rtmedia-list :checkbox:checked").length>0?confirm(rtmedia_selected_media_move_confirmation)&&jQuery(this).closest("form").attr("action","").submit():rtmedia_gallery_action_alert_message(rtmedia_no_media_selected,"warning")}),jQuery("#buddypress").on("change",".rtm-activity-privacy-opt",function(){var a=jQuery(this).attr("id");a=a.split("-"),a=a[a.length-1];var b=this;data={activity_id:a,privacy:jQuery(this).val(),nonce:jQuery("#rtmedia_activity_privacy_nonce").val(),action:"rtm_change_activity_privacy"},jQuery.post(ajaxurl,data,function(a){var c="",d="";"true"==a?(c="Privacy updated successfully.",d="success"):(c="Couldn't change privacy, please try again.",d="fail"),jQuery(b).after('<p class="rtm-ac-privacy-updated '+d+'">'+c+"</p>"),setTimeout(function(){jQuery(b).siblings(".rtm-ac-privacy-updated").remove()},2e3)})}),b(),rtMediaHook.register("rtmedia_js_popup_after_content_added",function(){b(),e(),mfp=jQuery.magnificPopup.instance,jQuery(mfp.items).size()>1&&c(),d();var f=a(window).height();jQuery(".rtm-lightbox-container .mejs-video").css({height:.8*f,"max-height":.8*f,"over-flow":"hidden"}),jQuery(".mfp-content .rtmedia-media").css({"max-height":.87*f,"over-flow":"hidden"}),rtmedia_init_action_dropdown(),jQuery(".rtmedia-comment-link").on("click",function(a){a.preventDefault(),jQuery("#comment_content").focus()}),jQuery(".rtm-more").shorten({showChars:130});var g=a(".rtm-gallery-title"),h="";h=a.isEmptyObject(g)?a("#subnav.item-list-tabs li.selected ").html():g.html(),""!=h&&a(".rtm-ltb-gallery-title .ltb-title").html(h);var i=a("#subnav.item-list-tabs li.selected span").html();return a("li.total").html(i),!0});var f=jQuery("#drag-drop-area"),g=jQuery("#whats-new");f.html();jQuery("#rtmedia-upload-container").after("<div id='rtm-drop-files-title'>"+rtmedia_drop_media_msg+"</div>"),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&jQuery("#whats-new-textarea").append("<div id='rtm-drop-files-title'>"+rtmedia_drop_media_msg+"</div>"),jQuery(document).on("dragover",function(a){jQuery("#rtm-media-gallery-uploader").show(),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&g.addClass("rtm-drag-drop-active"),f.addClass("rtm-drag-drop-active"),jQuery("#rtm-drop-files-title").show()}).on("dragleave",function(a){a.preventDefault(),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&(g.removeClass("rtm-drag-drop-active"),g.removeAttr("style")),f.removeClass("rtm-drag-drop-active"),jQuery("#rtm-drop-files-title").hide()}).on("drop",function(a){a.preventDefault(),"undefined"!=typeof rtmedia_bp_enable_activity&&"1"==rtmedia_bp_enable_activity&&(g.removeClass("rtm-drag-drop-active"),g.removeAttr("style")),f.removeClass("rtm-drag-drop-active"),jQuery("#rtm-drop-files-title").hide()}),jQuery(".rtmedia-container").on("click",".rtmedia-delete-album",function(a){a.preventDefault(),confirm(rtmedia_album_delete_confirmation)&&jQuery(this).closest("form").submit()}),jQuery(".rtmedia-container").on("click",".rtmedia-delete-media",function(a){a.preventDefault(),confirm(rtmedia_media_delete_confirmation)&&jQuery(this).closest("form").submit()}),rtmedia_init_action_dropdown(),a(document).click(function(){a(".click-nav ul").is(":visible")&&a(".click-nav ul",this).hide()}),jQuery(".rtmedia-comment-link").on("click",function(a){a.preventDefault(),jQuery("#comment_content").focus()}),jQuery(".rtm-more").length>0&&a(".rtm-more").shorten({showChars:200}),"undefined"!=typeof rtmedia_masonry_layout&&"true"==rtmedia_masonry_layout&&0==jQuery(".rtmedia-container .rtmedia-list.rtm-no-masonry").length&&(rtm_masonry_container=jQuery(".rtmedia-container .rtmedia-list"),rtm_masonry_container.masonry({itemSelector:".rtmedia-list-item"}),setInterval(function(){jQuery.each(jQuery(".rtmedia-list.masonry .rtmedia-item-title"),function(a,b){jQuery(b).width(jQuery(b).siblings(".rtmedia-item-thumbnail").children("img").width())}),rtm_masonry_reload(rtm_masonry_container)},1e3),jQuery.each(jQuery(".rtmedia-list.masonry .rtmedia-item-title"),function(a,b){jQuery(b).width(jQuery(b).siblings(".rtmedia-item-thumbnail").children("img").width())})),jQuery(".rtm-uploader-tabs").length>0&&jQuery(".rtm-uploader-tabs li").click(function(a){jQuery(this).hasClass("active")||(jQuery(this).siblings().removeClass("active"),jQuery(this).parents(".rtm-uploader-tabs").siblings().hide(),class_name=jQuery(this).attr("class"),jQuery(this).parents(".rtm-uploader-tabs").siblings('[data-id="'+class_name+'"]').show(),jQuery(this).addClass("active"),"rtm-upload-tab"!=class_name?jQuery("div.moxie-shim").children("input[type=file]").hide():jQuery("div.moxie-shim").children("input[type=file]").show())}),jQuery(".rtmedia-container").on("click",".rtm-delete-media",function(a){a.preventDefault();var b="Are you sure you want to delete this media?";if("undefined"!=typeof rtmedia_media_delete_confirmation&&(b=rtmedia_media_delete_confirmation),confirm(b)){var c=jQuery(this).closest("li"),d=jQuery("#rtmedia_media_delete_nonce").val(),e={action:"delete_uploaded_media",nonce:d,media_id:c.attr("id")};jQuery.ajax({url:ajaxurl,type:"post",data:e,success:function(a){"1"==a?(rtmedia_gallery_action_alert_message("file deleted successfully.","success"),c.remove(),"undefined"!=typeof rtmedia_masonry_layout&&"true"==rtmedia_masonry_layout&&0==jQuery(".rtmedia-container .rtmedia-list.rtm-no-masonry").length&&rtm_masonry_reload(rtm_masonry_container)):rtmedia_gallery_action_alert_message(rtmedia_file_not_deleted,"warning")}})}})}),function(a){a.fn.shorten=function(b){var c={showChars:100,ellipsesText:"...",moreText:"more",lessText:"less"};return b&&a.extend(c,b),a(document).off("click",".morelink"),a(document).on({click:function(){var b=a(this);return b.hasClass("less")?(b.removeClass("less"),b.html(c.moreText)):(b.addClass("less"),b.html(c.lessText)),b.parent().prev().toggle(),b.prev().toggle(),!1}},".morelink"),this.each(function(){var b=a(this);if(!b.hasClass("shortened")){b.addClass("shortened");var d=b.html();if(d.length>c.showChars){var e=d.substr(0,c.showChars),f=d.substr(c.showChars,d.length-c.showChars),g=e+'<span class="moreellipses">'+c.ellipsesText+' </span><span class="morecontent"><span>'+f+'</span> <a href="#" class="morelink">'+c.moreText+"</a></span>";b.html(g),a(".morecontent span").hide()}}})}}(jQuery),window.onload=function(){"undefined"!=typeof rtmedia_masonry_layout&&"true"==rtmedia_masonry_layout&&0==jQuery(".rtmedia-container .rtmedia-list.rtm-no-masonry").length&&rtm_masonry_reload(rtm_masonry_container)};
app/main/RTMedia.php CHANGED
@@ -249,6 +249,7 @@ class RTMedia {
249
  .rtmedia-activity-container .media-type-photo .rtmedia-item-thumbnail {
250
  max-width: <?php echo $this->options[ "defaultSizes_photo_medium_width" ]; ?>px;
251
  max-height: <?php echo $this->options[ "defaultSizes_photo_medium_height" ]; ?>px;
 
252
  }
253
  .rtmedia-activity-container .mejs-container.mejs-video{
254
  min-height: <?php echo $this->options[ "defaultSizes_video_activityPlayer_height" ]; ?>px;
249
  .rtmedia-activity-container .media-type-photo .rtmedia-item-thumbnail {
250
  max-width: <?php echo $this->options[ "defaultSizes_photo_medium_width" ]; ?>px;
251
  max-height: <?php echo $this->options[ "defaultSizes_photo_medium_height" ]; ?>px;
252
+ overflow: hidden;
253
  }
254
  .rtmedia-activity-container .mejs-container.mejs-video{
255
  min-height: <?php echo $this->options[ "defaultSizes_video_activityPlayer_height" ]; ?>px;
app/main/controllers/activity/RTMediaBuddyPressActivity.php CHANGED
@@ -246,8 +246,10 @@ class RTMediaBuddyPressActivity {
246
  if ( rtmedia_is_uploader_view_allowed( true, 'activity' ) ){
247
  $params = array(
248
  'url' => $url,
249
- 'runtimes' => 'html5,flash,html4', 'browse_button' => 'rtmedia-add-media-button-post-update', // browse button assigned to "Attach Files" Button.
250
- 'container' => 'rtmedia-whts-new-upload-container', 'drop_element' => 'whats-new-textarea', // drag-drop area assigned to activity update textarea
 
 
251
  'filters' => apply_filters( 'rtmedia_plupload_files_filter', array( array( 'title' => __( 'Media Files', 'buddypress-media' ), 'extensions' => get_rtmedia_allowed_upload_type() ) ) ),
252
  'max_file_size' => ( wp_max_upload_size() ) / ( 1024 * 1024 ) . 'M',
253
  'multipart' => true, 'urlstream_upload' => true,
@@ -390,38 +392,41 @@ class RTMediaBuddyPressActivity {
390
 
391
  // Generating user_link with name
392
  $user_link = '<a href="' . $activities[ $index ]->primary_link . '">' . $matches[ 1 ] . '</a>';
393
- // Counting media linked with activity
394
- $count = sizeof( $rtmedia_media_type_array[ $activities[ $index ]->id ] );
395
- // Getting constant with single label or plural label
396
- $media_const = 'RTMEDIA_' . strtoupper( $rtmedia_media_type_array[ $activities[ $index ]->id ][ 0 ] );
397
- if ( $count > 1 ){
398
- $media_const .= '_PLURAL';
399
- }
400
- $media_const .= '_LABEL';
401
- if( defined( $media_const ) ){
402
- $media_str = constant( $media_const );
403
- } else {
404
- $media_str = RTMEDIA_MEDIA_SLUG;
405
- }
406
 
407
- $action = '';
408
- $user = get_userdata( $activities[ $index ]->user_id );
409
- // Updating activity based on count
410
- if( $count == 1 ) {
411
- $action = sprintf( __( '%s added a %s', 'buddypress-media' ), $user_link, $media_str );
412
- } else {
413
- // Checking all the media linked with activity are of same type
414
- if( isset( $rtmedia_media_type_array[ $activities[ $index ]->id ] )
415
- && !empty( $rtmedia_media_type_array[ $activities[ $index ]->id ] )
416
- && count( array_unique( $rtmedia_media_type_array[ $activities[ $index ]->id ] ) ) == 1 ) {
417
- $action = sprintf( __( '%s added %d %s', 'buddypress-media' ), $user_link, $count, $media_str );
418
- } else {
419
- $action = sprintf( __( '%s added %d %s', 'buddypress-media' ), $user_link, $count, RTMEDIA_MEDIA_SLUG );
420
- }
421
- }
422
-
423
- $action = apply_filters( 'rtmedia_bp_activity_action_text', $action, $user_link, $count, $user, $rtmedia_media_type_array[ $activities[ $index ]->id ][ 0 ], $activities[ $index ]->id );
424
- $activities[ $index ]->action = $action;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
  }
426
  }
427
 
246
  if ( rtmedia_is_uploader_view_allowed( true, 'activity' ) ){
247
  $params = array(
248
  'url' => $url,
249
+ 'runtimes' => 'html5,flash,html4',
250
+ 'browse_button' => apply_filters( 'rtmedia_upload_button_id', 'rtmedia-add-media-button-post-update' ), // browse button assigned to "Attach Files" Button.
251
+ 'container' => 'rtmedia-whts-new-upload-container',
252
+ 'drop_element' => 'whats-new-textarea', // drag-drop area assigned to activity update textarea
253
  'filters' => apply_filters( 'rtmedia_plupload_files_filter', array( array( 'title' => __( 'Media Files', 'buddypress-media' ), 'extensions' => get_rtmedia_allowed_upload_type() ) ) ),
254
  'max_file_size' => ( wp_max_upload_size() ) / ( 1024 * 1024 ) . 'M',
255
  'multipart' => true, 'urlstream_upload' => true,
392
 
393
  // Generating user_link with name
394
  $user_link = '<a href="' . $activities[ $index ]->primary_link . '">' . $matches[ 1 ] . '</a>';
 
 
 
 
 
 
 
 
 
 
 
 
 
395
 
396
+ if( isset( $rtmedia_media_type_array[ $activities[ $index ]->id ] ) ) {
397
+ // Counting media linked with activity
398
+ $count = sizeof( $rtmedia_media_type_array[ $activities[ $index ]->id ] );
399
+ // Getting constant with single label or plural label
400
+ $media_const = 'RTMEDIA_' . strtoupper( $rtmedia_media_type_array[ $activities[ $index ]->id ][ 0 ] );
401
+ if ( $count > 1 ){
402
+ $media_const .= '_PLURAL';
403
+ }
404
+ $media_const .= '_LABEL';
405
+ if( defined( $media_const ) ){
406
+ $media_str = constant( $media_const );
407
+ } else {
408
+ $media_str = RTMEDIA_MEDIA_SLUG;
409
+ }
410
+
411
+ $action = '';
412
+ $user = get_userdata( $activities[ $index ]->user_id );
413
+ // Updating activity based on count
414
+ if( $count == 1 ) {
415
+ $action = sprintf( __( '%s added a %s', 'buddypress-media' ), $user_link, $media_str );
416
+ } else {
417
+ // Checking all the media linked with activity are of same type
418
+ if( isset( $rtmedia_media_type_array[ $activities[ $index ]->id ] )
419
+ && !empty( $rtmedia_media_type_array[ $activities[ $index ]->id ] )
420
+ && count( array_unique( $rtmedia_media_type_array[ $activities[ $index ]->id ] ) ) == 1 ) {
421
+ $action = sprintf( __( '%s added %d %s', 'buddypress-media' ), $user_link, $count, $media_str );
422
+ } else {
423
+ $action = sprintf( __( '%s added %d %s', 'buddypress-media' ), $user_link, $count, RTMEDIA_MEDIA_SLUG );
424
+ }
425
+ }
426
+
427
+ $action = apply_filters( 'rtmedia_bp_activity_action_text', $action, $user_link, $count, $user, $rtmedia_media_type_array[ $activities[ $index ]->id ][ 0 ], $activities[ $index ]->id );
428
+ $activities[ $index ]->action = $action;
429
+ }
430
  }
431
  }
432
 
app/main/controllers/media/RTMediaMedia.php CHANGED
@@ -478,9 +478,7 @@ class RTMediaMedia {
478
  * FIX WORDPRESS 3.6 METADATA
479
  */
480
  require_once( ABSPATH . 'wp-admin/includes/media.php' );
481
- /**
482
- *
483
- */
484
  wp_update_attachment_metadata( $attachment_id, wp_generate_attachment_metadata( $attachment_id, $file_object[ $key ][ 'file' ] ) );
485
  } else {
486
  unlink( $file_object[ $key ][ 'file' ] );
@@ -569,23 +567,24 @@ class RTMediaMedia {
569
  return $media_id;
570
  }
571
 
572
- function insert_activity( $id, $media ) {
573
  if( !$this->activity_enabled() ) {
574
  return false;
575
  }
576
- $activity = new RTMediaActivity( $media->id, $media->privacy );
 
577
  $activity_content = $activity->create_activity_html();
578
  $user = get_userdata( $media->media_author );
579
  $username = '<a href="' . get_rtmedia_user_link( $media->media_author ) . '">' . $user->user_nicename . '</a>';
580
  $count = count( $id );
581
  $media_const = 'RTMEDIA_' . strtoupper( $media->media_type );
 
582
  if( $count > 1 ) {
583
  $media_const .= '_PLURAL';
584
  }
585
- $media_const .= '_LABEL';
586
 
 
587
  $media_str = constant( $media_const );
588
-
589
  $action = sprintf( ( $count == 1 ) ? __( '%1$s added a %2$s', 'buddypress-media' ) : __( '%1$s added %4$d %3$s', 'buddypress-media' ), $username, $media->media_type, $media_str, $count );
590
  $action = apply_filters( 'rtmedia_buddypress_action_text_fitler', $action, $username, $count, $user->user_nicename, $media->media_type );
591
  $activity_args = array(
@@ -603,6 +602,7 @@ class RTMediaMedia {
603
 
604
  if( $media->context == 'group' || $media->context == 'profile' ) {
605
  $activity_args[ 'component' ] = $media->context;
 
606
  if( $media->context == 'group' ) {
607
  $activity_args[ 'component' ] = "groups";
608
  $activity_args[ 'item_id' ] = $media->context_id;
@@ -610,12 +610,13 @@ class RTMediaMedia {
610
  }
611
 
612
  $activity_id = bp_activity_add( $activity_args );
613
- bp_activity_update_meta( $activity_id, 'rtmedia_privacy', ( $media->privacy == 0 ) ? - 1 : $media->privacy );
614
 
 
615
  $this->model->update( array( 'activity_id' => $activity_id ), array( 'id' => $media->id ) );
616
 
617
  // insert/update activity details in rtmedia activity table
618
  $rtmedia_activity_model = new RTMediaActivityModel();
 
619
  if( !$rtmedia_activity_model->check( $activity_id ) ) {
620
  $rtmedia_activity_model->insert( array( 'activity_id' => $activity_id, 'user_id' => $media->media_author, 'privacy' => $media->privacy ) );
621
  } else {
478
  * FIX WORDPRESS 3.6 METADATA
479
  */
480
  require_once( ABSPATH . 'wp-admin/includes/media.php' );
481
+
 
 
482
  wp_update_attachment_metadata( $attachment_id, wp_generate_attachment_metadata( $attachment_id, $file_object[ $key ][ 'file' ] ) );
483
  } else {
484
  unlink( $file_object[ $key ][ 'file' ] );
567
  return $media_id;
568
  }
569
 
570
+ function insert_activity( $id, $media, $activity_text = false ) {
571
  if( !$this->activity_enabled() ) {
572
  return false;
573
  }
574
+
575
+ $activity = new RTMediaActivity( $media->id, $media->privacy, $activity_text );
576
  $activity_content = $activity->create_activity_html();
577
  $user = get_userdata( $media->media_author );
578
  $username = '<a href="' . get_rtmedia_user_link( $media->media_author ) . '">' . $user->user_nicename . '</a>';
579
  $count = count( $id );
580
  $media_const = 'RTMEDIA_' . strtoupper( $media->media_type );
581
+
582
  if( $count > 1 ) {
583
  $media_const .= '_PLURAL';
584
  }
 
585
 
586
+ $media_const .= '_LABEL';
587
  $media_str = constant( $media_const );
 
588
  $action = sprintf( ( $count == 1 ) ? __( '%1$s added a %2$s', 'buddypress-media' ) : __( '%1$s added %4$d %3$s', 'buddypress-media' ), $username, $media->media_type, $media_str, $count );
589
  $action = apply_filters( 'rtmedia_buddypress_action_text_fitler', $action, $username, $count, $user->user_nicename, $media->media_type );
590
  $activity_args = array(
602
 
603
  if( $media->context == 'group' || $media->context == 'profile' ) {
604
  $activity_args[ 'component' ] = $media->context;
605
+
606
  if( $media->context == 'group' ) {
607
  $activity_args[ 'component' ] = "groups";
608
  $activity_args[ 'item_id' ] = $media->context_id;
610
  }
611
 
612
  $activity_id = bp_activity_add( $activity_args );
 
613
 
614
+ bp_activity_update_meta( $activity_id, 'rtmedia_privacy', ( $media->privacy == 0 ) ? - 1 : $media->privacy );
615
  $this->model->update( array( 'activity_id' => $activity_id ), array( 'id' => $media->id ) );
616
 
617
  // insert/update activity details in rtmedia activity table
618
  $rtmedia_activity_model = new RTMediaActivityModel();
619
+
620
  if( !$rtmedia_activity_model->check( $activity_id ) ) {
621
  $rtmedia_activity_model->insert( array( 'activity_id' => $activity_id, 'user_id' => $media->media_author, 'privacy' => $media->privacy ) );
622
  } else {
app/main/controllers/shortcodes/RTMediaGalleryShortcode.php CHANGED
@@ -61,7 +61,7 @@ class RTMediaGalleryShortcode {
61
  $params = array(
62
  'url' => $url,
63
  'runtimes' => 'html5,flash,html4',
64
- 'browse_button' => 'rtMedia-upload-button',
65
  'container' => 'rtmedia-upload-container',
66
  'drop_element' => 'drag-drop-area',
67
  'filters' => apply_filters ( 'rtmedia_plupload_files_filter', array( array( 'title' => "Media Files", 'extensions' => get_rtmedia_allowed_upload_type () ) ) ),
@@ -73,7 +73,7 @@ class RTMediaGalleryShortcode {
73
  'file_data_name' => 'rtmedia_file', // key passed to $_FILE.
74
  'multi_selection' => true,
75
  'multipart_params' => apply_filters ( 'rtmedia-multi-params', array( 'redirect' => 'no', 'action' => 'wp_handle_upload', '_wp_http_referer' => $_SERVER[ 'REQUEST_URI' ], 'mode' => 'file_upload', 'rtmedia_upload_nonce' => RTMediaUploadView::upload_nonce_generator ( false, true ) ) ),
76
- 'max_file_size_msg' => apply_filters("rtmedia_plupload_file_size_msg",min ( array( ini_get ( 'upload_max_filesize' ), ini_get ( 'post_max_size' ) ) ))
77
  );
78
  if ( wp_is_mobile () )
79
  $params[ 'multi_selection' ] = false;
61
  $params = array(
62
  'url' => $url,
63
  'runtimes' => 'html5,flash,html4',
64
+ 'browse_button' => apply_filters( 'rtmedia_upload_button_id', 'rtMedia-upload-button' ),
65
  'container' => 'rtmedia-upload-container',
66
  'drop_element' => 'drag-drop-area',
67
  'filters' => apply_filters ( 'rtmedia_plupload_files_filter', array( array( 'title' => "Media Files", 'extensions' => get_rtmedia_allowed_upload_type () ) ) ),
73
  'file_data_name' => 'rtmedia_file', // key passed to $_FILE.
74
  'multi_selection' => true,
75
  'multipart_params' => apply_filters ( 'rtmedia-multi-params', array( 'redirect' => 'no', 'action' => 'wp_handle_upload', '_wp_http_referer' => $_SERVER[ 'REQUEST_URI' ], 'mode' => 'file_upload', 'rtmedia_upload_nonce' => RTMediaUploadView::upload_nonce_generator ( false, true ) ) ),
76
+ 'max_file_size_msg' => apply_filters("rtmedia_plupload_file_size_msg",min ( array( ini_get ( 'upload_max_filesize' ), ini_get ( 'post_max_size' ) ) ))
77
  );
78
  if ( wp_is_mobile () )
79
  $params[ 'multi_selection' ] = false;
app/main/controllers/template/RTMediaNav.php CHANGED
@@ -56,7 +56,7 @@ class RTMediaNav {
56
  $tab_position = apply_filters('rtmedia_media_tab_position',99);
57
  if ( $rtmedia->options[ "buddypress_enableOnProfile" ] != 0 ) {
58
  bp_core_new_nav_item ( array(
59
- 'name' => RTMEDIA_MEDIA_LABEL . '<span>' . $profile_counts[ 'total' ][ 'all' ] . '</span>',
60
  'slug' => apply_filters('rtmedia_media_tab_slug', RTMEDIA_MEDIA_SLUG ),
61
  'screen_function' => array( $this, 'media_screen' ),
62
  'default_subnav_slug' => 'all',
@@ -78,7 +78,7 @@ class RTMediaNav {
78
  $group_counts = $this->actual_counts ( $bp->groups->current_group->id, "group" );
79
  $slug = apply_filters('rtmedia_group_media_tab_slug', RTMEDIA_MEDIA_SLUG );
80
  $bp->bp_options_nav[ bp_get_current_group_slug () ][ 'media' ] = array(
81
- 'name' => RTMEDIA_MEDIA_LABEL . '<span>' . $group_counts[ 'total' ][ 'all' ] . '</span>',
82
  'link' => trailingslashit ( bp_get_root_domain () . '/' . bp_get_groups_root_slug () . '/' . bp_get_current_group_slug () . '/' ) . $slug,
83
  'slug' => $slug,
84
  'user_has_access' => true,
56
  $tab_position = apply_filters('rtmedia_media_tab_position',99);
57
  if ( $rtmedia->options[ "buddypress_enableOnProfile" ] != 0 ) {
58
  bp_core_new_nav_item ( array(
59
+ 'name' => RTMEDIA_MEDIA_LABEL . ' <span>' . $profile_counts[ 'total' ][ 'all' ] . '</span>',
60
  'slug' => apply_filters('rtmedia_media_tab_slug', RTMEDIA_MEDIA_SLUG ),
61
  'screen_function' => array( $this, 'media_screen' ),
62
  'default_subnav_slug' => 'all',
78
  $group_counts = $this->actual_counts ( $bp->groups->current_group->id, "group" );
79
  $slug = apply_filters('rtmedia_group_media_tab_slug', RTMEDIA_MEDIA_SLUG );
80
  $bp->bp_options_nav[ bp_get_current_group_slug () ][ 'media' ] = array(
81
+ 'name' => RTMEDIA_MEDIA_LABEL . ' <span>' . $group_counts[ 'total' ][ 'all' ] . '</span>',
82
  'link' => trailingslashit ( bp_get_root_domain () . '/' . bp_get_groups_root_slug () . '/' . bp_get_current_group_slug () . '/' ) . $slug,
83
  'slug' => $slug,
84
  'user_has_access' => true,
app/main/controllers/template/rt-template-functions.php CHANGED
@@ -2875,3 +2875,25 @@ function rtmedia_add_multiple_meta( $media_id, $meta_key_val ){
2875
  return $meta_ids;
2876
  }
2877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2875
  return $meta_ids;
2876
  }
2877
 
2878
+ /**
2879
+ * WordPress filter to change browser title if theme has title-tag support
2880
+ *
2881
+ * @param array $title
2882
+ *
2883
+ * @return array
2884
+ */
2885
+ function rtm_modify_document_title_parts( $title = array() ) {
2886
+ if( is_rtmedia_page() ) {
2887
+ global $rtmedia_query;
2888
+
2889
+ if ( isset( $rtmedia_query->action_query->media_type ) ) {
2890
+ ( !class_exists( 'BuddyPress' ) ) ? array_unshift( $title, ucfirst( $rtmedia_query->action_query->media_type ), RTMEDIA_MEDIA_LABEL ) : array_unshift( $title, ucfirst( $rtmedia_query->action_query->media_type ) );
2891
+ } else {
2892
+ ( !class_exists( 'BuddyPress' ) ) ? array_unshift( $title, RTMEDIA_MEDIA_LABEL ) : '';
2893
+ }
2894
+ }
2895
+
2896
+ return $title;
2897
+ }
2898
+
2899
+ add_filter( 'document_title_parts', 'rtm_modify_document_title_parts', 30, 1 );
app/main/controllers/upload/RTMediaUploadView.php CHANGED
@@ -78,7 +78,7 @@ class RTMediaUploadView {
78
  'class' => array( 'rtm-upload-tab', 'active' ),
79
  'content' => '<div class="rtm-upload-tab-content" data-id="rtm-upload-tab">'
80
  . apply_filters( 'rtmedia_uploader_before_select_files', "" )
81
- . '<div class="rtm-select-files"><input id="rtMedia-upload-button" value="' . __( "Select your files", 'buddypress-media' ) . '" type="button" class="rtmedia-upload-input rtmedia-file" />'
82
  . '<span class="rtm-seperator">' . __('or','buddypress-media') .'</span><span class="drag-drop-info">' . __('Drop your files here', 'buddypress-media') . '</span> <i class="rtm-file-size-limit rtmicon-info-circle rtmicon-fw"></i></div>'
83
  . apply_filters( 'rtmedia_uploader_after_select_files', "" )
84
  . '</div>',
@@ -106,7 +106,7 @@ class RTMediaUploadView {
106
  }
107
  global $rtmedia;
108
  //Render UPLOAD button only if direct upload is disabled
109
- $upload_button = ( ! ( isset( $rtmedia->options[ "general_direct_upload" ] )&& $rtmedia->options[ "general_direct_upload" ] == 1 ) ? '<input type="button" class="start-media-upload" value="' . __( 'Start upload', 'buddypress-media' ) . '"/>' : '' );
110
  $tabs = array(
111
  'file_upload' => array(
112
  'default' => array(
@@ -114,15 +114,16 @@ class RTMediaUploadView {
114
  'content' =>
115
  '<div id="rtmedia-upload-container" >'
116
  . '<div id="drag-drop-area" class="drag-drop clearfix">'
117
- . apply_filters( 'rtmedia_uploader_before_album_privacy', "" )
118
- . "<div class='rtm-album-privacy'>" . $album . $privacy . "</div>"
119
- . $upload_tab_html
120
- . apply_filters( 'rtmedia_uploader_before_start_upload_button', "" )
121
- . $upload_button
122
- . apply_filters( 'rtmedia_uploader_after_start_upload_button', "" )
123
  . '</div>'
124
- . '<div class="clearfix">'
125
- . '<ul class="plupload_filelist_content ui-sortable rtm-plupload-list clearfix" id="rtmedia_uploader_filelist"></ul></div>'
 
126
  . '</div>'
127
  ),
128
  'activity' => array(
@@ -131,9 +132,8 @@ class RTMediaUploadView {
131
  '<div class="rtmedia-plupload-container rtmedia-container clearfix">'
132
  .'<div id="rtmedia-action-update" class="clearfix">'
133
  .'<div class="rtm-upload-button-wrapper">'
134
- .'<div id="rtmedia-whts-new-upload-container">'
135
- .'</div>'
136
- .'<button type="button" class="rtmedia-add-media-button" id="rtmedia-add-media-button-post-update" title="' . apply_filters( 'rtmedia_attach_media_button_title', __( 'Attach Media', 'buddypress-media' ) ) . '">'
137
  .'<span class="dashicons dashicons-admin-media"></span>'
138
  . apply_filters( 'rtmedia_attach_file_message', '' )
139
  . '</button>'
@@ -141,9 +141,9 @@ class RTMediaUploadView {
141
  . $up_privacy
142
  . '</div>'
143
  .'</div>'
 
144
  .'<div class="rtmedia-plupload-notice">'
145
- .'<ul class="plupload_filelist_content ui-sortable rtm-plupload-list clearfix" id="rtmedia_uploader_filelist">'
146
- .'</ul>'
147
  .'</div>'
148
  )
149
  ),
78
  'class' => array( 'rtm-upload-tab', 'active' ),
79
  'content' => '<div class="rtm-upload-tab-content" data-id="rtm-upload-tab">'
80
  . apply_filters( 'rtmedia_uploader_before_select_files', "" )
81
+ . '<div class="rtm-select-files"><input id="' . apply_filters( 'rtmedia_upload_button_id', 'rtMedia-upload-button' ) . '" value="' . __( "Select your files", 'buddypress-media' ) . '" type="button" class="rtmedia-upload-input rtmedia-file" />'
82
  . '<span class="rtm-seperator">' . __('or','buddypress-media') .'</span><span class="drag-drop-info">' . __('Drop your files here', 'buddypress-media') . '</span> <i class="rtm-file-size-limit rtmicon-info-circle rtmicon-fw"></i></div>'
83
  . apply_filters( 'rtmedia_uploader_after_select_files', "" )
84
  . '</div>',
106
  }
107
  global $rtmedia;
108
  //Render UPLOAD button only if direct upload is disabled
109
+ $upload_button = '<input type="button" class="start-media-upload" value="' . __( 'Start upload', 'buddypress-media' ) . '"/>';
110
  $tabs = array(
111
  'file_upload' => array(
112
  'default' => array(
114
  'content' =>
115
  '<div id="rtmedia-upload-container" >'
116
  . '<div id="drag-drop-area" class="drag-drop clearfix">'
117
+ . apply_filters( 'rtmedia_uploader_before_album_privacy', "" )
118
+ . "<div class='rtm-album-privacy'>" . $album . $privacy . "</div>"
119
+ . $upload_tab_html
120
+ . apply_filters( 'rtmedia_uploader_before_start_upload_button', "" )
121
+ . $upload_button
122
+ . apply_filters( 'rtmedia_uploader_after_start_upload_button', "" )
123
  . '</div>'
124
+ . '<div class="clearfix">'
125
+ . '<ul class="plupload_filelist_content ui-sortable rtm-plupload-list clearfix" id="rtmedia_uploader_filelist"></ul>'
126
+ . '</div>'
127
  . '</div>'
128
  ),
129
  'activity' => array(
132
  '<div class="rtmedia-plupload-container rtmedia-container clearfix">'
133
  .'<div id="rtmedia-action-update" class="clearfix">'
134
  .'<div class="rtm-upload-button-wrapper">'
135
+ .'<div id="rtmedia-whts-new-upload-container"></div>'
136
+ .'<button type="button" class="rtmedia-add-media-button" id="' . apply_filters( 'rtmedia_upload_button_id', 'rtmedia-add-media-button-post-update' ) . '" title="' . apply_filters( 'rtmedia_attach_media_button_title', __( 'Attach Media', 'buddypress-media' ) ) . '">'
 
137
  .'<span class="dashicons dashicons-admin-media"></span>'
138
  . apply_filters( 'rtmedia_attach_file_message', '' )
139
  . '</button>'
141
  . $up_privacy
142
  . '</div>'
143
  .'</div>'
144
+ . apply_filters( 'rtmedia_uploader_after_activity_upload_button', "" )
145
  .'<div class="rtmedia-plupload-notice">'
146
+ .'<ul class="plupload_filelist_content ui-sortable rtm-plupload-list clearfix" id="rtmedia_uploader_filelist"></ul>'
 
147
  .'</div>'
148
  )
149
  ),
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.10.3
8
  Author: rtCamp
9
  Text Domain: buddypress-media
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.10.4
8
  Author: rtCamp
9
  Text Domain: buddypress-media
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
languages/buddypress-media.po CHANGED
@@ -1,2896 +1,2572 @@
1
- # Copyright (C) 2015 rtCamp
2
  # This file is distributed under the same license as the rtMedia for WordPress, BuddyPress and bbPress package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 3.9.4\n"
6
  "Report-Msgid-Bugs-To: http://community.rtcamp.com/c/rtmedia/\n"
7
- "POT-Creation-Date: 2015-12-22 16:22+0530\n"
8
- "PO-Revision-Date: 2015-12-22 16:22+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
- #: node_modules/grunt-wp-i18n/test/fixtures/translator-comments/translator-comments.php:7
26
- msgid "A"
27
  msgstr ""
28
 
29
- #: node_modules/grunt-wp-i18n/test/fixtures/translator-comments/translator-comments.php:15
30
- msgid "B"
31
  msgstr ""
32
 
33
- #: node_modules/grunt-wp-i18n/test/fixtures/basic-theme/exclude/file.php:3
34
- #: node_modules/grunt-wp-i18n/test/fixtures/plugin-include/plugin-include.php:6
35
- msgid "Exclude"
36
  msgstr ""
37
 
38
- #: node_modules/grunt-wp-i18n/test/fixtures/plugin-include/include/file.php:2
39
- msgid "Include"
40
  msgstr ""
41
 
42
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:2
43
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:3
44
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:4
45
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/add-domain.php:2
46
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:2
47
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:3
48
- msgid "String"
49
  msgstr ""
50
 
51
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:6
52
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:7
53
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:8
54
- msgctxt "a string"
55
- msgid "String"
56
  msgstr ""
57
 
58
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:9
59
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:10
60
- #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:11
61
- #, php-format
62
- msgid "1 Star"
63
- msgid_plural "%s Stars"
64
- msgstr[0] ""
65
- msgstr[1] ""
66
 
67
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:3
68
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:5
69
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:9
70
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:10
71
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:14
72
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:15
73
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:4
74
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:6
75
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:10
76
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:11
77
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:15
78
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:16
79
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:3
80
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:5
81
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:9
82
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:10
83
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:14
84
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:15
85
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:3
86
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:5
87
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:9
88
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:10
89
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:14
90
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:15
91
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:3
92
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:5
93
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:9
94
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:10
95
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:14
96
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:15
97
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:4
98
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:6
99
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:10
100
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:11
101
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:15
102
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:16
103
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:3
104
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:5
105
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:9
106
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:10
107
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:14
108
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:15
109
- msgid "Hello World"
110
- msgstr ""
111
-
112
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:4
113
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:6
114
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:11
115
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:16
116
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:5
117
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:7
118
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:12
119
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:17
120
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:4
121
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:6
122
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:11
123
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:16
124
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:4
125
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:6
126
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:11
127
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:16
128
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:4
129
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:6
130
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:11
131
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:16
132
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:5
133
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:7
134
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:12
135
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:17
136
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:4
137
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:6
138
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:11
139
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:16
140
- msgctxt "verb"
141
- msgid "Post"
142
- msgstr ""
143
-
144
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:20
145
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:24
146
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:21
147
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:25
148
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:20
149
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:24
150
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:20
151
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:24
152
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:20
153
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:24
154
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:21
155
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:25
156
- #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:3
157
- #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:8
158
- #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:15
159
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:20
160
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:24
161
- #, php-format
162
- msgid "%d apple"
163
- msgid_plural "%d apples"
164
- msgstr[0] ""
165
- msgstr[1] ""
166
 
167
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:21
168
- #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:25
169
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:22
170
- #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:26
171
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:21
172
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:25
173
- #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:25
174
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:21
175
- #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:25
176
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:22
177
- #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:26
178
- #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:4
179
- #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:9
180
- #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:16
181
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:21
182
- #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:25
183
- #, php-format
184
- msgctxt "noun, job positions"
185
- msgid "%d post"
186
- msgid_plural "%d posts"
187
- msgstr[0] ""
188
- msgstr[1] ""
189
 
190
- #: lib/freemius/includes/i18n.php:5
191
- msgid "Account"
192
  msgstr ""
193
 
194
- #: lib/freemius/includes/i18n.php:6
195
- msgid "Add On"
196
  msgstr ""
197
 
198
- #: lib/freemius/includes/i18n.php:7
199
- #: app/main/controllers/template/rt-template-functions.php:2714
200
- msgid "Contact Us"
201
  msgstr ""
202
 
203
- #: lib/freemius/includes/i18n.php:8
204
- msgid "Change Ownership"
205
  msgstr ""
206
 
207
- #: lib/freemius/includes/i18n.php:9 app/admin/RTMediaAdmin.php:743
208
- #: app/admin/RTMediaAdmin.php:746 app/admin/RTMediaAdmin.php:872
209
- #: app/admin/RTMediaAdmin.php:1414 app/helper/RTMediaSupport.php:51
210
- #: app/helper/RTMediaSupport.php:52 app/helper/RTMediaSettings.php:210
211
- msgid "Support"
212
  msgstr ""
213
 
214
- #: lib/freemius/includes/i18n.php:10
215
- msgid "Support Forum"
216
  msgstr ""
217
 
218
- #: lib/freemius/includes/i18n.php:11
219
- msgid "Add Ons"
220
  msgstr ""
221
 
222
- #: lib/freemius/includes/i18n.php:12
223
- msgctxt "verb"
224
- msgid "Upgrade"
225
  msgstr ""
226
 
227
- #: lib/freemius/includes/i18n.php:13
228
- msgid "Awesome"
229
  msgstr ""
230
 
231
- #: lib/freemius/includes/i18n.php:14 app/services/RTMediaEncoding.php:391
232
- msgid "Pricing"
233
  msgstr ""
234
 
235
- #: lib/freemius/includes/i18n.php:15
236
- msgctxt "noun"
237
- msgid "Price"
238
  msgstr ""
239
 
240
- #: lib/freemius/includes/i18n.php:16
241
- msgid "Unlimited Updates"
242
  msgstr ""
243
 
244
- #: lib/freemius/includes/i18n.php:17
245
- msgctxt "verb"
246
- msgid "Downgrade"
247
  msgstr ""
248
 
249
- #: lib/freemius/includes/i18n.php:18
250
- msgid "Free Trial"
 
251
  msgstr ""
252
 
253
- #: lib/freemius/includes/i18n.php:19 app/helper/RTMediaSupport.php:447
254
- #: templates/media/media-single-edit.php:16
255
- #: templates/media/album-single-edit.php:16
256
- msgid "Details"
257
  msgstr ""
258
 
259
- #: lib/freemius/includes/i18n.php:20
260
- msgid "Account Details"
 
261
  msgstr ""
262
 
263
- #: lib/freemius/includes/i18n.php:21
264
- msgctxt "verb"
265
- msgid "Delete"
 
 
266
  msgstr ""
267
 
268
- #: lib/freemius/includes/i18n.php:22
269
- msgid "Delete Account"
 
270
  msgstr ""
271
 
272
- #: lib/freemius/includes/i18n.php:23 app/admin/RTMediaAdmin.php:395
273
- msgid "Dismiss"
 
274
  msgstr ""
275
 
276
- #: lib/freemius/includes/i18n.php:24
277
- msgctxt "as product pricing plan"
278
- msgid "Plan"
279
  msgstr ""
280
 
281
- #: lib/freemius/includes/i18n.php:25
282
- msgid "Change Plan"
283
  msgstr ""
284
 
285
- #: lib/freemius/includes/i18n.php:26
286
- #, php-format
287
- msgctxt "as download professional version"
288
- msgid "Download %s Version"
289
  msgstr ""
290
 
291
- #: lib/freemius/includes/i18n.php:27
292
- #, php-format
293
- msgctxt "as download professional version now"
294
- msgid "Download %s version now"
295
  msgstr ""
296
 
297
- #: lib/freemius/includes/i18n.php:28
298
- msgctxt "as download latest version"
299
- msgid "Download Latest"
 
300
  msgstr ""
301
 
302
- #: lib/freemius/includes/i18n.php:29
303
- #, php-format
304
- msgctxt "E.g. you have a professional license."
305
- msgid "You have a %s license."
306
  msgstr ""
307
 
308
- #: lib/freemius/includes/i18n.php:30
309
- msgid "New"
310
  msgstr ""
311
 
312
- #: lib/freemius/includes/i18n.php:31 app/services/RTMediaEncoding.php:349
313
- #: app/services/RTMediaEncoding.php:392
314
- msgid "Free"
315
  msgstr ""
316
 
317
- #: lib/freemius/includes/i18n.php:32
318
- msgctxt "as trial plan"
319
- msgid "Trial"
320
  msgstr ""
321
 
322
- #: lib/freemius/includes/i18n.php:33
323
- msgctxt "verb"
324
- msgid "Purchase"
325
  msgstr ""
326
 
327
- #: lib/freemius/includes/i18n.php:34
328
- msgid "Single Site License"
329
  msgstr ""
330
 
331
- #: lib/freemius/includes/i18n.php:35
332
- msgid "Unlimited Licenses"
333
  msgstr ""
334
 
335
- #: lib/freemius/includes/i18n.php:36
336
- #, php-format
337
- msgid "Up to %s Sites"
338
  msgstr ""
339
 
340
- #: lib/freemius/includes/i18n.php:37
341
- #, php-format
342
- msgctxt "e.g. Professional Plan"
343
- msgid "%s Plan"
344
  msgstr ""
345
 
346
- #: lib/freemius/includes/i18n.php:38
347
- #, php-format
348
- msgid "You are just one step away - %s"
349
  msgstr ""
350
 
351
- #: lib/freemius/includes/i18n.php:39
352
- #, php-format
353
- msgctxt "%s - plugin name. As complete \"Jetpack\" activation now"
354
- msgid "Complete \"%s\" Activation Now"
 
355
  msgstr ""
356
 
357
- #: lib/freemius/includes/i18n.php:40
358
- #, php-format
359
- msgid "We made a few tweaks to the plugin, %s"
360
  msgstr ""
361
 
362
- #: lib/freemius/includes/i18n.php:41
363
- #, php-format
364
- msgid "Opt-in to make \"%s\" Better!"
365
  msgstr ""
366
 
367
- #: lib/freemius/includes/i18n.php:42
368
- msgid "Error"
369
  msgstr ""
370
 
371
- #: lib/freemius/includes/i18n.php:43
372
- msgid ""
373
- "Freemius SDK couldn't find the plugin's main file. Please contact "
374
- "sdk@freemius.com with the current error."
375
  msgstr ""
376
 
377
- #: lib/freemius/includes/i18n.php:46
378
- msgctxt "as expiration date"
379
- msgid "Expiration"
380
  msgstr ""
381
 
382
- #: lib/freemius/includes/i18n.php:47
383
- msgid "not verified"
384
  msgstr ""
385
 
386
- #: lib/freemius/includes/i18n.php:48
387
- msgid "Verify Email"
388
  msgstr ""
389
 
390
- #: lib/freemius/includes/i18n.php:49
391
- #, php-format
392
- msgctxt "e.g. expires in 2 months"
393
- msgid "Expires in %s"
394
  msgstr ""
395
 
396
- #: lib/freemius/includes/i18n.php:50
397
- #, php-format
398
- msgctxt "e.g. auto renews in 2 months"
399
- msgid "Auto renews in %s"
400
  msgstr ""
401
 
402
- #: lib/freemius/includes/i18n.php:51
403
- msgid "No expiration"
404
  msgstr ""
405
 
406
- #: lib/freemius/includes/i18n.php:52
407
- msgid "Expired"
408
  msgstr ""
409
 
410
- #: lib/freemius/includes/i18n.php:53
411
- #, php-format
412
- msgid "In %s"
413
  msgstr ""
414
 
415
- #: lib/freemius/includes/i18n.php:54
416
- msgctxt "as plugin version"
417
- msgid "Version"
418
  msgstr ""
419
 
420
- #: lib/freemius/includes/i18n.php:55 app/helper/RTMediaSupport.php:415
421
- msgid "Name"
422
  msgstr ""
423
 
424
- #: lib/freemius/includes/i18n.php:56 app/helper/RTMediaSupport.php:426
425
- msgid "Email"
426
  msgstr ""
427
 
428
- #: lib/freemius/includes/i18n.php:57
429
- msgid "Verified"
430
  msgstr ""
431
 
432
- #: lib/freemius/includes/i18n.php:58
433
- msgid "Plugin"
434
  msgstr ""
435
 
436
- #: lib/freemius/includes/i18n.php:59
437
- msgid "Title"
438
  msgstr ""
439
 
440
- #: lib/freemius/includes/i18n.php:60
441
- msgctxt "as WP plugin slug"
442
- msgid "Slug"
443
  msgstr ""
444
 
445
- #: lib/freemius/includes/i18n.php:61
446
- msgid "ID"
447
  msgstr ""
448
 
449
- #: lib/freemius/includes/i18n.php:62 app/importers/BPMediaAlbumimporter.php:80
450
- msgid "Users"
451
  msgstr ""
452
 
453
- #: lib/freemius/includes/i18n.php:63
454
- msgid "Plugin Installs"
455
  msgstr ""
456
 
457
- #: lib/freemius/includes/i18n.php:64
458
- msgctxt "like websites"
459
- msgid "Sites"
460
- msgstr ""
461
-
462
- #: lib/freemius/includes/i18n.php:65
463
- msgid "User ID"
464
- msgstr ""
465
-
466
- #: lib/freemius/includes/i18n.php:66
467
- msgid "Site ID"
468
- msgstr ""
469
-
470
- #: lib/freemius/includes/i18n.php:67
471
- msgid "Public Key"
472
- msgstr ""
473
-
474
- #: lib/freemius/includes/i18n.php:68
475
- msgid "Secret Key"
476
- msgstr ""
477
-
478
- #: lib/freemius/includes/i18n.php:69
479
- msgctxt "as secret encryption key missing"
480
- msgid "No Secret"
481
- msgstr ""
482
-
483
- #: lib/freemius/includes/i18n.php:70
484
- msgid "No ID"
485
- msgstr ""
486
-
487
- #: lib/freemius/includes/i18n.php:71
488
- msgctxt "as synchronize license"
489
- msgid "Sync License"
490
- msgstr ""
491
-
492
- #: lib/freemius/includes/i18n.php:72 app/helper/RTMediaLicense.php:96
493
- msgid "Deactivate License"
494
- msgstr ""
495
-
496
- #: lib/freemius/includes/i18n.php:73
497
- msgid "Activate"
498
- msgstr ""
499
-
500
- #: lib/freemius/includes/i18n.php:74 lib/freemius/includes/i18n.php:95
501
- msgid "Deactivate"
502
  msgstr ""
503
 
504
- #: lib/freemius/includes/i18n.php:75
505
- msgctxt "active mode"
506
- msgid "Active"
507
  msgstr ""
508
 
509
- #: lib/freemius/includes/i18n.php:76
510
- #: lib/freemius/includes/fs-plugin-functions.php:390
511
- msgid "Install Now"
512
  msgstr ""
513
 
514
- #: lib/freemius/includes/i18n.php:77
515
- #: lib/freemius/includes/fs-plugin-functions.php:395
516
- msgid "Install Update Now"
517
  msgstr ""
518
 
519
- #: lib/freemius/includes/i18n.php:78
520
- #, php-format
521
- msgid "More information about %s"
522
  msgstr ""
523
 
524
- #: lib/freemius/includes/i18n.php:79
525
- msgid "Localhost"
526
  msgstr ""
527
 
528
- #: lib/freemius/includes/i18n.php:80
529
- #, php-format
530
- msgctxt "as activate Professional plan"
531
- msgid "Activate %s Plan"
 
532
  msgstr ""
533
 
534
- #: lib/freemius/includes/i18n.php:81
535
- #, php-format
536
- msgid "What is your %s?"
537
  msgstr ""
538
 
539
- #: lib/freemius/includes/i18n.php:82
540
- msgid "Activate this add-on"
 
541
  msgstr ""
542
 
543
- #: lib/freemius/includes/i18n.php:83
544
  msgid ""
545
- "Deactivating your license will block all premium features, but will enable "
546
- "you to activate the license on another site. Are you sure you want to "
547
- "proceed?"
548
  msgstr ""
549
 
550
- #: lib/freemius/includes/i18n.php:84
551
- #, php-format
552
  msgid ""
553
- "Deleting the account will automatically deactivate your %s plan license so "
554
- "you can use it on other sites. If you want to terminate the recurring "
555
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
556
- "account. Are you sure you would like to continue with the deletion?"
557
  msgstr ""
558
 
559
- #: lib/freemius/includes/i18n.php:85
560
- msgid ""
561
- "Deletion is not temporary. Only delete if you no longer want to use this "
562
- "plugin anymore. Are you sure you would like to continue with the deletion?"
563
  msgstr ""
564
 
565
- #: lib/freemius/includes/i18n.php:86
566
- #, php-format
567
- msgid ""
568
- "Downgrading your plan will immediately stop all future recurring payments "
569
- "and your %s plan license will expire in %s."
570
  msgstr ""
571
 
572
- #: lib/freemius/includes/i18n.php:87
573
- #, php-format
574
- msgid ""
575
- "You can still enjoy all %s features but you will not have access to plugin "
576
- "updates and support."
577
  msgstr ""
578
 
579
- #: lib/freemius/includes/i18n.php:88
580
- #, php-format
581
  msgid ""
582
- "Once your license expire you can still use the Free version but you will NOT "
583
- "have access to the %s features."
 
584
  msgstr ""
585
 
586
- #: lib/freemius/includes/i18n.php:89
587
- msgid "Are you sure you want to proceed?"
 
 
588
  msgstr ""
589
 
590
- #: lib/freemius/includes/i18n.php:92
591
- #, php-format
592
- msgid "Add Ons for %s"
593
  msgstr ""
594
 
595
- #: lib/freemius/includes/i18n.php:94
596
- msgid "If you have a moment, please let us know why you are deactivating"
597
  msgstr ""
598
 
599
- #: lib/freemius/includes/i18n.php:96
600
- msgid "Yes - Deactivate"
 
601
  msgstr ""
602
 
603
- #: lib/freemius/includes/i18n.php:97
604
- msgid "Submit & Deactivate"
605
  msgstr ""
606
 
607
- #: lib/freemius/includes/i18n.php:98
608
- msgctxt "the text of the cancel button of the plugin deactivation dialog box."
609
- msgid "Cancel"
610
  msgstr ""
611
 
612
- #: lib/freemius/includes/i18n.php:99
613
- msgid "I no longer need the plugin"
 
 
614
  msgstr ""
615
 
616
- #: lib/freemius/includes/i18n.php:100
617
- msgid "I found a better plugin"
618
  msgstr ""
619
 
620
- #: lib/freemius/includes/i18n.php:101
621
- msgid "I only needed the plugin for a short period"
622
  msgstr ""
623
 
624
- #: lib/freemius/includes/i18n.php:102
625
- msgid "The plugin broke my site"
626
  msgstr ""
627
 
628
- #: lib/freemius/includes/i18n.php:103
629
- msgid "The plugin suddenly stopped working"
630
  msgstr ""
631
 
632
- #: lib/freemius/includes/i18n.php:104
633
- msgid "I can't pay for it anymore"
634
  msgstr ""
635
 
636
- #: lib/freemius/includes/i18n.php:105
637
- msgctxt ""
638
- "the text of the \"other\" reason for deactivating the plugin that is shown "
639
- "in the modal box."
640
- msgid "Other"
641
  msgstr ""
642
 
643
- #: lib/freemius/includes/i18n.php:106
644
- msgid "What's the plugin's name?"
645
  msgstr ""
646
 
647
- #: lib/freemius/includes/i18n.php:107
648
- msgid "What price would you feel comfortable paying?"
649
  msgstr ""
650
 
651
- #: lib/freemius/includes/i18n.php:108
652
- msgid "I couldn't understand how to make it work"
653
  msgstr ""
654
 
655
- #: lib/freemius/includes/i18n.php:109
656
- msgid "The plugin is great, but I need specific feature that you don't support"
657
  msgstr ""
658
 
659
- #: lib/freemius/includes/i18n.php:110
660
- msgid "The plugin is not working"
661
  msgstr ""
662
 
663
- #: lib/freemius/includes/i18n.php:111
664
- msgid "It's not what I was looking for"
665
  msgstr ""
666
 
667
- #: lib/freemius/includes/i18n.php:112
668
- msgid "The plugin didn't work as expected"
669
  msgstr ""
670
 
671
- #: lib/freemius/includes/i18n.php:113
672
- msgid "What feature?"
 
 
673
  msgstr ""
674
 
675
- #: lib/freemius/includes/i18n.php:114
676
- msgid "Kindly share what didn't work so we can fix it for future users..."
677
  msgstr ""
678
 
679
- #: lib/freemius/includes/i18n.php:115
680
- msgid "What you've been looking for?"
681
  msgstr ""
682
 
683
- #: lib/freemius/includes/i18n.php:116
684
- msgid "What did you expect?"
685
  msgstr ""
686
 
687
- #: lib/freemius/includes/i18n.php:117
688
- msgid "The plugin didn't work"
689
  msgstr ""
690
 
691
- #: lib/freemius/includes/i18n.php:118
692
- msgid "I don't like to share my information with you"
693
  msgstr ""
694
 
695
- #: lib/freemius/includes/i18n.php:122
696
- #, php-format
697
- msgctxt "greeting"
698
- msgid "Hey %s,"
699
  msgstr ""
700
 
701
- #: lib/freemius/includes/i18n.php:123
702
- #, php-format
703
- msgctxt "a greeting. E.g. Thanks John!"
704
- msgid "Thanks %s!"
705
  msgstr ""
706
 
707
- #: lib/freemius/includes/i18n.php:124
708
- #, php-format
709
  msgid ""
710
- "In order to enjoy all our features and functionality, %s needs to connect "
711
- "your user, %s at %s, to %s"
 
712
  msgstr ""
713
 
714
- #: lib/freemius/includes/i18n.php:125
715
- #, php-format
716
- msgid ""
717
- "You should receive an activation email for %s to your mailbox at %s. Please "
718
- "make sure you click the activation button in that email to complete the "
719
- "install."
720
  msgstr ""
721
 
722
- #: lib/freemius/includes/i18n.php:126
723
- msgid "What permissions are being granted?"
 
 
724
  msgstr ""
725
 
726
- #: lib/freemius/includes/i18n.php:127
727
- msgid "Your Profile Overview"
728
  msgstr ""
729
 
730
- #: lib/freemius/includes/i18n.php:128
731
- msgid "Name and email address"
732
  msgstr ""
733
 
734
- #: lib/freemius/includes/i18n.php:129
735
- msgid "Your Site Overview"
736
  msgstr ""
737
 
738
- #: lib/freemius/includes/i18n.php:130
739
- msgid "Site address and WordPress version"
 
 
740
  msgstr ""
741
 
742
- #: lib/freemius/includes/i18n.php:131
743
- msgid "Current Plugin Events"
744
  msgstr ""
745
 
746
- #: lib/freemius/includes/i18n.php:132
747
- msgid "Activation, deactivation and uninstall"
748
  msgstr ""
749
 
750
- #: lib/freemius/includes/i18n.php:133
751
- msgid "Privacy Policy"
 
752
  msgstr ""
753
 
754
- #: lib/freemius/includes/i18n.php:134
755
- msgid "Terms of Service"
756
  msgstr ""
757
 
758
- #: lib/freemius/includes/i18n.php:135
759
- msgctxt "as activating plugin"
760
- msgid "Activating"
 
761
  msgstr ""
762
 
763
- #: lib/freemius/includes/i18n.php:136
764
- msgctxt "button label"
765
- msgid "Allow & Continue"
766
  msgstr ""
767
 
768
- #: lib/freemius/includes/i18n.php:137
769
- msgctxt "verb"
770
- msgid "Skip"
771
  msgstr ""
772
 
773
- #: lib/freemius/includes/i18n.php:138
774
- msgid "Re-send activation email"
775
  msgstr ""
776
 
777
- #: lib/freemius/includes/i18n.php:142
778
- msgid "Screenshots"
779
  msgstr ""
780
 
781
- #: lib/freemius/includes/i18n.php:143
782
- #, php-format
783
- msgid "Click to view full-size screenshot %d"
784
  msgstr ""
785
 
786
- #: lib/freemius/includes/i18n.php:147
787
- #, php-format
788
- msgid "Add Ons of Plugin %s"
789
  msgstr ""
790
 
791
- #: lib/freemius/includes/i18n.php:148
792
- msgid "Are you sure you want to delete the all Freemius data?"
793
  msgstr ""
794
 
795
- #: lib/freemius/includes/i18n.php:149
796
- msgid "Delete All Accounts"
797
  msgstr ""
798
 
799
- #: lib/freemius/includes/i18n.php:153
800
- msgctxt "as congratulations"
801
- msgid "Congrats"
802
  msgstr ""
803
 
804
- #: lib/freemius/includes/i18n.php:154
805
- msgctxt "exclamation"
806
- msgid "Oops"
807
  msgstr ""
808
 
809
- #: lib/freemius/includes/i18n.php:155
810
- msgctxt "interjection expressing joy or exuberance"
811
- msgid "Yee-haw"
812
  msgstr ""
813
 
814
- #: lib/freemius/includes/i18n.php:156
815
- msgctxt ""
816
- "(especially in electronic communication) used to express elation, "
817
- "enthusiasm, or triumph."
818
- msgid "W00t"
819
  msgstr ""
820
 
821
- #: lib/freemius/includes/i18n.php:157
822
- msgctxt "a positive response"
823
- msgid "Right on"
824
  msgstr ""
825
 
826
- #: lib/freemius/includes/i18n.php:158
827
- msgctxt ""
828
- "something somebody says when they are thinking about what you have just "
829
- "said. "
830
- msgid "Hmm"
831
  msgstr ""
832
 
833
- #: lib/freemius/includes/i18n.php:159
834
- msgid "O.K"
835
  msgstr ""
836
 
837
- #: lib/freemius/includes/i18n.php:160
838
- msgctxt "exclamation"
839
- msgid "Hey"
840
  msgstr ""
841
 
842
- #: lib/freemius/includes/i18n.php:161
843
- msgctxt "advance notice of something that will need attention."
844
- msgid "Heads up"
845
  msgstr ""
846
 
847
- #: lib/freemius/includes/i18n.php:165
848
- msgid "Seems like you got the latest release."
849
  msgstr ""
850
 
851
- #: lib/freemius/includes/i18n.php:166
852
- msgid "You are all good!"
853
  msgstr ""
854
 
855
- #: lib/freemius/includes/i18n.php:167
856
  msgid ""
857
- "Sorry, we could not complete the email update. Another user with the same "
858
- "email is already registered."
859
  msgstr ""
860
 
861
- #: lib/freemius/includes/i18n.php:168
862
- #, php-format
863
- msgid ""
864
- "If you would like to give up the ownership of the plugin's account to %s "
865
- "click the Change Ownership button."
866
  msgstr ""
867
 
868
- #: lib/freemius/includes/i18n.php:169
869
- msgid ""
870
- "Your email was successfully updated. You should receive an email with "
871
- "confirmation instructions in few moments."
872
  msgstr ""
873
 
874
- #: lib/freemius/includes/i18n.php:170
875
- msgid "Your name was successfully updated."
876
  msgstr ""
877
 
878
- #: lib/freemius/includes/i18n.php:171
879
- #, php-format
880
- msgid "You have successfully updated your %s."
881
  msgstr ""
882
 
883
- #: lib/freemius/includes/i18n.php:172
884
- msgid "Please provide your full name."
885
  msgstr ""
886
 
887
- #: lib/freemius/includes/i18n.php:173
888
- #, php-format
889
- msgid ""
890
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
891
- "please check your spam box."
892
  msgstr ""
893
 
894
- #: lib/freemius/includes/i18n.php:174
895
- #, php-format
896
  msgid ""
897
- "Just letting you know that the add-ons information of %s is being pulled "
898
- "from external server."
899
- msgstr ""
900
-
901
- #: lib/freemius/includes/i18n.php:175
902
- msgid "No credit card required"
903
- msgstr ""
904
-
905
- #: lib/freemius/includes/i18n.php:176
906
- msgid "Premium plugin version was successfully activated."
907
  msgstr ""
908
 
909
- #: lib/freemius/includes/i18n.php:177
910
- #, php-format
911
- msgid "The upgrade of %s was successfully completed."
912
- msgstr ""
913
-
914
- #: lib/freemius/includes/i18n.php:178
915
- #, php-format
916
- msgid "Your account was successfully activated with the %s plan."
917
  msgstr ""
918
 
919
- #: lib/freemius/includes/i18n.php:179
920
- #, php-format
921
- msgid "Download the latest %s version now"
922
  msgstr ""
923
 
924
- #: lib/freemius/includes/i18n.php:180
925
- msgid "Download the latest version now"
926
  msgstr ""
927
 
928
- #: lib/freemius/includes/i18n.php:181
929
- #, php-format
930
- msgctxt "%s - product name, e.g. Facebook add-on was successfully..."
931
- msgid "%s Add-on was successfully purchased."
932
  msgstr ""
933
 
934
- #: lib/freemius/includes/i18n.php:182
935
- #, php-format
936
- msgid "Your %s Add-on plan was successfully upgraded."
937
  msgstr ""
938
 
939
- #: lib/freemius/includes/i18n.php:183
940
- msgid "Your email has been successfully verified - you are AWESOME!"
941
  msgstr ""
942
 
943
- #: lib/freemius/includes/i18n.php:184
944
- msgid "Your plan was successfully upgraded."
945
  msgstr ""
946
 
947
- #: lib/freemius/includes/i18n.php:185
948
- #, php-format
949
- msgid "Your plan was successfully changed to %s."
 
950
  msgstr ""
951
 
952
- #: lib/freemius/includes/i18n.php:186
953
- msgid ""
954
- "Your license has expired. You can still continue using the free plugin "
955
- "forever."
956
  msgstr ""
957
 
958
- #: lib/freemius/includes/i18n.php:187
959
- msgid "Your trial has been successfully started."
960
  msgstr ""
961
 
962
- #: lib/freemius/includes/i18n.php:188
963
- msgid "Your license was successfully activated."
964
  msgstr ""
965
 
966
- #: lib/freemius/includes/i18n.php:189
967
- msgid "It looks like your site currently don't have an active license."
968
  msgstr ""
969
 
970
- #: lib/freemius/includes/i18n.php:190
971
- #, php-format
972
- msgid "Your license was successfully deactivated, you are back to the %s plan."
973
  msgstr ""
974
 
975
- #: lib/freemius/includes/i18n.php:191
976
- msgid "It looks like the license deactivation failed."
977
  msgstr ""
978
 
979
- #: lib/freemius/includes/i18n.php:192
980
- msgid "It looks like the license could not be activated."
981
  msgstr ""
982
 
983
- #: lib/freemius/includes/i18n.php:193
984
- msgid "Error received from the server:"
985
  msgstr ""
986
 
987
- #: lib/freemius/includes/i18n.php:194
988
  msgid ""
989
- "Your trial has expired. You can still continue using all our free features."
 
 
 
990
  msgstr ""
991
 
992
- #: lib/freemius/includes/i18n.php:195
993
- #, php-format
994
- msgid ""
995
- "Your plan was successfully downgraded. Your %s plan license will expire in "
996
- "%s."
997
  msgstr ""
998
 
999
- #: lib/freemius/includes/i18n.php:196
1000
  msgid ""
1001
- "Seems like we are having some temporary issue with your plan downgrade. "
1002
- "Please try again in few minutes."
1003
  msgstr ""
1004
 
1005
- #: lib/freemius/includes/i18n.php:197
1006
- msgid ""
1007
- "It looks like you are not in trial mode anymore so there's nothing to "
1008
- "cancel :)"
1009
  msgstr ""
1010
 
1011
- #: lib/freemius/includes/i18n.php:198
1012
- #, php-format
1013
- msgid "Your %s Plan trial was successfully cancelled."
1014
  msgstr ""
1015
 
1016
- #: lib/freemius/includes/i18n.php:199
1017
- #, php-format
1018
- msgctxt "%s - numeric version number"
1019
- msgid "Version %s was released."
1020
  msgstr ""
1021
 
1022
- #: lib/freemius/includes/i18n.php:200
1023
- #, php-format
1024
- msgid "Please download %s."
1025
  msgstr ""
1026
 
1027
- #: lib/freemius/includes/i18n.php:201
1028
- #, php-format
1029
- msgctxt "%s - plan name, as the latest professional version here"
1030
- msgid "the latest %s version here"
1031
  msgstr ""
1032
 
1033
- #: lib/freemius/includes/i18n.php:202
1034
- #, php-format
1035
  msgid ""
1036
- "How do you like %s so far? Test all our %s premium features with a %d-day "
1037
- "free trial."
1038
  msgstr ""
1039
 
1040
- #: lib/freemius/includes/i18n.php:203
1041
- msgctxt "call to action"
1042
- msgid "Start free trial"
1043
  msgstr ""
1044
 
1045
- #: lib/freemius/includes/i18n.php:204
1046
- msgid ""
1047
- "Seems like we are having some temporary issue with your trial cancellation. "
1048
- "Please try again in few minutes."
1049
  msgstr ""
1050
 
1051
- #: lib/freemius/includes/i18n.php:205
1052
- #, php-format
1053
- msgid "No commitment for %s days - cancel anytime!"
1054
  msgstr ""
1055
 
1056
- #: lib/freemius/includes/i18n.php:206
1057
- #, php-format
1058
  msgid ""
1059
- "Your license has expired. You can still continue using all the %s features, "
1060
- "but you'll need to renew your license to continue getting updates and "
1061
- "support."
1062
- msgstr ""
1063
-
1064
- #: lib/freemius/includes/i18n.php:207
1065
- #, php-format
1066
- msgid "Couldn't activate %s."
1067
  msgstr ""
1068
 
1069
- #: lib/freemius/includes/i18n.php:208
1070
- msgid "Please contact us with the following message:"
1071
  msgstr ""
1072
 
1073
- #: lib/freemius/includes/i18n.php:209
1074
  msgid ""
1075
- "It looks like your plan did't change. If you did upgrade, it's probably an "
1076
- "issue on our side - sorry."
1077
  msgstr ""
1078
 
1079
- #: lib/freemius/includes/i18n.php:210
1080
- msgid "Please contact us here"
1081
  msgstr ""
1082
 
1083
- #: lib/freemius/includes/i18n.php:211
1084
- #, php-format
1085
  msgid ""
1086
- "I have upgraded my account but when I try to Sync the License, the plan "
1087
- "remains %s."
1088
- msgstr ""
1089
-
1090
- #: lib/freemius/includes/i18n.php:214
1091
- msgid "From unknown reason, the API connectivity test fails."
1092
  msgstr ""
1093
 
1094
- #: lib/freemius/includes/i18n.php:215
1095
- msgid ""
1096
- "We use PHP cURL library for the API calls, which is a very common library "
1097
- "and usually installed out of the box. Unfortunately, cURL is not installed "
1098
- "on your server."
1099
  msgstr ""
1100
 
1101
- #: lib/freemius/includes/i18n.php:216
1102
  msgid ""
1103
- "From unknown reason, CloudFlare, the firewall we use, blocks the connection."
 
1104
  msgstr ""
1105
 
1106
- #: lib/freemius/includes/i18n.php:217
1107
- #, php-format
1108
- msgctxt "as pluginX requires an access to our API"
1109
- msgid "%s requires an access to our API."
1110
  msgstr ""
1111
 
1112
- #: lib/freemius/includes/i18n.php:218
1113
  msgid ""
1114
- "It looks like your server is using Squid ACL (access control lists), which "
1115
- "blocks the connection."
1116
  msgstr ""
1117
 
1118
- #: lib/freemius/includes/i18n.php:219
1119
- msgid "I don't know what is Squid or ACL, help me!"
1120
  msgstr ""
1121
 
1122
- #: lib/freemius/includes/i18n.php:220 lib/freemius/includes/i18n.php:224
1123
- #, php-format
1124
  msgid ""
1125
- "We'll make sure to contact your hosting company and resolve the issue. You "
1126
- "will get a follow-up email to %s once we have an update."
1127
  msgstr ""
1128
 
1129
- #: lib/freemius/includes/i18n.php:221
1130
- msgid "I'm a system administrator"
1131
  msgstr ""
1132
 
1133
- #: lib/freemius/includes/i18n.php:222
1134
- #, php-format
1135
  msgid ""
1136
- "Great, please whitelist the following domains: %s. Once you done, deactivate "
1137
- "the plugin and activate it again."
1138
- msgstr ""
1139
-
1140
- #: lib/freemius/includes/i18n.php:223
1141
- msgid "I don't know what is cURL or how to install it, help me!"
1142
  msgstr ""
1143
 
1144
- #: lib/freemius/includes/i18n.php:225
1145
- msgid ""
1146
- "Great, please install cURL and enable it in your php.ini file. To make sure "
1147
- "it was successfully activated, use 'phpinfo()'. Once activated, deactivate "
1148
- "the plugin and reactivate it back again."
1149
  msgstr ""
1150
 
1151
- #: lib/freemius/includes/i18n.php:226
1152
  msgid ""
1153
- "We are sure it's an issue on our side and more than happy to resolve it for "
1154
- "you ASAP if you give us a chance."
1155
  msgstr ""
1156
 
1157
- #: lib/freemius/includes/i18n.php:227
1158
- msgid "Yes - I'm giving you a chance to fix it"
1159
  msgstr ""
1160
 
1161
- #: lib/freemius/includes/i18n.php:228
1162
- #, php-format
1163
  msgid ""
1164
- "We will do our best to whitelist your server and resolve this issue ASAP. "
1165
- "You will get a follow-up email to %s once we have an update."
1166
- msgstr ""
1167
-
1168
- #: lib/freemius/includes/i18n.php:229
1169
- msgid "Let's try your previous version"
1170
  msgstr ""
1171
 
1172
- #: lib/freemius/includes/i18n.php:230
1173
- msgid "Uninstall this version and install the previous one."
1174
  msgstr ""
1175
 
1176
- #: lib/freemius/includes/i18n.php:231
1177
- msgid "That's exhausting, please deactivate"
1178
  msgstr ""
1179
 
1180
- #: lib/freemius/includes/i18n.php:232
1181
- msgid ""
1182
- "We feel your frustration and sincerely apologize for the inconvenience. Hope "
1183
- "to see you again in the future."
1184
  msgstr ""
1185
 
1186
- #: lib/freemius/includes/i18n.php:233
1187
- #, php-format
1188
  msgid ""
1189
- "Thank for giving us the chance to fix it! A message was just sent to our "
1190
- "technical staff. We will get back to you as soon as we have an update to %s. "
1191
- "Appreciate your patience."
1192
  msgstr ""
1193
 
1194
- #: lib/freemius/includes/i18n.php:234
1195
- #, php-format
1196
- msgctxt "%1s - plugin title, %2s - API domain"
1197
- msgid ""
1198
- "Your server is blocking the access to Freemius' API, which is crucial for "
1199
- "%1s license synchronization. Please contact your host to whitelist %2s"
1200
  msgstr ""
1201
 
1202
- #: lib/freemius/includes/i18n.php:235
1203
  msgid ""
1204
- "It seems like one of the authentication parameters is wrong. Update your "
1205
- "Public Key, Secret Key & User ID, and try again."
1206
  msgstr ""
1207
 
1208
- #: lib/freemius/includes/i18n.php:238
1209
- #, php-format
1210
- msgid ""
1211
- "Please check your mailbox, you should receive an email via %s to confirm the "
1212
- "ownership change. From security reasons, you must confirm the change within "
1213
- "the next 15 min. If you cannot find the email, please check your spam folder."
1214
  msgstr ""
1215
 
1216
- #: lib/freemius/includes/i18n.php:239
1217
- #, php-format
1218
  msgid ""
1219
- "Thanks for confirming the ownership change. An email was just sent to %s for "
1220
- "final approval."
1221
  msgstr ""
1222
 
1223
- #: lib/freemius/includes/i18n.php:240
1224
- #, php-format
1225
- msgid "%s is the new owner of the account."
1226
  msgstr ""
1227
 
1228
- #: lib/freemius/includes/i18n.php:242
1229
- msgid "Freemius Debug"
 
 
1230
  msgstr ""
1231
 
1232
- #: lib/freemius/includes/i18n.php:243
1233
- #, php-format
1234
- msgctxt "addonX cannot run without pluginY"
1235
- msgid "%s cannot run without %s."
1236
  msgstr ""
1237
 
1238
- #: lib/freemius/includes/i18n.php:244
1239
- #, php-format
1240
- msgctxt "addonX cannot run..."
1241
- msgid "%s cannot run without the plugin."
1242
  msgstr ""
1243
 
1244
- #: lib/freemius/includes/i18n.php:245
1245
- #, php-format
1246
- msgctxt "pluginX activation was successfully..."
1247
- msgid "%s activation was successfully completed."
1248
  msgstr ""
1249
 
1250
- #: lib/freemius/includes/i18n.php:246
1251
- msgctxt "Plugin installer section title"
1252
- msgid "Features & Pricing"
1253
  msgstr ""
1254
 
1255
- #: lib/freemius/includes/fs-plugin-functions.php:87
1256
- msgctxt "Plugin installer section title"
1257
- msgid "Description"
1258
  msgstr ""
1259
 
1260
- #: lib/freemius/includes/fs-plugin-functions.php:88
1261
- msgctxt "Plugin installer section title"
1262
- msgid "Installation"
 
1263
  msgstr ""
1264
 
1265
- #: lib/freemius/includes/fs-plugin-functions.php:89
1266
- msgctxt "Plugin installer section title"
1267
- msgid "FAQ"
1268
  msgstr ""
1269
 
1270
- #: lib/freemius/includes/fs-plugin-functions.php:90
1271
- msgctxt "Plugin installer section title"
1272
- msgid "Screenshots"
 
 
1273
  msgstr ""
1274
 
1275
- #: lib/freemius/includes/fs-plugin-functions.php:91
1276
- msgctxt "Plugin installer section title"
1277
- msgid "Changelog"
1278
  msgstr ""
1279
 
1280
- #: lib/freemius/includes/fs-plugin-functions.php:92
1281
- msgctxt "Plugin installer section title"
1282
- msgid "Reviews"
1283
  msgstr ""
1284
 
1285
- #: lib/freemius/includes/fs-plugin-functions.php:93
1286
- msgctxt "Plugin installer section title"
1287
- msgid "Other Notes"
1288
  msgstr ""
1289
 
1290
- #: lib/freemius/includes/fs-plugin-functions.php:116
1291
- msgid "Plugin Install"
1292
  msgstr ""
1293
 
1294
- #: lib/freemius/includes/fs-plugin-functions.php:249
1295
- msgid "Version:"
1296
  msgstr ""
1297
 
1298
- #: lib/freemius/includes/fs-plugin-functions.php:253
1299
- msgid "Author:"
 
 
1300
  msgstr ""
1301
 
1302
- #: lib/freemius/includes/fs-plugin-functions.php:257
1303
- msgid "Last Updated:"
1304
  msgstr ""
1305
 
1306
- #: lib/freemius/includes/fs-plugin-functions.php:259
1307
- #, php-format
1308
- msgid "%s ago"
 
 
1309
  msgstr ""
1310
 
1311
- #: lib/freemius/includes/fs-plugin-functions.php:264
1312
- msgid "Requires WordPress Version:"
1313
  msgstr ""
1314
 
1315
- #: lib/freemius/includes/fs-plugin-functions.php:264
1316
- #, php-format
1317
- msgid "%s or higher"
 
1318
  msgstr ""
1319
 
1320
- #: lib/freemius/includes/fs-plugin-functions.php:268
1321
- msgid "Compatible up to:"
1322
  msgstr ""
1323
 
1324
- #: lib/freemius/includes/fs-plugin-functions.php:272
1325
- msgid "Downloaded:"
 
 
 
1326
  msgstr ""
1327
 
1328
- #: lib/freemius/includes/fs-plugin-functions.php:272
1329
- #, php-format
1330
- msgid "%s time"
1331
- msgid_plural "%s times"
1332
- msgstr[0] ""
1333
- msgstr[1] ""
1334
 
1335
- #: lib/freemius/includes/fs-plugin-functions.php:277
1336
- msgid "WordPress.org Plugin Page &#187;"
 
 
 
1337
  msgstr ""
1338
 
1339
- #: lib/freemius/includes/fs-plugin-functions.php:282
1340
- msgid "Plugin Homepage &#187;"
1341
  msgstr ""
1342
 
1343
- #: lib/freemius/includes/fs-plugin-functions.php:287
1344
- #: lib/freemius/includes/fs-plugin-functions.php:344
1345
- msgid "Donate to this plugin &#187;"
 
1346
  msgstr ""
1347
 
1348
- #: lib/freemius/includes/fs-plugin-functions.php:293
1349
- msgid "Average Rating"
1350
  msgstr ""
1351
 
1352
- #: lib/freemius/includes/fs-plugin-functions.php:299
1353
- #, php-format
1354
- msgid "(based on %s rating)"
1355
- msgid_plural "(based on %s ratings)"
1356
- msgstr[0] ""
1357
- msgstr[1] ""
1358
 
1359
- #: lib/freemius/includes/fs-plugin-functions.php:312
1360
- #, php-format
1361
- msgid "Click to see reviews that provided a rating of %d star"
1362
- msgid_plural "Click to see reviews that provided a rating of %d stars"
1363
- msgstr[0] ""
1364
- msgstr[1] ""
1365
 
1366
- #: lib/freemius/includes/fs-plugin-functions.php:312
1367
- #, php-format
1368
- msgid "%d star"
1369
- msgid_plural "%d stars"
1370
- msgstr[0] ""
1371
- msgstr[1] ""
1372
 
1373
- #: lib/freemius/includes/fs-plugin-functions.php:323
1374
- msgid "Contributors"
1375
  msgstr ""
1376
 
1377
- #: lib/freemius/includes/fs-plugin-functions.php:351
1378
- #: lib/freemius/includes/fs-plugin-functions.php:353
1379
- msgid "Warning:"
 
1380
  msgstr ""
1381
 
1382
- #: lib/freemius/includes/fs-plugin-functions.php:351
1383
- msgid "This plugin has not been tested with your current version of WordPress."
1384
  msgstr ""
1385
 
1386
- #: lib/freemius/includes/fs-plugin-functions.php:353
1387
  msgid ""
1388
- "This plugin has not been marked as compatible with your version of WordPress."
 
 
1389
  msgstr ""
1390
 
1391
- #: lib/freemius/includes/fs-plugin-functions.php:399
1392
- #, php-format
1393
- msgid "Newer Version (%s) Installed"
1394
  msgstr ""
1395
 
1396
- #: lib/freemius/includes/fs-plugin-functions.php:402
1397
- msgid "Latest Version Installed"
 
 
1398
  msgstr ""
1399
 
1400
- #: lib/freemius/templates/account.php:274
1401
- msgctxt "verb"
1402
- msgid "Edit"
1403
  msgstr ""
1404
 
1405
- #: app/importers/RTMediaActivityUpgrade.php:20
1406
- msgid "Media activity upgrade"
 
 
 
1407
  msgstr ""
1408
 
1409
- #: app/importers/RTMediaMediaSizeImporter.php:25
1410
- msgid "Media Size Import"
1411
  msgstr ""
1412
 
1413
- #: app/importers/RTMediaMediaSizeImporter.php:66
1414
- #: app/importers/RTMediaMigration.php:64 app/admin/RTMediaAdmin.php:1944
1415
- msgid "Hide"
1416
  msgstr ""
1417
 
1418
- #: app/importers/BPMediaAlbumimporter.php:71
1419
- msgid "Warning!"
1420
  msgstr ""
1421
 
1422
- #: app/importers/BPMediaAlbumimporter.php:71
1423
- #, php-format
1424
  msgid ""
1425
- "This import process is irreversible. Although everything is tested, please "
1426
- "take a <a target=\"_blank\" href=\"http://codex.wordpress.org/"
1427
- "WordPress_Backups\">backup of your database and files</a>, before "
1428
- "proceeding. If you don't know your way around databases and files, consider "
1429
- "<a target=\"_blank\" href=\"%s\">hiring us</a>, or another professional."
1430
  msgstr ""
1431
 
1432
- #: app/importers/BPMediaAlbumimporter.php:72
1433
- msgid ""
1434
- "If you have set \"WP_DEBUG\" in you wp-config.php file, please make sure it "
1435
- "is set to \"false\", so that it doesn't conflict with the import process."
1436
  msgstr ""
1437
 
1438
- #: app/importers/BPMediaAlbumimporter.php:73
1439
- msgid "I have taken a backup of the database and files of this site."
 
 
1440
  msgstr ""
1441
 
1442
- #: app/importers/BPMediaAlbumimporter.php:75
1443
- msgid "Start Import"
1444
  msgstr ""
1445
 
1446
- #: app/importers/BPMediaAlbumimporter.php:90 app/main/RTMedia.php:562
1447
- msgid "Media"
 
 
1448
  msgstr ""
1449
 
1450
- #: app/importers/BPMediaAlbumimporter.php:110
1451
- msgid "Comments"
1452
  msgstr ""
1453
 
1454
- #: app/importers/BPMediaAlbumimporter.php:116
1455
- msgid "Comments: 0/0 (No comments to import)"
 
 
1456
  msgstr ""
1457
 
1458
- #: app/importers/BPMediaAlbumimporter.php:123
1459
- msgid "User's Favorites"
1460
  msgstr ""
1461
 
1462
- #: app/importers/BPMediaAlbumimporter.php:132
1463
  msgid ""
1464
- "BP-Album is active on your site and will cause problems with the import."
 
1465
  msgstr ""
1466
 
1467
- #: app/importers/BPMediaAlbumimporter.php:133
1468
- msgid "Click here to deactivate BP-Album and continue importing"
1469
  msgstr ""
1470
 
1471
- #: app/importers/BPMediaAlbumimporter.php:139
1472
  msgid ""
1473
- "Some of the media failed to import. The file might be corrupt or deleted."
1474
- msgstr ""
1475
-
1476
- #: app/importers/BPMediaAlbumimporter.php:140
1477
- #, php-format
1478
- msgid "The following %d BP Album Media id's could not be imported"
1479
  msgstr ""
1480
 
1481
- #: app/importers/BPMediaAlbumimporter.php:149
1482
- #, php-format
1483
- msgid "I just imported bp-album to @rtMediaWP http://rt.cx/rtmedia on %s"
1484
  msgstr ""
1485
 
1486
- #: app/importers/BPMediaAlbumimporter.php:150
1487
- msgid "Congratulations!"
1488
  msgstr ""
1489
 
1490
- #: app/importers/BPMediaAlbumimporter.php:150
1491
- msgid "All media from BP Album has been imported."
 
 
1492
  msgstr ""
1493
 
1494
- #: app/importers/BPMediaAlbumimporter.php:151
1495
- msgid "Tweet this"
 
 
1496
  msgstr ""
1497
 
1498
- #: app/importers/BPMediaAlbumimporter.php:155
1499
- msgid ""
1500
- "However, a lot of unnecessary files and a database table are still eating up "
1501
- "your resources. If everything seems fine, you can clean this data up."
1502
  msgstr ""
1503
 
1504
- #: app/importers/BPMediaAlbumimporter.php:158
1505
- msgid "Clean up Now"
1506
  msgstr ""
1507
 
1508
- #: app/importers/BPMediaAlbumimporter.php:161
1509
- msgid "Clean up Later"
1510
  msgstr ""
1511
 
1512
- #: app/importers/BPMediaAlbumimporter.php:166
1513
- msgid "Why don't you try adding some instagram like effects to your images?"
1514
  msgstr ""
1515
 
1516
- #: app/importers/BPMediaAlbumimporter.php:173
1517
- msgid ""
1518
- "BuddyPress Media Instagram adds Instagram like filters to images uploaded "
1519
- "with BuddyPress Media."
1520
  msgstr ""
1521
 
1522
- #: app/importers/BPMediaAlbumimporter.php:174
1523
- msgid "Important"
1524
  msgstr ""
1525
 
1526
- #: app/importers/BPMediaAlbumimporter.php:174
1527
- msgid ""
1528
- "You need to have ImageMagick installed on your server for this addon to work."
1529
  msgstr ""
1530
 
1531
- #: app/importers/BPMediaAlbumimporter.php:178 app/helper/RTMediaAddon.php:606
1532
- #: app/helper/RTMediaThemes.php:155 app/helper/RTMediaThemes.php:183
1533
- #: app/helper/RTMediaThemes.php:280 app/helper/RTMediaThemes.php:308
1534
- msgid "Buy Now"
1535
  msgstr ""
1536
 
1537
- #: app/importers/BPMediaAlbumimporter.php:179 app/helper/RTMediaAddon.php:635
1538
- #: app/helper/RTMediaThemes.php:154 app/helper/RTMediaThemes.php:182
1539
- #: app/helper/RTMediaThemes.php:279 app/helper/RTMediaThemes.php:307
1540
- msgid "Live Demo"
1541
  msgstr ""
1542
 
1543
- #: app/importers/BPMediaAlbumimporter.php:184
1544
- msgid ""
1545
- "Looks like you don't use BP Album. Is there any other BuddyPress Plugin you "
1546
- "want an importer for?"
1547
  msgstr ""
1548
 
1549
- #: app/importers/BPMediaAlbumimporter.php:185
1550
- #, php-format
1551
- msgid "<a href=\"%s\">Create an issue</a> on GitHub requesting the same."
1552
  msgstr ""
1553
 
1554
- #: app/importers/RTMediaMigration.php:64
1555
- msgid "Please Migrate your Database"
1556
  msgstr ""
1557
 
1558
- #: app/importers/RTMediaMigration.php:64
1559
- msgid "Click Here"
1560
  msgstr ""
1561
 
1562
- #: app/importers/RTMediaMigration.php:83 app/helper/RTMediaSupport.php:66
1563
- #: app/helper/RTMediaSupport.php:67
1564
- msgid "Migration"
1565
  msgstr ""
1566
 
1567
- #: app/importers/RTMediaMigration.php:375
1568
- msgid ""
1569
- "Please Backup your <strong>DATABASE</strong> and <strong>UPLOAD</strong> "
1570
- "folder before Migration."
1571
  msgstr ""
1572
 
1573
- #: app/importers/RTMediaMigration.php:383
1574
- msgid "rtMedia Migration"
1575
  msgstr ""
1576
 
1577
- #: app/importers/RTMediaMigration.php:385
1578
- msgid "It will migrate following things"
1579
  msgstr ""
1580
 
1581
- #: app/importers/RTMediaMigration.php:453
1582
- msgid "Error During Migration, Please Refresh Page then try again"
1583
  msgstr ""
1584
 
1585
- #: app/importers/RTMediaMigration.php:473
1586
- msgid "Start"
 
 
1587
  msgstr ""
1588
 
1589
- #: app/importers/RTMediaMigration.php:1024
1590
- msgid " day"
1591
  msgstr ""
1592
 
1593
- #: app/importers/RTMediaMigration.php:1028
1594
- msgid " hour"
1595
  msgstr ""
1596
 
1597
- #: app/importers/RTMediaMigration.php:1032
1598
- msgid " minute"
1599
  msgstr ""
1600
 
1601
- #: app/importers/RTMediaMigration.php:1036
1602
- msgid " second"
1603
  msgstr ""
1604
 
1605
- #: app/importers/RTMediaMigration.php:1042
1606
- msgid "No time remaining."
1607
  msgstr ""
1608
 
1609
- #: app/services/RTMediaEncoding.php:158
1610
- msgid "rtMedia Encoding: Nearing quota limit."
1611
  msgstr ""
1612
 
1613
- #: app/services/RTMediaEncoding.php:159
1614
- #, php-format
1615
- msgid ""
1616
- "<p>You are nearing the quota limit for your rtMedia encoding service.</"
1617
- "p><p>Following are the details:</p><p><strong>Used:</strong> %s</"
1618
- "p><p><strong>Remaining</strong>: %s</p><p><strong>Total:</strong> %s</p>"
1619
  msgstr ""
1620
 
1621
- #: app/services/RTMediaEncoding.php:173
1622
- msgid "rtMedia Encoding: Usage quota over."
1623
  msgstr ""
1624
 
1625
- #: app/services/RTMediaEncoding.php:174
1626
- #, php-format
1627
  msgid ""
1628
- "<p>Your usage quota is over. Upgrade your plan</p><p>Following are the "
1629
- "details:</p><p><strong>Used:</strong> %s</p><p><strong>Remaining</strong>: "
1630
- "%s</p><p><strong>Total:</strong> %s</p>"
1631
  msgstr ""
1632
 
1633
- #: app/services/RTMediaEncoding.php:237
1634
- #, php-format
1635
- msgid "You have successfully subscribed for the <strong>%s</strong> plan"
1636
  msgstr ""
1637
 
1638
- #: app/services/RTMediaEncoding.php:249
1639
- msgid "Unsubscribe"
1640
  msgstr ""
1641
 
1642
- #: app/services/RTMediaEncoding.php:251
1643
  msgid ""
1644
- "Just to improve our service we would like to know the reason for you to "
1645
- "leave us."
1646
- msgstr ""
1647
-
1648
- #: app/services/RTMediaEncoding.php:300 app/services/RTMediaEncoding.php:402
1649
- msgid "Current Plan"
1650
  msgstr ""
1651
 
1652
- #: app/services/RTMediaEncoding.php:300
1653
- msgid "Unsubscribed"
 
 
 
1654
  msgstr ""
1655
 
1656
- #: app/services/RTMediaEncoding.php:302
1657
- msgid "Used"
 
1658
  msgstr ""
1659
 
1660
- #: app/services/RTMediaEncoding.php:304
1661
- msgid "Remaining"
 
1662
  msgstr ""
1663
 
1664
- #: app/services/RTMediaEncoding.php:306
1665
- msgid "Total"
1666
  msgstr ""
1667
 
1668
- #: app/services/RTMediaEncoding.php:310
1669
- msgid "Your usage limit has been reached. Upgrade your plan."
1670
  msgstr ""
1671
 
1672
- #: app/services/RTMediaEncoding.php:312
1673
- msgid "Your API key is not valid or is expired."
1674
  msgstr ""
1675
 
1676
- #: app/services/RTMediaEncoding.php:314
1677
- msgid "Encoding Usage"
1678
  msgstr ""
1679
 
1680
- #: app/services/RTMediaEncoding.php:320
1681
- msgid "Audio/Video encoding service"
1682
  msgstr ""
1683
 
1684
- #: app/services/RTMediaEncoding.php:322
1685
- msgid "rtMedia team has started offering an audio/video encoding service."
1686
  msgstr ""
1687
 
1688
- #: app/services/RTMediaEncoding.php:325
1689
- msgid "Enter API KEY"
1690
  msgstr ""
1691
 
1692
- #: app/services/RTMediaEncoding.php:327
1693
- msgid "Save Key"
1694
  msgstr ""
1695
 
1696
- #: app/services/RTMediaEncoding.php:348
1697
- msgid "Feature\\Plan"
 
1698
  msgstr ""
1699
 
1700
- #: app/services/RTMediaEncoding.php:350
1701
- msgid "Silver"
1702
  msgstr ""
1703
 
1704
- #: app/services/RTMediaEncoding.php:351
1705
- msgid "Gold"
1706
  msgstr ""
1707
 
1708
- #: app/services/RTMediaEncoding.php:352
1709
- msgid "Platinum"
1710
  msgstr ""
1711
 
1712
- #: app/services/RTMediaEncoding.php:358
1713
- msgid "File Size Limit"
1714
  msgstr ""
1715
 
1716
- #: app/services/RTMediaEncoding.php:363
1717
- msgid "Bandwidth (monthly)"
 
 
 
 
1718
  msgstr ""
1719
 
1720
- #: app/services/RTMediaEncoding.php:370
1721
- msgid "Overage Bandwidth"
 
 
 
1722
  msgstr ""
1723
 
1724
- #: app/services/RTMediaEncoding.php:371 app/services/RTMediaEncoding.php:378
1725
- #: app/services/RTMediaEncoding.php:383
1726
- msgid "Not Available"
1727
  msgstr ""
1728
 
1729
- #: app/services/RTMediaEncoding.php:377
1730
- msgid "Amazon S3 Support"
1731
  msgstr ""
1732
 
1733
- #: app/services/RTMediaEncoding.php:379 app/services/RTMediaEncoding.php:384
1734
- #: app/services/RTMediaEncoding.php:388
1735
- msgid "Coming Soon"
1736
  msgstr ""
1737
 
1738
- #: app/services/RTMediaEncoding.php:382
1739
- msgid "HD Profile"
1740
  msgstr ""
1741
 
1742
- #: app/services/RTMediaEncoding.php:387
1743
- msgid "Webcam Recording"
1744
  msgstr ""
1745
 
1746
- #: app/services/RTMediaEncoding.php:393
1747
- msgid "$9/month"
1748
  msgstr ""
1749
 
1750
- #: app/services/RTMediaEncoding.php:394
1751
- msgid "$99/month"
 
 
1752
  msgstr ""
1753
 
1754
- #: app/services/RTMediaEncoding.php:395
1755
- msgid "$999/month"
1756
  msgstr ""
1757
 
1758
- #: app/services/RTMediaEncoding.php:406
1759
- msgid "Try Now"
1760
  msgstr ""
1761
 
1762
- #: app/services/RTMediaEncoding.php:560
1763
- msgid "Could not read file."
1764
  msgstr ""
1765
 
1766
- #: app/services/RTMediaEncoding.php:564
1767
- msgid ""
1768
- "Something went wrong. The required attachment id does not exists. It must "
1769
- "have been deleted."
1770
  msgstr ""
1771
 
1772
- #: app/services/RTMediaEncoding.php:579
1773
- msgid "rtMedia Encoding: Download Failed"
1774
  msgstr ""
1775
 
1776
- #: app/services/RTMediaEncoding.php:580
1777
- #, php-format
1778
- msgid ""
1779
- "<p><a href=\"%s\">Media</a> was successfully encoded but there was an error "
1780
- "while downloading:</p>\n"
1781
- " <p><code>%s</code></p>\n"
1782
- " <p>You can <a href=\"%s\">retry the download</a>.</p>"
1783
  msgstr ""
1784
 
1785
- #: app/services/RTMediaEncoding.php:594
1786
- msgid "Done"
1787
  msgstr ""
1788
 
1789
- #: app/services/RTMediaEncoding.php:619 app/services/RTMediaEncoding.php:641
1790
- msgid "Something went wrong please try again."
1791
  msgstr ""
1792
 
1793
- #: app/services/RTMediaEncoding.php:638
1794
- msgid "Your subscription was cancelled successfully"
1795
  msgstr ""
1796
 
1797
- #: app/services/RTMediaEncoding.php:650
1798
- msgid "Please enter the api key."
 
 
1799
  msgstr ""
1800
 
1801
- #: app/services/RTMediaEncoding.php:657
1802
- msgid "Encoding disabled successfully."
1803
  msgstr ""
1804
 
1805
- #: app/services/RTMediaEncoding.php:663
1806
- msgid "Encoding enabled successfully."
1807
  msgstr ""
1808
 
1809
- #: app/admin/RTMediaAdmin.php:127
1810
- #, php-format
1811
- msgid "View &#8220;%s&#8221;"
1812
  msgstr ""
1813
 
1814
- #: app/admin/RTMediaAdmin.php:127
1815
- msgid "View"
1816
  msgstr ""
1817
 
1818
- #: app/admin/RTMediaAdmin.php:369
1819
- msgid " You must"
 
 
 
1820
  msgstr ""
1821
 
1822
- #: app/admin/RTMediaAdmin.php:369
1823
- msgid "update permalink structure"
1824
  msgstr ""
1825
 
1826
- #: app/admin/RTMediaAdmin.php:369
1827
- msgid "to something other than the default for it to work."
 
 
1828
  msgstr ""
1829
 
1830
- #: app/admin/RTMediaAdmin.php:395
1831
- msgid "rtMedia:"
1832
  msgstr ""
1833
 
1834
- #: app/admin/RTMediaAdmin.php:395
1835
  msgid ""
1836
- "Please update all premium add-ons that you have purchased from rtCamp from"
 
1837
  msgstr ""
1838
 
1839
- #: app/admin/RTMediaAdmin.php:395
1840
- msgid "your account"
1841
  msgstr ""
1842
 
1843
- #: app/admin/RTMediaAdmin.php:508
1844
- msgid "rtMedia Pro is released"
1845
  msgstr ""
1846
 
1847
- #: app/admin/RTMediaAdmin.php:529
1848
- msgid "Media Stats"
1849
  msgstr ""
1850
 
1851
- #: app/admin/RTMediaAdmin.php:556
1852
- msgid "Usage Stats"
1853
  msgstr ""
1854
 
1855
- #: app/admin/RTMediaAdmin.php:565
1856
- msgid "Total "
1857
  msgstr ""
1858
 
1859
- #: app/admin/RTMediaAdmin.php:573
1860
- msgid "With Media"
1861
  msgstr ""
1862
 
1863
- #: app/admin/RTMediaAdmin.php:581
1864
- msgid "Comments "
1865
  msgstr ""
1866
 
1867
- #: app/admin/RTMediaAdmin.php:589
1868
- #: app/main/controllers/media/RTMediaLike.php:19
1869
- msgid "Likes"
1870
  msgstr ""
1871
 
1872
- #: app/admin/RTMediaAdmin.php:600
1873
- msgid "rtMedia Links:"
 
 
1874
  msgstr ""
1875
 
1876
- #: app/admin/RTMediaAdmin.php:601
1877
- msgid "Homepage"
1878
  msgstr ""
1879
 
1880
- #: app/admin/RTMediaAdmin.php:602
1881
- msgid "Free Support"
1882
  msgstr ""
1883
 
1884
- #: app/admin/RTMediaAdmin.php:603
1885
- msgid "Premium Addons"
 
 
1886
  msgstr ""
1887
 
1888
- #: app/admin/RTMediaAdmin.php:619
1889
- msgid "Right Now in rtMedia"
1890
  msgstr ""
1891
 
1892
- #: app/admin/RTMediaAdmin.php:673 app/admin/RTMediaAdmin.php:882
1893
- msgid "Regenerate Thumbnail"
1894
  msgstr ""
1895
 
1896
- #: app/admin/RTMediaAdmin.php:714 app/admin/RTMediaAdmin.php:1368
1897
- #: app/admin/RTMediaAdmin.php:1369
1898
- msgid "rtMedia"
 
 
 
1899
  msgstr ""
1900
 
1901
- #: app/admin/RTMediaAdmin.php:721 app/admin/RTMediaAdmin.php:724
1902
- #: app/admin/RTMediaAdmin.php:870 app/admin/RTMediaAdmin.php:1398
1903
- msgid "Settings"
1904
  msgstr ""
1905
 
1906
- #: app/admin/RTMediaAdmin.php:732 app/admin/RTMediaAdmin.php:735
1907
- #: app/admin/RTMediaAdmin.php:871 app/admin/RTMediaAdmin.php:1402
1908
- msgid "Addons"
 
 
1909
  msgstr ""
1910
 
1911
- #: app/admin/RTMediaAdmin.php:754 app/admin/RTMediaAdmin.php:757
1912
- #: app/admin/RTMediaAdmin.php:873 app/admin/RTMediaAdmin.php:1406
1913
- msgid "Themes"
1914
  msgstr ""
1915
 
1916
- #: app/admin/RTMediaAdmin.php:765 app/admin/RTMediaAdmin.php:768
1917
- #: app/admin/RTMediaAdmin.php:874 app/admin/RTMediaAdmin.php:1410
1918
- msgid "Hire Us"
1919
  msgstr ""
1920
 
1921
- #: app/admin/RTMediaAdmin.php:777 app/admin/RTMediaAdmin.php:780
1922
- #: app/admin/RTMediaAdmin.php:876 app/admin/RTMediaAdmin.php:1422
1923
- msgid "Licenses"
 
 
 
1924
  msgstr ""
1925
 
1926
- #: app/admin/RTMediaAdmin.php:831
1927
- msgid "ON"
1928
  msgstr ""
1929
 
1930
- #: app/admin/RTMediaAdmin.php:832
1931
- msgid "OFF"
 
 
 
1932
  msgstr ""
1933
 
1934
- #: app/admin/RTMediaAdmin.php:838
1935
- msgid "Please do not refresh this page."
 
 
1936
  msgstr ""
1937
 
1938
- #: app/admin/RTMediaAdmin.php:839
 
 
 
 
1939
  msgid ""
1940
- "Something went wrong. Please <a href onclick=\"location.reload();\">refresh</"
1941
- "a> page."
1942
  msgstr ""
1943
 
1944
- #: app/admin/RTMediaAdmin.php:840
1945
- msgid "This will subscribe you to the free plan."
1946
  msgstr ""
1947
 
1948
- #: app/admin/RTMediaAdmin.php:841
1949
- msgid "Are you sure you want to disable the encoding service?"
 
 
1950
  msgstr ""
1951
 
1952
- #: app/admin/RTMediaAdmin.php:842
1953
- msgid "Are you sure you want to enable the encoding service?"
1954
  msgstr ""
1955
 
1956
- #: app/admin/RTMediaAdmin.php:882
1957
- msgid "Regen. Thumbnail "
1958
  msgstr ""
1959
 
1960
- #: app/admin/RTMediaAdmin.php:900 app/admin/RTMediaAdmin.php:1879
1961
- msgid "Regenerate Video Thumbnails"
1962
  msgstr ""
1963
 
1964
- #: app/admin/RTMediaAdmin.php:918
1965
- msgid "Regenerate Pending Thumbnails"
1966
  msgstr ""
1967
 
1968
- #: app/admin/RTMediaAdmin.php:928
1969
- msgid "Total Videos"
1970
  msgstr ""
1971
 
1972
- #: app/admin/RTMediaAdmin.php:931
1973
- msgid "Sent of regenerate thumbails"
 
 
1974
  msgstr ""
1975
 
1976
- #: app/admin/RTMediaAdmin.php:933
1977
- msgid "Fail to regenerate thumbails"
1978
  msgstr ""
1979
 
1980
- #: app/admin/RTMediaAdmin.php:972
1981
- msgid "Regenerate Video Thumbnails Done"
 
 
 
 
 
 
1982
  msgstr ""
1983
 
1984
- #: app/admin/RTMediaAdmin.php:1016
1985
- #, php-format
1986
  msgid ""
1987
- "You have %s videos without thumbnails. Click <a href='%s'> here </a> to "
1988
- "generate thumbnails. <a href='#' onclick='rtmedia_hide_video_thumb_notice()' "
1989
- "style='float:right'>Hide</a>"
1990
  msgstr ""
1991
 
1992
- #: app/admin/RTMediaAdmin.php:1094
1993
- msgid "not a video ..."
1994
  msgstr ""
1995
 
1996
- #: app/admin/RTMediaAdmin.php:1259
1997
- msgid "Empowering The Web With WordPress"
1998
  msgstr ""
1999
 
2000
- #: app/admin/RTMediaAdmin.php:1279
2001
- msgid "Settings saved successfully!"
2002
  msgstr ""
2003
 
2004
- #: app/admin/RTMediaAdmin.php:1282 app/admin/RTMediaAdmin.php:1305
2005
- msgid "Save Settings"
2006
  msgstr ""
2007
 
2008
- #: app/admin/RTMediaAdmin.php:1504 app/admin/RTMediaAdmin.php:1505
2009
- msgid "Display"
2010
  msgstr ""
2011
 
2012
- #: app/admin/RTMediaAdmin.php:1513
2013
- msgid "rtMedia BuddyPress"
2014
  msgstr ""
2015
 
2016
- #: app/admin/RTMediaAdmin.php:1514
2017
- msgid "BuddyPress"
2018
  msgstr ""
2019
 
2020
- #: app/admin/RTMediaAdmin.php:1522
2021
- msgid "rtMedia Types"
2022
  msgstr ""
2023
 
2024
- #: app/admin/RTMediaAdmin.php:1523
2025
- msgid "Types"
2026
  msgstr ""
2027
 
2028
- #: app/admin/RTMediaAdmin.php:1530
2029
- msgid "rtMedia Sizes"
2030
  msgstr ""
2031
 
2032
- #: app/admin/RTMediaAdmin.php:1531
2033
- msgid "Media Sizes"
2034
  msgstr ""
2035
 
2036
- #: app/admin/RTMediaAdmin.php:1538
2037
- msgid "rtMedia Privacy"
2038
  msgstr ""
2039
 
2040
- #: app/admin/RTMediaAdmin.php:1539
2041
- #: app/main/controllers/privacy/RTMediaPrivacy.php:395
2042
- msgid "Privacy"
2043
  msgstr ""
2044
 
2045
- #: app/admin/RTMediaAdmin.php:1545
2046
- msgid "rtMedia Custom CSS"
2047
  msgstr ""
2048
 
2049
- #: app/admin/RTMediaAdmin.php:1546
2050
- msgid "Custom CSS"
2051
  msgstr ""
2052
 
2053
- #: app/admin/RTMediaAdmin.php:1555 app/admin/RTMediaAdmin.php:1556
2054
- msgid "Other Settings"
 
 
2055
  msgstr ""
2056
 
2057
- #: app/admin/RTMediaAdmin.php:1651
2058
- #, php-format
2059
- msgid "I use @rtMediaWP http://rt.cx/rtmedia on %s"
2060
  msgstr ""
2061
 
2062
- #: app/admin/RTMediaAdmin.php:1653
2063
- msgid "Post to Twitter Now"
2064
  msgstr ""
2065
 
2066
- #: app/admin/RTMediaAdmin.php:1653
2067
- msgid "Post to Twitter"
2068
  msgstr ""
2069
 
2070
- #: app/admin/RTMediaAdmin.php:1654
2071
- msgid "Share on Facebook Now"
 
 
2072
  msgstr ""
2073
 
2074
- #: app/admin/RTMediaAdmin.php:1654
2075
- msgid "Share on Facebook"
2076
  msgstr ""
2077
 
2078
- #: app/admin/RTMediaAdmin.php:1655
2079
- msgid "Rate rtMedia on Wordpress.org"
 
 
2080
  msgstr ""
2081
 
2082
- #: app/admin/RTMediaAdmin.php:1655
2083
- msgid "Rate on Wordpress.org"
 
 
2084
  msgstr ""
2085
 
2086
- #: app/admin/RTMediaAdmin.php:1656
2087
- msgid "Subscribe to our Feeds"
2088
  msgstr ""
2089
 
2090
- #: app/admin/RTMediaAdmin.php:1659
2091
- msgid "Spread the Word"
2092
  msgstr ""
2093
 
2094
- #: app/admin/RTMediaAdmin.php:1665 app/admin/RTMediaAdmin.php:1672
2095
- msgid "Subscribe"
2096
  msgstr ""
2097
 
2098
- #: app/admin/RTMediaAdmin.php:1694
2099
- msgid "Thank you for your time."
2100
  msgstr ""
2101
 
2102
- #: app/admin/RTMediaAdmin.php:1706
2103
- msgid "Premium Add-ons"
2104
  msgstr ""
2105
 
2106
- #: app/admin/RTMediaAdmin.php:1722
2107
- #, php-format
2108
  msgid ""
2109
- "You have images enabled on rtMedia but your network allowed filetypes do not "
2110
- "permit uploading of %s. Click <a href=\"%s\">here</a> to change your "
2111
- "settings manually."
2112
  msgstr ""
2113
 
2114
- #: app/admin/RTMediaAdmin.php:1723 app/admin/RTMediaAdmin.php:1734
2115
- #: app/admin/RTMediaAdmin.php:1743
2116
- msgid "Recommended"
2117
  msgstr ""
2118
 
2119
- #: app/admin/RTMediaAdmin.php:1723 app/admin/RTMediaAdmin.php:1734
2120
- #: app/admin/RTMediaAdmin.php:1743
2121
- msgid "Update Network Settings Automatically"
2122
  msgstr ""
2123
 
2124
- #: app/admin/RTMediaAdmin.php:1733
2125
- #, php-format
2126
- msgid ""
2127
- "You have video enabled on BuddyPress Media but your network allowed "
2128
- "filetypes do not permit uploading of mp4. Click <a href=\"%s\">here</a> to "
2129
- "change your settings manually."
2130
  msgstr ""
2131
 
2132
- #: app/admin/RTMediaAdmin.php:1742
2133
- #, php-format
2134
- msgid ""
2135
- "You have audio enabled on BuddyPress Media but your network allowed "
2136
- "filetypes do not permit uploading of mp3. Click <a href=\"%s\">here</a> to "
2137
- "change your settings manually."
2138
  msgstr ""
2139
 
2140
- #: app/admin/RTMediaAdmin.php:1757
2141
- msgid "Network settings updated successfully."
2142
  msgstr ""
2143
 
2144
- #: app/admin/RTMediaAdmin.php:1863
2145
- msgid "Video is sent to generate thumbnails."
2146
  msgstr ""
2147
 
2148
- #: app/admin/RTMediaAdmin.php:1865
2149
- msgid "Video cannot be sent to generate thumbnails."
2150
  msgstr ""
2151
 
2152
- #: app/admin/RTMediaAdmin.php:1944
2153
- msgid ""
2154
- "Please update rtMedia template files if you have overridden the default "
2155
- "rtMedia templates in your theme. If not, you can ignore and hide this notice."
2156
  msgstr ""
2157
 
2158
- #: app/admin/RTMediaFormHandler.php:65 app/admin/RTMediaFormHandler.php:107
2159
- #: app/admin/RTMediaFormHandler.php:202 app/admin/RTMediaFormHandler.php:237
2160
- msgid "Please provide a \"value\" in the argument."
2161
  msgstr ""
2162
 
2163
- #: app/admin/RTMediaFormHandler.php:150
2164
- msgid "Need to specify atleast two radios, else use a checkbox instead"
2165
  msgstr ""
2166
 
2167
- #: app/admin/RTMediaFormHandler.php:285 templates/media/album-gallery.php:56
2168
- #: templates/media/media-gallery.php:65
2169
- msgid "Load More"
2170
  msgstr ""
2171
 
2172
- #: app/admin/RTMediaFormHandler.php:286
2173
- msgid "Pagination"
2174
  msgstr ""
2175
 
2176
- #: app/admin/RTMediaFormHandler.php:298
2177
- msgid "Allow user to comment on uploaded media"
2178
  msgstr ""
2179
 
2180
- #: app/admin/RTMediaFormHandler.php:303
2181
- msgid ""
2182
- "This will display the comment form and comment listing on single media pages "
2183
- "as well as inside lightbox (if lightbox is enabled)."
2184
  msgstr ""
2185
 
2186
- #: app/admin/RTMediaFormHandler.php:308
2187
- msgid "Use lightbox to display media"
2188
  msgstr ""
2189
 
2190
- #: app/admin/RTMediaFormHandler.php:313
2191
- msgid "View single media in facebook style lightbox."
2192
  msgstr ""
2193
 
2194
- #: app/admin/RTMediaFormHandler.php:318
2195
- msgid "Number of media per page"
2196
  msgstr ""
2197
 
2198
- #: app/admin/RTMediaFormHandler.php:324
2199
- msgid "Number of media items you want to show per page on front end."
2200
  msgstr ""
2201
 
2202
- #: app/admin/RTMediaFormHandler.php:330
2203
- msgid "Media display pagination option"
 
2204
  msgstr ""
2205
 
2206
- #: app/admin/RTMediaFormHandler.php:336
2207
- msgid "Choose whether you want the load more button or pagination buttons."
 
 
 
2208
  msgstr ""
2209
 
2210
- #: app/admin/RTMediaFormHandler.php:341
2211
- msgid "Enable"
 
2212
  msgstr ""
2213
 
2214
- #: app/admin/RTMediaFormHandler.php:341
2215
- msgid "Cascading grid layout"
 
 
2216
  msgstr ""
2217
 
2218
- #: app/admin/RTMediaFormHandler.php:346
2219
- msgid "If you enable masonry view, it is advisable to"
2220
  msgstr ""
2221
 
2222
- #: app/admin/RTMediaFormHandler.php:346
2223
- msgid "for masonry view."
2224
  msgstr ""
2225
 
2226
- #: app/admin/RTMediaFormHandler.php:350
2227
- msgid "You might need to"
2228
  msgstr ""
2229
 
2230
- #: app/admin/RTMediaFormHandler.php:350
2231
- msgid "change thumbnail size"
2232
  msgstr ""
2233
 
2234
- #: app/admin/RTMediaFormHandler.php:350
2235
- msgid "and uncheck the crop box for thumbnails."
2236
  msgstr ""
2237
 
2238
- #: app/admin/RTMediaFormHandler.php:350
2239
- msgid ""
2240
- "To set gallery for fixed width, set image height to 0 and width as per your "
2241
- "requirement and vice-versa."
2242
  msgstr ""
2243
 
2244
- #: app/admin/RTMediaFormHandler.php:353
2245
- msgid "Enable Direct Upload"
2246
  msgstr ""
2247
 
2248
- #: app/admin/RTMediaFormHandler.php:358
2249
- msgid "Uploading media directly as soon as it gets selected."
2250
  msgstr ""
2251
 
2252
- #: app/admin/RTMediaFormHandler.php:384
2253
- msgid "Single Media View"
2254
  msgstr ""
2255
 
2256
- #: app/admin/RTMediaFormHandler.php:385
2257
- msgid "List Media View"
2258
  msgstr ""
2259
 
2260
- #: app/admin/RTMediaFormHandler.php:386
2261
- msgid "Masonry View"
2262
  msgstr ""
2263
 
2264
- #: app/admin/RTMediaFormHandler.php:387
2265
- msgid "Direct Upload"
2266
  msgstr ""
2267
 
2268
- #: app/admin/RTMediaFormHandler.php:405
2269
- msgid "Allow usage data tracking"
2270
  msgstr ""
2271
 
2272
- #: app/admin/RTMediaFormHandler.php:410
2273
- msgid ""
2274
- "To make rtMedia better compatible with your sites, you can help the rtMedia "
2275
- "team learn what themes and plugins you are using. No private information "
2276
- "about your setup will be sent during tracking."
2277
  msgstr ""
2278
 
2279
- #: app/admin/RTMediaFormHandler.php:414
2280
- msgid "Admin bar menu integration"
2281
  msgstr ""
2282
 
2283
- #: app/admin/RTMediaFormHandler.php:419
2284
- msgid ""
2285
- "Add rtMedia menu to WordPress admin bar for easy access to settings and "
2286
- "moderation page (if enabled)."
2287
  msgstr ""
2288
 
2289
- #: app/admin/RTMediaFormHandler.php:424
2290
- msgid "Add a link to rtMedia in footer"
2291
  msgstr ""
2292
 
2293
- #: app/admin/RTMediaFormHandler.php:429
2294
- msgid "Help us promote rtMedia."
2295
  msgstr ""
2296
 
2297
- #: app/admin/RTMediaFormHandler.php:434
2298
- msgid "Also add my affiliate-id to rtMedia footer link"
2299
  msgstr ""
2300
 
2301
- #: app/admin/RTMediaFormHandler.php:439
2302
- msgid ""
2303
- "Add your affiliate-id along with footer link and get rewarded by our "
2304
- "affiliation program."
2305
  msgstr ""
2306
 
2307
- #: app/admin/RTMediaFormHandler.php:443
2308
- msgid "Signup for"
2309
  msgstr ""
2310
 
2311
- #: app/admin/RTMediaFormHandler.php:443
2312
- msgid "affiliate program"
2313
  msgstr ""
2314
-
2315
- #: app/admin/RTMediaFormHandler.php:443 app/admin/RTMediaFormHandler.php:454
2316
- #: app/helper/RTMediaSupport.php:363
2317
- msgid "here"
2318
  msgstr ""
2319
 
2320
- #: app/admin/RTMediaFormHandler.php:446
2321
- msgid "Enable JSON API"
2322
  msgstr ""
2323
 
2324
- #: app/admin/RTMediaFormHandler.php:451
2325
- msgid ""
2326
- "This will allow handling API requests for rtMedia sent through any mobile "
2327
- "app."
2328
  msgstr ""
2329
 
2330
- #: app/admin/RTMediaFormHandler.php:454
2331
- msgid "You can refer to the API document from"
 
 
 
 
2332
  msgstr ""
2333
 
2334
- #: app/admin/RTMediaFormHandler.php:477
2335
- msgid "Admin Settings"
 
 
 
 
 
2336
  msgstr ""
2337
 
2338
- #: app/admin/RTMediaFormHandler.php:478
2339
- msgid "API Settings"
2340
  msgstr ""
2341
 
2342
- #: app/admin/RTMediaFormHandler.php:479
2343
- msgid "Miscellaneous"
2344
  msgstr ""
2345
 
2346
- #: app/admin/RTMediaFormHandler.php:480
2347
- msgid "Footer Link"
2348
  msgstr ""
2349
 
2350
- #: app/admin/RTMediaFormHandler.php:560
2351
- msgid "Media Types Settings"
2352
  msgstr ""
2353
 
2354
- #: app/admin/RTMediaFormHandler.php:568 app/helper/RTMediaSettings.php:326
2355
- msgid "Media Type"
2356
  msgstr ""
2357
 
2358
- #: app/admin/RTMediaFormHandler.php:573
2359
- msgid "Allow Upload"
2360
  msgstr ""
2361
 
2362
- #: app/admin/RTMediaFormHandler.php:575
2363
- msgid "Allows you to upload a particular media type on your post."
2364
  msgstr ""
2365
 
2366
- #: app/admin/RTMediaFormHandler.php:583
2367
- msgid "Set Featured"
2368
  msgstr ""
2369
 
2370
- #: app/admin/RTMediaFormHandler.php:585
2371
- msgid "Place a specific media as a featured content on the post."
2372
  msgstr ""
2373
 
2374
- #: app/admin/RTMediaFormHandler.php:627
2375
- msgid "File Extensions"
2376
  msgstr ""
2377
 
2378
- #: app/admin/RTMediaFormHandler.php:715
2379
- msgid "Media Size Settings"
2380
  msgstr ""
2381
 
2382
- #: app/admin/RTMediaFormHandler.php:720
2383
- msgid "Category"
2384
  msgstr ""
2385
 
2386
- #: app/admin/RTMediaFormHandler.php:721
2387
- msgid "Entity"
2388
  msgstr ""
2389
 
2390
- #: app/admin/RTMediaFormHandler.php:722
2391
- msgid "Width"
 
 
2392
  msgstr ""
2393
 
2394
- #: app/admin/RTMediaFormHandler.php:723
2395
- msgid "Height"
2396
  msgstr ""
2397
 
2398
- #: app/admin/RTMediaFormHandler.php:724
2399
- msgid "Crop"
 
 
2400
  msgstr ""
2401
 
2402
- #: app/admin/RTMediaFormHandler.php:777
2403
- msgid "Number of thumbnails to generate on video upload"
2404
  msgstr ""
2405
 
2406
- #: app/admin/RTMediaFormHandler.php:783
2407
- msgid ""
2408
- " If you choose more than 1 thumbnail, your users will be able to change the "
2409
- "thumbnail by going to video 'edit' section. Maximum value is 10."
2410
  msgstr ""
2411
 
2412
- #: app/admin/RTMediaFormHandler.php:791
2413
- msgid "Encoding Settings"
2414
  msgstr ""
2415
 
2416
- #: app/admin/RTMediaFormHandler.php:798
2417
- msgid "JPEG/JPG image quality (1-100)"
2418
  msgstr ""
2419
 
2420
- #: app/admin/RTMediaFormHandler.php:804
2421
- msgid ""
2422
- "Enter JPEG/JPG Image Quality. Minimum value is 1. 100 is original quality."
2423
  msgstr ""
2424
 
2425
- #: app/admin/RTMediaFormHandler.php:812
2426
- msgid "Image Quality"
2427
  msgstr ""
2428
 
2429
- #: app/admin/RTMediaFormHandler.php:834
2430
- msgid "Custom CSS settings"
2431
  msgstr ""
2432
 
2433
- #: app/admin/RTMediaFormHandler.php:853
2434
- msgid "rtMedia default styles"
2435
  msgstr ""
2436
 
2437
- #: app/admin/RTMediaFormHandler.php:859
2438
- msgid ""
2439
- "Load default rtMedia styles. You need to write your own style for rtMedia if "
2440
- "you disable it."
2441
  msgstr ""
2442
 
2443
- #: app/admin/RTMediaFormHandler.php:864
2444
- msgid "Paste your CSS code"
2445
  msgstr ""
2446
 
2447
- #: app/admin/RTMediaFormHandler.php:870
2448
- msgid "Custom rtMedia CSS container"
2449
  msgstr ""
2450
 
2451
- #: app/admin/RTMediaFormHandler.php:893
2452
- msgid "Enable privacy"
2453
  msgstr ""
2454
 
2455
- #: app/admin/RTMediaFormHandler.php:899
2456
- msgid "Enable privacy in rtMedia"
2457
  msgstr ""
2458
 
2459
- #: app/admin/RTMediaFormHandler.php:904
2460
- msgid "Default privacy"
2461
  msgstr ""
2462
 
2463
- #: app/admin/RTMediaFormHandler.php:910
2464
- msgid "Set default privacy for media"
2465
  msgstr ""
2466
 
2467
- #: app/admin/RTMediaFormHandler.php:916
2468
- msgid "Allow users to set privacy for their content"
2469
  msgstr ""
2470
 
2471
- #: app/admin/RTMediaFormHandler.php:921
2472
- msgid ""
2473
- "If you choose this, users will be able to change privacy of their own "
2474
- "uploads."
2475
  msgstr ""
2476
 
2477
- #: app/admin/RTMediaFormHandler.php:925
2478
- msgid "For group uploads, BuddyPress groups privacy is used."
2479
  msgstr ""
2480
 
2481
- #: app/admin/RTMediaFormHandler.php:967
2482
- msgid "Enable media in profile"
2483
  msgstr ""
2484
 
2485
- #: app/admin/RTMediaFormHandler.php:972
2486
- msgid "Enable Media on BuddyPress Profile"
2487
  msgstr ""
2488
 
2489
- #: app/admin/RTMediaFormHandler.php:977
2490
- msgid "Enable media in group"
2491
  msgstr ""
2492
 
2493
- #: app/admin/RTMediaFormHandler.php:982
2494
- msgid "Enable Media on BuddyPress Groups"
 
 
2495
  msgstr ""
2496
 
2497
- #: app/admin/RTMediaFormHandler.php:987
2498
- msgid "Allow upload from activity stream"
2499
  msgstr ""
2500
 
2501
- #: app/admin/RTMediaFormHandler.php:992
2502
- msgid "Allow upload using status update box present on activity stream page"
2503
  msgstr ""
2504
 
2505
- #: app/admin/RTMediaFormHandler.php:998
2506
- msgid "Number of media items to show in activity stream"
2507
  msgstr ""
2508
 
2509
- #: app/admin/RTMediaFormHandler.php:1003
2510
- msgid ""
2511
- "With bulk uploads activity, the stream may get flooded. You can control the "
2512
- "maximum number of media items or files per activity. This limit will not "
2513
- "affect the actual number of uploads. This is only for display. <em>0</em> "
2514
- "means unlimited."
2515
  msgstr ""
2516
 
2517
- #: app/admin/RTMediaFormHandler.php:1010
2518
- msgid "Enable media notification"
2519
  msgstr ""
2520
 
2521
- #: app/admin/RTMediaFormHandler.php:1015
2522
- msgid ""
2523
- "This will enable notifications to media authors for media likes and comments."
2524
  msgstr ""
2525
 
2526
- #: app/admin/RTMediaFormHandler.php:1021
2527
- msgid "Create activity for media likes"
2528
  msgstr ""
2529
 
2530
- #: app/admin/RTMediaFormHandler.php:1026
2531
- msgid "Enabling this setting will create BuddyPress activity for media likes."
2532
  msgstr ""
2533
 
2534
- #: app/admin/RTMediaFormHandler.php:1032
2535
- msgid "Create activity for media comments"
2536
  msgstr ""
2537
 
2538
- #: app/admin/RTMediaFormHandler.php:1037
2539
- msgid ""
2540
- "Enabling this setting will create BuddyPress activity for media comments."
2541
  msgstr ""
2542
 
2543
- #: app/admin/RTMediaFormHandler.php:1043
2544
- msgid "Organize media into albums"
2545
  msgstr ""
2546
 
2547
- #: app/admin/RTMediaFormHandler.php:1049
2548
- msgid ""
2549
- "This will add 'album' tab to BuddyPress profile and group depending on the "
2550
- "^above^ settings."
2551
  msgstr ""
2552
 
2553
- #: app/main/RTMedia.php:302
2554
- msgid "Photo"
2555
  msgstr ""
2556
 
2557
- #: app/main/RTMedia.php:303
2558
- msgid "Photos"
2559
  msgstr ""
2560
 
2561
- #: app/main/RTMedia.php:311
2562
- msgid "Video"
2563
  msgstr ""
2564
 
2565
- #: app/main/RTMedia.php:312
2566
- msgid "Videos"
2567
  msgstr ""
2568
 
2569
- #: app/main/RTMedia.php:320 app/main/RTMedia.php:321
2570
- msgid "Music"
2571
  msgstr ""
2572
 
2573
- #: app/main/RTMedia.php:408
2574
- msgid "Private - Visible only to the user"
2575
  msgstr ""
2576
 
2577
- #: app/main/RTMedia.php:409
2578
- msgid "Friends - Visible to user's friends"
2579
  msgstr ""
2580
 
2581
- #: app/main/RTMedia.php:410
2582
- msgid "Logged in Users - Visible to registered users"
2583
  msgstr ""
2584
 
2585
- #: app/main/RTMedia.php:411
2586
- msgid "Public - Visible to the world"
2587
  msgstr ""
2588
 
2589
- #: app/main/RTMedia.php:568
2590
- #: app/main/controllers/template/rt-template-functions.php:83
2591
- #: app/main/controllers/template/RTMediaNav.php:177
2592
- msgid "All"
2593
  msgstr ""
2594
 
2595
- #: app/main/RTMedia.php:577
2596
- #: app/main/controllers/template/rt-template-functions.php:1391
2597
- #: app/main/controllers/upload/RTMediaUploadView.php:51
2598
- #: app/main/controllers/upload/RTMediaUploadView.php:54
2599
- #: app/main/controllers/media/RTMediaAlbum.php:49
2600
- msgid "Album"
2601
  msgstr ""
2602
 
2603
- #: app/main/RTMedia.php:580 app/main/controllers/template/RTMediaNav.php:198
2604
- #: app/main/controllers/media/RTMediaAlbum.php:48
2605
- #: app/main/controllers/media/RTMediaAlbum.php:60
2606
- msgid "Albums"
2607
  msgstr ""
2608
 
2609
- #: app/main/RTMedia.php:588
2610
- #: app/main/controllers/template/rt-template-functions.php:2160
2611
- #: app/main/controllers/template/rt-template-functions.php:2164
2612
- #: app/main/controllers/media/RTMediaLoginPopup.php:38
2613
- msgid "Upload"
2614
  msgstr ""
2615
 
2616
- #: app/main/RTMedia.php:592
2617
- msgid "Wall Post"
 
2618
  msgstr ""
2619
 
2620
- #: app/main/RTMedia.php:805 app/main/RTMedia.php:814
2621
- msgid "Wall Posts"
 
2622
  msgstr ""
2623
 
2624
- #: app/main/RTMedia.php:857
2625
- msgid ": Can't Create Database table. Please check create table permission."
2626
  msgstr ""
2627
 
2628
- #: app/main/RTMedia.php:901
2629
- msgid "Loading media"
2630
  msgstr ""
2631
 
2632
- #: app/main/RTMedia.php:902
2633
- msgid "Please enter some content to post."
2634
  msgstr ""
2635
 
2636
- #: app/main/RTMedia.php:903
2637
- msgid "Empty Comment is not allowed."
2638
  msgstr ""
2639
 
2640
- #: app/main/RTMedia.php:904
2641
- msgid "Are you sure you want to delete this media?"
2642
  msgstr ""
2643
 
2644
- #: app/main/RTMedia.php:905
2645
- msgid "Are you sure you want to delete this comment?"
2646
  msgstr ""
2647
 
2648
- #: app/main/RTMedia.php:906
2649
- msgid "Are you sure you want to delete this Album?"
2650
  msgstr ""
2651
 
2652
- #: app/main/RTMedia.php:907
2653
- msgid "Drop files here"
2654
  msgstr ""
2655
 
2656
- #: app/main/RTMedia.php:908
2657
- msgid "album created successfully."
2658
  msgstr ""
2659
 
2660
- #: app/main/RTMedia.php:909
2661
- msgid "Something went wrong. Please try again."
 
2662
  msgstr ""
2663
 
2664
- #: app/main/RTMedia.php:910
2665
- msgid "Enter an album name."
 
2666
  msgstr ""
2667
 
2668
- #: app/main/RTMedia.php:911
2669
- msgid "Max file Size Limit : "
 
2670
  msgstr ""
2671
 
2672
- #: app/main/RTMedia.php:912
2673
- msgid "Allowed File Formats"
 
2674
  msgstr ""
2675
 
2676
- #: app/main/RTMedia.php:913 templates/media/album-single-edit.php:62
2677
- msgid "Select All Visible"
 
2678
  msgstr ""
2679
 
2680
- #: app/main/RTMedia.php:914
2681
- msgid "Unselect All Visible"
 
 
2682
  msgstr ""
2683
 
2684
- #: app/main/RTMedia.php:915
2685
- msgid "Please select some media."
2686
  msgstr ""
2687
 
2688
- #: app/main/RTMedia.php:916
2689
- msgid "Are you sure you want to delete the selected media?"
2690
  msgstr ""
2691
 
2692
- #: app/main/RTMedia.php:917
2693
- msgid "Are you sure you want to move the selected media?"
 
 
 
2694
  msgstr ""
2695
 
2696
- #: app/main/RTMedia.php:918
2697
- msgid "Waiting"
2698
- msgstr ""
 
 
2699
 
2700
- #: app/main/RTMedia.php:919
2701
- msgid "Uploaded"
2702
  msgstr ""
2703
 
2704
- #: app/main/RTMedia.php:920
2705
- msgid "Uploading"
 
2706
  msgstr ""
2707
 
2708
- #: app/main/RTMedia.php:921
2709
- msgid "Failed"
 
2710
  msgstr ""
2711
 
2712
- #: app/main/RTMedia.php:922
2713
- msgid "Close"
2714
  msgstr ""
2715
 
2716
- #: app/main/RTMedia.php:923
2717
- #: app/main/controllers/template/rt-template-functions.php:733
2718
- #: app/main/controllers/template/rt-template-functions.php:754
2719
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:61
2720
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2721
- msgid "Edit"
2722
  msgstr ""
2723
 
2724
- #: app/main/RTMedia.php:924
2725
- #: app/main/controllers/template/rt-template-functions.php:1471
2726
- #: app/main/controllers/template/rt-template-functions.php:1478
2727
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:64
2728
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2729
- #: templates/media/album-single-edit.php:65
2730
- msgid "Delete"
2731
  msgstr ""
2732
 
2733
- #: app/main/RTMedia.php:925 templates/media/media-single-edit.php:8
2734
- msgid "Edit Media"
2735
  msgstr ""
2736
 
2737
- #: app/main/RTMedia.php:926
2738
- msgid "Remove from queue"
2739
  msgstr ""
2740
 
2741
- #: app/main/RTMedia.php:927
2742
- msgid "Add more files"
2743
  msgstr ""
2744
 
2745
- #: app/main/RTMedia.php:928
2746
- msgid "File not supported"
2747
  msgstr ""
2748
 
2749
- #: app/main/RTMedia.php:929
2750
- msgid "more"
2751
  msgstr ""
2752
 
2753
- #: app/main/RTMedia.php:930
2754
- msgid "less"
 
2755
  msgstr ""
2756
 
2757
- #: app/main/RTMedia.php:931
2758
- msgid "This media is uploaded. Are you sure you want to delete this media?"
 
2759
  msgstr ""
2760
 
2761
- #: app/main/RTMedia.php:939
2762
- msgid "Featured media set successfully."
 
2763
  msgstr ""
2764
 
2765
- #: app/main/RTMedia.php:940
2766
- msgid "Featured media removed successfully."
 
2767
  msgstr ""
2768
 
2769
- #: app/main/RTMedia.php:977
2770
- msgid "There are some uploads in progress. Do you want to cancel them?"
 
2771
  msgstr ""
2772
 
2773
- #: app/main/deprecated/RTMediaDeprecated.php:27
2774
- #, php-format
2775
- msgid "Deprecated %s. Please use %s."
2776
  msgstr ""
2777
 
2778
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:251
2779
- msgid "Media Files"
2780
  msgstr ""
2781
 
2782
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:275
2783
- #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:103
2784
- #: app/main/controllers/template/rt-template-functions.php:1505
2785
- msgid "You are not allowed to upload/attach media."
2786
  msgstr ""
2787
 
2788
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:411
2789
- #, php-format
2790
- msgid "%s added a %s"
2791
  msgstr ""
2792
 
2793
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:417
2794
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:419
2795
- #: app/main/controllers/upload/RTMediaUploadEndpoint.php:105
2796
- #, php-format
2797
- msgid "%s added %d %s"
2798
  msgstr ""
2799
 
2800
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:470
2801
- #, php-format
2802
- msgid "%1$s liked a %2$s in the group %3$s"
2803
  msgstr ""
2804
 
2805
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:473
2806
- #, php-format
2807
- msgid "%1$s liked their %2$s"
2808
  msgstr ""
2809
 
2810
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:477
2811
- #, php-format
2812
- msgid "%1$s liked %2$s's %3$s"
2813
  msgstr ""
2814
 
2815
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:555
2816
- #, php-format
2817
- msgid "%1$s commented on a %2$s in the group %3$s"
2818
  msgstr ""
2819
 
2820
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:558
2821
- #, php-format
2822
- msgid "%1$s commented on their %2$s"
2823
  msgstr ""
2824
 
2825
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:562
2826
- #, php-format
2827
- msgid "%1$s commented on %2$s's %3$s"
2828
  msgstr ""
2829
 
2830
- #: app/main/controllers/privacy/RTMediaPrivacy.php:353
2831
  msgid "No changes were made to your account."
2832
  msgstr ""
2833
 
2834
- #: app/main/controllers/privacy/RTMediaPrivacy.php:356
2835
  msgid "Your default privacy settings saved successfully."
2836
  msgstr ""
2837
 
2838
- #: app/main/controllers/privacy/RTMediaPrivacy.php:379
2839
  msgid "Default Privacy"
2840
  msgstr ""
2841
 
2842
- #: app/main/controllers/privacy/RTMediaPrivacy.php:388
2843
- #: app/main/controllers/group/RTMediaGroupExtension.php:113
2844
- #: templates/media/album-single-edit.php:47
2845
- msgid "Save Changes"
2846
  msgstr ""
2847
 
2848
  #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:91
2849
  msgid "The web browser on your device cannot be used to upload files."
2850
  msgstr ""
2851
 
2852
- #: app/main/controllers/shortcodes/RTMediaGalleryShortcode.php:182
2853
- msgid "You do not have sufficient privileges to view this gallery"
2854
- msgstr ""
2855
-
2856
- #: app/main/controllers/group/RTMediaGroupExtension.php:30
2857
- #: app/main/controllers/group/RTMediaGroupExtension.php:92
2858
- msgid "Album Creation Control"
2859
  msgstr ""
2860
 
2861
- #: app/main/controllers/group/RTMediaGroupExtension.php:31
2862
- #: app/main/controllers/group/RTMediaGroupExtension.php:93
2863
- msgid "Who can create Albums in this group?"
2864
  msgstr ""
2865
 
2866
- #: app/main/controllers/group/RTMediaGroupExtension.php:35
2867
- #: app/main/controllers/group/RTMediaGroupExtension.php:97
2868
- msgid "All Group Members"
2869
  msgstr ""
2870
 
2871
- #: app/main/controllers/group/RTMediaGroupExtension.php:39
2872
- #: app/main/controllers/group/RTMediaGroupExtension.php:101
2873
- msgid "Group Admins and Mods only"
2874
  msgstr ""
2875
 
2876
- #: app/main/controllers/group/RTMediaGroupExtension.php:43
2877
- #: app/main/controllers/group/RTMediaGroupExtension.php:105
2878
- msgid "Group Admin only"
2879
  msgstr ""
2880
 
2881
- #: app/main/controllers/group/RTMediaGroupExtension.php:142
2882
- msgid "There was an error saving, please try again"
 
 
 
2883
  msgstr ""
2884
 
2885
- #: app/main/controllers/group/RTMediaGroupExtension.php:144
2886
- msgid "Settings saved successfully"
2887
  msgstr ""
2888
 
2889
- #: app/main/controllers/group/RTMediaGroupExtension.php:164
2890
- msgid ""
2891
- "You could display a small snippet of information from your group extension "
2892
- "here. It will show on the group\n"
2893
- "\t home screen."
2894
  msgstr ""
2895
 
2896
  #: app/main/controllers/template/rt-template-functions.php:709
@@ -2969,11 +2645,6 @@ msgstr ""
2969
  msgid "Album Title : "
2970
  msgstr ""
2971
 
2972
- #: app/main/controllers/template/rt-template-functions.php:1786
2973
- #: app/main/controllers/media/RTMediaAlbum.php:51
2974
- msgid "Create Album"
2975
- msgstr ""
2976
-
2977
  #: app/main/controllers/template/rt-template-functions.php:1817
2978
  #: app/main/controllers/template/rt-template-functions.php:1824
2979
  #: app/main/controllers/template/rt-template-functions.php:1876
@@ -2984,11 +2655,6 @@ msgstr ""
2984
  msgid "Select Album to merge with : "
2985
  msgstr ""
2986
 
2987
- #: app/main/controllers/template/rt-template-functions.php:1866
2988
- #: app/main/controllers/media/RTMediaAlbum.php:52
2989
- msgid "Edit Album"
2990
- msgstr ""
2991
-
2992
  #: app/main/controllers/template/rt-template-functions.php:1867
2993
  msgid "Delete Album"
2994
  msgstr ""
@@ -3005,12 +2671,6 @@ msgstr ""
3005
  msgid "people like this"
3006
  msgstr ""
3007
 
3008
- #: app/main/controllers/template/rt-template-functions.php:2160
3009
- #: app/main/controllers/template/rt-template-functions.php:2164
3010
- #: app/main/controllers/media/RTMediaLoginPopup.php:38
3011
- msgid "Upload Media"
3012
- msgstr ""
3013
-
3014
  #: app/main/controllers/template/rt-template-functions.php:2247
3015
  msgid "Empowering your community with "
3016
  msgstr ""
@@ -3044,32 +2704,29 @@ msgid "Blocked temporarily"
3044
  msgstr ""
3045
 
3046
  #: app/main/controllers/template/rt-template-functions.php:2331
3047
- #, php-format
3048
  msgid "%s ago "
3049
  msgstr ""
3050
 
3051
  #: app/main/controllers/template/rt-template-functions.php:2344
3052
- #, php-format
3053
  msgid "1 second"
3054
  msgid_plural "%s seconds"
3055
  msgstr[0] ""
3056
  msgstr[1] ""
3057
 
3058
  #: app/main/controllers/template/rt-template-functions.php:2347
3059
- #, php-format
3060
  msgid "1 minute"
3061
  msgid_plural "%s minutes"
3062
  msgstr[0] ""
3063
  msgstr[1] ""
3064
 
3065
  #: app/main/controllers/template/rt-template-functions.php:2350
3066
- #, php-format
3067
  msgid "1 hour"
3068
  msgid_plural "%s hours"
3069
  msgstr[0] ""
3070
  msgstr[1] ""
3071
 
3072
  #: app/main/controllers/template/rt-template-functions.php:2705
 
3073
  msgid "You can consider rtMedia Team for following :"
3074
  msgstr ""
3075
 
@@ -3085,1399 +2742,1620 @@ msgstr ""
3085
  msgid "WordPress/BuddyPress Plugin Development"
3086
  msgstr ""
3087
 
3088
- #: app/main/controllers/template/RTMediaAJAX.php:33
3089
- msgid "You can not create album in this group."
 
3090
  msgstr ""
3091
 
3092
- #: app/main/controllers/template/RTMediaAJAX.php:39
3093
- msgid "You can not create album."
3094
  msgstr ""
3095
 
3096
- #: app/main/controllers/template/RTMediaAJAX.php:44
3097
- msgid "You can not create more albums, you exceed your album limit."
 
 
3098
  msgstr ""
3099
 
3100
- #: app/main/controllers/template/RTMediaAJAX.php:89
3101
- msgid "Data mismatch, Please insert data properly."
3102
  msgstr ""
3103
 
3104
- #: app/main/controllers/template/RTMediaNav.php:32
3105
- msgctxt "My Account Privacy sub nav"
3106
- msgid "Privacy"
3107
  msgstr ""
3108
 
3109
- #: app/main/controllers/template/RTMediaTemplate.php:97
3110
- #: app/main/controllers/template/RTMediaTemplate.php:149
3111
- msgid "Invalid attribute passed for rtmedia_gallery shortcode."
3112
  msgstr ""
3113
 
3114
- #: app/main/controllers/template/RTMediaTemplate.php:329
3115
- #: app/main/controllers/template/RTMediaTemplate.php:403
3116
- #: app/main/controllers/template/RTMediaTemplate.php:492
3117
- #: app/main/controllers/template/RTMediaTemplate.php:618
3118
- msgid "Ooops !!! Invalid access. No nonce was found !!"
3119
  msgstr ""
3120
 
3121
- #: app/main/controllers/template/RTMediaTemplate.php:336
3122
- msgid "Media updated Sucessfully"
3123
  msgstr ""
3124
 
3125
- #: app/main/controllers/template/RTMediaTemplate.php:342
3126
- msgid "Error in updating Media"
3127
  msgstr ""
3128
 
3129
- #: app/main/controllers/upload/RTMediaUploadView.php:70
3130
- msgid "Privacy: "
3131
  msgstr ""
3132
 
3133
- #: app/main/controllers/upload/RTMediaUploadView.php:77
3134
- #: app/main/controllers/upload/RTMediaUploadView.php:113
3135
- #: app/main/controllers/upload/RTMediaUploadView.php:129
3136
- msgid "File Upload"
3137
  msgstr ""
3138
 
3139
- #: app/main/controllers/upload/RTMediaUploadView.php:81
3140
- msgid "Select your files"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3141
  msgstr ""
3142
 
3143
- #: app/main/controllers/upload/RTMediaUploadView.php:82
3144
- msgid "or"
3145
  msgstr ""
3146
 
3147
- #: app/main/controllers/upload/RTMediaUploadView.php:82
3148
- msgid "Drop your files here"
3149
  msgstr ""
3150
 
3151
- #: app/main/controllers/upload/RTMediaUploadView.php:109
3152
- msgid "Start upload"
3153
  msgstr ""
3154
 
3155
- #: app/main/controllers/upload/RTMediaUploadView.php:136
3156
- msgid "Attach Media"
3157
  msgstr ""
3158
 
3159
- #: app/main/controllers/upload/RTMediaUploadView.php:151
3160
- msgid "Insert from URL"
3161
  msgstr ""
3162
 
3163
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:61
3164
- msgid "Error Uploading File"
3165
  msgstr ""
3166
 
3167
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:224
3168
- msgid "MP4 file you have uploaded is corrupt."
3169
  msgstr ""
3170
 
3171
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:231
3172
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:236
3173
  msgid ""
3174
- "The MP4 file you have uploaded is using an unsupported video codec. "
3175
- "Supported video codec is H.264."
3176
- msgstr ""
3177
-
3178
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:241
3179
- msgid "The MP4 file you have uploaded is not a video file."
3180
  msgstr ""
3181
 
3182
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:254
3183
- msgid "MP3 file you have uploaded is currupt."
3184
  msgstr ""
3185
 
3186
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:261
3187
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:266
3188
  msgid ""
3189
- "The MP3 file you have uploaded is using an unsupported audio format. "
3190
- "Supported audio format is MP3."
 
 
 
3191
  msgstr ""
3192
 
3193
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:271
3194
- msgid "The MP3 file you have uploaded is not an audio file."
3195
  msgstr ""
3196
 
3197
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:279
3198
- msgid ""
3199
- "Media File you have tried to upload is not supported. Supported media files "
3200
- "are .jpg, .png, .gif, .mp3, .mov and .mp4."
3201
  msgstr ""
3202
 
3203
- #: app/main/controllers/media/RTMediaGroupFeatured.php:17
3204
- #: app/main/controllers/media/RTMediaFeatured.php:25
3205
- msgid "Set as Featured"
3206
  msgstr ""
3207
 
3208
- #: app/main/controllers/media/RTMediaGroupFeatured.php:19
3209
- #: app/main/controllers/media/RTMediaFeatured.php:27
3210
- msgid "Unset Featured"
3211
  msgstr ""
3212
 
3213
- #: app/main/controllers/media/RTMediaGroupFeatured.php:194
3214
- #: app/main/controllers/media/RTMediaFeatured.php:191
3215
- msgid "Media type is not allowed"
3216
  msgstr ""
3217
 
3218
- #: app/main/controllers/media/RTMediaLoginPopup.php:47
3219
- msgid "Please login"
3220
  msgstr ""
3221
 
3222
- #: app/main/controllers/media/RTMediaLoginPopup.php:49
3223
- msgid "You need to be logged in to upload Media or to create Album."
3224
  msgstr ""
3225
 
3226
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
3227
- #: app/helper/RTMediaSupport.php:363
3228
- msgid "Click"
3229
  msgstr ""
3230
 
3231
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
3232
- msgid "Login"
3233
  msgstr ""
3234
 
3235
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
3236
- msgid "HERE"
3237
  msgstr ""
3238
 
3239
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
3240
- msgid " to login."
3241
  msgstr ""
3242
 
3243
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:60
3244
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
3245
- msgid "Edit this media"
3246
  msgstr ""
3247
 
3248
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:63
3249
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
3250
- msgid "Delete this media"
3251
  msgstr ""
3252
 
3253
- #: app/main/controllers/media/RTMediaMedia.php:487
3254
- msgid "Error creating attachment for the media file, please try again"
3255
  msgstr ""
3256
 
3257
- #: app/main/controllers/media/RTMediaMedia.php:589
3258
- #, php-format
3259
- msgid "%1$s added a %2$s"
3260
  msgstr ""
3261
 
3262
- #: app/main/controllers/media/RTMediaMedia.php:589
3263
- #, php-format
3264
- msgid "%1$s added %4$d %3$s"
 
 
 
 
 
3265
  msgstr ""
3266
 
3267
- #: app/main/controllers/media/RTMediaLike.php:18
3268
- msgid "Like"
3269
  msgstr ""
3270
 
3271
- #: app/main/controllers/media/RTMediaLike.php:20
3272
- msgid "Unlike"
 
3273
  msgstr ""
3274
 
3275
- #: app/main/controllers/media/RTMediaAlbum.php:35
3276
- msgctxt "Status General Name"
3277
- msgid "hidden"
3278
  msgstr ""
3279
 
3280
- #: app/main/controllers/media/RTMediaAlbum.php:35
3281
- #, php-format
3282
- msgid "Hidden (%s)"
3283
- msgid_plural "Hidden (%s)"
3284
  msgstr[0] ""
3285
  msgstr[1] ""
3286
 
3287
- #: app/main/controllers/media/RTMediaAlbum.php:50
3288
- msgid "Create"
 
 
 
 
 
 
 
 
 
 
 
 
3289
  msgstr ""
3290
 
3291
- #: app/main/controllers/media/RTMediaAlbum.php:53
3292
- msgid "New Album"
 
3293
  msgstr ""
3294
 
3295
- #: app/main/controllers/media/RTMediaAlbum.php:54
3296
- msgid "All Albums"
3297
  msgstr ""
3298
 
3299
- #: app/main/controllers/media/RTMediaAlbum.php:55
3300
- msgid "View Album"
 
 
3301
  msgstr ""
3302
 
3303
- #: app/main/controllers/media/RTMediaAlbum.php:56
3304
- msgid "Search Albums"
 
3305
  msgstr ""
3306
 
3307
- #: app/main/controllers/media/RTMediaAlbum.php:57
3308
- msgid "No album found"
 
3309
  msgstr ""
3310
 
3311
- #: app/main/controllers/media/RTMediaAlbum.php:58
3312
- msgid "No album found in Trash"
3313
  msgstr ""
3314
 
3315
- #: app/main/controllers/media/RTMediaAlbum.php:59
3316
- msgid "Parent"
3317
  msgstr ""
3318
 
3319
- #: app/main/controllers/media/RTMediaAlbum.php:145
3320
- msgid "Untitled Album"
3321
  msgstr ""
3322
 
3323
- #: app/main/controllers/api/RTMediaJsonApi.php:166
3324
- msgid "username/password empty"
3325
  msgstr ""
3326
 
3327
- #: app/main/controllers/api/RTMediaJsonApi.php:169
3328
- msgid "incorrect username"
3329
  msgstr ""
3330
 
3331
- #: app/main/controllers/api/RTMediaJsonApi.php:172
3332
- msgid "incorrect password"
3333
  msgstr ""
3334
 
3335
- #: app/main/controllers/api/RTMediaJsonApi.php:175
3336
- msgid "login success"
3337
  msgstr ""
3338
 
3339
- #: app/main/controllers/api/RTMediaJsonApi.php:221
3340
- msgid "fields empty"
3341
  msgstr ""
3342
 
3343
- #: app/main/controllers/api/RTMediaJsonApi.php:224
3344
- msgid "invalid email"
3345
  msgstr ""
3346
 
3347
- #: app/main/controllers/api/RTMediaJsonApi.php:227
3348
- msgid "password do not match"
3349
  msgstr ""
3350
 
3351
- #: app/main/controllers/api/RTMediaJsonApi.php:230
3352
- msgid "username already registered"
3353
  msgstr ""
3354
 
3355
- #: app/main/controllers/api/RTMediaJsonApi.php:233
3356
- msgid "email already exists"
3357
  msgstr ""
3358
 
3359
- #: app/main/controllers/api/RTMediaJsonApi.php:236
3360
- msgid "new user created"
3361
  msgstr ""
3362
 
3363
- #: app/main/controllers/api/RTMediaJsonApi.php:297
3364
- msgid "email empty"
3365
  msgstr ""
3366
 
3367
- #: app/main/controllers/api/RTMediaJsonApi.php:300
3368
- msgid "username/email not registered"
3369
  msgstr ""
3370
 
3371
- #: app/main/controllers/api/RTMediaJsonApi.php:303
3372
- msgid "reset link sent"
3373
  msgstr ""
3374
 
3375
- #: app/main/controllers/api/RTMediaJsonApi.php:335
3376
- msgid ""
3377
- "Someone has asked to reset the password for the following site and username."
3378
  msgstr ""
3379
 
3380
- #: app/main/controllers/api/RTMediaJsonApi.php:337
3381
- #, php-format
3382
- msgid "Username: %s"
3383
  msgstr ""
3384
 
3385
- #: app/main/controllers/api/RTMediaJsonApi.php:338
3386
- msgid ""
3387
- "To reset your password visit the following address, otherwise just ignore "
3388
- "this email and nothing will happen."
3389
  msgstr ""
3390
 
3391
- #: app/main/controllers/api/RTMediaJsonApi.php:341
3392
- #, php-format
3393
- msgid "[%s] Password Reset"
3394
  msgstr ""
3395
 
3396
- #: app/main/controllers/api/RTMediaJsonApi.php:356
3397
- msgid "bp activities"
3398
  msgstr ""
3399
 
3400
- #: app/main/controllers/api/RTMediaJsonApi.php:359
3401
- msgid "user activities"
3402
  msgstr ""
3403
 
3404
- #: app/main/controllers/api/RTMediaJsonApi.php:389
3405
- msgid "comment content missing"
 
 
 
 
 
 
3406
  msgstr ""
3407
 
3408
- #: app/main/controllers/api/RTMediaJsonApi.php:392
3409
- msgid "comment posted"
3410
  msgstr ""
3411
 
3412
- #: app/main/controllers/api/RTMediaJsonApi.php:439
3413
- msgid "unliked media"
3414
  msgstr ""
3415
 
3416
- #: app/main/controllers/api/RTMediaJsonApi.php:442
3417
- msgid "liked media"
3418
  msgstr ""
3419
 
3420
- #: app/main/controllers/api/RTMediaJsonApi.php:526
3421
- msgid "no comments"
3422
  msgstr ""
3423
 
3424
- #: app/main/controllers/api/RTMediaJsonApi.php:529
3425
- msgid "media comments"
3426
  msgstr ""
3427
 
3428
- #: app/main/controllers/api/RTMediaJsonApi.php:532
3429
- msgid "my comments"
3430
  msgstr ""
3431
 
3432
- #: app/main/controllers/api/RTMediaJsonApi.php:582
3433
- msgid "no likes"
3434
  msgstr ""
3435
 
3436
- #: app/main/controllers/api/RTMediaJsonApi.php:585
3437
- msgid "media likes"
3438
  msgstr ""
3439
 
3440
- #: app/main/controllers/api/RTMediaJsonApi.php:627
3441
- msgid "invalid comment/media id"
3442
  msgstr ""
3443
 
3444
- #: app/main/controllers/api/RTMediaJsonApi.php:630
3445
- msgid "no comment id"
3446
  msgstr ""
3447
 
3448
- #: app/main/controllers/api/RTMediaJsonApi.php:633
3449
- msgid "comment deleted"
3450
  msgstr ""
3451
 
3452
- #: app/main/controllers/api/RTMediaJsonApi.php:676
3453
- msgid "no profile found"
3454
  msgstr ""
3455
 
3456
- #: app/main/controllers/api/RTMediaJsonApi.php:679
3457
- msgid "profile fields"
3458
  msgstr ""
3459
 
3460
- #: app/main/controllers/api/RTMediaJsonApi.php:773
3461
- msgid "follow user id missing"
3462
  msgstr ""
3463
 
3464
- #: app/main/controllers/api/RTMediaJsonApi.php:776
3465
- msgid "started following"
3466
  msgstr ""
3467
 
3468
- #: app/main/controllers/api/RTMediaJsonApi.php:779
3469
- msgid "already following"
3470
  msgstr ""
3471
 
3472
- #: app/main/controllers/api/RTMediaJsonApi.php:811
3473
- msgid "unfollow id missing"
3474
  msgstr ""
3475
 
3476
- #: app/main/controllers/api/RTMediaJsonApi.php:814
3477
- msgid "stopped following"
3478
  msgstr ""
3479
 
3480
- #: app/main/controllers/api/RTMediaJsonApi.php:817
3481
- msgid "not following"
3482
  msgstr ""
3483
 
3484
- #: app/main/controllers/api/RTMediaJsonApi.php:849
3485
- msgid "name/location empty"
3486
  msgstr ""
3487
 
3488
- #: app/main/controllers/api/RTMediaJsonApi.php:852
3489
- msgid "profile updated"
 
 
 
3490
  msgstr ""
3491
 
3492
- #: app/main/controllers/api/RTMediaJsonApi.php:878
3493
- #: app/main/controllers/api/RTMediaJsonApi.php:905
3494
- msgid "no file"
 
 
 
3495
  msgstr ""
3496
 
3497
- #: app/main/controllers/api/RTMediaJsonApi.php:881
3498
- #: app/main/controllers/api/RTMediaJsonApi.php:917
3499
- msgid "upload failed, check size and file type"
 
3500
  msgstr ""
3501
 
3502
- #: app/main/controllers/api/RTMediaJsonApi.php:884
3503
- msgid "avatar updated"
 
 
3504
  msgstr ""
3505
 
3506
- #: app/main/controllers/api/RTMediaJsonApi.php:908
3507
- msgid "invalid file string"
 
 
3508
  msgstr ""
3509
 
3510
- #: app/main/controllers/api/RTMediaJsonApi.php:911
3511
- msgid "image type missing"
 
 
3512
  msgstr ""
3513
 
3514
- #: app/main/controllers/api/RTMediaJsonApi.php:914
3515
- msgid "no title"
3516
  msgstr ""
3517
 
3518
- #: app/main/controllers/api/RTMediaJsonApi.php:920
3519
- msgid "media updated"
3520
  msgstr ""
3521
 
3522
- #: app/main/controllers/api/RTMediaJsonApi.php:1050
3523
- msgid "media list"
3524
  msgstr ""
3525
 
3526
- #: app/main/controllers/api/RTMediaJsonApi.php:1053
3527
- msgid "no media found for requested media type"
3528
  msgstr ""
3529
 
3530
- #: app/main/controllers/api/RTMediaJsonApi.php:1056
3531
- msgid "media_type not allowed"
3532
  msgstr ""
3533
 
3534
- #: app/main/controllers/api/RTMediaJsonApi.php:1146
3535
- msgid "single media"
3536
  msgstr ""
3537
 
3538
- #: app/helper/RTMediaSupport.php:58 app/helper/RTMediaSupport.php:59
3539
- #: app/helper/RTMediaSupport.php:305 app/helper/RTMediaSupport.php:560
3540
- msgid "Debug Info"
3541
  msgstr ""
3542
 
3543
- #: app/helper/RTMediaSupport.php:128
3544
- msgid "Service"
3545
  msgstr ""
3546
 
3547
- #: app/helper/RTMediaSupport.php:135
3548
- msgid "Premium Support"
3549
  msgstr ""
3550
 
3551
- #: app/helper/RTMediaSupport.php:141
3552
- msgid "Bug Report"
3553
  msgstr ""
3554
 
3555
- #: app/helper/RTMediaSupport.php:147
3556
- msgid "New Feature"
3557
  msgstr ""
3558
 
3559
- #: app/helper/RTMediaSupport.php:149
3560
- msgid "Submit"
3561
  msgstr ""
3562
 
3563
- #: app/helper/RTMediaSupport.php:195
3564
- msgid "by"
3565
  msgstr ""
3566
 
3567
- #: app/helper/RTMediaSupport.php:195
3568
- msgid "version"
3569
  msgstr ""
3570
 
3571
- #: app/helper/RTMediaSupport.php:357
3572
- msgid "There is no media found to migrate."
3573
  msgstr ""
3574
 
3575
- #: app/helper/RTMediaSupport.php:363
3576
- msgid "here to migrate media from rtMedia 2.x to rtMedia 3.0+."
3577
  msgstr ""
3578
 
3579
- #: app/helper/RTMediaSupport.php:392
3580
- msgid "Submit a Bug Report"
3581
  msgstr ""
3582
 
3583
- #: app/helper/RTMediaSupport.php:395
3584
- msgid "Submit a New Feature Request"
3585
  msgstr ""
3586
 
3587
- #: app/helper/RTMediaSupport.php:398
3588
- msgid "Submit Support Request"
3589
  msgstr ""
3590
 
3591
- #: app/helper/RTMediaSupport.php:405
3592
- msgid ""
3593
- "If your site has some issues due to rtMedia and you want support, feel free "
3594
- "to create a support topic on <a target=\"_blank\" href=\"http://community."
3595
- "rtcamp.com/c/rtmedia/?"
3596
- "utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media"
3597
- "\">Community Forum</a>."
3598
  msgstr ""
3599
 
3600
- #: app/helper/RTMediaSupport.php:406
3601
- msgid ""
3602
- "If you have any suggestions, enhancements or bug reports, you can open a new "
3603
- "issue on <a target=\"_blank\" href=\"https://github.com/rtCamp/rtMedia/"
3604
- "issues/new\">GitHub</a>."
3605
  msgstr ""
3606
 
3607
- #: app/helper/RTMediaSupport.php:420
3608
- msgid "Use actual user name which used during purchased."
3609
  msgstr ""
3610
 
3611
- #: app/helper/RTMediaSupport.php:431
3612
- msgid "Use email id which used during purchased"
3613
  msgstr ""
3614
 
3615
- #: app/helper/RTMediaSupport.php:437
3616
- msgid "Website"
3617
  msgstr ""
3618
 
3619
- #: app/helper/RTMediaSupport.php:442
3620
- msgid "Subject"
 
 
3621
  msgstr ""
3622
 
3623
- #: app/helper/RTMediaSupport.php:490
3624
- msgid "rtMedia Premium Support Request from"
 
 
 
3625
  msgstr ""
3626
 
3627
- #: app/helper/RTMediaSupport.php:493
3628
- msgid "rtMedia New Feature Request from"
 
 
 
3629
  msgstr ""
3630
 
3631
- #: app/helper/RTMediaSupport.php:496
3632
- msgid "rtMedia Bug Report from"
3633
  msgstr ""
3634
 
3635
- #: app/helper/RTMediaSupport.php:499
3636
- msgid "rtMedia Contact from"
3637
  msgstr ""
3638
 
3639
- #: app/helper/RTMediaSupport.php:577
3640
- msgid "Thank you for your Feedback/Suggestion."
3641
  msgstr ""
3642
 
3643
- #: app/helper/RTMediaSupport.php:579
3644
- msgid "Thank you for posting your support request."
3645
  msgstr ""
3646
 
3647
- #: app/helper/RTMediaSupport.php:580
3648
- msgid "We will get back to you shortly."
3649
  msgstr ""
3650
 
3651
- #: app/helper/RTMediaSupport.php:585
3652
- msgid "Your server failed to send an email."
3653
  msgstr ""
3654
 
3655
- #: app/helper/RTMediaSupport.php:586
3656
- msgid "Kindly contact your server support to fix this."
3657
  msgstr ""
3658
 
3659
- #: app/helper/RTMediaSupport.php:587
3660
- msgid ""
3661
- "You can alternatively create a support request <a href=\"https://rtcamp.com/"
3662
- "premium-support/\" target=\"_blank\">here</a>"
3663
  msgstr ""
3664
 
3665
- #: app/helper/RTMediaAddon.php:79 app/helper/RTMediaAddon.php:80
3666
- msgid "Plugins"
3667
  msgstr ""
3668
 
3669
- #: app/helper/RTMediaAddon.php:87 app/helper/RTMediaAddon.php:88
3670
- msgid "Audio/Video Encoding"
3671
  msgstr ""
3672
 
3673
- #: app/helper/RTMediaAddon.php:111
3674
- msgid "SEO"
3675
  msgstr ""
3676
 
3677
- #: app/helper/RTMediaAddon.php:114
3678
- msgid ""
3679
- "Generate an XML sitemap for all the public media files uploaded via rtMedia "
3680
- "plugin. These sitemaps can be useful to index search engine to improve "
3681
- "website SEO."
3682
  msgstr ""
3683
 
3684
- #: app/helper/RTMediaAddon.php:121
3685
- msgid "Moderation"
3686
  msgstr ""
3687
 
3688
- #: app/helper/RTMediaAddon.php:124
3689
- msgid ""
3690
- "Report media if they find offensive. Set number of reports to automatically "
3691
- "take down media from site."
3692
  msgstr ""
3693
 
3694
- #: app/helper/RTMediaAddon.php:132
3695
- msgid "Custom Attributes"
3696
  msgstr ""
3697
 
3698
- #: app/helper/RTMediaAddon.php:135
3699
- msgid ""
3700
- "Categories media based on attributes. Site owner need to create attributes. "
3701
- "When user upload a media, can select in which attribute that media can add."
3702
  msgstr ""
3703
 
3704
- #: app/helper/RTMediaAddon.php:143
3705
- msgid "Docs and Other files"
3706
  msgstr ""
3707
 
3708
- #: app/helper/RTMediaAddon.php:146
3709
- msgid ""
3710
- "Allow users to upload documents and other file type using rtMedia upload "
3711
- "box. This addon support all the file extensions which WordPress allows."
3712
  msgstr ""
3713
 
3714
- #: app/helper/RTMediaAddon.php:154
3715
- msgid "Default Albums"
3716
  msgstr ""
3717
 
3718
- #: app/helper/RTMediaAddon.php:157
3719
- msgid ""
3720
- "This plugin allows the creation of multiple default albums for rtMedia "
3721
- "uploads. One of these albums can be set as the default global album."
3722
  msgstr ""
3723
 
3724
- #: app/helper/RTMediaAddon.php:165
3725
- msgid "Podcast (RSS and Atom feeds)"
3726
  msgstr ""
3727
 
3728
- #: app/helper/RTMediaAddon.php:168
3729
- msgid ""
3730
- "Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting "
3731
- "software."
3732
  msgstr ""
3733
 
3734
- #: app/helper/RTMediaAddon.php:176
3735
- msgid "Playlists"
3736
  msgstr ""
3737
 
3738
- #: app/helper/RTMediaAddon.php:179
3739
- msgid ""
3740
- "Audio can be grouped into playlists. Once the user upload any audio file, "
3741
- "can create a playlist or use existing one to manage audio files."
3742
  msgstr ""
3743
 
3744
- #: app/helper/RTMediaAddon.php:187
3745
- msgid "Favorites"
3746
  msgstr ""
3747
 
3748
- #: app/helper/RTMediaAddon.php:190
3749
  msgid ""
3750
- "Users can create their list of favorite media in which they can add media "
3751
- "previously uploaded by any user."
3752
  msgstr ""
3753
 
3754
- #: app/helper/RTMediaAddon.php:198
3755
- msgid "Restrictions"
 
 
3756
  msgstr ""
3757
 
3758
- #: app/helper/RTMediaAddon.php:201
3759
  msgid ""
3760
- "Site admin can set an upload limit on the basis of time span, file size (MB) "
3761
- "and number of files user can upload."
3762
  msgstr ""
3763
 
3764
- #: app/helper/RTMediaAddon.php:209
3765
- msgid "bbPress Attachments"
3766
  msgstr ""
3767
 
3768
- #: app/helper/RTMediaAddon.php:212
3769
- msgid "Attach media files to bbPress forum topics and replies."
3770
  msgstr ""
3771
 
3772
- #: app/helper/RTMediaAddon.php:220
3773
- msgid "WordPress Sitewide Gallery"
3774
  msgstr ""
3775
 
3776
- #: app/helper/RTMediaAddon.php:223
3777
  msgid ""
3778
- "Site admin can create and upload media into WordPress album. Create album "
3779
- "without being dependent on BuddyPress."
3780
  msgstr ""
3781
 
3782
- #: app/helper/RTMediaAddon.php:231
3783
- msgid "WordPress Comment Attachments"
 
 
3784
  msgstr ""
3785
 
3786
- #: app/helper/RTMediaAddon.php:234
3787
- msgid ""
3788
- "Allow users to upload a media file in WordPress comment attachment box. It "
3789
- "will display a thumbnail of attached file."
3790
  msgstr ""
3791
 
3792
- #: app/helper/RTMediaAddon.php:242
3793
- msgid "Social Sharing"
3794
  msgstr ""
3795
 
3796
- #: app/helper/RTMediaAddon.php:245
3797
- msgid ""
3798
- "Share uploaded media on social network sites like Facebook, twitter, "
3799
- "linkedin, Google +. This addon integrate with rtSocial plugin."
3800
  msgstr ""
3801
 
3802
- #: app/helper/RTMediaAddon.php:253
3803
- msgid "Sidebar Widgets"
3804
  msgstr ""
3805
 
3806
- #: app/helper/RTMediaAddon.php:256
3807
- msgid ""
3808
- "This addon provide widgets to upload media and display gallery for rtMedia "
3809
- "plugin."
3810
  msgstr ""
3811
 
3812
- #: app/helper/RTMediaAddon.php:264
3813
- msgid "5 Star Ratings"
3814
  msgstr ""
3815
 
3816
- #: app/helper/RTMediaAddon.php:267
3817
- msgid ""
3818
- "Display 5 star rating for all the uploaded media. User can rate the media "
3819
- "files from 1 to 5 star."
3820
  msgstr ""
3821
 
3822
- #: app/helper/RTMediaAddon.php:275
3823
- msgid "Edit Mp3 Info (ID3 Tags)"
3824
  msgstr ""
3825
 
3826
- #: app/helper/RTMediaAddon.php:278
3827
- msgid "Allow user to edit MP3 FIle Audio tags (ID 3 tags)."
3828
  msgstr ""
3829
 
3830
- #: app/helper/RTMediaAddon.php:286
3831
- msgid "Media Sorting"
3832
  msgstr ""
3833
 
3834
- #: app/helper/RTMediaAddon.php:289
3835
  msgid ""
3836
- "Sort uploaded media based on file size, ascending/descending title, upload "
3837
- "date of media."
3838
  msgstr ""
3839
 
3840
- #: app/helper/RTMediaAddon.php:297
3841
- msgid "Bulk Edit"
3842
  msgstr ""
3843
 
3844
- #: app/helper/RTMediaAddon.php:300
3845
- msgid ""
3846
- "Bulk edit option will allow user to quickly select media files and do "
3847
- "required actions like move files from one album to another, change "
3848
- "attributes, change privacy, delete files."
3849
  msgstr ""
3850
 
3851
- #: app/helper/RTMediaAddon.php:308
3852
- msgid "BuddyPress Profile Picture"
3853
  msgstr ""
3854
 
3855
- #: app/helper/RTMediaAddon.php:311
3856
- msgid ""
3857
- "User can easily set his/her profile picture from media uploaded via rtMedia."
3858
  msgstr ""
3859
 
3860
- #: app/helper/RTMediaAddon.php:319
3861
- msgid "Album Cover Art"
3862
  msgstr ""
3863
 
3864
- #: app/helper/RTMediaAddon.php:322
3865
- msgid "User can easily set any of the image of the album as album cover photo"
3866
  msgstr ""
3867
 
3868
- #: app/helper/RTMediaAddon.php:330
3869
- msgid "Direct Download Link"
3870
  msgstr ""
3871
 
3872
- #: app/helper/RTMediaAddon.php:333
 
 
 
 
3873
  msgid ""
3874
- "User can download media from website. Site owner can restrict which media "
3875
- "type can be allowed to download."
3876
  msgstr ""
3877
 
3878
- #: app/helper/RTMediaAddon.php:341
3879
- msgid "Upload by URL"
 
 
3880
  msgstr ""
3881
 
3882
- #: app/helper/RTMediaAddon.php:344
3883
  msgid ""
3884
- "Users do not need to download media files from a URL and then upload it with "
3885
- "rtMedia. Just provide the absolute URL for the media and it will upload on "
3886
- "site."
3887
  msgstr ""
3888
 
3889
- #: app/helper/RTMediaAddon.php:352
3890
- msgid "Media Likes"
3891
  msgstr ""
3892
 
3893
- #: app/helper/RTMediaAddon.php:355
3894
- msgid ""
3895
- "This add-on let you know who liked the media. User can also see which media "
3896
- "they liked under their profile."
3897
  msgstr ""
3898
 
3899
- #: app/helper/RTMediaAddon.php:363
3900
- msgid "Activity URL Preview"
 
 
3901
  msgstr ""
3902
 
3903
- #: app/helper/RTMediaAddon.php:366
3904
  msgid ""
3905
- "This addon provides a preview of the URL that is shared in BuddyPress "
3906
- "activity. Just enter the URL you want to share on your site and see a "
3907
- "preview of it before it is shared."
3908
  msgstr ""
3909
 
3910
- #: app/helper/RTMediaAddon.php:374
3911
- msgid "View Counter"
3912
  msgstr ""
3913
 
3914
- #: app/helper/RTMediaAddon.php:377
3915
  msgid ""
3916
- "Enable view count for all the uploaded media. Whenever user open that media "
3917
- "file in lightbox or in single media view, that view count will be calculated "
3918
- "and display next to media file."
3919
  msgstr ""
3920
 
3921
- #: app/helper/RTMediaAddon.php:385
3922
- msgid "Shortcode Generator"
3923
  msgstr ""
3924
 
3925
- #: app/helper/RTMediaAddon.php:388
 
 
 
 
3926
  msgid ""
3927
- "This add-on will add shortcode generator button in WordPress post and page "
3928
- "editor for all the rtMedia shortcodes."
3929
  msgstr ""
3930
 
3931
- #: app/helper/RTMediaAddon.php:396
3932
- msgid "Album Privacy"
3933
  msgstr ""
3934
 
3935
- #: app/helper/RTMediaAddon.php:399
3936
  msgid ""
3937
- "Set album privacy when user create an album or change album privacy when "
3938
- "editing existing albums. The privacy levels are Public, Logged in user, "
3939
- "Friends and Private."
3940
  msgstr ""
3941
 
3942
- #: app/helper/RTMediaAddon.php:407
3943
- msgid "BuddyPress Group Media Control"
3944
  msgstr ""
3945
 
3946
- #: app/helper/RTMediaAddon.php:410
3947
  msgid ""
3948
- "This add-on allows group owner to manage media upload feature group wise."
 
 
3949
  msgstr ""
3950
 
3951
- #: app/helper/RTMediaAddon.php:418
3952
- msgid "Set Custom Thumbnail for Audio/Video"
3953
  msgstr ""
3954
 
3955
- #: app/helper/RTMediaAddon.php:421
3956
  msgid ""
3957
- "Allow media owner to change the thumbnail of uploaded audio/video files. The "
3958
- "File Upload box will be provided to change media thumbnail."
3959
  msgstr ""
3960
 
3961
- #: app/helper/RTMediaAddon.php:429
3962
- msgid "myCRED"
3963
  msgstr ""
3964
 
3965
- #: app/helper/RTMediaAddon.php:432
3966
  msgid ""
3967
- "This plugin integrates rtMedia and myCRED plugin, users can be can award "
3968
- "virtual points for various rtMedia activities, like media upload, likes, "
3969
- "deleted etc."
3970
  msgstr ""
3971
 
3972
- #: app/helper/RTMediaAddon.php:440
3973
- msgid "Upload terms"
3974
  msgstr ""
3975
 
3976
- #: app/helper/RTMediaAddon.php:443
3977
  msgid ""
3978
- "User must have to check the terms and conditions checkbox before uploading "
3979
- "the media."
3980
  msgstr ""
3981
 
3982
- #: app/helper/RTMediaAddon.php:451
3983
- msgid "CubePoints"
3984
  msgstr ""
3985
 
3986
- #: app/helper/RTMediaAddon.php:454
3987
  msgid ""
3988
- "If you are using CubePoints plugin on your website than rtMedia CubePoint "
3989
- "add-on can be integrate with that plugin to setup point management system "
3990
- "for rtMedia related activities."
3991
  msgstr ""
3992
 
3993
- #: app/helper/RTMediaAddon.php:462
3994
- msgid "Social Sync"
 
 
3995
  msgstr ""
3996
 
3997
- #: app/helper/RTMediaAddon.php:465
 
 
 
 
3998
  msgid ""
3999
- "rtMedia Social Sync allows you to import media from your Facebook account."
 
4000
  msgstr ""
4001
 
4002
- #: app/helper/RTMediaAddon.php:473
4003
- msgid "Photo Watermark"
4004
  msgstr ""
4005
 
4006
- #: app/helper/RTMediaAddon.php:476
4007
- msgid ""
4008
- "rtMedia Photo Watermark let you add watermark on your images uploaded using "
4009
- "rtMedia."
4010
  msgstr ""
4011
 
4012
- #: app/helper/RTMediaAddon.php:484
4013
- msgid "Photo Tagging"
4014
  msgstr ""
4015
 
4016
- #: app/helper/RTMediaAddon.php:487
4017
  msgid ""
4018
- "rtMedia Photo Tagging enable users to tag their friends on photos uploaded "
4019
- "using rtMedia."
4020
  msgstr ""
4021
 
4022
- #: app/helper/RTMediaAddon.php:495
4023
- msgid "Photo Filters"
 
 
 
4024
  msgstr ""
4025
 
4026
- #: app/helper/RTMediaAddon.php:498
4027
  msgid ""
4028
- "rtMedia Photo Filters adds Instagram like filters to images uploaded with "
4029
- "rtMedia."
4030
  msgstr ""
4031
 
4032
- #: app/helper/RTMediaAddon.php:506
4033
- msgid "Kaltura Add-on"
 
 
 
 
4034
  msgstr ""
4035
 
4036
- #: app/helper/RTMediaAddon.php:509
4037
  msgid ""
4038
- "Add support for more video formats using Kaltura video solution. It works "
4039
- "with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise."
4040
  msgstr ""
4041
 
4042
- #: app/helper/RTMediaAddon.php:517
4043
- msgid "FFMPEG Add-on"
4044
  msgstr ""
4045
 
4046
- #: app/helper/RTMediaAddon.php:520
4047
- msgid ""
4048
- "Add supports for more audio & video formats using open-source media-node. "
4049
- "Media node comes with automated setup script for Ubuntu/Debian."
4050
  msgstr ""
4051
 
4052
- #: app/helper/RTMediaAddon.php:528
4053
- msgid "Membership Add-on"
 
 
4054
  msgstr ""
4055
 
4056
- #: app/helper/RTMediaAddon.php:531
4057
- msgid ""
4058
- "rtMedia Membership add-on provides membership functionality in your site in "
4059
- "terms of media upload."
4060
  msgstr ""
4061
 
4062
- #: app/helper/RTMediaAddon.php:571
4063
- msgid "Coming Soon !!"
4064
  msgstr ""
4065
 
4066
- #: app/helper/RTMediaAddon.php:604
4067
- msgid "Purchased"
 
4068
  msgstr ""
4069
 
4070
- #: app/helper/RTMediaUploadException.php:41
4071
- msgid ""
4072
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
4073
- "the HTML form"
4074
  msgstr ""
4075
 
4076
- #: app/helper/RTMediaUploadException.php:44
4077
- msgid "No file was uploaded"
 
4078
  msgstr ""
4079
 
4080
- #: app/helper/RTMediaUploadException.php:49
4081
- msgid "Uploade failed due to internal server error."
4082
  msgstr ""
4083
 
4084
- #: app/helper/RTMediaUploadException.php:52
4085
- msgid "File type not allowed."
4086
  msgstr ""
4087
 
4088
- #: app/helper/RTMediaUploadException.php:56
4089
- msgid "Invalid Context for upload."
4090
  msgstr ""
4091
 
4092
- #: app/helper/RTMediaUploadException.php:59
4093
- msgid "Unknown file upload error."
4094
  msgstr ""
4095
 
4096
- #: app/helper/RTMediaCommentNotification.php:60
4097
- msgid "commented on your"
4098
  msgstr ""
4099
 
4100
- #: app/helper/RTMediaCommentNotification.php:62
4101
- msgid "new comments on your"
4102
  msgstr ""
4103
 
4104
- #: app/helper/RTMediaFeed.php:52
4105
- msgid "No items"
4106
  msgstr ""
4107
 
4108
- #: app/helper/RTMediaFeed.php:58
4109
- msgid "Posted "
4110
  msgstr ""
4111
 
4112
- #: app/helper/RTMediaThemes.php:60 app/helper/RTMediaThemes.php:61
4113
- msgid "Themes By rtCamp"
4114
  msgstr ""
4115
 
4116
- #: app/helper/RTMediaThemes.php:67 app/helper/RTMediaThemes.php:68
4117
- msgid "3rd Party Themes"
4118
  msgstr ""
4119
 
4120
- #: app/helper/RTMediaThemes.php:105
4121
- msgid "rtDating"
4122
  msgstr ""
4123
 
4124
- #: app/helper/RTMediaThemes.php:108 app/helper/RTMediaThemes.php:118
4125
- #: app/helper/RTMediaThemes.php:128
4126
- msgid "rtCamp"
4127
  msgstr ""
4128
 
4129
- #: app/helper/RTMediaThemes.php:111
4130
- msgid ""
4131
- "rtDating is a unique, clean and modern theme only for WordPress. This theme "
4132
- "is mostly useful for dating sites and community websites. It can also be use "
4133
- "for any other WordPress based website."
4134
  msgstr ""
4135
 
4136
- #: app/helper/RTMediaThemes.php:115
4137
- msgid "InspireBook"
4138
  msgstr ""
4139
 
4140
- #: app/helper/RTMediaThemes.php:121
4141
- msgid ""
4142
- "InspireBook is a premium WordPress theme, designed especially for BuddyPress "
4143
- "and rtMedia powered social-networks."
4144
  msgstr ""
4145
 
4146
- #: app/helper/RTMediaThemes.php:125
4147
- msgid "Foodmania"
 
 
4148
  msgstr ""
4149
 
4150
- #: app/helper/RTMediaThemes.php:131
4151
  msgid ""
4152
- "Its premium WordPress theme, designed especially for Food, recipe and "
4153
- "photography community sites."
 
4154
  msgstr ""
4155
 
4156
- #: app/helper/RTMediaThemes.php:149 app/helper/RTMediaThemes.php:274
4157
- msgid "Theme Details"
 
 
4158
  msgstr ""
4159
 
4160
- #: app/helper/RTMediaThemes.php:161 app/helper/RTMediaThemes.php:286
4161
- msgid "Show previous theme"
 
4162
  msgstr ""
4163
 
4164
- #: app/helper/RTMediaThemes.php:162 app/helper/RTMediaThemes.php:287
4165
- msgid "Show next theme"
 
4166
  msgstr ""
4167
 
4168
- #: app/helper/RTMediaThemes.php:163 app/helper/RTMediaThemes.php:288
4169
- msgid "Close overlay"
 
4170
  msgstr ""
4171
 
4172
- #: app/helper/RTMediaThemes.php:176 app/helper/RTMediaThemes.php:301
4173
- msgid "Read More"
 
4174
  msgstr ""
4175
 
4176
- #: app/helper/RTMediaThemes.php:177 app/helper/RTMediaThemes.php:302
4177
- msgid "Tags:"
 
4178
  msgstr ""
4179
 
4180
- #: app/helper/RTMediaThemes.php:209
4181
- msgid "Thrive - Intranet & Community WordPress Theme"
 
4182
  msgstr ""
4183
 
4184
- #: app/helper/RTMediaThemes.php:212 app/helper/RTMediaThemes.php:232
4185
- msgid "dunhakdis"
 
4186
  msgstr ""
4187
 
4188
- #: app/helper/RTMediaThemes.php:215
4189
- msgid ""
4190
- "Thrive is an innovative WordPress Theme designed to cater company portals, "
4191
- "organisational websites, company intranet and extranets."
4192
  msgstr ""
4193
 
4194
- #: app/helper/RTMediaThemes.php:219
4195
- msgid "(M) SOCIAL NETWORK BUDDYPRESS THEME"
 
4196
  msgstr ""
4197
 
4198
- #: app/helper/RTMediaThemes.php:222
4199
- msgid "gavick"
 
4200
  msgstr ""
4201
 
4202
- #: app/helper/RTMediaThemes.php:225
4203
- msgid ""
4204
- "(M)Social is a sophisticated, vibrant community theme that offers incredible "
4205
- "grid layouts, with full BuddyPress support so your users can interact with "
4206
- "each other, create their own pages, and share their thoughts and images with "
4207
- "the community."
4208
  msgstr ""
4209
 
4210
- #: app/helper/RTMediaThemes.php:229
4211
- msgid "Klein"
 
4212
  msgstr ""
4213
 
4214
- #: app/helper/RTMediaThemes.php:235
4215
- msgid ""
4216
- "Klein is an innovative WordPress theme built to support BuddyPress, bbPress, "
4217
- "and WooCommerce out of the box. Perfect for websites that interacts with "
4218
- "many users."
4219
  msgstr ""
4220
 
4221
- #: app/helper/RTMediaThemes.php:239
4222
- msgid "SweetDate"
 
4223
  msgstr ""
4224
 
4225
- #: app/helper/RTMediaThemes.php:242 app/helper/RTMediaThemes.php:252
4226
- msgid "SeventhQueen"
 
4227
  msgstr ""
4228
 
4229
- #: app/helper/RTMediaThemes.php:245
4230
- msgid ""
4231
- "SweetDate is a unique, clean and modern Premium Wordpress theme. It is "
4232
- "perfect for a dating or community website but can be used as well for any "
4233
- "other domain. They added all the things you need to create a perfect "
4234
- "community system."
4235
  msgstr ""
4236
 
4237
- #: app/helper/RTMediaThemes.php:249
4238
- msgid "KLEO"
 
4239
  msgstr ""
4240
 
4241
- #: app/helper/RTMediaThemes.php:255
4242
- msgid ""
4243
- "You no longer need to be a professional developer or designer to create an "
4244
- "awesome website. Let your imagination run wild and create the site of your "
4245
- "dreams. KLEO has all the tools to get you started."
4246
  msgstr ""
4247
 
4248
- #: app/helper/RTMediaThemes.php:318
4249
- msgid ""
4250
- "These are the third party themes. For any issues or queries regarding these "
4251
- "themes please contact theme developers."
4252
  msgstr ""
4253
 
4254
- #: app/helper/RTMediaThemes.php:321
4255
- msgid "Are you a developer?"
 
4256
  msgstr ""
4257
 
4258
- #: app/helper/RTMediaThemes.php:324
4259
- msgid ""
4260
- "If you have developed a rtMedia compatible theme and would like it to list "
4261
- "here, please email us at"
4262
  msgstr ""
4263
 
4264
- #: app/helper/RTMediaThemes.php:325
4265
- msgid "product@rtcamp.com"
 
4266
  msgstr ""
4267
 
4268
- #: app/helper/rtFormInvalidArgumentsException.php:21
4269
- #, php-format
4270
- msgid ""
4271
- "Error on line %s in %s : <b>The method expects an array in arguments for %s "
4272
- "provided.</b>"
4273
  msgstr ""
4274
 
4275
- #: app/helper/RTMediaAdminWidget.php:32
4276
- msgid "Argument missing. id is required."
 
4277
  msgstr ""
4278
 
4279
- #: app/helper/RTMediaLikeNotification.php:91
4280
- msgid "liked your"
 
4281
  msgstr ""
4282
 
4283
- #: app/helper/RTMediaLikeNotification.php:93
4284
- msgid "and one more friend liked your"
 
4285
  msgstr ""
4286
 
4287
- #: app/helper/RTMediaLikeNotification.php:96
4288
- msgid "and"
 
4289
  msgstr ""
4290
 
4291
- #: app/helper/RTMediaLikeNotification.php:96
4292
- msgid "other friends liked your"
 
4293
  msgstr ""
4294
 
4295
- #: app/helper/RTMediaLicense.php:56
4296
- msgid "Activated"
 
4297
  msgstr ""
4298
 
4299
- #: app/helper/RTMediaLicense.php:59
4300
- msgid "Deactivated"
 
4301
  msgstr ""
4302
 
4303
- #: app/helper/RTMediaLicense.php:68
4304
- msgid "Status: "
 
4305
  msgstr ""
4306
 
4307
- #: app/helper/RTMediaLicense.php:77
4308
- msgid "License Key"
 
4309
  msgstr ""
4310
 
4311
- #: app/helper/RTMediaLicense.php:88
4312
- msgid "Activate / Deactivate License"
 
4313
  msgstr ""
4314
 
4315
- #: app/helper/RTMediaLicense.php:99
4316
- msgid "Activate License"
 
4317
  msgstr ""
4318
 
4319
- #: app/helper/RTMediaSettings.php:208
4320
- msgid "BuddyPress Media Addons for Photos"
 
4321
  msgstr ""
4322
 
4323
- #: app/helper/RTMediaSettings.php:212
4324
- msgid "rtMedia Themes"
 
4325
  msgstr ""
4326
 
4327
- #: app/helper/RTMediaSettings.php:285
4328
- #, php-format
4329
- msgid ""
4330
- "Currently your network allows uploading of the following file types. You can "
4331
- "change the settings <a href=\"%s\">here</a>.<br /><code>%s</code></span>"
4332
  msgstr ""
4333
 
4334
- #: app/helper/RTMediaSettings.php:303 app/helper/RTMediaSettings.php:305
4335
- msgid "Recounting of media files done successfully"
 
4336
  msgstr ""
4337
 
4338
- #: app/helper/RTMediaSettings.php:305
4339
- msgid "Recount Success"
 
4340
  msgstr ""
4341
 
4342
- #: app/helper/RTMediaSettings.php:309 app/helper/RTMediaSettings.php:311
4343
- msgid "Recounting Failed"
 
4344
  msgstr ""
4345
 
4346
- #: app/helper/RTMediaSettings.php:311
4347
- msgid "Recount Fail"
 
4348
  msgstr ""
4349
 
4350
- #: app/helper/RTMediaSettings.php:324 app/helper/RTMediaSettings.php:326
4351
- msgid "Atleast one Media Type Must be selected"
 
 
 
4352
  msgstr ""
4353
 
4354
- #: app/helper/RTMediaSettings.php:335 app/helper/RTMediaSettings.php:337
4355
- msgid "\"Number of media\" count value should be numeric and greater than 0."
 
4356
  msgstr ""
4357
 
4358
- #: app/helper/RTMediaSettings.php:337
4359
- msgid "Default Count"
 
4360
  msgstr ""
4361
 
4362
- #: app/helper/RTMediaSettings.php:342
4363
- msgid "Settings saved."
 
4364
  msgstr ""
4365
 
4366
- #: app/helper/RTMediaSettings.php:366
4367
- #, php-format
4368
- msgid ""
4369
- "If you make changes to width, height or crop settings, you must use \"<a "
4370
- "href=\"%s\">Regenerate Thumbnail Plugin</a>\" to regenerate old images.\""
4371
  msgstr ""
4372
 
4373
- #: app/helper/RTMediaSettings.php:387
4374
- msgid "BuddyPress Media 2.6 requires a database upgrade. "
 
4375
  msgstr ""
4376
 
4377
- #: app/helper/RTMediaSettings.php:387
4378
- msgid "Update Database"
 
4379
  msgstr ""
4380
 
4381
- #: app/helper/RTMediaSettings.php:404
4382
- msgid ""
4383
- "If your site has some issues due to BuddyPress Media and you want one on one "
4384
- "support then you can create a support topic on the <a target=\"_blank\" href="
4385
- "\"http://community.rtcamp.com/c/rtmedia?"
4386
- "utm_source=dashboard&utm_medium=plugin&utm_campaign=rtmedia\">rtCamp Support "
4387
- "Forum</a>."
4388
  msgstr ""
4389
 
4390
- #: app/helper/RTMediaSettings.php:405
4391
- msgid ""
4392
- "If you have any suggestions, enhancements or bug reports, then you can open "
4393
- "a new issue on <a target=\"_blank\" href=\"https://github.com/rtCamp/rtmedia/"
4394
- "issues/new\">GitHub</a>."
4395
  msgstr ""
4396
 
4397
- #: templates/media/media-single-edit.php:26
4398
- #: templates/media/album-single-edit.php:32
4399
- msgid "Title : "
4400
  msgstr ""
4401
 
4402
- #: templates/media/media-single-edit.php:32
4403
- #: templates/media/album-single-edit.php:37
4404
- msgid "Description: "
4405
  msgstr ""
4406
 
4407
- #: templates/media/media-single-edit.php:46
4408
- msgid "Save"
 
4409
  msgstr ""
4410
 
4411
- #: templates/media/media-single-edit.php:47
4412
- #: templates/media/album-single-edit.php:48
4413
- msgid "Back"
4414
  msgstr ""
4415
 
4416
- #: templates/media/media-single-edit.php:54
4417
- msgid "Sorry !! You do not have rights to edit this media"
 
4418
  msgstr ""
4419
 
4420
- #: templates/media/media-single-edit.php:61
4421
- #: templates/media/album-gallery.php:64 templates/media/media-single.php:146
4422
- msgid "Sorry !! There's no media found for the request !!"
4423
  msgstr ""
4424
 
4425
- #: templates/media/album-gallery.php:14
4426
- msgid "Album List"
 
4427
  msgstr ""
4428
 
4429
- #: templates/media/album-single-edit.php:12
4430
- msgid "Edit Album : "
 
4431
  msgstr ""
4432
 
4433
- #: templates/media/album-single-edit.php:18
4434
- msgid "Manage Media"
 
4435
  msgstr ""
4436
 
4437
- #: templates/media/album-single-edit.php:63
4438
- msgid "Move Selected media to another album."
 
 
 
4439
  msgstr ""
4440
 
4441
- #: templates/media/album-single-edit.php:63
4442
- msgid "Move"
 
4443
  msgstr ""
4444
 
4445
- #: templates/media/album-single-edit.php:65
4446
- msgid "Delete Selected media from the album."
 
 
 
4447
  msgstr ""
4448
 
4449
- #: templates/media/album-single-edit.php:70
4450
- msgid "Move selected media to the album : "
 
4451
  msgstr ""
4452
 
4453
- #: templates/media/album-single-edit.php:72
4454
- msgid "Move Selected"
 
4455
  msgstr ""
4456
 
4457
- #: templates/media/album-single-edit.php:94
4458
- msgid "Prev"
 
4459
  msgstr ""
4460
 
4461
- #: templates/media/album-single-edit.php:103
4462
- msgid "Next"
 
4463
  msgstr ""
4464
 
4465
- #: templates/media/album-single-edit.php:106
4466
- msgid "The album is empty."
 
4467
  msgstr ""
4468
 
4469
- #: templates/media/album-single-edit.php:116
4470
- msgid "Sorry !! You can not edit this album."
 
4471
  msgstr ""
4472
 
4473
- #: templates/media/media-gallery.php:9 templates/media/media-gallery.php:25
4474
- msgid "Media Gallery"
 
 
 
4475
  msgstr ""
4476
 
4477
- #: templates/media/media-gallery.php:73
4478
- msgid "Oops !! There's no media found for the request !!"
 
4479
  msgstr ""
4480
 
4481
- #: templates/media/media-single.php:35
4482
- msgid "under"
 
4483
  msgstr ""
 
 
 
 
 
1
+ # Copyright (C) 2016 rtCamp
2
  # This file is distributed under the same license as the rtMedia for WordPress, BuddyPress and bbPress package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 3.10.3\n"
6
  "Report-Msgid-Bugs-To: http://community.rtcamp.com/c/rtmedia/\n"
7
+ "POT-Creation-Date: 2016-03-14 09:34:58+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: 2016-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:127
28
+ msgid "View &#8220;%s&#8221;"
29
  msgstr ""
30
 
31
+ #: app/admin/RTMediaAdmin.php:127
32
+ msgid "View"
33
  msgstr ""
34
 
35
+ #: app/admin/RTMediaAdmin.php:369
36
+ msgid " You must"
 
37
  msgstr ""
38
 
39
+ #: app/admin/RTMediaAdmin.php:369
40
+ msgid "update permalink structure"
41
  msgstr ""
42
 
43
+ #: app/admin/RTMediaAdmin.php:369
44
+ msgid "to something other than the default for it to work."
 
 
 
 
 
45
  msgstr ""
46
 
47
+ #: app/admin/RTMediaAdmin.php:395
48
+ msgid "rtMedia:"
 
 
 
49
  msgstr ""
50
 
51
+ #: app/admin/RTMediaAdmin.php:395
52
+ msgid "Please update all premium add-ons that you have purchased from rtCamp from"
53
+ msgstr ""
 
 
 
 
 
54
 
55
+ #: app/admin/RTMediaAdmin.php:395
56
+ msgid "your account"
57
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
+ #: app/admin/RTMediaAdmin.php:395
60
+ msgid "Dismiss"
61
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
+ #: app/admin/RTMediaAdmin.php:508
64
+ msgid "rtMedia Pro is released"
65
  msgstr ""
66
 
67
+ #: app/admin/RTMediaAdmin.php:529
68
+ msgid "Media Stats"
69
  msgstr ""
70
 
71
+ #: app/admin/RTMediaAdmin.php:556
72
+ msgid "Usage Stats"
 
73
  msgstr ""
74
 
75
+ #: app/admin/RTMediaAdmin.php:565
76
+ msgid "Total "
77
  msgstr ""
78
 
79
+ #: app/admin/RTMediaAdmin.php:573
80
+ msgid "With Media"
 
 
 
81
  msgstr ""
82
 
83
+ #: app/admin/RTMediaAdmin.php:581
84
+ msgid "Comments "
85
  msgstr ""
86
 
87
+ #: app/admin/RTMediaAdmin.php:589 app/main/controllers/media/RTMediaLike.php:19
88
+ msgid "Likes"
89
  msgstr ""
90
 
91
+ #: app/admin/RTMediaAdmin.php:600
92
+ msgid "rtMedia Links:"
 
93
  msgstr ""
94
 
95
+ #: app/admin/RTMediaAdmin.php:601
96
+ msgid "Homepage"
97
  msgstr ""
98
 
99
+ #: app/admin/RTMediaAdmin.php:602
100
+ msgid "Free Support"
101
  msgstr ""
102
 
103
+ #: app/admin/RTMediaAdmin.php:603
104
+ msgid "Premium Addons"
 
105
  msgstr ""
106
 
107
+ #: app/admin/RTMediaAdmin.php:619
108
+ msgid "Right Now in rtMedia"
109
  msgstr ""
110
 
111
+ #: app/admin/RTMediaAdmin.php:673 app/admin/RTMediaAdmin.php:882
112
+ msgid "Regenerate Thumbnail"
 
113
  msgstr ""
114
 
115
+ #: app/admin/RTMediaAdmin.php:714 app/admin/RTMediaAdmin.php:1368
116
+ #: app/admin/RTMediaAdmin.php:1369
117
+ msgid "rtMedia"
118
  msgstr ""
119
 
120
+ #: app/admin/RTMediaAdmin.php:721 app/admin/RTMediaAdmin.php:724
121
+ #: app/admin/RTMediaAdmin.php:870 app/admin/RTMediaAdmin.php:1398
122
+ msgid "Settings"
 
123
  msgstr ""
124
 
125
+ #: app/admin/RTMediaAdmin.php:732 app/admin/RTMediaAdmin.php:735
126
+ #: app/admin/RTMediaAdmin.php:871 app/admin/RTMediaAdmin.php:1402
127
+ msgid "Addons"
128
  msgstr ""
129
 
130
+ #: app/admin/RTMediaAdmin.php:743 app/admin/RTMediaAdmin.php:746
131
+ #: app/admin/RTMediaAdmin.php:872 app/admin/RTMediaAdmin.php:1414
132
+ #: app/helper/RTMediaSettings.php:210 app/helper/RTMediaSupport.php:51
133
+ #: app/helper/RTMediaSupport.php:52 lib/freemius/includes/i18n.php:39
134
+ msgid "Support"
135
  msgstr ""
136
 
137
+ #: app/admin/RTMediaAdmin.php:754 app/admin/RTMediaAdmin.php:757
138
+ #: app/admin/RTMediaAdmin.php:873 app/admin/RTMediaAdmin.php:1406
139
+ msgid "Themes"
140
  msgstr ""
141
 
142
+ #: app/admin/RTMediaAdmin.php:765 app/admin/RTMediaAdmin.php:768
143
+ #: app/admin/RTMediaAdmin.php:874 app/admin/RTMediaAdmin.php:1410
144
+ msgid "Hire Us"
145
  msgstr ""
146
 
147
+ #: app/admin/RTMediaAdmin.php:777 app/admin/RTMediaAdmin.php:780
148
+ #: app/admin/RTMediaAdmin.php:876 app/admin/RTMediaAdmin.php:1422
149
+ msgid "Licenses"
150
  msgstr ""
151
 
152
+ #: app/admin/RTMediaAdmin.php:831
153
+ msgid "ON"
154
  msgstr ""
155
 
156
+ #: app/admin/RTMediaAdmin.php:832
157
+ msgid "OFF"
 
 
158
  msgstr ""
159
 
160
+ #: app/admin/RTMediaAdmin.php:838
161
+ msgid "Please do not refresh this page."
 
 
162
  msgstr ""
163
 
164
+ #: app/admin/RTMediaAdmin.php:839
165
+ msgid ""
166
+ "Something went wrong. Please <a href "
167
+ "onclick=\"location.reload();\">refresh</a> page."
168
  msgstr ""
169
 
170
+ #: app/admin/RTMediaAdmin.php:840
171
+ msgid "This will subscribe you to the free plan."
 
 
172
  msgstr ""
173
 
174
+ #: app/admin/RTMediaAdmin.php:841
175
+ msgid "Are you sure you want to disable the encoding service?"
176
  msgstr ""
177
 
178
+ #: app/admin/RTMediaAdmin.php:842
179
+ msgid "Are you sure you want to enable the encoding service?"
 
180
  msgstr ""
181
 
182
+ #: app/admin/RTMediaAdmin.php:882
183
+ msgid "Regen. Thumbnail "
 
184
  msgstr ""
185
 
186
+ #: app/admin/RTMediaAdmin.php:900 app/admin/RTMediaAdmin.php:1879
187
+ msgid "Regenerate Video Thumbnails"
 
188
  msgstr ""
189
 
190
+ #: app/admin/RTMediaAdmin.php:918
191
+ msgid "Regenerate Pending Thumbnails"
192
  msgstr ""
193
 
194
+ #: app/admin/RTMediaAdmin.php:928
195
+ msgid "Total Videos"
196
  msgstr ""
197
 
198
+ #: app/admin/RTMediaAdmin.php:931
199
+ msgid "Sent of regenerate thumbails"
 
200
  msgstr ""
201
 
202
+ #: app/admin/RTMediaAdmin.php:933
203
+ msgid "Fail to regenerate thumbails"
 
 
204
  msgstr ""
205
 
206
+ #: app/admin/RTMediaAdmin.php:972
207
+ msgid "Regenerate Video Thumbnails Done"
 
208
  msgstr ""
209
 
210
+ #: app/admin/RTMediaAdmin.php:1016
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:1094
218
+ msgid "not a video ..."
 
219
  msgstr ""
220
 
221
+ #: app/admin/RTMediaAdmin.php:1259
222
+ msgid "Empowering The Web With WordPress"
 
223
  msgstr ""
224
 
225
+ #: app/admin/RTMediaAdmin.php:1279
226
+ msgid "Settings saved successfully!"
227
  msgstr ""
228
 
229
+ #: app/admin/RTMediaAdmin.php:1282 app/admin/RTMediaAdmin.php:1305
230
+ msgid "Save Settings"
 
 
231
  msgstr ""
232
 
233
+ #: app/admin/RTMediaAdmin.php:1504 app/admin/RTMediaAdmin.php:1505
234
+ msgid "Display"
 
235
  msgstr ""
236
 
237
+ #: app/admin/RTMediaAdmin.php:1513
238
+ msgid "rtMedia BuddyPress"
239
  msgstr ""
240
 
241
+ #: app/admin/RTMediaAdmin.php:1514
242
+ msgid "BuddyPress"
243
  msgstr ""
244
 
245
+ #: app/admin/RTMediaAdmin.php:1522
246
+ msgid "rtMedia Types"
 
 
247
  msgstr ""
248
 
249
+ #: app/admin/RTMediaAdmin.php:1523
250
+ msgid "Types"
 
 
251
  msgstr ""
252
 
253
+ #: app/admin/RTMediaAdmin.php:1530
254
+ msgid "rtMedia Sizes"
255
  msgstr ""
256
 
257
+ #: app/admin/RTMediaAdmin.php:1531
258
+ msgid "Media Sizes"
259
  msgstr ""
260
 
261
+ #: app/admin/RTMediaAdmin.php:1538
262
+ msgid "rtMedia Privacy"
 
263
  msgstr ""
264
 
265
+ #: app/admin/RTMediaAdmin.php:1539
266
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:411
267
+ msgid "Privacy"
268
  msgstr ""
269
 
270
+ #: app/admin/RTMediaAdmin.php:1545
271
+ msgid "rtMedia Custom CSS"
272
  msgstr ""
273
 
274
+ #: app/admin/RTMediaAdmin.php:1546
275
+ msgid "Custom CSS"
276
  msgstr ""
277
 
278
+ #: app/admin/RTMediaAdmin.php:1555 app/admin/RTMediaAdmin.php:1556
279
+ msgid "Other Settings"
280
  msgstr ""
281
 
282
+ #: app/admin/RTMediaAdmin.php:1651
283
+ msgid "I use @rtMediaWP http://rt.cx/rtmedia on %s"
284
  msgstr ""
285
 
286
+ #: app/admin/RTMediaAdmin.php:1653
287
+ msgid "Post to Twitter Now"
288
  msgstr ""
289
 
290
+ #: app/admin/RTMediaAdmin.php:1653
291
+ msgid "Post to Twitter"
 
292
  msgstr ""
293
 
294
+ #: app/admin/RTMediaAdmin.php:1654
295
+ msgid "Share on Facebook Now"
296
  msgstr ""
297
 
298
+ #: app/admin/RTMediaAdmin.php:1654
299
+ msgid "Share on Facebook"
300
  msgstr ""
301
 
302
+ #: app/admin/RTMediaAdmin.php:1655
303
+ msgid "Rate rtMedia on Wordpress.org"
304
  msgstr ""
305
 
306
+ #: app/admin/RTMediaAdmin.php:1655
307
+ msgid "Rate on Wordpress.org"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
308
  msgstr ""
309
 
310
+ #: app/admin/RTMediaAdmin.php:1656
311
+ msgid "Subscribe to our Feeds"
 
312
  msgstr ""
313
 
314
+ #: app/admin/RTMediaAdmin.php:1659
315
+ msgid "Spread the Word"
 
316
  msgstr ""
317
 
318
+ #: app/admin/RTMediaAdmin.php:1665 app/admin/RTMediaAdmin.php:1672
319
+ msgid "Subscribe"
 
320
  msgstr ""
321
 
322
+ #: app/admin/RTMediaAdmin.php:1694
323
+ msgid "Thank you for your time."
 
324
  msgstr ""
325
 
326
+ #: app/admin/RTMediaAdmin.php:1706
327
+ msgid "Premium Add-ons"
328
  msgstr ""
329
 
330
+ #: app/admin/RTMediaAdmin.php:1722
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:1723 app/admin/RTMediaAdmin.php:1734
338
+ #: app/admin/RTMediaAdmin.php:1743
339
+ msgid "Recommended"
340
  msgstr ""
341
 
342
+ #: app/admin/RTMediaAdmin.php:1723 app/admin/RTMediaAdmin.php:1734
343
+ #: app/admin/RTMediaAdmin.php:1743
344
+ msgid "Update Network Settings Automatically"
345
  msgstr ""
346
 
347
+ #: app/admin/RTMediaAdmin.php:1733
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:1742
 
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:1757
362
+ msgid "Network settings updated successfully."
 
 
363
  msgstr ""
364
 
365
+ #: app/admin/RTMediaAdmin.php:1863
366
+ msgid "Video is sent to generate thumbnails."
 
 
 
367
  msgstr ""
368
 
369
+ #: app/admin/RTMediaAdmin.php:1865
370
+ msgid "Video cannot be sent to generate thumbnails."
 
 
 
371
  msgstr ""
372
 
373
+ #: app/admin/RTMediaAdmin.php:1944
 
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:1944
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:560
579
+ msgid "Media Types Settings"
 
580
  msgstr ""
581
 
582
+ #: app/admin/RTMediaFormHandler.php:568 app/helper/RTMediaSettings.php:326
583
+ msgid "Media Type"
584
  msgstr ""
585
 
586
+ #: app/admin/RTMediaFormHandler.php:573
587
+ msgid "Allow Upload"
588
  msgstr ""
589
 
590
+ #: app/admin/RTMediaFormHandler.php:575
591
+ msgid "Allows you to upload a particular media type on your post."
 
592
  msgstr ""
593
 
594
+ #: app/admin/RTMediaFormHandler.php:583
595
+ msgid "Set Featured"
 
596
  msgstr ""
597
 
598
+ #: app/admin/RTMediaFormHandler.php:585
599
+ msgid "Place a specific media as a featured content on the post."
 
600
  msgstr ""
601
 
602
+ #: app/admin/RTMediaFormHandler.php:627
603
+ msgid "File Extensions"
 
 
 
604
  msgstr ""
605
 
606
+ #: app/admin/RTMediaFormHandler.php:715
607
+ msgid "Media Size Settings"
 
608
  msgstr ""
609
 
610
+ #: app/admin/RTMediaFormHandler.php:720
611
+ msgid "Category"
 
 
 
612
  msgstr ""
613
 
614
+ #: app/admin/RTMediaFormHandler.php:721
615
+ msgid "Entity"
616
  msgstr ""
617
 
618
+ #: app/admin/RTMediaFormHandler.php:722
619
+ msgid "Width"
 
620
  msgstr ""
621
 
622
+ #: app/admin/RTMediaFormHandler.php:723
623
+ msgid "Height"
 
624
  msgstr ""
625
 
626
+ #: app/admin/RTMediaFormHandler.php:724
627
+ msgid "Crop"
628
  msgstr ""
629
 
630
+ #: app/admin/RTMediaFormHandler.php:777
631
+ msgid "Number of thumbnails to generate on video upload"
632
  msgstr ""
633
 
634
+ #: app/admin/RTMediaFormHandler.php:783
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:791
641
+ msgid "Encoding Settings"
 
 
 
642
  msgstr ""
643
 
644
+ #: app/admin/RTMediaFormHandler.php:798
645
+ msgid "JPEG/JPG image quality (1-100)"
 
 
646
  msgstr ""
647
 
648
+ #: app/admin/RTMediaFormHandler.php:804
649
+ msgid "Enter JPEG/JPG Image Quality. Minimum value is 1. 100 is original quality."
650
  msgstr ""
651
 
652
+ #: app/admin/RTMediaFormHandler.php:812
653
+ msgid "Image Quality"
 
654
  msgstr ""
655
 
656
+ #: app/admin/RTMediaFormHandler.php:834
657
+ msgid "Custom CSS settings"
658
  msgstr ""
659
 
660
+ #: app/admin/RTMediaFormHandler.php:853
661
+ msgid "rtMedia default styles"
 
 
 
662
  msgstr ""
663
 
664
+ #: app/admin/RTMediaFormHandler.php:859
 
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:864
671
+ msgid "Paste your CSS code"
 
 
 
 
 
 
672
  msgstr ""
673
 
674
+ #: app/admin/RTMediaFormHandler.php:870
675
+ msgid "Custom rtMedia CSS container"
 
676
  msgstr ""
677
 
678
+ #: app/admin/RTMediaFormHandler.php:893
679
+ msgid "Enable privacy"
680
  msgstr ""
681
 
682
+ #: app/admin/RTMediaFormHandler.php:899
683
+ msgid "Enable privacy in rtMedia"
 
 
684
  msgstr ""
685
 
686
+ #: app/admin/RTMediaFormHandler.php:904
687
+ msgid "Default privacy"
 
688
  msgstr ""
689
 
690
+ #: app/admin/RTMediaFormHandler.php:910
691
+ msgid "Set default privacy for media"
692
  msgstr ""
693
 
694
+ #: app/admin/RTMediaFormHandler.php:916
695
+ msgid "Allow users to set privacy for their content"
696
  msgstr ""
697
 
698
+ #: app/admin/RTMediaFormHandler.php:921
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:925
705
+ msgid "For group uploads, BuddyPress groups privacy is used."
 
 
706
  msgstr ""
707
 
708
+ #: app/admin/RTMediaFormHandler.php:967
709
+ msgid "Enable media in profile"
710
  msgstr ""
711
 
712
+ #: app/admin/RTMediaFormHandler.php:972
713
+ msgid "Enable Media on BuddyPress Profile"
714
  msgstr ""
715
 
716
+ #: app/admin/RTMediaFormHandler.php:977
717
+ msgid "Enable media in group"
718
  msgstr ""
719
 
720
+ #: app/admin/RTMediaFormHandler.php:982
721
+ msgid "Enable Media on BuddyPress Groups"
 
722
  msgstr ""
723
 
724
+ #: app/admin/RTMediaFormHandler.php:987
725
+ msgid "Allow upload from activity stream"
726
  msgstr ""
727
 
728
+ #: app/admin/RTMediaFormHandler.php:992
729
+ msgid "Allow upload using status update box present on activity stream page"
730
  msgstr ""
731
 
732
+ #: app/admin/RTMediaFormHandler.php:998
733
+ msgid "Number of media items to show in activity stream"
734
  msgstr ""
735
 
736
+ #: app/admin/RTMediaFormHandler.php:1003
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:1010
745
+ msgid "Enable media notification"
 
 
 
746
  msgstr ""
747
 
748
+ #: app/admin/RTMediaFormHandler.php:1015
749
  msgid ""
750
+ "This will enable notifications to media authors for media likes and "
751
+ "comments."
752
  msgstr ""
753
 
754
+ #: app/admin/RTMediaFormHandler.php:1021
755
+ msgid "Create activity for media likes"
 
 
756
  msgstr ""
757
 
758
+ #: app/admin/RTMediaFormHandler.php:1026
759
+ msgid "Enabling this setting will create BuddyPress activity for media likes."
 
760
  msgstr ""
761
 
762
+ #: app/admin/RTMediaFormHandler.php:1032
763
+ msgid "Create activity for media comments"
 
 
764
  msgstr ""
765
 
766
+ #: app/admin/RTMediaFormHandler.php:1037
767
+ msgid "Enabling this setting will create BuddyPress activity for media comments."
 
768
  msgstr ""
769
 
770
+ #: app/admin/RTMediaFormHandler.php:1043
771
+ msgid "Organize media into albums"
 
 
772
  msgstr ""
773
 
774
+ #: app/admin/RTMediaFormHandler.php:1049
 
775
  msgid ""
776
+ "This will add 'album' tab to BuddyPress profile and group depending on the "
777
+ "^above^ settings."
778
  msgstr ""
779
 
780
+ #: app/helper/RTMediaAddon.php:79 app/helper/RTMediaAddon.php:80
781
+ #: lib/freemius/includes/i18n.php:90
782
+ msgid "Plugins"
783
  msgstr ""
784
 
785
+ #: app/helper/RTMediaAddon.php:87 app/helper/RTMediaAddon.php:88
786
+ msgid "Audio/Video Encoding"
 
 
787
  msgstr ""
788
 
789
+ #: app/helper/RTMediaAddon.php:111
790
+ msgid "SEO"
 
791
  msgstr ""
792
 
793
+ #: app/helper/RTMediaAddon.php:114
 
794
  msgid ""
795
+ "Generate an XML sitemap for all the public media files uploaded via rtMedia "
796
+ "plugin. These sitemaps can be useful to index search engine to improve "
797
+ "website SEO."
 
 
 
 
 
798
  msgstr ""
799
 
800
+ #: app/helper/RTMediaAddon.php:121
801
+ msgid "Moderation"
802
  msgstr ""
803
 
804
+ #: app/helper/RTMediaAddon.php:124
805
  msgid ""
806
+ "Report media if they find offensive. Set number of reports to automatically "
807
+ "take down media from site."
808
  msgstr ""
809
 
810
+ #: app/helper/RTMediaAddon.php:132
811
+ msgid "Custom Attributes"
812
  msgstr ""
813
 
814
+ #: app/helper/RTMediaAddon.php:135
 
815
  msgid ""
816
+ "Categories media based on attributes. Site owner need to create attributes. "
817
+ "When user upload a media, can select in which attribute that media can add."
 
 
 
 
818
  msgstr ""
819
 
820
+ #: app/helper/RTMediaAddon.php:143
821
+ msgid "Docs and Other files"
 
 
 
822
  msgstr ""
823
 
824
+ #: app/helper/RTMediaAddon.php:146
825
  msgid ""
826
+ "Allow users to upload documents and other file type using rtMedia upload "
827
+ "box. This addon support all the file extensions which WordPress allows."
828
  msgstr ""
829
 
830
+ #: app/helper/RTMediaAddon.php:154
831
+ msgid "Default Albums"
 
 
832
  msgstr ""
833
 
834
+ #: app/helper/RTMediaAddon.php:157
835
  msgid ""
836
+ "This plugin allows the creation of multiple default albums for rtMedia "
837
+ "uploads. One of these albums can be set as the default global album."
838
  msgstr ""
839
 
840
+ #: app/helper/RTMediaAddon.php:165
841
+ msgid "Podcast (RSS and Atom feeds)"
842
  msgstr ""
843
 
844
+ #: app/helper/RTMediaAddon.php:168
 
845
  msgid ""
846
+ "Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting "
847
+ "software."
848
  msgstr ""
849
 
850
+ #: app/helper/RTMediaAddon.php:176
851
+ msgid "Playlists"
852
  msgstr ""
853
 
854
+ #: app/helper/RTMediaAddon.php:179
 
855
  msgid ""
856
+ "Audio can be grouped into playlists. Once the user upload any audio file, "
857
+ "can create a playlist or use existing one to manage audio files."
 
 
 
 
858
  msgstr ""
859
 
860
+ #: app/helper/RTMediaAddon.php:187
861
+ msgid "Favorites"
 
 
 
862
  msgstr ""
863
 
864
+ #: app/helper/RTMediaAddon.php:190
865
  msgid ""
866
+ "Users can create their list of favorite media in which they can add media "
867
+ "previously uploaded by any user."
868
  msgstr ""
869
 
870
+ #: app/helper/RTMediaAddon.php:198
871
+ msgid "Restrictions"
872
  msgstr ""
873
 
874
+ #: app/helper/RTMediaAddon.php:201
 
875
  msgid ""
876
+ "Site admin can set an upload limit on the basis of time span, file size "
877
+ "(MB) and number of files user can upload."
 
 
 
 
878
  msgstr ""
879
 
880
+ #: app/helper/RTMediaAddon.php:209
881
+ msgid "bbPress Attachments"
882
  msgstr ""
883
 
884
+ #: app/helper/RTMediaAddon.php:212
885
+ msgid "Attach media files to bbPress forum topics and replies."
886
  msgstr ""
887
 
888
+ #: app/helper/RTMediaAddon.php:220
889
+ msgid "WordPress Sitewide Gallery"
 
 
890
  msgstr ""
891
 
892
+ #: app/helper/RTMediaAddon.php:223
 
893
  msgid ""
894
+ "Site admin can create and upload media into WordPress album. Create album "
895
+ "without being dependent on BuddyPress."
 
896
  msgstr ""
897
 
898
+ #: app/helper/RTMediaAddon.php:231
899
+ msgid "WordPress Comment Attachments"
 
 
 
 
900
  msgstr ""
901
 
902
+ #: app/helper/RTMediaAddon.php:234
903
  msgid ""
904
+ "Allow users to upload a media file in WordPress comment attachment box. It "
905
+ "will display a thumbnail of attached file."
906
  msgstr ""
907
 
908
+ #: app/helper/RTMediaAddon.php:242
909
+ msgid "Social Sharing"
 
 
 
 
910
  msgstr ""
911
 
912
+ #: app/helper/RTMediaAddon.php:245
 
913
  msgid ""
914
+ "Share uploaded media on social network sites like Facebook, twitter, "
915
+ "linkedin, Google +. This addon integrate with rtSocial plugin."
916
  msgstr ""
917
 
918
+ #: app/helper/RTMediaAddon.php:253
919
+ msgid "Sidebar Widgets"
 
920
  msgstr ""
921
 
922
+ #: app/helper/RTMediaAddon.php:256
923
+ msgid ""
924
+ "This addon provide widgets to upload media and display gallery for rtMedia "
925
+ "plugin."
926
  msgstr ""
927
 
928
+ #: app/helper/RTMediaAddon.php:264
929
+ msgid "5 Star Ratings"
 
 
930
  msgstr ""
931
 
932
+ #: app/helper/RTMediaAddon.php:267
933
+ msgid ""
934
+ "Display 5 star rating for all the uploaded media. User can rate the media "
935
+ "files from 1 to 5 star."
936
  msgstr ""
937
 
938
+ #: app/helper/RTMediaAddon.php:275
939
+ msgid "Edit Mp3 Info (ID3 Tags)"
 
 
940
  msgstr ""
941
 
942
+ #: app/helper/RTMediaAddon.php:278
943
+ msgid "Allow user to edit MP3 FIle Audio tags (ID 3 tags)."
 
944
  msgstr ""
945
 
946
+ #: app/helper/RTMediaAddon.php:286
947
+ msgid "Media Sorting"
 
948
  msgstr ""
949
 
950
+ #: app/helper/RTMediaAddon.php:289
951
+ msgid ""
952
+ "Sort uploaded media based on file size, ascending/descending title, upload "
953
+ "date of media."
954
  msgstr ""
955
 
956
+ #: app/helper/RTMediaAddon.php:297
957
+ msgid "Bulk Edit"
 
958
  msgstr ""
959
 
960
+ #: app/helper/RTMediaAddon.php:300
961
+ msgid ""
962
+ "Bulk edit option will allow user to quickly select media files and do "
963
+ "required actions like move files from one album to another, change "
964
+ "attributes, change privacy, delete files."
965
  msgstr ""
966
 
967
+ #: app/helper/RTMediaAddon.php:308
968
+ msgid "BuddyPress Profile Picture"
 
969
  msgstr ""
970
 
971
+ #: app/helper/RTMediaAddon.php:311
972
+ msgid "User can easily set his/her profile picture from media uploaded via rtMedia."
 
973
  msgstr ""
974
 
975
+ #: app/helper/RTMediaAddon.php:319
976
+ msgid "Album Cover Art"
 
977
  msgstr ""
978
 
979
+ #: app/helper/RTMediaAddon.php:322
980
+ msgid "User can easily set any of the image of the album as album cover photo"
981
  msgstr ""
982
 
983
+ #: app/helper/RTMediaAddon.php:330
984
+ msgid "Direct Download Link"
985
  msgstr ""
986
 
987
+ #: app/helper/RTMediaAddon.php:333
988
+ msgid ""
989
+ "User can download media from website. Site owner can restrict which media "
990
+ "type can be allowed to download."
991
  msgstr ""
992
 
993
+ #: app/helper/RTMediaAddon.php:341
994
+ msgid "Upload by URL"
995
  msgstr ""
996
 
997
+ #: app/helper/RTMediaAddon.php:344
998
+ msgid ""
999
+ "Users do not need to download media files from a URL and then upload it "
1000
+ "with rtMedia. Just provide the absolute URL for the media and it will "
1001
+ "upload on site."
1002
  msgstr ""
1003
 
1004
+ #: app/helper/RTMediaAddon.php:352
1005
+ msgid "Media Likes"
1006
  msgstr ""
1007
 
1008
+ #: app/helper/RTMediaAddon.php:355
1009
+ msgid ""
1010
+ "This add-on let you know who liked the media. User can also see which media "
1011
+ "they liked under their profile."
1012
  msgstr ""
1013
 
1014
+ #: app/helper/RTMediaAddon.php:363
1015
+ msgid "Activity URL Preview"
1016
  msgstr ""
1017
 
1018
+ #: app/helper/RTMediaAddon.php:366
1019
+ msgid ""
1020
+ "This addon provides a preview of the URL that is shared in BuddyPress "
1021
+ "activity. Just enter the URL you want to share on your site and see a "
1022
+ "preview of it before it is shared."
1023
  msgstr ""
1024
 
1025
+ #: app/helper/RTMediaAddon.php:374
1026
+ msgid "View Counter"
1027
+ msgstr ""
 
 
 
1028
 
1029
+ #: app/helper/RTMediaAddon.php:377
1030
+ msgid ""
1031
+ "Enable view count for all the uploaded media. Whenever user open that media "
1032
+ "file in lightbox or in single media view, that view count will be "
1033
+ "calculated and display next to media file."
1034
  msgstr ""
1035
 
1036
+ #: app/helper/RTMediaAddon.php:385
1037
+ msgid "Shortcode Generator"
1038
  msgstr ""
1039
 
1040
+ #: app/helper/RTMediaAddon.php:388
1041
+ msgid ""
1042
+ "This add-on will add shortcode generator button in WordPress post and page "
1043
+ "editor for all the rtMedia shortcodes."
1044
  msgstr ""
1045
 
1046
+ #: app/helper/RTMediaAddon.php:396
1047
+ msgid "Album Privacy"
1048
  msgstr ""
1049
 
1050
+ #: app/helper/RTMediaAddon.php:399
1051
+ msgid ""
1052
+ "Set album privacy when user create an album or change album privacy when "
1053
+ "editing existing albums. The privacy levels are Public, Logged in user, "
1054
+ "Friends and Private."
1055
+ msgstr ""
1056
 
1057
+ #: app/helper/RTMediaAddon.php:407
1058
+ msgid "BuddyPress Group Media Control"
1059
+ msgstr ""
 
 
 
1060
 
1061
+ #: app/helper/RTMediaAddon.php:410
1062
+ msgid "This add-on allows group owner to manage media upload feature group wise."
1063
+ msgstr ""
 
 
 
1064
 
1065
+ #: app/helper/RTMediaAddon.php:418
1066
+ msgid "Set Custom Thumbnail for Audio/Video"
1067
  msgstr ""
1068
 
1069
+ #: app/helper/RTMediaAddon.php:421
1070
+ msgid ""
1071
+ "Allow media owner to change the thumbnail of uploaded audio/video files. "
1072
+ "The File Upload box will be provided to change media thumbnail."
1073
  msgstr ""
1074
 
1075
+ #: app/helper/RTMediaAddon.php:429
1076
+ msgid "myCRED"
1077
  msgstr ""
1078
 
1079
+ #: app/helper/RTMediaAddon.php:432
1080
  msgid ""
1081
+ "This plugin integrates rtMedia and myCRED plugin, users can be can award "
1082
+ "virtual points for various rtMedia activities, like media upload, likes, "
1083
+ "deleted etc."
1084
  msgstr ""
1085
 
1086
+ #: app/helper/RTMediaAddon.php:440
1087
+ msgid "Upload terms"
 
1088
  msgstr ""
1089
 
1090
+ #: app/helper/RTMediaAddon.php:443
1091
+ msgid ""
1092
+ "User must have to check the terms and conditions checkbox before uploading "
1093
+ "the media."
1094
  msgstr ""
1095
 
1096
+ #: app/helper/RTMediaAddon.php:451
1097
+ msgid "CubePoints"
 
1098
  msgstr ""
1099
 
1100
+ #: app/helper/RTMediaAddon.php:454
1101
+ msgid ""
1102
+ "If you are using CubePoints plugin on your website than rtMedia CubePoint "
1103
+ "add-on can be integrate with that plugin to setup point management system "
1104
+ "for rtMedia related activities."
1105
  msgstr ""
1106
 
1107
+ #: app/helper/RTMediaAddon.php:462
1108
+ msgid "Social Sync"
1109
  msgstr ""
1110
 
1111
+ #: app/helper/RTMediaAddon.php:465
1112
+ msgid "rtMedia Social Sync allows you to import media from your Facebook account."
 
1113
  msgstr ""
1114
 
1115
+ #: app/helper/RTMediaAddon.php:473
1116
+ msgid "Photo Watermark"
1117
  msgstr ""
1118
 
1119
+ #: app/helper/RTMediaAddon.php:476
 
1120
  msgid ""
1121
+ "rtMedia Photo Watermark let you add watermark on your images uploaded using "
1122
+ "rtMedia."
 
 
 
1123
  msgstr ""
1124
 
1125
+ #: app/helper/RTMediaAddon.php:484
1126
+ msgid "Photo Tagging"
 
 
1127
  msgstr ""
1128
 
1129
+ #: app/helper/RTMediaAddon.php:487
1130
+ msgid ""
1131
+ "rtMedia Photo Tagging enable users to tag their friends on photos uploaded "
1132
+ "using rtMedia."
1133
  msgstr ""
1134
 
1135
+ #: app/helper/RTMediaAddon.php:495
1136
+ msgid "Photo Filters"
1137
  msgstr ""
1138
 
1139
+ #: app/helper/RTMediaAddon.php:498
1140
+ msgid ""
1141
+ "rtMedia Photo Filters adds Instagram like filters to images uploaded with "
1142
+ "rtMedia."
1143
  msgstr ""
1144
 
1145
+ #: app/helper/RTMediaAddon.php:506
1146
+ msgid "Kaltura Add-on"
1147
  msgstr ""
1148
 
1149
+ #: app/helper/RTMediaAddon.php:509
1150
+ msgid ""
1151
+ "Add support for more video formats using Kaltura video solution. It works "
1152
+ "with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise."
1153
  msgstr ""
1154
 
1155
+ #: app/helper/RTMediaAddon.php:517
1156
+ msgid "FFMPEG Add-on"
1157
  msgstr ""
1158
 
1159
+ #: app/helper/RTMediaAddon.php:520
1160
  msgid ""
1161
+ "Add supports for more audio & video formats using open-source media-node. "
1162
+ "Media node comes with automated setup script for Ubuntu/Debian."
1163
  msgstr ""
1164
 
1165
+ #: app/helper/RTMediaAddon.php:528
1166
+ msgid "Membership Add-on"
1167
  msgstr ""
1168
 
1169
+ #: app/helper/RTMediaAddon.php:531
1170
  msgid ""
1171
+ "rtMedia Membership add-on provides membership functionality in your site in "
1172
+ "terms of media upload."
 
 
 
 
1173
  msgstr ""
1174
 
1175
+ #: app/helper/RTMediaAddon.php:571
1176
+ msgid "Coming Soon !!"
 
1177
  msgstr ""
1178
 
1179
+ #: app/helper/RTMediaAddon.php:604
1180
+ msgid "Purchased"
1181
  msgstr ""
1182
 
1183
+ #: app/helper/RTMediaAddon.php:606 app/helper/RTMediaThemes.php:155
1184
+ #: app/helper/RTMediaThemes.php:183 app/helper/RTMediaThemes.php:290
1185
+ #: app/helper/RTMediaThemes.php:318 app/importers/BPMediaAlbumimporter.php:178
1186
+ msgid "Buy Now"
1187
  msgstr ""
1188
 
1189
+ #: app/helper/RTMediaAddon.php:635 app/helper/RTMediaThemes.php:154
1190
+ #: app/helper/RTMediaThemes.php:182 app/helper/RTMediaThemes.php:289
1191
+ #: app/helper/RTMediaThemes.php:317 app/importers/BPMediaAlbumimporter.php:179
1192
+ msgid "Live Demo"
1193
  msgstr ""
1194
 
1195
+ #: app/helper/RTMediaAdminWidget.php:32
1196
+ msgid "Argument missing. id is required."
 
 
1197
  msgstr ""
1198
 
1199
+ #: app/helper/RTMediaCommentNotification.php:60
1200
+ msgid "commented on your"
1201
  msgstr ""
1202
 
1203
+ #: app/helper/RTMediaCommentNotification.php:62
1204
+ msgid "new comments on your"
1205
  msgstr ""
1206
 
1207
+ #: app/helper/RTMediaFeed.php:52
1208
+ msgid "No items"
1209
  msgstr ""
1210
 
1211
+ #: app/helper/RTMediaFeed.php:58
1212
+ msgid "Posted "
 
 
1213
  msgstr ""
1214
 
1215
+ #: app/helper/RTMediaLicense.php:56
1216
+ msgid "Activated"
1217
  msgstr ""
1218
 
1219
+ #: app/helper/RTMediaLicense.php:59
1220
+ msgid "Deactivated"
 
1221
  msgstr ""
1222
 
1223
+ #: app/helper/RTMediaLicense.php:68
1224
+ msgid "Status: "
 
 
1225
  msgstr ""
1226
 
1227
+ #: app/helper/RTMediaLicense.php:77
1228
+ msgid "License Key"
 
 
1229
  msgstr ""
1230
 
1231
+ #: app/helper/RTMediaLicense.php:88
1232
+ msgid "Activate / Deactivate License"
 
 
1233
  msgstr ""
1234
 
1235
+ #: app/helper/RTMediaLicense.php:96 lib/freemius/includes/i18n.php:106
1236
+ msgid "Deactivate License"
 
1237
  msgstr ""
1238
 
1239
+ #: app/helper/RTMediaLicense.php:99
1240
+ msgid "Activate License"
1241
  msgstr ""
1242
 
1243
+ #: app/helper/RTMediaLikeNotification.php:91
1244
+ msgid "liked your"
1245
  msgstr ""
1246
 
1247
+ #: app/helper/RTMediaLikeNotification.php:93
1248
+ msgid "and one more friend liked your"
 
1249
  msgstr ""
1250
 
1251
+ #: app/helper/RTMediaLikeNotification.php:96
1252
+ msgid "and"
 
 
1253
  msgstr ""
1254
 
1255
+ #: app/helper/RTMediaLikeNotification.php:96
1256
+ msgid "other friends liked your"
1257
  msgstr ""
1258
 
1259
+ #: app/helper/RTMediaSettings.php:208
1260
+ msgid "BuddyPress Media Addons for Photos"
1261
  msgstr ""
1262
 
1263
+ #: app/helper/RTMediaSettings.php:212
1264
+ msgid "rtMedia Themes"
1265
  msgstr ""
1266
 
1267
+ #: app/helper/RTMediaSettings.php:285
1268
+ msgid ""
1269
+ "Currently your network allows uploading of the following file types. You "
1270
+ "can change the settings <a href=\"%s\">here</a>.<br /><code>%s</code></span>"
1271
  msgstr ""
1272
 
1273
+ #: app/helper/RTMediaSettings.php:303 app/helper/RTMediaSettings.php:305
1274
+ msgid "Recounting of media files done successfully"
1275
  msgstr ""
1276
 
1277
+ #: app/helper/RTMediaSettings.php:305
1278
+ msgid "Recount Success"
1279
  msgstr ""
1280
 
1281
+ #: app/helper/RTMediaSettings.php:309 app/helper/RTMediaSettings.php:311
1282
+ msgid "Recounting Failed"
1283
  msgstr ""
1284
 
1285
+ #: app/helper/RTMediaSettings.php:311
1286
+ msgid "Recount Fail"
1287
  msgstr ""
1288
 
1289
+ #: app/helper/RTMediaSettings.php:324 app/helper/RTMediaSettings.php:326
1290
+ msgid "Atleast one Media Type Must be selected"
1291
  msgstr ""
1292
 
1293
+ #: app/helper/RTMediaSettings.php:335 app/helper/RTMediaSettings.php:337
1294
+ msgid "\"Number of media\" count value should be numeric and greater than 0."
1295
  msgstr ""
1296
 
1297
+ #: app/helper/RTMediaSettings.php:337
1298
+ msgid "Default Count"
 
 
 
 
1299
  msgstr ""
1300
 
1301
+ #: app/helper/RTMediaSettings.php:342
1302
+ msgid "Settings saved."
1303
  msgstr ""
1304
 
1305
+ #: app/helper/RTMediaSettings.php:366
 
1306
  msgid ""
1307
+ "If you make changes to width, height or crop settings, you must use \"<a "
1308
+ "href=\"%s\">Regenerate Thumbnail Plugin</a>\" to regenerate old images.\""
 
1309
  msgstr ""
1310
 
1311
+ #: app/helper/RTMediaSettings.php:387
1312
+ msgid "BuddyPress Media 2.6 requires a database upgrade. "
 
1313
  msgstr ""
1314
 
1315
+ #: app/helper/RTMediaSettings.php:387
1316
+ msgid "Update Database"
1317
  msgstr ""
1318
 
1319
+ #: app/helper/RTMediaSettings.php:404
1320
  msgid ""
1321
+ "If your site has some issues due to BuddyPress Media and you want one on "
1322
+ "one support then you can create a support topic on the <a target=\"_blank\" "
1323
+ "href=\"http://community.rtcamp.com/c/rtmedia?utm_source=dashboard&utm_"
1324
+ "medium=plugin&utm_campaign=rtmedia\">rtCamp Support Forum</a>."
 
 
1325
  msgstr ""
1326
 
1327
+ #: app/helper/RTMediaSettings.php:405
1328
+ msgid ""
1329
+ "If you have any suggestions, enhancements or bug reports, then you can open "
1330
+ "a new issue on <a target=\"_blank\" "
1331
+ "href=\"https://github.com/rtCamp/rtmedia/issues/new\">GitHub</a>."
1332
  msgstr ""
1333
 
1334
+ #: app/helper/RTMediaSupport.php:58 app/helper/RTMediaSupport.php:59
1335
+ #: app/helper/RTMediaSupport.php:305 app/helper/RTMediaSupport.php:560
1336
+ msgid "Debug Info"
1337
  msgstr ""
1338
 
1339
+ #: app/helper/RTMediaSupport.php:66 app/helper/RTMediaSupport.php:67
1340
+ #: app/importers/RTMediaMigration.php:83
1341
+ msgid "Migration"
1342
  msgstr ""
1343
 
1344
+ #: app/helper/RTMediaSupport.php:128
1345
+ msgid "Service"
1346
  msgstr ""
1347
 
1348
+ #: app/helper/RTMediaSupport.php:135
1349
+ msgid "Premium Support"
1350
  msgstr ""
1351
 
1352
+ #: app/helper/RTMediaSupport.php:141
1353
+ msgid "Bug Report"
1354
  msgstr ""
1355
 
1356
+ #: app/helper/RTMediaSupport.php:147
1357
+ msgid "New Feature"
1358
  msgstr ""
1359
 
1360
+ #: app/helper/RTMediaSupport.php:149
1361
+ msgid "Submit"
1362
  msgstr ""
1363
 
1364
+ #: app/helper/RTMediaSupport.php:195
1365
+ msgid "by"
1366
  msgstr ""
1367
 
1368
+ #: app/helper/RTMediaSupport.php:195
1369
+ msgid "version"
1370
  msgstr ""
1371
 
1372
+ #: app/helper/RTMediaSupport.php:357
1373
+ msgid "There is no media found to migrate."
1374
  msgstr ""
1375
 
1376
+ #: app/helper/RTMediaSupport.php:363
1377
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
1378
+ msgid "Click"
1379
  msgstr ""
1380
 
1381
+ #: app/helper/RTMediaSupport.php:363
1382
+ msgid "here to migrate media from rtMedia 2.x to rtMedia 3.0+."
1383
  msgstr ""
1384
 
1385
+ #: app/helper/RTMediaSupport.php:392
1386
+ msgid "Submit a Bug Report"
1387
  msgstr ""
1388
 
1389
+ #: app/helper/RTMediaSupport.php:395
1390
+ msgid "Submit a New Feature Request"
1391
  msgstr ""
1392
 
1393
+ #: app/helper/RTMediaSupport.php:398
1394
+ msgid "Submit Support Request"
1395
  msgstr ""
1396
 
1397
+ #: app/helper/RTMediaSupport.php:405
1398
+ msgid ""
1399
+ "If your site has some issues due to rtMedia and you want support, feel free "
1400
+ "to create a support topic on <a target=\"_blank\" "
1401
+ "href=\"http://community.rtcamp.com/c/rtmedia/?utm_source=dashboard&utm_"
1402
+ "medium=plugin&utm_campaign=buddypress-media\">Community Forum</a>."
1403
  msgstr ""
1404
 
1405
+ #: app/helper/RTMediaSupport.php:406
1406
+ msgid ""
1407
+ "If you have any suggestions, enhancements or bug reports, you can open a "
1408
+ "new issue on <a target=\"_blank\" "
1409
+ "href=\"https://github.com/rtCamp/rtMedia/issues/new\">GitHub</a>."
1410
  msgstr ""
1411
 
1412
+ #: app/helper/RTMediaSupport.php:415 lib/freemius/includes/i18n.php:86
1413
+ msgid "Name"
 
1414
  msgstr ""
1415
 
1416
+ #: app/helper/RTMediaSupport.php:420
1417
+ msgid "Use actual user name which used during purchased."
1418
  msgstr ""
1419
 
1420
+ #: app/helper/RTMediaSupport.php:426 lib/freemius/includes/i18n.php:87
1421
+ msgid "Email"
 
1422
  msgstr ""
1423
 
1424
+ #: app/helper/RTMediaSupport.php:431
1425
+ msgid "Use email id which used during purchased"
1426
  msgstr ""
1427
 
1428
+ #: app/helper/RTMediaSupport.php:437
1429
+ msgid "Website"
1430
  msgstr ""
1431
 
1432
+ #: app/helper/RTMediaSupport.php:442
1433
+ msgid "Subject"
1434
  msgstr ""
1435
 
1436
+ #: app/helper/RTMediaSupport.php:447 lib/freemius/includes/i18n.php:49
1437
+ #: templates/media/album-single-edit.php:16
1438
+ #: templates/media/media-single-edit.php:16
1439
+ msgid "Details"
1440
  msgstr ""
1441
 
1442
+ #: app/helper/RTMediaSupport.php:490
1443
+ msgid "rtMedia Premium Support Request from"
1444
  msgstr ""
1445
 
1446
+ #: app/helper/RTMediaSupport.php:493
1447
+ msgid "rtMedia New Feature Request from"
1448
  msgstr ""
1449
 
1450
+ #: app/helper/RTMediaSupport.php:496
1451
+ msgid "rtMedia Bug Report from"
1452
  msgstr ""
1453
 
1454
+ #: app/helper/RTMediaSupport.php:499
1455
+ msgid "rtMedia Contact from"
 
 
1456
  msgstr ""
1457
 
1458
+ #: app/helper/RTMediaSupport.php:577
1459
+ msgid "Thank you for your Feedback/Suggestion."
1460
  msgstr ""
1461
 
1462
+ #: app/helper/RTMediaSupport.php:579
1463
+ msgid "Thank you for posting your support request."
 
 
 
 
 
1464
  msgstr ""
1465
 
1466
+ #: app/helper/RTMediaSupport.php:580
1467
+ msgid "We will get back to you shortly."
1468
  msgstr ""
1469
 
1470
+ #: app/helper/RTMediaSupport.php:585
1471
+ msgid "Your server failed to send an email."
1472
  msgstr ""
1473
 
1474
+ #: app/helper/RTMediaSupport.php:586
1475
+ msgid "Kindly contact your server support to fix this."
1476
  msgstr ""
1477
 
1478
+ #: app/helper/RTMediaSupport.php:587
1479
+ msgid ""
1480
+ "You can alternatively create a support request <a "
1481
+ "href=\"https://rtcamp.com/premium-support/\" target=\"_blank\">here</a>"
1482
  msgstr ""
1483
 
1484
+ #: app/helper/RTMediaThemes.php:60 app/helper/RTMediaThemes.php:61
1485
+ msgid "Themes By rtCamp"
1486
  msgstr ""
1487
 
1488
+ #: app/helper/RTMediaThemes.php:67 app/helper/RTMediaThemes.php:68
1489
+ msgid "3rd Party Themes"
1490
  msgstr ""
1491
 
1492
+ #: app/helper/RTMediaThemes.php:105
1493
+ msgid "rtDating"
 
1494
  msgstr ""
1495
 
1496
+ #. Author of the plugin/theme
1497
+ msgid "rtCamp"
1498
  msgstr ""
1499
 
1500
+ #: app/helper/RTMediaThemes.php:111
1501
+ msgid ""
1502
+ "rtDating is a unique, clean and modern theme only for WordPress. This theme "
1503
+ "is mostly useful for dating sites and community websites. It can also be "
1504
+ "use for any other WordPress based website."
1505
  msgstr ""
1506
 
1507
+ #: app/helper/RTMediaThemes.php:115
1508
+ msgid "InspireBook"
1509
  msgstr ""
1510
 
1511
+ #: app/helper/RTMediaThemes.php:121
1512
+ msgid ""
1513
+ "InspireBook is a premium WordPress theme, designed especially for "
1514
+ "BuddyPress and rtMedia powered social-networks."
1515
  msgstr ""
1516
 
1517
+ #: app/helper/RTMediaThemes.php:125
1518
+ msgid "Foodmania"
1519
  msgstr ""
1520
 
1521
+ #: app/helper/RTMediaThemes.php:131
1522
  msgid ""
1523
+ "Its premium WordPress theme, designed especially for Food, recipe and "
1524
+ "photography community sites."
1525
  msgstr ""
1526
 
1527
+ #: app/helper/RTMediaThemes.php:149 app/helper/RTMediaThemes.php:284
1528
+ msgid "Theme Details"
1529
  msgstr ""
1530
 
1531
+ #: app/helper/RTMediaThemes.php:161 app/helper/RTMediaThemes.php:296
1532
+ msgid "Show previous theme"
1533
  msgstr ""
1534
 
1535
+ #: app/helper/RTMediaThemes.php:162 app/helper/RTMediaThemes.php:297
1536
+ msgid "Show next theme"
1537
  msgstr ""
1538
 
1539
+ #: app/helper/RTMediaThemes.php:163 app/helper/RTMediaThemes.php:298
1540
+ msgid "Close overlay"
1541
  msgstr ""
1542
 
1543
+ #: app/helper/RTMediaThemes.php:176 app/helper/RTMediaThemes.php:311
1544
+ msgid "Read More"
1545
  msgstr ""
1546
 
1547
+ #: app/helper/RTMediaThemes.php:177 app/helper/RTMediaThemes.php:312
1548
+ msgid "Tags:"
1549
  msgstr ""
1550
 
1551
+ #: app/helper/RTMediaThemes.php:209
1552
+ msgid "Woffice - Intranet/Extranet WordPress Theme"
1553
  msgstr ""
1554
 
1555
+ #: app/helper/RTMediaThemes.php:212
1556
+ msgid "Alkaweb"
 
1557
  msgstr ""
1558
 
1559
+ #: app/helper/RTMediaThemes.php:215
1560
+ msgid ""
1561
+ "Woffice is a feature rich, powerful Multipurpose Intranet/Extranet "
1562
+ "Wordpress theme."
1563
  msgstr ""
1564
 
1565
+ #: app/helper/RTMediaThemes.php:219
1566
+ msgid "Thrive - Intranet & Community WordPress Theme"
1567
  msgstr ""
1568
 
1569
+ #: app/helper/RTMediaThemes.php:222 app/helper/RTMediaThemes.php:242
1570
+ msgid "dunhakdis"
1571
  msgstr ""
1572
 
1573
+ #: app/helper/RTMediaThemes.php:225
1574
+ msgid ""
1575
+ "Thrive is an innovative WordPress Theme designed to cater company portals, "
1576
+ "organisational websites, company intranet and extranets."
1577
  msgstr ""
1578
 
1579
+ #: app/helper/RTMediaThemes.php:229
1580
+ msgid "(M) SOCIAL NETWORK BUDDYPRESS THEME"
1581
  msgstr ""
1582
 
1583
+ #: app/helper/RTMediaThemes.php:232
1584
+ msgid "gavick"
1585
  msgstr ""
1586
 
1587
+ #: app/helper/RTMediaThemes.php:235
1588
+ msgid ""
1589
+ "(M)Social is a sophisticated, vibrant community theme that offers "
1590
+ "incredible grid layouts, with full BuddyPress support so your users can "
1591
+ "interact with each other, create their own pages, and share their thoughts "
1592
+ "and images with the community."
1593
  msgstr ""
1594
 
1595
+ #: app/helper/RTMediaThemes.php:239
1596
+ msgid "Klein"
 
1597
  msgstr ""
1598
 
1599
+ #: app/helper/RTMediaThemes.php:245
1600
+ msgid ""
1601
+ "Klein is an innovative WordPress theme built to support BuddyPress, "
1602
+ "bbPress, and WooCommerce out of the box. Perfect for websites that "
1603
+ "interacts with many users."
1604
  msgstr ""
1605
 
1606
+ #: app/helper/RTMediaThemes.php:249
1607
+ msgid "SweetDate"
 
1608
  msgstr ""
1609
 
1610
+ #: app/helper/RTMediaThemes.php:252 app/helper/RTMediaThemes.php:262
1611
+ msgid "SeventhQueen"
 
1612
  msgstr ""
1613
 
1614
+ #: app/helper/RTMediaThemes.php:255
1615
+ msgid ""
1616
+ "SweetDate is a unique, clean and modern Premium Wordpress theme. It is "
1617
+ "perfect for a dating or community website but can be used as well for any "
1618
+ "other domain. They added all the things you need to create a perfect "
1619
+ "community system."
1620
  msgstr ""
1621
 
1622
+ #: app/helper/RTMediaThemes.php:259
1623
+ msgid "KLEO"
1624
  msgstr ""
1625
 
1626
+ #: app/helper/RTMediaThemes.php:265
1627
+ msgid ""
1628
+ "You no longer need to be a professional developer or designer to create an "
1629
+ "awesome website. Let your imagination run wild and create the site of your "
1630
+ "dreams. KLEO has all the tools to get you started."
1631
  msgstr ""
1632
 
1633
+ #: app/helper/RTMediaThemes.php:328
1634
+ msgid ""
1635
+ "These are the third party themes. For any issues or queries regarding these "
1636
+ "themes please contact theme developers."
1637
  msgstr ""
1638
 
1639
+ #: app/helper/RTMediaThemes.php:331
1640
+ msgid "Are you a developer?"
1641
+ msgstr ""
1642
+
1643
+ #: app/helper/RTMediaThemes.php:334
1644
  msgid ""
1645
+ "If you have developed a rtMedia compatible theme and would like it to list "
1646
+ "here, please email us at"
1647
  msgstr ""
1648
 
1649
+ #: app/helper/RTMediaThemes.php:335
1650
+ msgid "product@rtcamp.com"
1651
  msgstr ""
1652
 
1653
+ #: app/helper/RTMediaUploadException.php:41
1654
+ msgid ""
1655
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1656
+ "the HTML form"
1657
  msgstr ""
1658
 
1659
+ #: app/helper/RTMediaUploadException.php:44
1660
+ msgid "No file was uploaded"
1661
  msgstr ""
1662
 
1663
+ #: app/helper/RTMediaUploadException.php:49
1664
+ msgid "Uploade failed due to internal server error."
1665
  msgstr ""
1666
 
1667
+ #: app/helper/RTMediaUploadException.php:52
1668
+ msgid "File type not allowed."
1669
  msgstr ""
1670
 
1671
+ #: app/helper/RTMediaUploadException.php:56
1672
+ msgid "Invalid Context for upload."
1673
  msgstr ""
1674
 
1675
+ #: app/helper/RTMediaUploadException.php:59
1676
+ msgid "Unknown file upload error."
1677
  msgstr ""
1678
 
1679
+ #: app/helper/rtFormInvalidArgumentsException.php:21
1680
+ msgid ""
1681
+ "Error on line %s in %s : <b>The method expects an array in arguments for %s "
1682
+ "provided.</b>"
1683
  msgstr ""
1684
 
1685
+ #: app/importers/BPMediaAlbumimporter.php:71
1686
+ msgid "Warning!"
1687
  msgstr ""
1688
 
1689
+ #: app/importers/BPMediaAlbumimporter.php:71
1690
+ msgid ""
1691
+ "This import process is irreversible. Although everything is tested, please "
1692
+ "take a <a target=\"_blank\" "
1693
+ "href=\"http://codex.wordpress.org/WordPress_Backups\">backup of your "
1694
+ "database and files</a>, before proceeding. If you don't know your way "
1695
+ "around databases and files, consider <a target=\"_blank\" "
1696
+ "href=\"%s\">hiring us</a>, or another professional."
1697
  msgstr ""
1698
 
1699
+ #: app/importers/BPMediaAlbumimporter.php:72
 
1700
  msgid ""
1701
+ "If you have set \"WP_DEBUG\" in you wp-config.php file, please make sure it "
1702
+ "is set to \"false\", so that it doesn't conflict with the import process."
 
1703
  msgstr ""
1704
 
1705
+ #: app/importers/BPMediaAlbumimporter.php:73
1706
+ msgid "I have taken a backup of the database and files of this site."
1707
  msgstr ""
1708
 
1709
+ #: app/importers/BPMediaAlbumimporter.php:75
1710
+ msgid "Start Import"
1711
  msgstr ""
1712
 
1713
+ #: app/importers/BPMediaAlbumimporter.php:80 lib/freemius/includes/i18n.php:95
1714
+ msgid "Users"
1715
  msgstr ""
1716
 
1717
+ #: app/importers/BPMediaAlbumimporter.php:90 app/main/RTMedia.php:563
1718
+ msgid "Media"
1719
  msgstr ""
1720
 
1721
+ #: app/importers/BPMediaAlbumimporter.php:110
1722
+ msgid "Comments"
1723
  msgstr ""
1724
 
1725
+ #: app/importers/BPMediaAlbumimporter.php:116
1726
+ msgid "Comments: 0/0 (No comments to import)"
1727
  msgstr ""
1728
 
1729
+ #: app/importers/BPMediaAlbumimporter.php:123
1730
+ msgid "User's Favorites"
1731
  msgstr ""
1732
 
1733
+ #: app/importers/BPMediaAlbumimporter.php:132
1734
+ msgid "BP-Album is active on your site and will cause problems with the import."
1735
  msgstr ""
1736
 
1737
+ #: app/importers/BPMediaAlbumimporter.php:133
1738
+ msgid "Click here to deactivate BP-Album and continue importing"
1739
  msgstr ""
1740
 
1741
+ #: app/importers/BPMediaAlbumimporter.php:139
1742
+ msgid "Some of the media failed to import. The file might be corrupt or deleted."
1743
  msgstr ""
1744
 
1745
+ #: app/importers/BPMediaAlbumimporter.php:140
1746
+ msgid "The following %d BP Album Media id's could not be imported"
1747
  msgstr ""
1748
 
1749
+ #: app/importers/BPMediaAlbumimporter.php:149
1750
+ msgid "I just imported bp-album to @rtMediaWP http://rt.cx/rtmedia on %s"
1751
  msgstr ""
1752
 
1753
+ #: app/importers/BPMediaAlbumimporter.php:150
1754
+ msgid "Congratulations!"
 
1755
  msgstr ""
1756
 
1757
+ #: app/importers/BPMediaAlbumimporter.php:150
1758
+ msgid "All media from BP Album has been imported."
1759
  msgstr ""
1760
 
1761
+ #: app/importers/BPMediaAlbumimporter.php:151
1762
+ msgid "Tweet this"
1763
  msgstr ""
1764
 
1765
+ #: app/importers/BPMediaAlbumimporter.php:155
1766
+ msgid ""
1767
+ "However, a lot of unnecessary files and a database table are still eating "
1768
+ "up your resources. If everything seems fine, you can clean this data up."
1769
  msgstr ""
1770
 
1771
+ #: app/importers/BPMediaAlbumimporter.php:158
1772
+ msgid "Clean up Now"
 
1773
  msgstr ""
1774
 
1775
+ #: app/importers/BPMediaAlbumimporter.php:161
1776
+ msgid "Clean up Later"
1777
  msgstr ""
1778
 
1779
+ #: app/importers/BPMediaAlbumimporter.php:166
1780
+ msgid "Why don't you try adding some instagram like effects to your images?"
1781
  msgstr ""
1782
 
1783
+ #: app/importers/BPMediaAlbumimporter.php:173
1784
+ msgid ""
1785
+ "BuddyPress Media Instagram adds Instagram like filters to images uploaded "
1786
+ "with BuddyPress Media."
1787
  msgstr ""
1788
 
1789
+ #: app/importers/BPMediaAlbumimporter.php:174
1790
+ msgid "Important"
1791
  msgstr ""
1792
 
1793
+ #: app/importers/BPMediaAlbumimporter.php:174
1794
+ msgid ""
1795
+ "You need to have ImageMagick installed on your server for this addon to "
1796
+ "work."
1797
  msgstr ""
1798
 
1799
+ #: app/importers/BPMediaAlbumimporter.php:184
1800
+ msgid ""
1801
+ "Looks like you don't use BP Album. Is there any other BuddyPress Plugin you "
1802
+ "want an importer for?"
1803
  msgstr ""
1804
 
1805
+ #: app/importers/BPMediaAlbumimporter.php:185
1806
+ msgid "<a href=\"%s\">Create an issue</a> on GitHub requesting the same."
1807
  msgstr ""
1808
 
1809
+ #: app/importers/RTMediaActivityUpgrade.php:20
1810
+ msgid "Media activity upgrade"
1811
  msgstr ""
1812
 
1813
+ #: app/importers/RTMediaMediaSizeImporter.php:25
1814
+ msgid "Media Size Import"
1815
  msgstr ""
1816
 
1817
+ #: app/importers/RTMediaMigration.php:64
1818
+ msgid "Please Migrate your Database"
1819
  msgstr ""
1820
 
1821
+ #: app/importers/RTMediaMigration.php:64
1822
+ msgid "Click Here"
1823
  msgstr ""
1824
 
1825
+ #: app/importers/RTMediaMigration.php:375
 
1826
  msgid ""
1827
+ "Please Backup your <strong>DATABASE</strong> and <strong>UPLOAD</strong> "
1828
+ "folder before Migration."
 
1829
  msgstr ""
1830
 
1831
+ #: app/importers/RTMediaMigration.php:383
1832
+ msgid "rtMedia Migration"
 
1833
  msgstr ""
1834
 
1835
+ #: app/importers/RTMediaMigration.php:385
1836
+ msgid "It will migrate following things"
 
1837
  msgstr ""
1838
 
1839
+ #: app/importers/RTMediaMigration.php:453
1840
+ msgid "Error During Migration, Please Refresh Page then try again"
 
 
 
 
1841
  msgstr ""
1842
 
1843
+ #: app/importers/RTMediaMigration.php:473
1844
+ msgid "Start"
 
 
 
 
1845
  msgstr ""
1846
 
1847
+ #: app/importers/RTMediaMigration.php:1024
1848
+ msgid " day"
1849
  msgstr ""
1850
 
1851
+ #: app/importers/RTMediaMigration.php:1028
1852
+ msgid " hour"
1853
  msgstr ""
1854
 
1855
+ #: app/importers/RTMediaMigration.php:1032
1856
+ msgid " minute"
1857
  msgstr ""
1858
 
1859
+ #: app/importers/RTMediaMigration.php:1036
1860
+ msgid " second"
 
 
1861
  msgstr ""
1862
 
1863
+ #: app/importers/RTMediaMigration.php:1042
1864
+ msgid "No time remaining."
 
1865
  msgstr ""
1866
 
1867
+ #: app/main/RTMedia.php:303
1868
+ msgid "Photo"
1869
  msgstr ""
1870
 
1871
+ #: app/main/RTMedia.php:304
1872
+ msgid "Photos"
 
1873
  msgstr ""
1874
 
1875
+ #: app/main/RTMedia.php:312
1876
+ msgid "Video"
1877
  msgstr ""
1878
 
1879
+ #: app/main/RTMedia.php:313
1880
+ msgid "Videos"
1881
  msgstr ""
1882
 
1883
+ #: app/main/RTMedia.php:321 app/main/RTMedia.php:322
1884
+ msgid "Music"
 
 
1885
  msgstr ""
1886
 
1887
+ #: app/main/RTMedia.php:409
1888
+ msgid "Private - Visible only to the user"
1889
  msgstr ""
1890
 
1891
+ #: app/main/RTMedia.php:410
1892
+ msgid "Friends - Visible to user's friends"
1893
  msgstr ""
1894
 
1895
+ #: app/main/RTMedia.php:411
1896
+ msgid "Logged in Users - Visible to registered users"
1897
  msgstr ""
1898
 
1899
+ #: app/main/RTMedia.php:412
1900
+ msgid "Public - Visible to the world"
1901
  msgstr ""
1902
 
1903
+ #: app/main/RTMedia.php:569 app/main/controllers/template/RTMediaNav.php:177
1904
+ #: app/main/controllers/template/rt-template-functions.php:83
1905
+ msgid "All"
1906
  msgstr ""
1907
 
1908
+ #: app/main/RTMedia.php:578 app/main/controllers/media/RTMediaAlbum.php:49
1909
+ #: app/main/controllers/template/rt-template-functions.php:1391
1910
+ #: app/main/controllers/upload/RTMediaUploadView.php:51
1911
+ #: app/main/controllers/upload/RTMediaUploadView.php:54
1912
+ msgid "Album"
1913
  msgstr ""
1914
 
1915
+ #: app/main/RTMedia.php:581 app/main/controllers/media/RTMediaAlbum.php:48
1916
+ #: app/main/controllers/media/RTMediaAlbum.php:60
1917
+ msgid "Albums"
1918
  msgstr ""
1919
 
1920
+ #: app/main/RTMedia.php:589 app/main/controllers/media/RTMediaLoginPopup.php:38
1921
+ #: app/main/controllers/template/rt-template-functions.php:2160
1922
+ #: app/main/controllers/template/rt-template-functions.php:2164
1923
+ msgid "Upload"
1924
  msgstr ""
1925
 
1926
+ #: app/main/RTMedia.php:593
1927
+ msgid "Wall Post"
1928
  msgstr ""
1929
 
1930
+ #: app/main/RTMedia.php:806 app/main/RTMedia.php:815
1931
+ msgid "Wall Posts"
1932
  msgstr ""
1933
 
1934
+ #: app/main/RTMedia.php:858
1935
+ msgid ": Can't Create Database table. Please check create table permission."
1936
  msgstr ""
1937
 
1938
+ #: app/main/RTMedia.php:902
1939
+ msgid "Loading media"
1940
  msgstr ""
1941
 
1942
+ #: app/main/RTMedia.php:903
1943
+ msgid "Please enter some content to post."
1944
  msgstr ""
1945
 
1946
+ #: app/main/RTMedia.php:904
1947
+ msgid "Empty Comment is not allowed."
 
 
1948
  msgstr ""
1949
 
1950
+ #: app/main/RTMedia.php:905
1951
+ msgid "Are you sure you want to delete this media?"
1952
  msgstr ""
1953
 
1954
+ #: app/main/RTMedia.php:906
1955
+ msgid "Are you sure you want to delete this comment?"
1956
  msgstr ""
1957
 
1958
+ #: app/main/RTMedia.php:907
1959
+ msgid "Are you sure you want to delete this Album?"
1960
  msgstr ""
1961
 
1962
+ #: app/main/RTMedia.php:908
1963
+ msgid "Drop files here"
1964
  msgstr ""
1965
 
1966
+ #: app/main/RTMedia.php:909
1967
+ msgid "album created successfully."
1968
  msgstr ""
1969
 
1970
+ #: app/main/RTMedia.php:910
1971
+ msgid "Something went wrong. Please try again."
1972
  msgstr ""
1973
 
1974
+ #: app/main/RTMedia.php:911
1975
+ msgid "Enter an album name."
1976
  msgstr ""
1977
 
1978
+ #: app/main/RTMedia.php:912
1979
+ msgid "Max file Size Limit : "
 
 
 
1980
  msgstr ""
1981
 
1982
+ #: app/main/RTMedia.php:913
1983
+ msgid "Allowed File Formats"
1984
  msgstr ""
1985
 
1986
+ #: app/main/RTMedia.php:914 templates/media/album-single-edit.php:62
1987
+ msgid "Select All Visible"
 
 
1988
  msgstr ""
1989
 
1990
+ #: app/main/RTMedia.php:915
1991
+ msgid "Unselect All Visible"
1992
  msgstr ""
1993
 
1994
+ #: app/main/RTMedia.php:916
1995
+ msgid "Please select some media."
1996
  msgstr ""
1997
 
1998
+ #: app/main/RTMedia.php:917
1999
+ msgid "Are you sure you want to delete the selected media?"
2000
  msgstr ""
2001
 
2002
+ #: app/main/RTMedia.php:918
2003
+ msgid "Are you sure you want to move the selected media?"
 
 
2004
  msgstr ""
2005
 
2006
+ #: app/main/RTMedia.php:919
2007
+ msgid "Waiting"
2008
  msgstr ""
2009
 
2010
+ #: app/main/RTMedia.php:920
2011
+ msgid "Uploaded"
2012
  msgstr ""
2013
+
2014
+ #: app/main/RTMedia.php:921
2015
+ msgid "Uploading"
 
2016
  msgstr ""
2017
 
2018
+ #: app/main/RTMedia.php:922
2019
+ msgid "Failed"
2020
  msgstr ""
2021
 
2022
+ #: app/main/RTMedia.php:923
2023
+ msgid "Close"
 
 
2024
  msgstr ""
2025
 
2026
+ #: app/main/RTMedia.php:924
2027
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:61
2028
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2029
+ #: app/main/controllers/template/rt-template-functions.php:733
2030
+ #: app/main/controllers/template/rt-template-functions.php:754
2031
+ msgid "Edit"
2032
  msgstr ""
2033
 
2034
+ #: app/main/RTMedia.php:925
2035
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:64
2036
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2037
+ #: app/main/controllers/template/rt-template-functions.php:1471
2038
+ #: app/main/controllers/template/rt-template-functions.php:1478
2039
+ #: templates/media/album-single-edit.php:65
2040
+ msgid "Delete"
2041
  msgstr ""
2042
 
2043
+ #: app/main/RTMedia.php:926 templates/media/media-single-edit.php:8
2044
+ msgid "Edit Media"
2045
  msgstr ""
2046
 
2047
+ #: app/main/RTMedia.php:927
2048
+ msgid "Remove from queue"
2049
  msgstr ""
2050
 
2051
+ #: app/main/RTMedia.php:928
2052
+ msgid "Add more files"
2053
  msgstr ""
2054
 
2055
+ #: app/main/RTMedia.php:929
2056
+ msgid "File not supported"
2057
  msgstr ""
2058
 
2059
+ #: app/main/RTMedia.php:930
2060
+ msgid "more"
2061
  msgstr ""
2062
 
2063
+ #: app/main/RTMedia.php:931
2064
+ msgid "less"
2065
  msgstr ""
2066
 
2067
+ #: app/main/RTMedia.php:932
2068
+ msgid "This media is uploaded. Are you sure you want to delete this media?"
2069
  msgstr ""
2070
 
2071
+ #: app/main/RTMedia.php:940
2072
+ msgid "Featured media set successfully."
2073
  msgstr ""
2074
 
2075
+ #: app/main/RTMedia.php:941
2076
+ msgid "Featured media removed successfully."
2077
  msgstr ""
2078
 
2079
+ #: app/main/RTMedia.php:943
2080
+ msgid "Title:"
2081
  msgstr ""
2082
 
2083
+ #: app/main/RTMedia.php:944
2084
+ msgid "Description:"
2085
  msgstr ""
2086
 
2087
+ #: app/main/RTMedia.php:982
2088
+ msgid "There are some uploads in progress. Do you want to cancel them?"
2089
  msgstr ""
2090
 
2091
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:253
2092
+ msgid "Media Files"
2093
  msgstr ""
2094
 
2095
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:277
2096
+ #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:103
2097
+ #: app/main/controllers/template/rt-template-functions.php:1505
2098
+ msgid "You are not allowed to upload/attach media."
2099
  msgstr ""
2100
 
2101
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:415
2102
+ msgid "%s added a %s"
2103
  msgstr ""
2104
 
2105
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:421
2106
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:423
2107
+ #: app/main/controllers/upload/RTMediaUploadEndpoint.php:105
2108
+ msgid "%s added %d %s"
2109
  msgstr ""
2110
 
2111
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:475
2112
+ msgid "%1$s liked a %2$s in the group %3$s"
2113
  msgstr ""
2114
 
2115
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:478
2116
+ msgid "%1$s liked their %2$s"
 
 
2117
  msgstr ""
2118
 
2119
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:482
2120
+ msgid "%1$s liked %2$s's %3$s"
2121
  msgstr ""
2122
 
2123
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:560
2124
+ msgid "%1$s commented on a %2$s in the group %3$s"
2125
  msgstr ""
2126
 
2127
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:563
2128
+ msgid "%1$s commented on their %2$s"
 
2129
  msgstr ""
2130
 
2131
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:567
2132
+ msgid "%1$s commented on %2$s's %3$s"
2133
  msgstr ""
2134
 
2135
+ #: app/main/controllers/api/RTMediaJsonApi.php:166
2136
+ msgid "username/password empty"
2137
  msgstr ""
2138
 
2139
+ #: app/main/controllers/api/RTMediaJsonApi.php:169
2140
+ msgid "incorrect username"
2141
  msgstr ""
2142
 
2143
+ #: app/main/controllers/api/RTMediaJsonApi.php:172
2144
+ msgid "incorrect password"
 
 
2145
  msgstr ""
2146
 
2147
+ #: app/main/controllers/api/RTMediaJsonApi.php:175
2148
+ msgid "login success"
2149
  msgstr ""
2150
 
2151
+ #: app/main/controllers/api/RTMediaJsonApi.php:221
2152
+ msgid "fields empty"
2153
  msgstr ""
2154
 
2155
+ #: app/main/controllers/api/RTMediaJsonApi.php:224
2156
+ msgid "invalid email"
2157
  msgstr ""
2158
 
2159
+ #: app/main/controllers/api/RTMediaJsonApi.php:227
2160
+ msgid "password do not match"
2161
  msgstr ""
2162
 
2163
+ #: app/main/controllers/api/RTMediaJsonApi.php:230
2164
+ msgid "username already registered"
2165
  msgstr ""
2166
 
2167
+ #: app/main/controllers/api/RTMediaJsonApi.php:233
2168
+ msgid "email already exists"
2169
  msgstr ""
2170
 
2171
+ #: app/main/controllers/api/RTMediaJsonApi.php:236
2172
+ msgid "new user created"
2173
  msgstr ""
2174
 
2175
+ #: app/main/controllers/api/RTMediaJsonApi.php:297
2176
+ msgid "email empty"
 
 
2177
  msgstr ""
2178
 
2179
+ #: app/main/controllers/api/RTMediaJsonApi.php:300
2180
+ msgid "username/email not registered"
2181
  msgstr ""
2182
 
2183
+ #: app/main/controllers/api/RTMediaJsonApi.php:303
2184
+ msgid "reset link sent"
2185
  msgstr ""
2186
 
2187
+ #: app/main/controllers/api/RTMediaJsonApi.php:335
2188
+ msgid "Someone has asked to reset the password for the following site and username."
2189
  msgstr ""
2190
 
2191
+ #: app/main/controllers/api/RTMediaJsonApi.php:337
2192
+ msgid "Username: %s"
2193
  msgstr ""
2194
 
2195
+ #: app/main/controllers/api/RTMediaJsonApi.php:338
2196
+ msgid ""
2197
+ "To reset your password visit the following address, otherwise just ignore "
2198
+ "this email and nothing will happen."
2199
  msgstr ""
2200
 
2201
+ #: app/main/controllers/api/RTMediaJsonApi.php:341
2202
+ msgid "[%s] Password Reset"
2203
  msgstr ""
2204
 
2205
+ #: app/main/controllers/api/RTMediaJsonApi.php:356
2206
+ msgid "bp activities"
2207
  msgstr ""
2208
 
2209
+ #: app/main/controllers/api/RTMediaJsonApi.php:359
2210
+ msgid "user activities"
2211
  msgstr ""
2212
 
2213
+ #: app/main/controllers/api/RTMediaJsonApi.php:389
2214
+ msgid "comment content missing"
 
 
 
 
2215
  msgstr ""
2216
 
2217
+ #: app/main/controllers/api/RTMediaJsonApi.php:392
2218
+ msgid "comment posted"
2219
  msgstr ""
2220
 
2221
+ #: app/main/controllers/api/RTMediaJsonApi.php:439
2222
+ msgid "unliked media"
 
2223
  msgstr ""
2224
 
2225
+ #: app/main/controllers/api/RTMediaJsonApi.php:442
2226
+ msgid "liked media"
2227
  msgstr ""
2228
 
2229
+ #: app/main/controllers/api/RTMediaJsonApi.php:526
2230
+ msgid "no comments"
2231
  msgstr ""
2232
 
2233
+ #: app/main/controllers/api/RTMediaJsonApi.php:529
2234
+ msgid "media comments"
2235
  msgstr ""
2236
 
2237
+ #: app/main/controllers/api/RTMediaJsonApi.php:532
2238
+ msgid "my comments"
 
2239
  msgstr ""
2240
 
2241
+ #: app/main/controllers/api/RTMediaJsonApi.php:582
2242
+ msgid "no likes"
2243
  msgstr ""
2244
 
2245
+ #: app/main/controllers/api/RTMediaJsonApi.php:585
2246
+ msgid "media likes"
 
 
2247
  msgstr ""
2248
 
2249
+ #: app/main/controllers/api/RTMediaJsonApi.php:627
2250
+ msgid "invalid comment/media id"
2251
  msgstr ""
2252
 
2253
+ #: app/main/controllers/api/RTMediaJsonApi.php:630
2254
+ msgid "no comment id"
2255
  msgstr ""
2256
 
2257
+ #: app/main/controllers/api/RTMediaJsonApi.php:633
2258
+ msgid "comment deleted"
2259
  msgstr ""
2260
 
2261
+ #: app/main/controllers/api/RTMediaJsonApi.php:676
2262
+ msgid "no profile found"
2263
  msgstr ""
2264
 
2265
+ #: app/main/controllers/api/RTMediaJsonApi.php:679
2266
+ msgid "profile fields"
2267
  msgstr ""
2268
 
2269
+ #: app/main/controllers/api/RTMediaJsonApi.php:773
2270
+ msgid "follow user id missing"
2271
  msgstr ""
2272
 
2273
+ #: app/main/controllers/api/RTMediaJsonApi.php:776
2274
+ msgid "started following"
2275
  msgstr ""
2276
 
2277
+ #: app/main/controllers/api/RTMediaJsonApi.php:779
2278
+ msgid "already following"
2279
  msgstr ""
2280
 
2281
+ #: app/main/controllers/api/RTMediaJsonApi.php:811
2282
+ msgid "unfollow id missing"
2283
  msgstr ""
2284
 
2285
+ #: app/main/controllers/api/RTMediaJsonApi.php:814
2286
+ msgid "stopped following"
 
 
2287
  msgstr ""
2288
 
2289
+ #: app/main/controllers/api/RTMediaJsonApi.php:817
2290
+ msgid "not following"
 
 
 
 
2291
  msgstr ""
2292
 
2293
+ #: app/main/controllers/api/RTMediaJsonApi.php:849
2294
+ msgid "name/location empty"
 
 
2295
  msgstr ""
2296
 
2297
+ #: app/main/controllers/api/RTMediaJsonApi.php:852
2298
+ msgid "profile updated"
 
 
 
2299
  msgstr ""
2300
 
2301
+ #: app/main/controllers/api/RTMediaJsonApi.php:878
2302
+ #: app/main/controllers/api/RTMediaJsonApi.php:905
2303
+ msgid "no file"
2304
  msgstr ""
2305
 
2306
+ #: app/main/controllers/api/RTMediaJsonApi.php:881
2307
+ #: app/main/controllers/api/RTMediaJsonApi.php:917
2308
+ msgid "upload failed, check size and file type"
2309
  msgstr ""
2310
 
2311
+ #: app/main/controllers/api/RTMediaJsonApi.php:884
2312
+ msgid "avatar updated"
2313
  msgstr ""
2314
 
2315
+ #: app/main/controllers/api/RTMediaJsonApi.php:908
2316
+ msgid "invalid file string"
2317
  msgstr ""
2318
 
2319
+ #: app/main/controllers/api/RTMediaJsonApi.php:911
2320
+ msgid "image type missing"
2321
  msgstr ""
2322
 
2323
+ #: app/main/controllers/api/RTMediaJsonApi.php:914
2324
+ msgid "no title"
2325
  msgstr ""
2326
 
2327
+ #: app/main/controllers/api/RTMediaJsonApi.php:920
2328
+ msgid "media updated"
2329
  msgstr ""
2330
 
2331
+ #: app/main/controllers/api/RTMediaJsonApi.php:1050
2332
+ msgid "media list"
2333
  msgstr ""
2334
 
2335
+ #: app/main/controllers/api/RTMediaJsonApi.php:1053
2336
+ msgid "no media found for requested media type"
2337
  msgstr ""
2338
 
2339
+ #: app/main/controllers/api/RTMediaJsonApi.php:1056
2340
+ msgid "media_type not allowed"
2341
  msgstr ""
2342
 
2343
+ #: app/main/controllers/api/RTMediaJsonApi.php:1146
2344
+ msgid "single media"
2345
  msgstr ""
2346
 
2347
+ #: app/main/controllers/group/RTMediaGroupExtension.php:30
2348
+ #: app/main/controllers/group/RTMediaGroupExtension.php:92
2349
+ msgid "Album Creation Control"
2350
  msgstr ""
2351
 
2352
+ #: app/main/controllers/group/RTMediaGroupExtension.php:31
2353
+ #: app/main/controllers/group/RTMediaGroupExtension.php:93
2354
+ msgid "Who can create Albums in this group?"
2355
  msgstr ""
2356
 
2357
+ #: app/main/controllers/group/RTMediaGroupExtension.php:35
2358
+ #: app/main/controllers/group/RTMediaGroupExtension.php:97
2359
+ msgid "All Group Members"
2360
  msgstr ""
2361
 
2362
+ #: app/main/controllers/group/RTMediaGroupExtension.php:39
2363
+ #: app/main/controllers/group/RTMediaGroupExtension.php:101
2364
+ msgid "Group Admins and Mods only"
2365
  msgstr ""
2366
 
2367
+ #: app/main/controllers/group/RTMediaGroupExtension.php:43
2368
+ #: app/main/controllers/group/RTMediaGroupExtension.php:105
2369
+ msgid "Group Admin only"
2370
  msgstr ""
2371
 
2372
+ #: app/main/controllers/group/RTMediaGroupExtension.php:113
2373
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:404
2374
+ #: templates/media/album-single-edit.php:47
2375
+ msgid "Save Changes"
2376
  msgstr ""
2377
 
2378
+ #: app/main/controllers/group/RTMediaGroupExtension.php:142
2379
+ msgid "There was an error saving, please try again"
2380
  msgstr ""
2381
 
2382
+ #: app/main/controllers/group/RTMediaGroupExtension.php:144
2383
+ msgid "Settings saved successfully"
2384
  msgstr ""
2385
 
2386
+ #: app/main/controllers/group/RTMediaGroupExtension.php:164
2387
+ msgid ""
2388
+ "You could display a small snippet of information from your group extension "
2389
+ "here. It will show on the group\n"
2390
+ "\t home screen."
2391
  msgstr ""
2392
 
2393
+ #: app/main/controllers/media/RTMediaAlbum.php:35
2394
+ msgid "Hidden (%s)"
2395
+ msgid_plural "Hidden (%s)"
2396
+ msgstr[0] ""
2397
+ msgstr[1] ""
2398
 
2399
+ #: app/main/controllers/media/RTMediaAlbum.php:50
2400
+ msgid "Create"
2401
  msgstr ""
2402
 
2403
+ #: app/main/controllers/media/RTMediaAlbum.php:51
2404
+ #: app/main/controllers/template/rt-template-functions.php:1786
2405
+ msgid "Create Album"
2406
  msgstr ""
2407
 
2408
+ #: app/main/controllers/media/RTMediaAlbum.php:52
2409
+ #: app/main/controllers/template/rt-template-functions.php:1866
2410
+ msgid "Edit Album"
2411
  msgstr ""
2412
 
2413
+ #: app/main/controllers/media/RTMediaAlbum.php:53
2414
+ msgid "New Album"
2415
  msgstr ""
2416
 
2417
+ #: app/main/controllers/media/RTMediaAlbum.php:54
2418
+ msgid "All Albums"
 
 
 
 
2419
  msgstr ""
2420
 
2421
+ #: app/main/controllers/media/RTMediaAlbum.php:55
2422
+ msgid "View Album"
 
 
 
 
 
2423
  msgstr ""
2424
 
2425
+ #: app/main/controllers/media/RTMediaAlbum.php:56
2426
+ msgid "Search Albums"
2427
  msgstr ""
2428
 
2429
+ #: app/main/controllers/media/RTMediaAlbum.php:57
2430
+ msgid "No album found"
2431
  msgstr ""
2432
 
2433
+ #: app/main/controllers/media/RTMediaAlbum.php:58
2434
+ msgid "No album found in Trash"
2435
  msgstr ""
2436
 
2437
+ #: app/main/controllers/media/RTMediaAlbum.php:59
2438
+ msgid "Parent"
2439
  msgstr ""
2440
 
2441
+ #: app/main/controllers/media/RTMediaAlbum.php:145
2442
+ msgid "Untitled Album"
2443
  msgstr ""
2444
 
2445
+ #: app/main/controllers/media/RTMediaFeatured.php:25
2446
+ #: app/main/controllers/media/RTMediaGroupFeatured.php:17
2447
+ msgid "Set as Featured"
2448
  msgstr ""
2449
 
2450
+ #: app/main/controllers/media/RTMediaFeatured.php:27
2451
+ #: app/main/controllers/media/RTMediaGroupFeatured.php:19
2452
+ msgid "Unset Featured"
2453
  msgstr ""
2454
 
2455
+ #: app/main/controllers/media/RTMediaFeatured.php:191
2456
+ #: app/main/controllers/media/RTMediaGroupFeatured.php:194
2457
+ msgid "Media type is not allowed"
2458
  msgstr ""
2459
 
2460
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:60
2461
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2462
+ msgid "Edit this media"
2463
  msgstr ""
2464
 
2465
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:63
2466
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2467
+ msgid "Delete this media"
2468
  msgstr ""
2469
 
2470
+ #: app/main/controllers/media/RTMediaLike.php:18
2471
+ msgid "Like"
 
2472
  msgstr ""
2473
 
2474
+ #: app/main/controllers/media/RTMediaLike.php:20
2475
+ msgid "Unlike"
2476
  msgstr ""
2477
 
2478
+ #: app/main/controllers/media/RTMediaLoginPopup.php:38
2479
+ #: app/main/controllers/template/rt-template-functions.php:2160
2480
+ #: app/main/controllers/template/rt-template-functions.php:2164
2481
+ msgid "Upload Media"
2482
  msgstr ""
2483
 
2484
+ #: app/main/controllers/media/RTMediaLoginPopup.php:47
2485
+ msgid "Please login"
 
2486
  msgstr ""
2487
 
2488
+ #: app/main/controllers/media/RTMediaLoginPopup.php:49
2489
+ msgid "You need to be logged in to upload Media or to create Album."
 
 
 
2490
  msgstr ""
2491
 
2492
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
2493
+ msgid "Login"
 
2494
  msgstr ""
2495
 
2496
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
2497
+ msgid "HERE"
 
2498
  msgstr ""
2499
 
2500
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
2501
+ msgid " to login."
 
2502
  msgstr ""
2503
 
2504
+ #: app/main/controllers/media/RTMediaMedia.php:485
2505
+ msgid "Error creating attachment for the media file, please try again"
 
2506
  msgstr ""
2507
 
2508
+ #: app/main/controllers/media/RTMediaMedia.php:588
2509
+ msgid "%1$s added a %2$s"
 
2510
  msgstr ""
2511
 
2512
+ #: app/main/controllers/media/RTMediaMedia.php:588
2513
+ msgid "%1$s added %4$d %3$s"
 
2514
  msgstr ""
2515
 
2516
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:369
2517
  msgid "No changes were made to your account."
2518
  msgstr ""
2519
 
2520
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:372
2521
  msgid "Your default privacy settings saved successfully."
2522
  msgstr ""
2523
 
2524
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:395
2525
  msgid "Default Privacy"
2526
  msgstr ""
2527
 
2528
+ #: app/main/controllers/shortcodes/RTMediaGalleryShortcode.php:182
2529
+ msgid "You do not have sufficient privileges to view this gallery"
 
 
2530
  msgstr ""
2531
 
2532
  #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:91
2533
  msgid "The web browser on your device cannot be used to upload files."
2534
  msgstr ""
2535
 
2536
+ #: app/main/controllers/template/RTMediaAJAX.php:33
2537
+ msgid "You can not create album in this group."
 
 
 
 
 
2538
  msgstr ""
2539
 
2540
+ #: app/main/controllers/template/RTMediaAJAX.php:39
2541
+ msgid "You can not create album."
 
2542
  msgstr ""
2543
 
2544
+ #: app/main/controllers/template/RTMediaAJAX.php:44
2545
+ msgid "You can not create more albums, you exceed your album limit."
 
2546
  msgstr ""
2547
 
2548
+ #: app/main/controllers/template/RTMediaAJAX.php:89
2549
+ msgid "Data mismatch, Please insert data properly."
 
2550
  msgstr ""
2551
 
2552
+ #: app/main/controllers/template/RTMediaTemplate.php:97
2553
+ #: app/main/controllers/template/RTMediaTemplate.php:149
2554
+ msgid "Invalid attribute passed for rtmedia_gallery shortcode."
2555
  msgstr ""
2556
 
2557
+ #: app/main/controllers/template/RTMediaTemplate.php:329
2558
+ #: app/main/controllers/template/RTMediaTemplate.php:403
2559
+ #: app/main/controllers/template/RTMediaTemplate.php:492
2560
+ #: app/main/controllers/template/RTMediaTemplate.php:620
2561
+ msgid "Ooops !!! Invalid access. No nonce was found !!"
2562
  msgstr ""
2563
 
2564
+ #: app/main/controllers/template/RTMediaTemplate.php:336
2565
+ msgid "Media updated Sucessfully"
2566
  msgstr ""
2567
 
2568
+ #: app/main/controllers/template/RTMediaTemplate.php:342
2569
+ msgid "Error in updating Media"
 
 
 
2570
  msgstr ""
2571
 
2572
  #: app/main/controllers/template/rt-template-functions.php:709
2645
  msgid "Album Title : "
2646
  msgstr ""
2647
 
 
 
 
 
 
2648
  #: app/main/controllers/template/rt-template-functions.php:1817
2649
  #: app/main/controllers/template/rt-template-functions.php:1824
2650
  #: app/main/controllers/template/rt-template-functions.php:1876
2655
  msgid "Select Album to merge with : "
2656
  msgstr ""
2657
 
 
 
 
 
 
2658
  #: app/main/controllers/template/rt-template-functions.php:1867
2659
  msgid "Delete Album"
2660
  msgstr ""
2671
  msgid "people like this"
2672
  msgstr ""
2673
 
 
 
 
 
 
 
2674
  #: app/main/controllers/template/rt-template-functions.php:2247
2675
  msgid "Empowering your community with "
2676
  msgstr ""
2704
  msgstr ""
2705
 
2706
  #: app/main/controllers/template/rt-template-functions.php:2331
 
2707
  msgid "%s ago "
2708
  msgstr ""
2709
 
2710
  #: app/main/controllers/template/rt-template-functions.php:2344
 
2711
  msgid "1 second"
2712
  msgid_plural "%s seconds"
2713
  msgstr[0] ""
2714
  msgstr[1] ""
2715
 
2716
  #: app/main/controllers/template/rt-template-functions.php:2347
 
2717
  msgid "1 minute"
2718
  msgid_plural "%s minutes"
2719
  msgstr[0] ""
2720
  msgstr[1] ""
2721
 
2722
  #: app/main/controllers/template/rt-template-functions.php:2350
 
2723
  msgid "1 hour"
2724
  msgid_plural "%s hours"
2725
  msgstr[0] ""
2726
  msgstr[1] ""
2727
 
2728
  #: app/main/controllers/template/rt-template-functions.php:2705
2729
+ #. translators: date format, see http:php.net/date
2730
  msgid "You can consider rtMedia Team for following :"
2731
  msgstr ""
2732
 
2742
  msgid "WordPress/BuddyPress Plugin Development"
2743
  msgstr ""
2744
 
2745
+ #: app/main/controllers/template/rt-template-functions.php:2714
2746
+ #: lib/freemius/includes/i18n.php:37
2747
+ msgid "Contact Us"
2748
  msgstr ""
2749
 
2750
+ #: app/main/controllers/upload/RTMediaUploadView.php:70
2751
+ msgid "Privacy: "
2752
  msgstr ""
2753
 
2754
+ #: app/main/controllers/upload/RTMediaUploadView.php:77
2755
+ #: app/main/controllers/upload/RTMediaUploadView.php:113
2756
+ #: app/main/controllers/upload/RTMediaUploadView.php:130
2757
+ msgid "File Upload"
2758
  msgstr ""
2759
 
2760
+ #: app/main/controllers/upload/RTMediaUploadView.php:81
2761
+ msgid "Select your files"
2762
  msgstr ""
2763
 
2764
+ #: app/main/controllers/upload/RTMediaUploadView.php:82
2765
+ msgid "or"
 
2766
  msgstr ""
2767
 
2768
+ #: app/main/controllers/upload/RTMediaUploadView.php:82
2769
+ msgid "Drop your files here"
 
2770
  msgstr ""
2771
 
2772
+ #: app/main/controllers/upload/RTMediaUploadView.php:109
2773
+ msgid "Start upload"
 
 
 
2774
  msgstr ""
2775
 
2776
+ #: app/main/controllers/upload/RTMediaUploadView.php:136
2777
+ msgid "Attach Media"
2778
  msgstr ""
2779
 
2780
+ #: app/main/controllers/upload/RTMediaUploadView.php:151
2781
+ msgid "Insert from URL"
2782
  msgstr ""
2783
 
2784
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:61
2785
+ msgid "Error Uploading File"
2786
  msgstr ""
2787
 
2788
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:224
2789
+ msgid "MP4 file you have uploaded is corrupt."
 
 
2790
  msgstr ""
2791
 
2792
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:231
2793
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:236
2794
+ msgid ""
2795
+ "The MP4 file you have uploaded is using an unsupported video codec. "
2796
+ "Supported video codec is H.264."
2797
+ msgstr ""
2798
+
2799
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:241
2800
+ msgid "The MP4 file you have uploaded is not a video file."
2801
+ msgstr ""
2802
+
2803
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:254
2804
+ msgid "MP3 file you have uploaded is currupt."
2805
+ msgstr ""
2806
+
2807
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:261
2808
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:266
2809
+ msgid ""
2810
+ "The MP3 file you have uploaded is using an unsupported audio format. "
2811
+ "Supported audio format is MP3."
2812
+ msgstr ""
2813
+
2814
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:271
2815
+ msgid "The MP3 file you have uploaded is not an audio file."
2816
+ msgstr ""
2817
+
2818
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:279
2819
+ msgid ""
2820
+ "Media File you have tried to upload is not supported. Supported media files "
2821
+ "are .jpg, .png, .gif, .mp3, .mov and .mp4."
2822
+ msgstr ""
2823
+
2824
+ #: app/main/deprecated/RTMediaDeprecated.php:27
2825
+ msgid "Deprecated %s. Please use %s."
2826
+ msgstr ""
2827
+
2828
+ #: app/services/RTMediaEncoding.php:158
2829
+ msgid "rtMedia Encoding: Nearing quota limit."
2830
+ msgstr ""
2831
+
2832
+ #: app/services/RTMediaEncoding.php:159
2833
+ msgid ""
2834
+ "<p>You are nearing the quota limit for your rtMedia encoding "
2835
+ "service.</p><p>Following are the details:</p><p><strong>Used:</strong> "
2836
+ "%s</p><p><strong>Remaining</strong>: %s</p><p><strong>Total:</strong> %s</p>"
2837
+ msgstr ""
2838
+
2839
+ #: app/services/RTMediaEncoding.php:173
2840
+ msgid "rtMedia Encoding: Usage quota over."
2841
+ msgstr ""
2842
+
2843
+ #: app/services/RTMediaEncoding.php:174
2844
+ msgid ""
2845
+ "<p>Your usage quota is over. Upgrade your plan</p><p>Following are the "
2846
+ "details:</p><p><strong>Used:</strong> %s</p><p><strong>Remaining</strong>: "
2847
+ "%s</p><p><strong>Total:</strong> %s</p>"
2848
+ msgstr ""
2849
+
2850
+ #: app/services/RTMediaEncoding.php:237
2851
+ msgid "You have successfully subscribed for the <strong>%s</strong> plan"
2852
+ msgstr ""
2853
+
2854
+ #: app/services/RTMediaEncoding.php:249
2855
+ msgid "Unsubscribe"
2856
+ msgstr ""
2857
+
2858
+ #: app/services/RTMediaEncoding.php:251
2859
+ msgid ""
2860
+ "Just to improve our service we would like to know the reason for you to "
2861
+ "leave us."
2862
+ msgstr ""
2863
+
2864
+ #: app/services/RTMediaEncoding.php:300 app/services/RTMediaEncoding.php:402
2865
+ msgid "Current Plan"
2866
+ msgstr ""
2867
+
2868
+ #: app/services/RTMediaEncoding.php:300
2869
+ msgid "Unsubscribed"
2870
+ msgstr ""
2871
+
2872
+ #: app/services/RTMediaEncoding.php:302
2873
+ msgid "Used"
2874
+ msgstr ""
2875
+
2876
+ #: app/services/RTMediaEncoding.php:304
2877
+ msgid "Remaining"
2878
+ msgstr ""
2879
+
2880
+ #: app/services/RTMediaEncoding.php:306
2881
+ msgid "Total"
2882
+ msgstr ""
2883
+
2884
+ #: app/services/RTMediaEncoding.php:310
2885
+ msgid "Your usage limit has been reached. Upgrade your plan."
2886
+ msgstr ""
2887
+
2888
+ #: app/services/RTMediaEncoding.php:312
2889
+ msgid "Your API key is not valid or is expired."
2890
+ msgstr ""
2891
+
2892
+ #: app/services/RTMediaEncoding.php:314
2893
+ msgid "Encoding Usage"
2894
+ msgstr ""
2895
+
2896
+ #: app/services/RTMediaEncoding.php:320
2897
+ msgid "Audio/Video encoding service"
2898
+ msgstr ""
2899
+
2900
+ #: app/services/RTMediaEncoding.php:322
2901
+ msgid "rtMedia team has started offering an audio/video encoding service."
2902
+ msgstr ""
2903
+
2904
+ #: app/services/RTMediaEncoding.php:325
2905
+ msgid "Enter API KEY"
2906
+ msgstr ""
2907
+
2908
+ #: app/services/RTMediaEncoding.php:327
2909
+ msgid "Save Key"
2910
+ msgstr ""
2911
+
2912
+ #: app/services/RTMediaEncoding.php:348
2913
+ msgid "Feature\\Plan"
2914
+ msgstr ""
2915
+
2916
+ #: app/services/RTMediaEncoding.php:349 app/services/RTMediaEncoding.php:392
2917
+ #: lib/freemius/includes/i18n.php:61
2918
+ msgid "Free"
2919
+ msgstr ""
2920
+
2921
+ #: app/services/RTMediaEncoding.php:350
2922
+ msgid "Silver"
2923
+ msgstr ""
2924
+
2925
+ #: app/services/RTMediaEncoding.php:351
2926
+ msgid "Gold"
2927
+ msgstr ""
2928
+
2929
+ #: app/services/RTMediaEncoding.php:352
2930
+ msgid "Platinum"
2931
+ msgstr ""
2932
+
2933
+ #: app/services/RTMediaEncoding.php:358
2934
+ msgid "File Size Limit"
2935
+ msgstr ""
2936
+
2937
+ #: app/services/RTMediaEncoding.php:363
2938
+ msgid "Bandwidth (monthly)"
2939
+ msgstr ""
2940
+
2941
+ #: app/services/RTMediaEncoding.php:370
2942
+ msgid "Overage Bandwidth"
2943
+ msgstr ""
2944
+
2945
+ #: app/services/RTMediaEncoding.php:371 app/services/RTMediaEncoding.php:378
2946
+ #: app/services/RTMediaEncoding.php:383
2947
+ msgid "Not Available"
2948
+ msgstr ""
2949
+
2950
+ #: app/services/RTMediaEncoding.php:377
2951
+ msgid "Amazon S3 Support"
2952
+ msgstr ""
2953
+
2954
+ #: app/services/RTMediaEncoding.php:379 app/services/RTMediaEncoding.php:384
2955
+ #: app/services/RTMediaEncoding.php:388
2956
+ msgid "Coming Soon"
2957
+ msgstr ""
2958
+
2959
+ #: app/services/RTMediaEncoding.php:382
2960
+ msgid "HD Profile"
2961
  msgstr ""
2962
 
2963
+ #: app/services/RTMediaEncoding.php:387
2964
+ msgid "Webcam Recording"
2965
  msgstr ""
2966
 
2967
+ #: app/services/RTMediaEncoding.php:391
2968
+ msgid "Pricing"
2969
  msgstr ""
2970
 
2971
+ #: app/services/RTMediaEncoding.php:393
2972
+ msgid "$9/month"
2973
  msgstr ""
2974
 
2975
+ #: app/services/RTMediaEncoding.php:394
2976
+ msgid "$99/month"
2977
  msgstr ""
2978
 
2979
+ #: app/services/RTMediaEncoding.php:395
2980
+ msgid "$999/month"
2981
  msgstr ""
2982
 
2983
+ #: app/services/RTMediaEncoding.php:406
2984
+ msgid "Try Now"
2985
  msgstr ""
2986
 
2987
+ #: app/services/RTMediaEncoding.php:560
2988
+ msgid "Could not read file."
2989
  msgstr ""
2990
 
2991
+ #: app/services/RTMediaEncoding.php:564
 
2992
  msgid ""
2993
+ "Something went wrong. The required attachment id does not exists. It must "
2994
+ "have been deleted."
 
 
 
 
2995
  msgstr ""
2996
 
2997
+ #: app/services/RTMediaEncoding.php:579
2998
+ msgid "rtMedia Encoding: Download Failed"
2999
  msgstr ""
3000
 
3001
+ #: app/services/RTMediaEncoding.php:580
 
3002
  msgid ""
3003
+ "<p><a href=\"%s\">Media</a> was successfully encoded but there was an error "
3004
+ "while downloading:</p>\n"
3005
+ " <p><code>%s</code></p>\n"
3006
+ " <p>You can <a href=\"%s\">retry the "
3007
+ "download</a>.</p>"
3008
  msgstr ""
3009
 
3010
+ #: app/services/RTMediaEncoding.php:594
3011
+ msgid "Done"
3012
  msgstr ""
3013
 
3014
+ #: app/services/RTMediaEncoding.php:619 app/services/RTMediaEncoding.php:641
3015
+ msgid "Something went wrong please try again."
 
 
3016
  msgstr ""
3017
 
3018
+ #: app/services/RTMediaEncoding.php:638
3019
+ msgid "Your subscription was cancelled successfully"
 
3020
  msgstr ""
3021
 
3022
+ #: app/services/RTMediaEncoding.php:650
3023
+ msgid "Please enter the api key."
 
3024
  msgstr ""
3025
 
3026
+ #: app/services/RTMediaEncoding.php:657
3027
+ msgid "Encoding disabled successfully."
 
3028
  msgstr ""
3029
 
3030
+ #: app/services/RTMediaEncoding.php:663
3031
+ msgid "Encoding enabled successfully."
3032
  msgstr ""
3033
 
3034
+ #: lib/freemius/includes/fs-plugin-functions.php:118
3035
+ msgid "Plugin Install"
3036
  msgstr ""
3037
 
3038
+ #: lib/freemius/includes/fs-plugin-functions.php:251
3039
+ msgid "Version:"
 
3040
  msgstr ""
3041
 
3042
+ #: lib/freemius/includes/fs-plugin-functions.php:255
3043
+ msgid "Author:"
3044
  msgstr ""
3045
 
3046
+ #: lib/freemius/includes/fs-plugin-functions.php:259
3047
+ msgid "Last Updated:"
3048
  msgstr ""
3049
 
3050
+ #: lib/freemius/includes/fs-plugin-functions.php:261
3051
+ msgid "%s ago"
3052
  msgstr ""
3053
 
3054
+ #: lib/freemius/includes/fs-plugin-functions.php:266
3055
+ msgid "Requires WordPress Version:"
 
3056
  msgstr ""
3057
 
3058
+ #: lib/freemius/includes/fs-plugin-functions.php:266
3059
+ msgid "%s or higher"
 
3060
  msgstr ""
3061
 
3062
+ #: lib/freemius/includes/fs-plugin-functions.php:270
3063
+ msgid "Compatible up to:"
3064
  msgstr ""
3065
 
3066
+ #: lib/freemius/includes/fs-plugin-functions.php:274
3067
+ msgid "Downloaded:"
 
3068
  msgstr ""
3069
 
3070
+ #: lib/freemius/includes/fs-plugin-functions.php:274
3071
+ msgid "%s time"
3072
+ msgid_plural "%s times"
3073
+ msgstr[0] ""
3074
+ msgstr[1] ""
3075
+
3076
+ #: lib/freemius/includes/fs-plugin-functions.php:279
3077
+ msgid "WordPress.org Plugin Page &#187;"
3078
  msgstr ""
3079
 
3080
+ #: lib/freemius/includes/fs-plugin-functions.php:284
3081
+ msgid "Plugin Homepage &#187;"
3082
  msgstr ""
3083
 
3084
+ #: lib/freemius/includes/fs-plugin-functions.php:289
3085
+ #: lib/freemius/includes/fs-plugin-functions.php:346
3086
+ msgid "Donate to this plugin &#187;"
3087
  msgstr ""
3088
 
3089
+ #: lib/freemius/includes/fs-plugin-functions.php:295
3090
+ msgid "Average Rating"
 
3091
  msgstr ""
3092
 
3093
+ #: lib/freemius/includes/fs-plugin-functions.php:301
3094
+ msgid "(based on %s rating)"
3095
+ msgid_plural "(based on %s ratings)"
 
3096
  msgstr[0] ""
3097
  msgstr[1] ""
3098
 
3099
+ #: lib/freemius/includes/fs-plugin-functions.php:314
3100
+ msgid "Click to see reviews that provided a rating of %d star"
3101
+ msgid_plural "Click to see reviews that provided a rating of %d stars"
3102
+ msgstr[0] ""
3103
+ msgstr[1] ""
3104
+
3105
+ #: lib/freemius/includes/fs-plugin-functions.php:314
3106
+ msgid "%d star"
3107
+ msgid_plural "%d stars"
3108
+ msgstr[0] ""
3109
+ msgstr[1] ""
3110
+
3111
+ #: lib/freemius/includes/fs-plugin-functions.php:325
3112
+ msgid "Contributors"
3113
  msgstr ""
3114
 
3115
+ #: lib/freemius/includes/fs-plugin-functions.php:353
3116
+ #: lib/freemius/includes/fs-plugin-functions.php:355
3117
+ msgid "Warning:"
3118
  msgstr ""
3119
 
3120
+ #: lib/freemius/includes/fs-plugin-functions.php:353
3121
+ msgid "This plugin has not been tested with your current version of WordPress."
3122
  msgstr ""
3123
 
3124
+ #: lib/freemius/includes/fs-plugin-functions.php:355
3125
+ msgid ""
3126
+ "This plugin has not been marked as compatible with your version of "
3127
+ "WordPress."
3128
  msgstr ""
3129
 
3130
+ #: lib/freemius/includes/fs-plugin-functions.php:392
3131
+ #: lib/freemius/includes/i18n.php:111
3132
+ msgid "Install Now"
3133
  msgstr ""
3134
 
3135
+ #: lib/freemius/includes/fs-plugin-functions.php:397
3136
+ #: lib/freemius/includes/i18n.php:112
3137
+ msgid "Install Update Now"
3138
  msgstr ""
3139
 
3140
+ #: lib/freemius/includes/fs-plugin-functions.php:401
3141
+ msgid "Newer Version (%s) Installed"
3142
  msgstr ""
3143
 
3144
+ #: lib/freemius/includes/fs-plugin-functions.php:404
3145
+ msgid "Latest Version Installed"
3146
  msgstr ""
3147
 
3148
+ #: lib/freemius/includes/i18n.php:35
3149
+ msgid "Account"
3150
  msgstr ""
3151
 
3152
+ #: lib/freemius/includes/i18n.php:36
3153
+ msgid "Add On"
3154
  msgstr ""
3155
 
3156
+ #: lib/freemius/includes/i18n.php:38
3157
+ msgid "Change Ownership"
3158
  msgstr ""
3159
 
3160
+ #: lib/freemius/includes/i18n.php:40
3161
+ msgid "Support Forum"
3162
  msgstr ""
3163
 
3164
+ #: lib/freemius/includes/i18n.php:41
3165
+ msgid "Add Ons"
3166
  msgstr ""
3167
 
3168
+ #: lib/freemius/includes/i18n.php:43
3169
+ msgid "Awesome"
3170
  msgstr ""
3171
 
3172
+ #: lib/freemius/includes/i18n.php:46
3173
+ msgid "Unlimited Updates"
3174
  msgstr ""
3175
 
3176
+ #: lib/freemius/includes/i18n.php:48
3177
+ msgid "Free Trial"
3178
  msgstr ""
3179
 
3180
+ #: lib/freemius/includes/i18n.php:50
3181
+ msgid "Account Details"
3182
  msgstr ""
3183
 
3184
+ #: lib/freemius/includes/i18n.php:52
3185
+ msgid "Delete Account"
3186
  msgstr ""
3187
 
3188
+ #: lib/freemius/includes/i18n.php:55
3189
+ msgid "Change Plan"
3190
  msgstr ""
3191
 
3192
+ #: lib/freemius/includes/i18n.php:60
3193
+ msgid "New"
3194
  msgstr ""
3195
 
3196
+ #: lib/freemius/includes/i18n.php:64
3197
+ msgid "Single Site License"
3198
  msgstr ""
3199
 
3200
+ #: lib/freemius/includes/i18n.php:65
3201
+ msgid "Unlimited Licenses"
3202
  msgstr ""
3203
 
3204
+ #: lib/freemius/includes/i18n.php:66
3205
+ msgid "Up to %s Sites"
 
3206
  msgstr ""
3207
 
3208
+ #: lib/freemius/includes/i18n.php:67
3209
+ msgid "%sRenew your license now%s to access version %s features and support."
 
3210
  msgstr ""
3211
 
3212
+ #: lib/freemius/includes/i18n.php:69
3213
+ msgid "You are just one step away - %s"
 
 
3214
  msgstr ""
3215
 
3216
+ #: lib/freemius/includes/i18n.php:71
3217
+ msgid "We made a few tweaks to the plugin, %s"
 
3218
  msgstr ""
3219
 
3220
+ #: lib/freemius/includes/i18n.php:72
3221
+ msgid "Opt-in to make \"%s\" Better!"
3222
  msgstr ""
3223
 
3224
+ #: lib/freemius/includes/i18n.php:73
3225
+ msgid "Error"
3226
  msgstr ""
3227
 
3228
+ #: lib/freemius/includes/i18n.php:74
3229
+ msgid ""
3230
+ "Freemius SDK couldn't find the plugin's main file. Please contact "
3231
+ "sdk@freemius.com with the current error."
3232
+ msgstr ""
3233
+
3234
+ #: lib/freemius/includes/i18n.php:78
3235
+ msgid "not verified"
3236
  msgstr ""
3237
 
3238
+ #: lib/freemius/includes/i18n.php:79
3239
+ msgid "Verify Email"
3240
  msgstr ""
3241
 
3242
+ #: lib/freemius/includes/i18n.php:82
3243
+ msgid "No expiration"
3244
  msgstr ""
3245
 
3246
+ #: lib/freemius/includes/i18n.php:83
3247
+ msgid "Expired"
3248
  msgstr ""
3249
 
3250
+ #: lib/freemius/includes/i18n.php:84
3251
+ msgid "In %s"
3252
  msgstr ""
3253
 
3254
+ #: lib/freemius/includes/i18n.php:88
3255
+ msgid "Verified"
3256
  msgstr ""
3257
 
3258
+ #: lib/freemius/includes/i18n.php:89
3259
+ msgid "Plugin"
3260
  msgstr ""
3261
 
3262
+ #: lib/freemius/includes/i18n.php:92
3263
+ msgid "Title"
3264
  msgstr ""
3265
 
3266
+ #: lib/freemius/includes/i18n.php:94
3267
+ msgid "ID"
3268
  msgstr ""
3269
 
3270
+ #: lib/freemius/includes/i18n.php:96
3271
+ msgid "Plugin Installs"
3272
  msgstr ""
3273
 
3274
+ #: lib/freemius/includes/i18n.php:98
3275
+ msgid "User ID"
3276
  msgstr ""
3277
 
3278
+ #: lib/freemius/includes/i18n.php:99
3279
+ msgid "Site ID"
3280
  msgstr ""
3281
 
3282
+ #: lib/freemius/includes/i18n.php:100
3283
+ msgid "Public Key"
3284
  msgstr ""
3285
 
3286
+ #: lib/freemius/includes/i18n.php:101
3287
+ msgid "Secret Key"
3288
  msgstr ""
3289
 
3290
+ #: lib/freemius/includes/i18n.php:103
3291
+ msgid "No ID"
3292
  msgstr ""
3293
 
3294
+ #: lib/freemius/includes/i18n.php:107
3295
+ msgid "Activate"
3296
  msgstr ""
3297
 
3298
+ #: lib/freemius/includes/i18n.php:108 lib/freemius/includes/i18n.php:130
3299
+ msgid "Deactivate"
3300
  msgstr ""
3301
 
3302
+ #: lib/freemius/includes/i18n.php:113
3303
+ msgid "More information about %s"
3304
  msgstr ""
3305
 
3306
+ #: lib/freemius/includes/i18n.php:114
3307
+ msgid "Localhost"
3308
  msgstr ""
3309
 
3310
+ #: lib/freemius/includes/i18n.php:116
3311
+ msgid "What is your %s?"
3312
  msgstr ""
3313
 
3314
+ #: lib/freemius/includes/i18n.php:117
3315
+ msgid "Activate this add-on"
3316
  msgstr ""
3317
 
3318
+ #: lib/freemius/includes/i18n.php:118
3319
+ msgid ""
3320
+ "Deactivating your license will block all premium features, but will enable "
3321
+ "you to activate the license on another site. Are you sure you want to "
3322
+ "proceed?"
3323
  msgstr ""
3324
 
3325
+ #: lib/freemius/includes/i18n.php:119
3326
+ msgid ""
3327
+ "Deleting the account will automatically deactivate your %s plan license so "
3328
+ "you can use it on other sites. If you want to terminate the recurring "
3329
+ "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
3330
+ "account. Are you sure you would like to continue with the deletion?"
3331
  msgstr ""
3332
 
3333
+ #: lib/freemius/includes/i18n.php:120
3334
+ msgid ""
3335
+ "Deletion is not temporary. Only delete if you no longer want to use this "
3336
+ "plugin anymore. Are you sure you would like to continue with the deletion?"
3337
  msgstr ""
3338
 
3339
+ #: lib/freemius/includes/i18n.php:121
3340
+ msgid ""
3341
+ "Downgrading your plan will immediately stop all future recurring payments "
3342
+ "and your %s plan license will expire in %s."
3343
  msgstr ""
3344
 
3345
+ #: lib/freemius/includes/i18n.php:122
3346
+ msgid ""
3347
+ "You can still enjoy all %s features but you will not have access to plugin "
3348
+ "updates and support."
3349
  msgstr ""
3350
 
3351
+ #: lib/freemius/includes/i18n.php:123
3352
+ msgid ""
3353
+ "Once your license expire you can still use the Free version but you will "
3354
+ "NOT have access to the %s features."
3355
  msgstr ""
3356
 
3357
+ #: lib/freemius/includes/i18n.php:124
3358
+ msgid "Are you sure you want to proceed?"
3359
  msgstr ""
3360
 
3361
+ #: lib/freemius/includes/i18n.php:127
3362
+ msgid "Add Ons for %s"
3363
  msgstr ""
3364
 
3365
+ #: lib/freemius/includes/i18n.php:129
3366
+ msgid "If you have a moment, please let us know why you are deactivating"
3367
  msgstr ""
3368
 
3369
+ #: lib/freemius/includes/i18n.php:131
3370
+ msgid "Yes - Deactivate"
3371
  msgstr ""
3372
 
3373
+ #: lib/freemius/includes/i18n.php:132
3374
+ msgid "Submit & Deactivate"
3375
  msgstr ""
3376
 
3377
+ #: lib/freemius/includes/i18n.php:134
3378
+ msgid "I no longer need the plugin"
3379
  msgstr ""
3380
 
3381
+ #: lib/freemius/includes/i18n.php:135
3382
+ msgid "I found a better plugin"
 
3383
  msgstr ""
3384
 
3385
+ #: lib/freemius/includes/i18n.php:136
3386
+ msgid "I only needed the plugin for a short period"
3387
  msgstr ""
3388
 
3389
+ #: lib/freemius/includes/i18n.php:137
3390
+ msgid "The plugin broke my site"
3391
  msgstr ""
3392
 
3393
+ #: lib/freemius/includes/i18n.php:138
3394
+ msgid "The plugin suddenly stopped working"
3395
  msgstr ""
3396
 
3397
+ #: lib/freemius/includes/i18n.php:139
3398
+ msgid "I can't pay for it anymore"
3399
  msgstr ""
3400
 
3401
+ #: lib/freemius/includes/i18n.php:141
3402
+ msgid "What's the plugin's name?"
3403
  msgstr ""
3404
 
3405
+ #: lib/freemius/includes/i18n.php:142
3406
+ msgid "What price would you feel comfortable paying?"
3407
  msgstr ""
3408
 
3409
+ #: lib/freemius/includes/i18n.php:143
3410
+ msgid "I couldn't understand how to make it work"
3411
  msgstr ""
3412
 
3413
+ #: lib/freemius/includes/i18n.php:144
3414
+ msgid "The plugin is great, but I need specific feature that you don't support"
3415
  msgstr ""
3416
 
3417
+ #: lib/freemius/includes/i18n.php:145
3418
+ msgid "The plugin is not working"
3419
  msgstr ""
3420
 
3421
+ #: lib/freemius/includes/i18n.php:146
3422
+ msgid "It's not what I was looking for"
3423
  msgstr ""
3424
 
3425
+ #: lib/freemius/includes/i18n.php:147
3426
+ msgid "The plugin didn't work as expected"
3427
  msgstr ""
3428
 
3429
+ #: lib/freemius/includes/i18n.php:148
3430
+ msgid "What feature?"
3431
  msgstr ""
3432
 
3433
+ #: lib/freemius/includes/i18n.php:149
3434
+ msgid "Kindly share what didn't work so we can fix it for future users..."
 
 
 
 
 
3435
  msgstr ""
3436
 
3437
+ #: lib/freemius/includes/i18n.php:150
3438
+ msgid "What you've been looking for?"
 
 
 
3439
  msgstr ""
3440
 
3441
+ #: lib/freemius/includes/i18n.php:151
3442
+ msgid "What did you expect?"
3443
  msgstr ""
3444
 
3445
+ #: lib/freemius/includes/i18n.php:152
3446
+ msgid "The plugin didn't work"
3447
  msgstr ""
3448
 
3449
+ #: lib/freemius/includes/i18n.php:153
3450
+ msgid "I don't like to share my information with you"
3451
  msgstr ""
3452
 
3453
+ #: lib/freemius/includes/i18n.php:159
3454
+ msgid ""
3455
+ "In order to enjoy all our features and functionality, %s needs to connect "
3456
+ "your user, %s at %s, to %s"
3457
  msgstr ""
3458
 
3459
+ #: lib/freemius/includes/i18n.php:160
3460
+ msgid ""
3461
+ "Please help us improve %2$s! If you opt-in, some data about your usage of "
3462
+ "%2$s will be sent to %5$s. If you skip this, that's okay! %2$s will still "
3463
+ "work just fine."
3464
  msgstr ""
3465
 
3466
+ #: lib/freemius/includes/i18n.php:161
3467
+ msgid ""
3468
+ "You should receive an activation email for %s to your mailbox at %s. Please "
3469
+ "make sure you click the activation button in that email to complete the "
3470
+ "install."
3471
  msgstr ""
3472
 
3473
+ #: lib/freemius/includes/i18n.php:162
3474
+ msgid "What permissions are being granted?"
3475
  msgstr ""
3476
 
3477
+ #: lib/freemius/includes/i18n.php:163
3478
+ msgid "Your Profile Overview"
3479
  msgstr ""
3480
 
3481
+ #: lib/freemius/includes/i18n.php:164
3482
+ msgid "Name and email address"
3483
  msgstr ""
3484
 
3485
+ #: lib/freemius/includes/i18n.php:165
3486
+ msgid "Your Site Overview"
3487
  msgstr ""
3488
 
3489
+ #: lib/freemius/includes/i18n.php:166
3490
+ msgid "Site address, WordPress version, PHP Version"
3491
  msgstr ""
3492
 
3493
+ #: lib/freemius/includes/i18n.php:167
3494
+ msgid "Plugin Events"
3495
  msgstr ""
3496
 
3497
+ #: lib/freemius/includes/i18n.php:168
3498
+ msgid "Activation, deactivation and uninstall"
3499
  msgstr ""
3500
 
3501
+ #: lib/freemius/includes/i18n.php:169
3502
+ msgid "Newsletter"
 
 
3503
  msgstr ""
3504
 
3505
+ #: lib/freemius/includes/i18n.php:170
3506
+ msgid "Updates, announcements, marketing, no spam"
3507
  msgstr ""
3508
 
3509
+ #: lib/freemius/includes/i18n.php:171
3510
+ msgid "Privacy Policy"
3511
  msgstr ""
3512
 
3513
+ #: lib/freemius/includes/i18n.php:172
3514
+ msgid "Terms of Service"
3515
  msgstr ""
3516
 
3517
+ #: lib/freemius/includes/i18n.php:176
3518
+ msgid "Re-send activation email"
 
 
 
3519
  msgstr ""
3520
 
3521
+ #: lib/freemius/includes/i18n.php:180
3522
+ msgid "Screenshots"
3523
  msgstr ""
3524
 
3525
+ #: lib/freemius/includes/i18n.php:181
3526
+ msgid "Click to view full-size screenshot %d"
 
 
3527
  msgstr ""
3528
 
3529
+ #: lib/freemius/includes/i18n.php:185
3530
+ msgid "Freemius Debug"
3531
  msgstr ""
3532
 
3533
+ #: lib/freemius/includes/i18n.php:188
3534
+ msgid "Freemius State"
 
 
3535
  msgstr ""
3536
 
3537
+ #: lib/freemius/includes/i18n.php:196
3538
+ msgid "Add Ons of Plugin %s"
3539
  msgstr ""
3540
 
3541
+ #: lib/freemius/includes/i18n.php:197
3542
+ msgid "Are you sure you want to delete the all Freemius data?"
 
 
3543
  msgstr ""
3544
 
3545
+ #: lib/freemius/includes/i18n.php:198
3546
+ msgid "Actions"
3547
  msgstr ""
3548
 
3549
+ #: lib/freemius/includes/i18n.php:199
3550
+ msgid "Delete All Accounts"
 
 
3551
  msgstr ""
3552
 
3553
+ #: lib/freemius/includes/i18n.php:200
3554
+ msgid "Clear API Cache"
3555
  msgstr ""
3556
 
3557
+ #: lib/freemius/includes/i18n.php:201
3558
+ msgid "Sync Data From Server"
 
 
3559
  msgstr ""
3560
 
3561
+ #: lib/freemius/includes/i18n.php:211
3562
+ msgid "O.K"
3563
  msgstr ""
3564
 
3565
+ #: lib/freemius/includes/i18n.php:217
3566
+ msgid "Seems like you got the latest release."
 
 
3567
  msgstr ""
3568
 
3569
+ #: lib/freemius/includes/i18n.php:218
3570
+ msgid "You are all good!"
3571
  msgstr ""
3572
 
3573
+ #: lib/freemius/includes/i18n.php:219
3574
  msgid ""
3575
+ "Sorry, we could not complete the email update. Another user with the same "
3576
+ "email is already registered."
3577
  msgstr ""
3578
 
3579
+ #: lib/freemius/includes/i18n.php:220
3580
+ msgid ""
3581
+ "If you would like to give up the ownership of the plugin's account to %s "
3582
+ "click the Change Ownership button."
3583
  msgstr ""
3584
 
3585
+ #: lib/freemius/includes/i18n.php:221
3586
  msgid ""
3587
+ "Your email was successfully updated. You should receive an email with "
3588
+ "confirmation instructions in few moments."
3589
  msgstr ""
3590
 
3591
+ #: lib/freemius/includes/i18n.php:222
3592
+ msgid "Your name was successfully updated."
3593
  msgstr ""
3594
 
3595
+ #: lib/freemius/includes/i18n.php:223
3596
+ msgid "You have successfully updated your %s."
3597
  msgstr ""
3598
 
3599
+ #: lib/freemius/includes/i18n.php:224
3600
+ msgid "Please provide your full name."
3601
  msgstr ""
3602
 
3603
+ #: lib/freemius/includes/i18n.php:225
3604
  msgid ""
3605
+ "Verification mail was just sent to %s. If you can't find it after 5 min, "
3606
+ "please check your spam box."
3607
  msgstr ""
3608
 
3609
+ #: lib/freemius/includes/i18n.php:226
3610
+ msgid ""
3611
+ "Just letting you know that the add-ons information of %s is being pulled "
3612
+ "from external server."
3613
  msgstr ""
3614
 
3615
+ #: lib/freemius/includes/i18n.php:227
3616
+ msgid "No credit card required"
 
 
3617
  msgstr ""
3618
 
3619
+ #: lib/freemius/includes/i18n.php:228
3620
+ msgid "Premium plugin version was successfully activated."
3621
  msgstr ""
3622
 
3623
+ #: lib/freemius/includes/i18n.php:229
3624
+ msgid "The upgrade of %s was successfully completed."
 
 
3625
  msgstr ""
3626
 
3627
+ #: lib/freemius/includes/i18n.php:230
3628
+ msgid "Your account was successfully activated with the %s plan."
3629
  msgstr ""
3630
 
3631
+ #: lib/freemius/includes/i18n.php:231
3632
+ msgid "Download the latest %s version now"
 
 
3633
  msgstr ""
3634
 
3635
+ #: lib/freemius/includes/i18n.php:232
3636
+ msgid "Download the latest version now"
3637
  msgstr ""
3638
 
3639
+ #: lib/freemius/includes/i18n.php:234
3640
+ msgid "Your %s Add-on plan was successfully upgraded."
 
 
3641
  msgstr ""
3642
 
3643
+ #: lib/freemius/includes/i18n.php:235
3644
+ msgid "Your email has been successfully verified - you are AWESOME!"
3645
  msgstr ""
3646
 
3647
+ #: lib/freemius/includes/i18n.php:236
3648
+ msgid "Your plan was successfully upgraded."
3649
  msgstr ""
3650
 
3651
+ #: lib/freemius/includes/i18n.php:237
3652
+ msgid "Your plan was successfully changed to %s."
3653
  msgstr ""
3654
 
3655
+ #: lib/freemius/includes/i18n.php:238
3656
  msgid ""
3657
+ "Your license has expired. You can still continue using the free plugin "
3658
+ "forever."
3659
  msgstr ""
3660
 
3661
+ #: lib/freemius/includes/i18n.php:239
3662
+ msgid "Your trial has been successfully started."
3663
  msgstr ""
3664
 
3665
+ #: lib/freemius/includes/i18n.php:240
3666
+ msgid "Your license was successfully activated."
 
 
 
3667
  msgstr ""
3668
 
3669
+ #: lib/freemius/includes/i18n.php:241
3670
+ msgid "It looks like your site currently don't have an active license."
3671
  msgstr ""
3672
 
3673
+ #: lib/freemius/includes/i18n.php:242
3674
+ msgid "Your license was successfully deactivated, you are back to the %s plan."
 
3675
  msgstr ""
3676
 
3677
+ #: lib/freemius/includes/i18n.php:243
3678
+ msgid "It looks like the license deactivation failed."
3679
  msgstr ""
3680
 
3681
+ #: lib/freemius/includes/i18n.php:244
3682
+ msgid "It looks like the license could not be activated."
3683
  msgstr ""
3684
 
3685
+ #: lib/freemius/includes/i18n.php:245
3686
+ msgid "Error received from the server:"
3687
  msgstr ""
3688
 
3689
+ #: lib/freemius/includes/i18n.php:246
3690
+ msgid "Your trial has expired. You can still continue using all our free features."
3691
+ msgstr ""
3692
+
3693
+ #: lib/freemius/includes/i18n.php:247
3694
  msgid ""
3695
+ "Your plan was successfully downgraded. Your %s plan license will expire in "
3696
+ "%s."
3697
  msgstr ""
3698
 
3699
+ #: lib/freemius/includes/i18n.php:248
3700
+ msgid ""
3701
+ "Seems like we are having some temporary issue with your plan downgrade. "
3702
+ "Please try again in few minutes."
3703
  msgstr ""
3704
 
3705
+ #: lib/freemius/includes/i18n.php:249
3706
  msgid ""
3707
+ "It looks like you are not in trial mode anymore so there's nothing to "
3708
+ "cancel :)"
 
3709
  msgstr ""
3710
 
3711
+ #: lib/freemius/includes/i18n.php:250
3712
+ msgid "Your %s Plan trial was successfully cancelled."
3713
  msgstr ""
3714
 
3715
+ #: lib/freemius/includes/i18n.php:252
3716
+ msgid "Please download %s."
 
 
3717
  msgstr ""
3718
 
3719
+ #: lib/freemius/includes/i18n.php:254
3720
+ msgid ""
3721
+ "How do you like %s so far? Test all our %s premium features with a %d-day "
3722
+ "free trial."
3723
  msgstr ""
3724
 
3725
+ #: lib/freemius/includes/i18n.php:256
3726
  msgid ""
3727
+ "Seems like we are having some temporary issue with your trial cancellation. "
3728
+ "Please try again in few minutes."
 
3729
  msgstr ""
3730
 
3731
+ #: lib/freemius/includes/i18n.php:257
3732
+ msgid "No commitment for %s days - cancel anytime!"
3733
  msgstr ""
3734
 
3735
+ #: lib/freemius/includes/i18n.php:258
3736
  msgid ""
3737
+ "Your license has expired. You can still continue using all the %s features, "
3738
+ "but you'll need to renew your license to continue getting updates and "
3739
+ "support."
3740
  msgstr ""
3741
 
3742
+ #: lib/freemius/includes/i18n.php:259
3743
+ msgid "Couldn't activate %s."
3744
  msgstr ""
3745
 
3746
+ #: lib/freemius/includes/i18n.php:260
3747
+ msgid "Please contact us with the following message:"
3748
+ msgstr ""
3749
+
3750
+ #: lib/freemius/includes/i18n.php:261
3751
  msgid ""
3752
+ "It looks like your plan did't change. If you did upgrade, it's probably an "
3753
+ "issue on our side - sorry."
3754
  msgstr ""
3755
 
3756
+ #: lib/freemius/includes/i18n.php:262
3757
+ msgid "Please contact us here"
3758
  msgstr ""
3759
 
3760
+ #: lib/freemius/includes/i18n.php:263
3761
  msgid ""
3762
+ "I have upgraded my account but when I try to Sync the License, the plan "
3763
+ "remains %s."
 
3764
  msgstr ""
3765
 
3766
+ #: lib/freemius/includes/i18n.php:266
3767
+ msgid "From unknown reason, the API connectivity test fails."
3768
  msgstr ""
3769
 
3770
+ #: lib/freemius/includes/i18n.php:267
3771
  msgid ""
3772
+ "We use PHP cURL library for the API calls, which is a very common library "
3773
+ "and usually installed out of the box. Unfortunately, cURL is not installed "
3774
+ "on your server."
3775
  msgstr ""
3776
 
3777
+ #: lib/freemius/includes/i18n.php:268
3778
+ msgid "From unknown reason, CloudFlare, the firewall we use, blocks the connection."
3779
  msgstr ""
3780
 
3781
+ #: lib/freemius/includes/i18n.php:270
3782
  msgid ""
3783
+ "It looks like your server is using Squid ACL (access control lists), which "
3784
+ "blocks the connection."
3785
  msgstr ""
3786
 
3787
+ #: lib/freemius/includes/i18n.php:271
3788
+ msgid "I don't know what is Squid or ACL, help me!"
3789
  msgstr ""
3790
 
3791
+ #: lib/freemius/includes/i18n.php:272 lib/freemius/includes/i18n.php:276
3792
  msgid ""
3793
+ "We'll make sure to contact your hosting company and resolve the issue. You "
3794
+ "will get a follow-up email to %s once we have an update."
 
3795
  msgstr ""
3796
 
3797
+ #: lib/freemius/includes/i18n.php:273
3798
+ msgid "I'm a system administrator"
3799
  msgstr ""
3800
 
3801
+ #: lib/freemius/includes/i18n.php:274
3802
  msgid ""
3803
+ "Great, please whitelist the following domains: %s. Once you done, "
3804
+ "deactivate the plugin and activate it again."
3805
  msgstr ""
3806
 
3807
+ #: lib/freemius/includes/i18n.php:275
3808
+ msgid "I don't know what is cURL or how to install it, help me!"
3809
  msgstr ""
3810
 
3811
+ #: lib/freemius/includes/i18n.php:277
3812
  msgid ""
3813
+ "Great, please install cURL and enable it in your php.ini file. To make sure "
3814
+ "it was successfully activated, use 'phpinfo()'. Once activated, deactivate "
3815
+ "the plugin and reactivate it back again."
3816
  msgstr ""
3817
 
3818
+ #: lib/freemius/includes/i18n.php:278
3819
+ msgid ""
3820
+ "We are sure it's an issue on our side and more than happy to resolve it for "
3821
+ "you ASAP if you give us a chance."
3822
  msgstr ""
3823
 
3824
+ #: lib/freemius/includes/i18n.php:279
3825
+ msgid "Yes - I'm giving you a chance to fix it"
3826
+ msgstr ""
3827
+
3828
+ #: lib/freemius/includes/i18n.php:280
3829
  msgid ""
3830
+ "We will do our best to whitelist your server and resolve this issue ASAP. "
3831
+ "You will get a follow-up email to %s once we have an update."
3832
  msgstr ""
3833
 
3834
+ #: lib/freemius/includes/i18n.php:281
3835
+ msgid "Let's try your previous version"
3836
  msgstr ""
3837
 
3838
+ #: lib/freemius/includes/i18n.php:282
3839
+ msgid "Uninstall this version and install the previous one."
 
 
3840
  msgstr ""
3841
 
3842
+ #: lib/freemius/includes/i18n.php:283
3843
+ msgid "That's exhausting, please deactivate"
3844
  msgstr ""
3845
 
3846
+ #: lib/freemius/includes/i18n.php:284
3847
  msgid ""
3848
+ "We feel your frustration and sincerely apologize for the inconvenience. "
3849
+ "Hope to see you again in the future."
3850
  msgstr ""
3851
 
3852
+ #: lib/freemius/includes/i18n.php:285
3853
+ msgid ""
3854
+ "Thank for giving us the chance to fix it! A message was just sent to our "
3855
+ "technical staff. We will get back to you as soon as we have an update to "
3856
+ "%s. Appreciate your patience."
3857
  msgstr ""
3858
 
3859
+ #: lib/freemius/includes/i18n.php:287
3860
  msgid ""
3861
+ "It seems like one of the authentication parameters is wrong. Update your "
3862
+ "Public Key, Secret Key & User ID, and try again."
3863
  msgstr ""
3864
 
3865
+ #: lib/freemius/includes/i18n.php:290
3866
+ msgid ""
3867
+ "Please check your mailbox, you should receive an email via %s to confirm "
3868
+ "the ownership change. From security reasons, you must confirm the change "
3869
+ "within the next 15 min. If you cannot find the email, please check your "
3870
+ "spam folder."
3871
  msgstr ""
3872
 
3873
+ #: lib/freemius/includes/i18n.php:291
3874
  msgid ""
3875
+ "Thanks for confirming the ownership change. An email was just sent to %s "
3876
+ "for final approval."
3877
  msgstr ""
3878
 
3879
+ #: lib/freemius/includes/i18n.php:292
3880
+ msgid "%s is the new owner of the account."
3881
  msgstr ""
3882
 
3883
+ #: templates/media/album-gallery.php:14
3884
+ msgid "Album List"
 
 
3885
  msgstr ""
3886
 
3887
+ #: templates/media/album-gallery.php:64
3888
+ #: templates/media/media-single-edit.php:61
3889
+ #: templates/media/media-single.php:146
3890
+ msgid "Sorry !! There's no media found for the request !!"
3891
  msgstr ""
3892
 
3893
+ #: templates/media/album-single-edit.php:12
3894
+ msgid "Edit Album : "
 
 
3895
  msgstr ""
3896
 
3897
+ #: templates/media/album-single-edit.php:18
3898
+ msgid "Manage Media"
3899
  msgstr ""
3900
 
3901
+ #: templates/media/album-single-edit.php:32
3902
+ #: templates/media/media-single-edit.php:26
3903
+ msgid "Title : "
3904
  msgstr ""
3905
 
3906
+ #: templates/media/album-single-edit.php:37
3907
+ #: templates/media/media-single-edit.php:32
3908
+ msgid "Description: "
 
3909
  msgstr ""
3910
 
3911
+ #: templates/media/album-single-edit.php:48
3912
+ #: templates/media/media-single-edit.php:47
3913
+ msgid "Back"
3914
  msgstr ""
3915
 
3916
+ #: templates/media/album-single-edit.php:63
3917
+ msgid "Move Selected media to another album."
3918
  msgstr ""
3919
 
3920
+ #: templates/media/album-single-edit.php:63
3921
+ msgid "Move"
3922
  msgstr ""
3923
 
3924
+ #: templates/media/album-single-edit.php:65
3925
+ msgid "Delete Selected media from the album."
3926
  msgstr ""
3927
 
3928
+ #: templates/media/album-single-edit.php:70
3929
+ msgid "Move selected media to the album : "
3930
  msgstr ""
3931
 
3932
+ #: templates/media/album-single-edit.php:72
3933
+ msgid "Move Selected"
3934
  msgstr ""
3935
 
3936
+ #: templates/media/album-single-edit.php:94
3937
+ msgid "Prev"
3938
  msgstr ""
3939
 
3940
+ #: templates/media/album-single-edit.php:103
3941
+ msgid "Next"
3942
  msgstr ""
3943
 
3944
+ #: templates/media/album-single-edit.php:106
3945
+ msgid "The album is empty."
3946
  msgstr ""
3947
 
3948
+ #: templates/media/album-single-edit.php:116
3949
+ msgid "Sorry !! You can not edit this album."
3950
  msgstr ""
3951
 
3952
+ #: templates/media/media-gallery.php:9 templates/media/media-gallery.php:25
3953
+ msgid "Media Gallery"
3954
  msgstr ""
3955
 
3956
+ #: templates/media/media-gallery.php:73
3957
+ msgid "Oops !! There's no media found for the request !!"
3958
  msgstr ""
3959
 
3960
+ #: templates/media/media-single-edit.php:46
3961
+ msgid "Save"
 
3962
  msgstr ""
3963
 
3964
+ #: templates/media/media-single-edit.php:54
3965
+ msgid "Sorry !! You do not have rights to edit this media"
 
 
 
3966
  msgstr ""
3967
 
3968
+ #: templates/media/media-single.php:35
3969
+ msgid "under"
3970
  msgstr ""
3971
 
3972
+ #. Plugin Name of the plugin/theme
3973
+ msgid "rtMedia for WordPress, BuddyPress and bbPress"
 
 
3974
  msgstr ""
3975
 
3976
+ #. Plugin URI of the plugin/theme
3977
+ msgid ""
3978
+ "http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_"
3979
+ "campaign=buddypress-media"
3980
  msgstr ""
3981
 
3982
+ #. Description of the plugin/theme
3983
  msgid ""
3984
+ "This plugin adds missing media rich features like photos, videos and audio "
3985
+ "uploading to BuddyPress which are essential if you are building social "
3986
+ "network, seriously!"
3987
  msgstr ""
3988
 
3989
+ #. Author URI of the plugin/theme
3990
+ msgid ""
3991
+ "http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign="
3992
+ "buddypress-media"
3993
  msgstr ""
3994
 
3995
+ #: app/main/controllers/media/RTMediaAlbum.php:35
3996
+ msgctxt "Status General Name"
3997
+ msgid "hidden"
3998
  msgstr ""
3999
 
4000
+ #: app/main/controllers/template/RTMediaNav.php:32
4001
+ msgctxt "My Account Privacy sub nav"
4002
+ msgid "Privacy"
4003
  msgstr ""
4004
 
4005
+ #: lib/freemius/includes/fs-plugin-functions.php:87
4006
+ msgctxt "Plugin installer section title"
4007
+ msgid "Description"
4008
  msgstr ""
4009
 
4010
+ #: lib/freemius/includes/fs-plugin-functions.php:88
4011
+ msgctxt "Plugin installer section title"
4012
+ msgid "Installation"
4013
  msgstr ""
4014
 
4015
+ #: lib/freemius/includes/fs-plugin-functions.php:89
4016
+ msgctxt "Plugin installer section title"
4017
+ msgid "FAQ"
4018
  msgstr ""
4019
 
4020
+ #: lib/freemius/includes/fs-plugin-functions.php:90
4021
+ msgctxt "Plugin installer section title"
4022
+ msgid "Screenshots"
4023
  msgstr ""
4024
 
4025
+ #: lib/freemius/includes/fs-plugin-functions.php:91
4026
+ msgctxt "Plugin installer section title"
4027
+ msgid "Changelog"
4028
  msgstr ""
4029
 
4030
+ #: lib/freemius/includes/fs-plugin-functions.php:92
4031
+ msgctxt "Plugin installer section title"
4032
+ msgid "Reviews"
 
4033
  msgstr ""
4034
 
4035
+ #: lib/freemius/includes/fs-plugin-functions.php:93
4036
+ msgctxt "Plugin installer section title"
4037
+ msgid "Other Notes"
4038
  msgstr ""
4039
 
4040
+ #: lib/freemius/includes/i18n.php:297
4041
+ msgctxt "Plugin installer section title"
4042
+ msgid "Features & Pricing"
4043
  msgstr ""
4044
 
4045
+ #: lib/freemius/includes/i18n.php:42
4046
+ msgctxt "verb"
4047
+ msgid "Upgrade"
 
 
 
4048
  msgstr ""
4049
 
4050
+ #: lib/freemius/includes/i18n.php:47
4051
+ msgctxt "verb"
4052
+ msgid "Downgrade"
4053
  msgstr ""
4054
 
4055
+ #: lib/freemius/includes/i18n.php:51
4056
+ msgctxt "verb"
4057
+ msgid "Delete"
 
 
4058
  msgstr ""
4059
 
4060
+ #: lib/freemius/includes/i18n.php:63
4061
+ msgctxt "verb"
4062
+ msgid "Purchase"
4063
  msgstr ""
4064
 
4065
+ #: lib/freemius/includes/i18n.php:175
4066
+ msgctxt "verb"
4067
+ msgid "Skip"
4068
  msgstr ""
4069
 
4070
+ #: lib/freemius/templates/account.php:287
4071
+ msgctxt "verb"
4072
+ msgid "Edit"
 
 
 
4073
  msgstr ""
4074
 
4075
+ #: lib/freemius/includes/i18n.php:44
4076
+ msgctxt "noun"
4077
+ msgid "Pricing"
4078
  msgstr ""
4079
 
4080
+ #: lib/freemius/includes/i18n.php:45
4081
+ msgctxt "noun"
4082
+ msgid "Price"
 
 
4083
  msgstr ""
4084
 
4085
+ #: lib/freemius/includes/i18n.php:53
4086
+ msgctxt "as close a window"
4087
+ msgid "Dismiss"
 
4088
  msgstr ""
4089
 
4090
+ #: lib/freemius/includes/i18n.php:54
4091
+ msgctxt "as product pricing plan"
4092
+ msgid "Plan"
4093
  msgstr ""
4094
 
4095
+ #: lib/freemius/includes/i18n.php:56
4096
+ msgctxt "as download professional version"
4097
+ msgid "Download %s Version"
 
4098
  msgstr ""
4099
 
4100
+ #: lib/freemius/includes/i18n.php:57
4101
+ msgctxt "as download professional version now"
4102
+ msgid "Download %s version now"
4103
  msgstr ""
4104
 
4105
+ #: lib/freemius/includes/i18n.php:58
4106
+ msgctxt "as download latest version"
4107
+ msgid "Download Latest"
 
 
4108
  msgstr ""
4109
 
4110
+ #: lib/freemius/includes/i18n.php:59
4111
+ msgctxt "E.g. you have a professional license."
4112
+ msgid "You have a %s license."
4113
  msgstr ""
4114
 
4115
+ #: lib/freemius/includes/i18n.php:62
4116
+ msgctxt "as trial plan"
4117
+ msgid "Trial"
4118
  msgstr ""
4119
 
4120
+ #: lib/freemius/includes/i18n.php:68
4121
+ msgctxt "e.g. Professional Plan"
4122
+ msgid "%s Plan"
4123
  msgstr ""
4124
 
4125
+ #: lib/freemius/includes/i18n.php:70
4126
+ msgctxt "%s - plugin name. As complete \"Jetpack\" activation now"
4127
+ msgid "Complete \"%s\" Activation Now"
4128
  msgstr ""
4129
 
4130
+ #: lib/freemius/includes/i18n.php:77
4131
+ msgctxt "as expiration date"
4132
+ msgid "Expiration"
4133
  msgstr ""
4134
 
4135
+ #: lib/freemius/includes/i18n.php:80
4136
+ msgctxt "e.g. expires in 2 months"
4137
+ msgid "Expires in %s"
4138
  msgstr ""
4139
 
4140
+ #: lib/freemius/includes/i18n.php:81
4141
+ msgctxt "e.g. auto renews in 2 months"
4142
+ msgid "Auto renews in %s"
4143
  msgstr ""
4144
 
4145
+ #: lib/freemius/includes/i18n.php:85
4146
+ msgctxt "as plugin version"
4147
+ msgid "Version"
4148
  msgstr ""
4149
 
4150
+ #: lib/freemius/includes/i18n.php:91
4151
+ msgctxt "as file/folder path"
4152
+ msgid "Path"
4153
  msgstr ""
4154
 
4155
+ #: lib/freemius/includes/i18n.php:93
4156
+ msgctxt "as WP plugin slug"
4157
+ msgid "Slug"
4158
  msgstr ""
4159
 
4160
+ #: lib/freemius/includes/i18n.php:97
4161
+ msgctxt "like websites"
4162
+ msgid "Sites"
4163
  msgstr ""
4164
 
4165
+ #: lib/freemius/includes/i18n.php:102
4166
+ msgctxt "as secret encryption key missing"
4167
+ msgid "No Secret"
4168
  msgstr ""
4169
 
4170
+ #: lib/freemius/includes/i18n.php:104
4171
+ msgctxt "as synchronize license"
4172
+ msgid "Sync License"
4173
  msgstr ""
4174
 
4175
+ #: lib/freemius/includes/i18n.php:105
4176
+ msgctxt "as synchronize"
4177
+ msgid "Sync"
 
 
4178
  msgstr ""
4179
 
4180
+ #: lib/freemius/includes/i18n.php:109
4181
+ msgctxt "active mode"
4182
+ msgid "Active"
4183
  msgstr ""
4184
 
4185
+ #: lib/freemius/includes/i18n.php:110
4186
+ msgctxt "is active mode?"
4187
+ msgid "Is Active"
4188
  msgstr ""
4189
 
4190
+ #: lib/freemius/includes/i18n.php:115
4191
+ msgctxt "as activate Professional plan"
4192
+ msgid "Activate %s Plan"
4193
  msgstr ""
4194
 
4195
+ #: lib/freemius/includes/i18n.php:133
4196
+ msgctxt "the text of the cancel button of the plugin deactivation dialog box."
4197
+ msgid "Cancel"
4198
  msgstr ""
4199
 
4200
+ #: lib/freemius/includes/i18n.php:140
4201
+ msgctxt ""
4202
+ "the text of the \"other\" reason for deactivating the plugin that is shown "
4203
+ "in the modal box."
4204
+ msgid "Other"
4205
  msgstr ""
4206
 
4207
+ #: lib/freemius/includes/i18n.php:157
4208
+ msgctxt "greeting"
4209
+ msgid "Hey %s,"
4210
  msgstr ""
4211
 
4212
+ #: lib/freemius/includes/i18n.php:158
4213
+ msgctxt "a greeting. E.g. Thanks John!"
4214
+ msgid "Thanks %s!"
4215
  msgstr ""
4216
 
4217
+ #: lib/freemius/includes/i18n.php:173
4218
+ msgctxt "as activating plugin"
4219
+ msgid "Activating"
4220
  msgstr ""
4221
 
4222
+ #: lib/freemius/includes/i18n.php:174
4223
+ msgctxt "button label"
4224
+ msgid "Allow & Continue"
 
 
4225
  msgstr ""
4226
 
4227
+ #: lib/freemius/includes/i18n.php:186
4228
+ msgctxt "as turned on"
4229
+ msgid "On"
4230
  msgstr ""
4231
 
4232
+ #: lib/freemius/includes/i18n.php:187
4233
+ msgctxt "as turned off"
4234
+ msgid "Off"
4235
  msgstr ""
4236
 
4237
+ #: lib/freemius/includes/i18n.php:189
4238
+ msgctxt "as connection was successful"
4239
+ msgid "Connected"
 
 
 
 
4240
  msgstr ""
4241
 
4242
+ #: lib/freemius/includes/i18n.php:190
4243
+ msgctxt "as connection blocked"
4244
+ msgid "Blocked"
 
 
4245
  msgstr ""
4246
 
4247
+ #: lib/freemius/includes/i18n.php:191
4248
+ msgctxt "as application program interface"
4249
+ msgid "API"
4250
  msgstr ""
4251
 
4252
+ #: lib/freemius/includes/i18n.php:192
4253
+ msgctxt "as software development kit versions"
4254
+ msgid "SDK"
4255
  msgstr ""
4256
 
4257
+ #: lib/freemius/includes/i18n.php:193
4258
+ msgctxt "as software development kit versions"
4259
+ msgid "SDK Versions"
4260
  msgstr ""
4261
 
4262
+ #: lib/freemius/includes/i18n.php:194
4263
+ msgctxt "as plugin folder path"
4264
+ msgid "Plugin Path"
4265
  msgstr ""
4266
 
4267
+ #: lib/freemius/includes/i18n.php:195
4268
+ msgctxt "as sdk path"
4269
+ msgid "SDK Path"
4270
  msgstr ""
4271
 
4272
+ #: lib/freemius/includes/i18n.php:205
4273
+ msgctxt "as congratulations"
4274
+ msgid "Congrats"
4275
  msgstr ""
4276
 
4277
+ #: lib/freemius/includes/i18n.php:206
4278
+ msgctxt "exclamation"
4279
+ msgid "Oops"
4280
  msgstr ""
4281
 
4282
+ #: lib/freemius/includes/i18n.php:212
4283
+ msgctxt "exclamation"
4284
+ msgid "Hey"
4285
  msgstr ""
4286
 
4287
+ #: lib/freemius/includes/i18n.php:207
4288
+ msgctxt "interjection expressing joy or exuberance"
4289
+ msgid "Yee-haw"
4290
  msgstr ""
4291
 
4292
+ #: lib/freemius/includes/i18n.php:208
4293
+ msgctxt ""
4294
+ "(especially in electronic communication) used to express elation, "
4295
+ "enthusiasm, or triumph."
4296
+ msgid "W00t"
4297
  msgstr ""
4298
 
4299
+ #: lib/freemius/includes/i18n.php:209
4300
+ msgctxt "a positive response"
4301
+ msgid "Right on"
4302
  msgstr ""
4303
 
4304
+ #: lib/freemius/includes/i18n.php:210
4305
+ msgctxt ""
4306
+ "something somebody says when they are thinking about what you have just "
4307
+ "said. "
4308
+ msgid "Hmm"
4309
  msgstr ""
4310
 
4311
+ #: lib/freemius/includes/i18n.php:213
4312
+ msgctxt "advance notice of something that will need attention."
4313
+ msgid "Heads up"
4314
  msgstr ""
4315
 
4316
+ #: lib/freemius/includes/i18n.php:233
4317
+ msgctxt "%s - product name, e.g. Facebook add-on was successfully..."
4318
+ msgid "%s Add-on was successfully purchased."
4319
  msgstr ""
4320
 
4321
+ #: lib/freemius/includes/i18n.php:251
4322
+ msgctxt "%s - numeric version number"
4323
+ msgid "Version %s was released."
4324
  msgstr ""
4325
 
4326
+ #: lib/freemius/includes/i18n.php:253
4327
+ msgctxt "%s - plan name, as the latest professional version here"
4328
+ msgid "the latest %s version here"
4329
  msgstr ""
4330
 
4331
+ #: lib/freemius/includes/i18n.php:255
4332
+ msgctxt "call to action"
4333
+ msgid "Start free trial"
4334
  msgstr ""
4335
 
4336
+ #: lib/freemius/includes/i18n.php:269
4337
+ msgctxt "as pluginX requires an access to our API"
4338
+ msgid "%s requires an access to our API."
4339
  msgstr ""
4340
 
4341
+ #: lib/freemius/includes/i18n.php:286
4342
+ msgctxt "%1s - plugin title, %2s - API domain"
4343
+ msgid ""
4344
+ "Your server is blocking the access to Freemius' API, which is crucial for "
4345
+ "%1s synchronization. Please contact your host to whitelist %2s"
4346
  msgstr ""
4347
 
4348
+ #: lib/freemius/includes/i18n.php:294
4349
+ msgctxt "addonX cannot run without pluginY"
4350
+ msgid "%s cannot run without %s."
4351
  msgstr ""
4352
 
4353
+ #: lib/freemius/includes/i18n.php:295
4354
+ msgctxt "addonX cannot run..."
4355
+ msgid "%s cannot run without the plugin."
4356
  msgstr ""
4357
+
4358
+ #: lib/freemius/includes/i18n.php:296
4359
+ msgctxt "pluginX activation was successfully..."
4360
+ msgid "%s activation was successfully completed."
4361
+ msgstr ""
readme.txt CHANGED
@@ -5,8 +5,8 @@ Tags: BuddyPress, media, multimedia, album, audio, songs, music, video, photo, i
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.4.1
9
- Stable tag: 3.10.3
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
12
 
@@ -140,10 +140,15 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
140
 
141
  == Changelog ==
142
 
143
- = 3.10.3 [Jan 28, 2015] =
 
 
 
 
 
144
  * Fix issues
145
 
146
- = 3.10.2 [Jan 28, 2015] =
147
  * Fix XSS vulnerability (thanks to [Brajesh](https://profiles.wordpress.org/sbrajesh/))
148
  * Updated Freemius SDK
149
 
@@ -1131,8 +1136,8 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
1131
 
1132
  == Upgrade Notice ==
1133
 
1134
- = 3.10.3 =
1135
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix XSS vulnerability.
1136
 
1137
  == Sponsors ==
1138
 
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.4.2
9
+ Stable tag: 3.10.4
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.10.4 [Mar 15, 2016] =
144
+ * Fixed browser title if theme has title-tag support
145
+ * Fixed the video & audio player issue for activity load more
146
+ * Fixed minor bugs
147
+
148
+ = 3.10.3 [Jan 28, 2016] =
149
  * Fix issues
150
 
151
+ = 3.10.2 [Jan 28, 2016] =
152
  * Fix XSS vulnerability (thanks to [Brajesh](https://profiles.wordpress.org/sbrajesh/))
153
  * Updated Freemius SDK
154
 
1136
 
1137
  == Upgrade Notice ==
1138
 
1139
+ = 3.10.4 =
1140
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fixed browser title if theme has title-tag support, Fixed the video & audio player issue for activity load more, Fixed minor bugs
1141
 
1142
  == Sponsors ==
1143