Plugin Directory

Changeset 861766


Ignore:
Timestamp:
02/20/2014 04:32:09 PM (12 years ago)
Author:
faishal
Message:

version 3.6.3 released

Location:
buddypress-media/trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • buddypress-media/trunk/app/assets/js/rtMedia.js

    r835538 r861766  
    9595                    close: function(e) {
    9696                        //console.log(e);
     97            rtmedia_init_action_dropdown();
    9798                    },
    9899                    BeforeChange: function(e) {
     
    137138    }
    138139}
     140
     141//drop-down js
     142function rtmedia_init_action_dropdown() {
     143    jQuery('.click-nav > span').toggleClass('no-js js');
     144    jQuery('.click-nav .js ul').hide();
     145    jQuery('.click-nav .clicker').click(function(e) {
     146    jQuery(this).next('ul').toggle();
     147    //$('.click-nav ul').toggle();
     148    e.stopPropagation();
     149    });
     150}
     151
    139152jQuery('document').ready(function($) {
    140153
     
    173186    }
    174187
     188    jQuery.ajaxPrefilter(function(options, originalOptions, jqXHR) {
     189    try{
     190            if (originalOptions.data == null || typeof(originalOptions.data) == "undefined" || typeof(originalOptions.data.action) == "undefined" ) {
     191                return true;
     192            }
     193        }catch(e){
     194            return true;
     195        }
     196    if (originalOptions.data.action == 'activity_get_older_updates') {
     197        var orignalSuccess = originalOptions.success;
     198        options.success = function(response) {
     199        orignalSuccess(response);
     200        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');
     201        rtMediaHook.call('rtmedia_js_after_activity_added', []);
     202        }
     203    }
     204    });
     205
    175206    jQuery('.rtmedia-container').on('click', '.select-all', function(e) {
    176207        e.preventDefault();
     
    181212            jQuery(this).prop('checked', true);
    182213        });
     214    jQuery('.rtmedia-list-item').addClass('bulk-selected');
    183215    });
    184216
     
    191223            jQuery(this).prop('checked', false);
    192224        });
     225    jQuery('.rtmedia-list-item').removeClass('bulk-selected');
    193226    });
    194227
     
    314347                //mejs-video
    315348                //init the options dropdown menu
    316                 init_action_dropdown();
     349                rtmedia_init_action_dropdown();
    317350                //get focus on comment textarea when comment-link is clicked
    318351                jQuery('.rtmedia-comment-link').on('click', function(e){
     
    415448//    });
    416449
    417     //drop-down js
    418     function init_action_dropdown() {
    419         $('.click-nav > span').toggleClass('no-js js');
    420         $('.click-nav .js ul').hide();
    421         $('.click-nav .clicker').click(function(e) {
    422             $(this).next('ul').toggle();
    423             //$('.click-nav ul').toggle();
    424             e.stopPropagation();
    425         });
    426     }
    427     init_action_dropdown();
     450    rtmedia_init_action_dropdown();
    428451    $(document).click(function() {
    429452        if ($('.click-nav ul').is(':visible')) {
  • buddypress-media/trunk/app/main/controllers/template/RTMediaTemplate.php

    r847076 r861766  
    619619                $located = trailingslashit ( RTMEDIA_PATH ) . $ogpath . $template_name;
    620620            }
    621         }
    622 
    623         $located = apply_filters('rtmedia_located_template', $located , $url, $ogpath, $template_name );// filter for rtmedia pro
     621        $located = apply_filters('rtmedia_located_template', $located , $url, $ogpath, $template_name );// filter for rtmedia pro
     622        }
    624623        return $located;
    625624    }
  • buddypress-media/trunk/app/main/controllers/template/rt-template-functions.php

    r859562 r861766  
    408408    $flag = $rtmedia_media->media_author == get_current_user_id ();
    409409
    410     if( isset($rtmedia_media->context) && $rtmedia_media->context == 'group' && function_exists('bp_group_is_admin')){
     410    if( !$flag && isset($rtmedia_media->context) && $rtmedia_media->context == 'group' && function_exists('bp_group_is_admin')){
    411411            $flag = ( bp_group_is_admin() || bp_group_is_mod());
    412412    }
  • buddypress-media/trunk/app/main/controllers/upload/RTMediaUploadView.php

    r854592 r861766  
    8383                    . '</div>' ),
    8484                //'activity' => array( 'title' => __ ( 'File Upload', 'rtmedia' ), 'content' => '<div class="rtmedia-container"><div id="rtmedia-action-update"><input type="button" class="rtmedia-add-media-button" id="rtmedia-add-media-button-post-update"  value="' . __ ( "Attach Files", "rtmedia" ) . '" /></div><div id="div-attache-rtmedia"><div id="rtmedia-whts-new-upload-container" ><div id="rtmedia-whts-new-drag-drop-area" class="drag-drop"><input id="rtmedia-whts-new-upload-button" value="' . __ ( "Select", "rtmedia" ) . '" type="button" class="rtmedia-upload-input rtmedia-file" /></div><div id="rtMedia-update-queue-list"></div></div></div></div>' )
    85                 'activity' => array( 'title' => __( 'File Upload', 'rtmedia' ), 'content' => '<div class="rtmedia-container"><div id="rtmedia-action-update"><button type="button" class="rtmedia-add-media-button" id="rtmedia-add-media-button-post-update"><i class="rtmicon-plus-circle"></i>' . __( 'Attach Files', 'rtmedia' ) . '</button>' . $up_privacy . '</div><div id="rtmedia-whts-new-upload-container"><div id="rtm-upload-start-notice"><span>' . __('Upload will start only after you enter content and click Post Update.', 'rtmedia' ) . '</span></div><table id="rtMedia-queue-list" class="rtMedia-queue-list"><tbody></tbody></table></div></div>')
     85                'activity' => array( 'title' => __( 'File Upload', 'rtmedia' ), 'content' => '<div class="rtmedia-container"><div id="rtmedia-action-update"><button type="button" class="rtmedia-add-media-button" id="rtmedia-add-media-button-post-update"><i class="rtmicon-plus-circle"></i>' . apply_filters('rtmedia_attach_file_message', __( 'Attach Files', 'rtmedia' ) ) . '</button>' . $up_privacy . '</div><div id="rtmedia-whts-new-upload-container"><div id="rtm-upload-start-notice"><span>' . __('Upload will start only after you enter content and click Post Update.', 'rtmedia' ) . '</span></div><table id="rtMedia-queue-list" class="rtMedia-queue-list"><tbody></tbody></table></div></div>')
    8686            ),
    8787//          'file_upload' => array( 'title' => __('File Upload','rtmedia'), 'content' => '<div id="rtmedia-uploader"><p>Your browser does not have HTML5 support.</p></div>'),
  • buddypress-media/trunk/index.php

    r859562 r861766  
    55  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
    66  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.6.2
     7  Version: 3.6.3
    88  Author: rtCamp
    99  Text Domain: rtmedia
  • buddypress-media/trunk/languages/rtmedia.po

    r854592 r861766  
    33"Project-Id-Version: BuddyPress Media\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2014-02-10 13:13+0530\n"
    6 "PO-Revision-Date: 2014-02-10 13:13+0530\n"
     5"POT-Creation-Date: 2014-02-20 21:49+0530\n"
     6"PO-Revision-Date: 2014-02-20 21:49+0530\n"
    77"Last-Translator: faishal <faishal.saiyed@rtcamp.com>\n"
    88"Language-Team: rtCamp <info@rtcamp.com>\n"
     
    108108#: app/admin/RTMediaAdmin.php:349 app/admin/RTMediaAdmin.php:352
    109109#: app/admin/RTMediaAdmin.php:459 app/admin/RTMediaAdmin.php:847
    110 #: app/helper/RTMediaSettings.php:133
     110#: app/helper/RTMediaSettings.php:134
    111111msgid "Support"
    112112msgstr ""
     
    448448msgstr ""
    449449
    450 #: app/admin/RTMediaFormHandler.php:444 app/helper/RTMediaSettings.php:231
     450#: app/admin/RTMediaFormHandler.php:334
     451msgid "Enable JSON API"
     452msgstr ""
     453
     454#: app/admin/RTMediaFormHandler.php:339
     455msgid ""
     456"This will allow handling API requests for rtMedia sent through any mobile "
     457"app."
     458msgstr ""
     459
     460#: app/admin/RTMediaFormHandler.php:342
     461msgid ""
     462"You can refer API document from <a href=\"https://rtcamp.com/rtmedia/docs/"
     463"developer/json-api/\">here</a>"
     464msgstr ""
     465
     466#: app/admin/RTMediaFormHandler.php:456 app/helper/RTMediaSettings.php:232
    451467msgid "Media Type"
    452468msgstr ""
    453469
    454 #: app/admin/RTMediaFormHandler.php:445
     470#: app/admin/RTMediaFormHandler.php:457
    455471msgid "Allows you to upload a particular media type on your post."
    456472msgstr ""
    457473
    458 #: app/admin/RTMediaFormHandler.php:445
     474#: app/admin/RTMediaFormHandler.php:457
    459475msgid "Allow Upload"
    460476msgstr ""
    461477
    462 #: app/admin/RTMediaFormHandler.php:446
     478#: app/admin/RTMediaFormHandler.php:458
    463479msgid "Put a specific media as a featured content on the post."
    464480msgstr ""
    465481
    466 #: app/admin/RTMediaFormHandler.php:446
     482#: app/admin/RTMediaFormHandler.php:458
    467483msgid "Set Featured"
    468484msgstr ""
    469485
    470 #: app/admin/RTMediaFormHandler.php:484
     486#: app/admin/RTMediaFormHandler.php:496
    471487msgid "File Extensions"
    472488msgstr ""
    473489
    474 #: app/admin/RTMediaFormHandler.php:531
     490#: app/admin/RTMediaFormHandler.php:543
    475491msgid "Category"
    476492msgstr ""
    477493
    478 #: app/admin/RTMediaFormHandler.php:532
     494#: app/admin/RTMediaFormHandler.php:544
    479495msgid "Entity"
    480496msgstr ""
    481497
    482 #: app/admin/RTMediaFormHandler.php:533
     498#: app/admin/RTMediaFormHandler.php:545
    483499msgid "Width"
    484500msgstr ""
    485501
    486 #: app/admin/RTMediaFormHandler.php:533
     502#: app/admin/RTMediaFormHandler.php:545
    487503msgid "Height"
    488504msgstr ""
    489505
    490 #: app/admin/RTMediaFormHandler.php:533
     506#: app/admin/RTMediaFormHandler.php:545
    491507msgid "Crop"
    492508msgstr ""
    493509
    494 #: app/admin/RTMediaFormHandler.php:570
     510#: app/admin/RTMediaFormHandler.php:582
    495511msgid "Number of thumbnails to generate on video upload"
    496512msgstr ""
    497513
    498 #: app/admin/RTMediaFormHandler.php:576
     514#: app/admin/RTMediaFormHandler.php:588
    499515msgid ""
    500516" If you choose more than 1 thumbnail, your users will be able to change "
     
    502518msgstr ""
    503519
    504 #: app/admin/RTMediaFormHandler.php:614
     520#: app/admin/RTMediaFormHandler.php:626
    505521msgid ""
    506522"If you want to add some custom CSS code to the plugin and don't want to "
     
    508524msgstr ""
    509525
    510 #: app/admin/RTMediaFormHandler.php:636
     526#: app/admin/RTMediaFormHandler.php:648
    511527msgid "rtMedia default styles"
    512528msgstr ""
    513529
    514 #: app/admin/RTMediaFormHandler.php:642
     530#: app/admin/RTMediaFormHandler.php:654
    515531msgid ""
    516532"Load default rtMedia styles. You need to write your own style for rtMedia if "
     
    518534msgstr ""
    519535
    520 #: app/admin/RTMediaFormHandler.php:646
     536#: app/admin/RTMediaFormHandler.php:658
    521537msgid "Paste your CSS code"
    522538msgstr ""
    523539
    524 #: app/admin/RTMediaFormHandler.php:652
     540#: app/admin/RTMediaFormHandler.php:664
    525541msgid "Custom rtMedia CSS container"
    526542msgstr ""
    527543
    528 #: app/admin/RTMediaFormHandler.php:666
     544#: app/admin/RTMediaFormHandler.php:678
    529545msgid "Enable privacy"
    530546msgstr ""
    531547
    532 #: app/admin/RTMediaFormHandler.php:672
     548#: app/admin/RTMediaFormHandler.php:684
    533549msgid "Enable privacy in rtMedia"
    534550msgstr ""
    535551
    536 #: app/admin/RTMediaFormHandler.php:676
     552#: app/admin/RTMediaFormHandler.php:688
    537553msgid "Default privacy"
    538554msgstr ""
    539555
    540 #: app/admin/RTMediaFormHandler.php:682
     556#: app/admin/RTMediaFormHandler.php:694
    541557msgid "Set default privacy for media"
    542558msgstr ""
    543559
    544 #: app/admin/RTMediaFormHandler.php:686
     560#: app/admin/RTMediaFormHandler.php:698
    545561msgid "Allow users to set privacy for their content"
    546562msgstr ""
    547563
    548 #: app/admin/RTMediaFormHandler.php:691
     564#: app/admin/RTMediaFormHandler.php:703
    549565msgid ""
    550566"If you choose this, user will be able to change privacy of their own uploads."
    551567msgstr ""
    552568
    553 #: app/admin/RTMediaFormHandler.php:693
     569#: app/admin/RTMediaFormHandler.php:705
    554570msgid "For group uploads, BuddyPress groups privacy is used."
    555571msgstr ""
    556572
    557 #: app/admin/RTMediaFormHandler.php:750
     573#: app/admin/RTMediaFormHandler.php:762
    558574msgid "Enable media in profile"
    559575msgstr ""
    560576
    561 #: app/admin/RTMediaFormHandler.php:755
     577#: app/admin/RTMediaFormHandler.php:767
    562578msgid "Enable Media on BuddyPress Profile"
    563579msgstr ""
    564580
    565 #: app/admin/RTMediaFormHandler.php:759
     581#: app/admin/RTMediaFormHandler.php:771
    566582msgid "Enable media in group"
    567583msgstr ""
    568584
    569 #: app/admin/RTMediaFormHandler.php:764
     585#: app/admin/RTMediaFormHandler.php:776
    570586msgid "Enable Media on BuddyPress Groups"
    571587msgstr ""
    572588
    573 #: app/admin/RTMediaFormHandler.php:768
     589#: app/admin/RTMediaFormHandler.php:780
    574590msgid "Allow upload from activity stream"
    575591msgstr ""
    576592
    577 #: app/admin/RTMediaFormHandler.php:773
     593#: app/admin/RTMediaFormHandler.php:785
    578594msgid "Allow upload using status update box present on activity stream page"
    579595msgstr ""
    580596
    581 #: app/admin/RTMediaFormHandler.php:778
     597#: app/admin/RTMediaFormHandler.php:790
    582598msgid "Number of media items to show in activity stream"
    583599msgstr ""
    584600
    585 #: app/admin/RTMediaFormHandler.php:783
     601#: app/admin/RTMediaFormHandler.php:795
    586602msgid ""
    587603"With bulk uploads activity stream may get flooded. You can control maximum "
     
    590606msgstr ""
    591607
    592 #: app/admin/RTMediaFormHandler.php:824
     608#: app/admin/RTMediaFormHandler.php:836
    593609msgid "Organize media into albums"
    594610msgstr ""
    595611
    596 #: app/admin/RTMediaFormHandler.php:830
     612#: app/admin/RTMediaFormHandler.php:842
    597613msgid ""
    598614"This will add 'album' tab to BuddyPress profile and group depending on "
     
    703719msgstr ""
    704720
    705 #: app/helper/RTMediaSettings.php:103
     721#: app/helper/RTMediaSettings.php:104
    706722msgid "Max Video thumbnail size is "
    707723msgstr ""
    708724
    709 #: app/helper/RTMediaSettings.php:131
     725#: app/helper/RTMediaSettings.php:132
    710726msgid "BuddyPress Media Addons for Photos"
    711727msgstr ""
    712728
    713 #: app/helper/RTMediaSettings.php:135
     729#: app/helper/RTMediaSettings.php:136
    714730msgid "rtMedia Themes"
    715731msgstr ""
    716732
    717 #: app/helper/RTMediaSettings.php:192
     733#: app/helper/RTMediaSettings.php:193
    718734#, php-format
    719735msgid ""
     
    722738msgstr ""
    723739
    724 #: app/helper/RTMediaSettings.php:210 app/helper/RTMediaSettings.php:212
     740#: app/helper/RTMediaSettings.php:211 app/helper/RTMediaSettings.php:213
    725741msgid "Recounting of media files done successfully"
    726742msgstr ""
    727743
    728 #: app/helper/RTMediaSettings.php:212
     744#: app/helper/RTMediaSettings.php:213
    729745msgid "Recount Success"
    730746msgstr ""
    731747
    732 #: app/helper/RTMediaSettings.php:215 app/helper/RTMediaSettings.php:217
     748#: app/helper/RTMediaSettings.php:216 app/helper/RTMediaSettings.php:218
    733749msgid "Recounting Failed"
    734750msgstr ""
    735751
    736 #: app/helper/RTMediaSettings.php:217
     752#: app/helper/RTMediaSettings.php:218
    737753msgid "Recount Fail"
    738754msgstr ""
    739755
    740 #: app/helper/RTMediaSettings.php:229 app/helper/RTMediaSettings.php:231
     756#: app/helper/RTMediaSettings.php:230 app/helper/RTMediaSettings.php:232
    741757msgid "Atleast one Media Type Must be selected"
    742758msgstr ""
    743759
    744 #: app/helper/RTMediaSettings.php:238 app/helper/RTMediaSettings.php:240
     760#: app/helper/RTMediaSettings.php:239 app/helper/RTMediaSettings.php:241
    745761msgid "\"Number of media\" count value should be numeric and greater than 0."
    746762msgstr ""
    747763
    748 #: app/helper/RTMediaSettings.php:240
     764#: app/helper/RTMediaSettings.php:241
    749765msgid "Default Count"
    750766msgstr ""
    751767
    752 #: app/helper/RTMediaSettings.php:244
     768#: app/helper/RTMediaSettings.php:245
    753769msgid "Settings saved."
    754770msgstr ""
    755771
    756 #: app/helper/RTMediaSettings.php:259
     772#: app/helper/RTMediaSettings.php:260
    757773#, php-format
    758774msgid ""
     
    761777msgstr ""
    762778
    763 #: app/helper/RTMediaSettings.php:279
     779#: app/helper/RTMediaSettings.php:280
    764780msgid "BuddyPress Media 2.6 requires a database upgrade. "
    765781msgstr ""
    766782
    767 #: app/helper/RTMediaSettings.php:280
     783#: app/helper/RTMediaSettings.php:281
    768784msgid "Update Database"
    769785msgstr ""
    770786
    771 #: app/helper/RTMediaSettings.php:288 app/helper/RTMediaSupport.php:367
     787#: app/helper/RTMediaSettings.php:289 app/helper/RTMediaSupport.php:367
    772788msgid ""
    773789"If your site has some issues due to BuddyPress Media and you want one on one "
     
    778794msgstr ""
    779795
    780 #: app/helper/RTMediaSettings.php:289 app/helper/RTMediaSupport.php:368
     796#: app/helper/RTMediaSettings.php:290 app/helper/RTMediaSupport.php:368
    781797msgid ""
    782798"If you have any suggestions, enhancements or bug reports, then you can open "
     
    825841
    826842#: app/helper/RTMediaSupport.php:331 app/helper/RTMediaThemes.php:116
     843#: app/helper/RTMediaThemes.php:125
    827844msgid "Click"
    828845msgstr ""
    829846
    830847#: app/helper/RTMediaSupport.php:331 app/helper/RTMediaThemes.php:116
     848#: app/helper/RTMediaThemes.php:125
    831849msgid "here"
    832850msgstr ""
     
    968986msgstr ""
    969987
    970 #: app/helper/RTMediaThemes.php:116
     988#: app/helper/RTMediaThemes.php:116 app/helper/RTMediaThemes.php:125
    971989msgid "for preview."
    972990msgstr ""
    973991
    974 #: app/helper/RTMediaThemes.php:122
     992#: app/helper/RTMediaThemes.php:124
     993msgid ""
     994"You no longer need to be a professional developer or designer to create an "
     995"awesome website. Let your imagination run wild and create the site of your "
     996"dreams. KLEO has all the tools to get you started."
     997msgstr ""
     998
     999#: app/helper/RTMediaThemes.php:131
    9751000msgid "Are you a developer?"
    9761001msgstr ""
    9771002
    978 #: app/helper/RTMediaThemes.php:123
     1003#: app/helper/RTMediaThemes.php:132
    9791004msgid ""
    9801005"If you have developed a rtMedia compatible theme and would like it to list "
     
    9821007msgstr ""
    9831008
    984 #: app/helper/RTMediaThemes.php:123
     1009#: app/helper/RTMediaThemes.php:132
    9851010msgid "product@rtcamp.com"
    9861011msgstr ""
     
    12131238msgstr ""
    12141239
    1215 #: app/main/RTMedia.php:517 app/main/controllers/template/RTMediaNav.php:143
     1240#: app/main/RTMedia.php:517 app/main/controllers/template/RTMediaNav.php:146
    12161241msgid "All"
    12171242msgstr ""
    12181243
    12191244#: app/main/RTMedia.php:526 app/main/controllers/media/RTMediaAlbum.php:54
    1220 #: app/main/controllers/template/rt-template-functions.php:1050
     1245#: app/main/controllers/template/rt-template-functions.php:1054
    12211246msgid "Album"
    12221247msgstr ""
     
    12241249#: app/main/RTMedia.php:529 app/main/controllers/media/RTMediaAlbum.php:53
    12251250#: app/main/controllers/media/RTMediaAlbum.php:65
    1226 #: app/main/controllers/template/RTMediaNav.php:92
    1227 #: app/main/controllers/template/RTMediaNav.php:164
     1251#: app/main/controllers/template/RTMediaNav.php:95
     1252#: app/main/controllers/template/RTMediaNav.php:167
    12281253msgid "Albums"
    12291254msgstr ""
    12301255
    12311256#: app/main/RTMedia.php:537
    1232 #: app/main/controllers/template/rt-template-functions.php:1725
    1233 #: app/main/controllers/template/rt-template-functions.php:1728
     1257#: app/main/controllers/template/rt-template-functions.php:1729
     1258#: app/main/controllers/template/rt-template-functions.php:1732
    12341259msgid "Upload"
    12351260msgstr ""
     
    13361361
    13371362#: app/main/RTMedia.php:828
    1338 #: app/main/controllers/template/rt-template-functions.php:585
    1339 #: app/main/controllers/template/rt-template-functions.php:606
     1363#: app/main/controllers/template/rt-template-functions.php:589
     1364#: app/main/controllers/template/rt-template-functions.php:610
    13401365msgid "Edit"
    13411366msgstr ""
    13421367
    13431368#: app/main/RTMedia.php:829
    1344 #: app/main/controllers/template/rt-template-functions.php:1129
    1345 #: app/main/controllers/template/rt-template-functions.php:1136
     1369#: app/main/controllers/template/rt-template-functions.php:1133
     1370#: app/main/controllers/template/rt-template-functions.php:1140
    13461371#: templates/media/album-single-edit.php:60
    13471372msgid "Delete"
     
    13801405msgstr ""
    13811406
    1382 #: app/main/controllers/api/RTMediaJsonApi.php:146
     1407#: app/main/controllers/api/RTMediaJsonApi.php:166
    13831408msgid "username/password empty"
    13841409msgstr ""
    13851410
    1386 #: app/main/controllers/api/RTMediaJsonApi.php:149
     1411#: app/main/controllers/api/RTMediaJsonApi.php:169
    13871412msgid "incorrect username"
    13881413msgstr ""
    13891414
    1390 #: app/main/controllers/api/RTMediaJsonApi.php:152
     1415#: app/main/controllers/api/RTMediaJsonApi.php:172
    13911416msgid "incorrect password"
    13921417msgstr ""
    13931418
    1394 #: app/main/controllers/api/RTMediaJsonApi.php:155
     1419#: app/main/controllers/api/RTMediaJsonApi.php:175
    13951420msgid "login success"
    13961421msgstr ""
    13971422
    1398 #: app/main/controllers/api/RTMediaJsonApi.php:201
     1423#: app/main/controllers/api/RTMediaJsonApi.php:221
    13991424msgid "fields empty"
    14001425msgstr ""
    14011426
    1402 #: app/main/controllers/api/RTMediaJsonApi.php:204
     1427#: app/main/controllers/api/RTMediaJsonApi.php:224
    14031428msgid "invalid email"
    14041429msgstr ""
    14051430
    1406 #: app/main/controllers/api/RTMediaJsonApi.php:207
     1431#: app/main/controllers/api/RTMediaJsonApi.php:227
    14071432msgid "password do not match"
    14081433msgstr ""
    14091434
    1410 #: app/main/controllers/api/RTMediaJsonApi.php:210
     1435#: app/main/controllers/api/RTMediaJsonApi.php:230
    14111436msgid "username already registered"
    14121437msgstr ""
    14131438
    1414 #: app/main/controllers/api/RTMediaJsonApi.php:213
     1439#: app/main/controllers/api/RTMediaJsonApi.php:233
    14151440msgid "email already exists"
    14161441msgstr ""
    14171442
    1418 #: app/main/controllers/api/RTMediaJsonApi.php:216
     1443#: app/main/controllers/api/RTMediaJsonApi.php:236
    14191444msgid "new user created"
    14201445msgstr ""
    14211446
    1422 #: app/main/controllers/api/RTMediaJsonApi.php:277
     1447#: app/main/controllers/api/RTMediaJsonApi.php:297
    14231448msgid "email empty"
    14241449msgstr ""
    14251450
    1426 #: app/main/controllers/api/RTMediaJsonApi.php:280
     1451#: app/main/controllers/api/RTMediaJsonApi.php:300
    14271452msgid "username/email not registered"
    14281453msgstr ""
    14291454
    1430 #: app/main/controllers/api/RTMediaJsonApi.php:283
     1455#: app/main/controllers/api/RTMediaJsonApi.php:303
    14311456msgid "reset link sent"
    14321457msgstr ""
    14331458
    1434 #: app/main/controllers/api/RTMediaJsonApi.php:315
     1459#: app/main/controllers/api/RTMediaJsonApi.php:335
    14351460msgid ""
    14361461"Someone has asked to reset the password for the following site and username."
    14371462msgstr ""
    14381463
    1439 #: app/main/controllers/api/RTMediaJsonApi.php:317
     1464#: app/main/controllers/api/RTMediaJsonApi.php:337
    14401465#, php-format
    14411466msgid "Username: %s"
    14421467msgstr ""
    14431468
    1444 #: app/main/controllers/api/RTMediaJsonApi.php:318
     1469#: app/main/controllers/api/RTMediaJsonApi.php:338
    14451470msgid ""
    14461471"To reset your password visit the following address, otherwise just ignore "
     
    14481473msgstr ""
    14491474
    1450 #: app/main/controllers/api/RTMediaJsonApi.php:321
     1475#: app/main/controllers/api/RTMediaJsonApi.php:341
    14511476#, php-format
    14521477msgid "[%s] Password Reset"
    14531478msgstr ""
    14541479
    1455 #: app/main/controllers/api/RTMediaJsonApi.php:336
     1480#: app/main/controllers/api/RTMediaJsonApi.php:356
    14561481msgid "bp activities"
    14571482msgstr ""
    14581483
    1459 #: app/main/controllers/api/RTMediaJsonApi.php:339
     1484#: app/main/controllers/api/RTMediaJsonApi.php:359
    14601485msgid "user activities"
    14611486msgstr ""
    14621487
    1463 #: app/main/controllers/api/RTMediaJsonApi.php:369
     1488#: app/main/controllers/api/RTMediaJsonApi.php:389
    14641489msgid "comment content missing"
    14651490msgstr ""
    14661491
    1467 #: app/main/controllers/api/RTMediaJsonApi.php:372
     1492#: app/main/controllers/api/RTMediaJsonApi.php:392
    14681493msgid "comment posted"
    14691494msgstr ""
    14701495
    1471 #: app/main/controllers/api/RTMediaJsonApi.php:419
     1496#: app/main/controllers/api/RTMediaJsonApi.php:439
    14721497msgid "unliked media"
    14731498msgstr ""
    14741499
    1475 #: app/main/controllers/api/RTMediaJsonApi.php:422
     1500#: app/main/controllers/api/RTMediaJsonApi.php:442
    14761501msgid "liked media"
    14771502msgstr ""
    14781503
    1479 #: app/main/controllers/api/RTMediaJsonApi.php:506
     1504#: app/main/controllers/api/RTMediaJsonApi.php:526
    14801505msgid "no comments"
    14811506msgstr ""
    14821507
    1483 #: app/main/controllers/api/RTMediaJsonApi.php:509
     1508#: app/main/controllers/api/RTMediaJsonApi.php:529
    14841509msgid "media comments"
    14851510msgstr ""
    14861511
    1487 #: app/main/controllers/api/RTMediaJsonApi.php:512
     1512#: app/main/controllers/api/RTMediaJsonApi.php:532
    14881513msgid "my comments"
    14891514msgstr ""
    14901515
    1491 #: app/main/controllers/api/RTMediaJsonApi.php:562
     1516#: app/main/controllers/api/RTMediaJsonApi.php:582
    14921517msgid "no likes"
    14931518msgstr ""
    14941519
    1495 #: app/main/controllers/api/RTMediaJsonApi.php:565
     1520#: app/main/controllers/api/RTMediaJsonApi.php:585
    14961521msgid "media likes"
    14971522msgstr ""
    14981523
    1499 #: app/main/controllers/api/RTMediaJsonApi.php:607
     1524#: app/main/controllers/api/RTMediaJsonApi.php:627
    15001525msgid "invalid comment/media id"
    15011526msgstr ""
    15021527
    1503 #: app/main/controllers/api/RTMediaJsonApi.php:610
     1528#: app/main/controllers/api/RTMediaJsonApi.php:630
    15041529msgid "no comment id"
    15051530msgstr ""
    15061531
    1507 #: app/main/controllers/api/RTMediaJsonApi.php:613
     1532#: app/main/controllers/api/RTMediaJsonApi.php:633
    15081533msgid "comment deleted"
    15091534msgstr ""
    15101535
    1511 #: app/main/controllers/api/RTMediaJsonApi.php:656
     1536#: app/main/controllers/api/RTMediaJsonApi.php:676
    15121537msgid "no profile found"
    15131538msgstr ""
    15141539
    1515 #: app/main/controllers/api/RTMediaJsonApi.php:659
     1540#: app/main/controllers/api/RTMediaJsonApi.php:679
    15161541msgid "profile fields"
    15171542msgstr ""
    15181543
    1519 #: app/main/controllers/api/RTMediaJsonApi.php:753
     1544#: app/main/controllers/api/RTMediaJsonApi.php:773
    15201545msgid "follow user id missing"
    15211546msgstr ""
    15221547
    1523 #: app/main/controllers/api/RTMediaJsonApi.php:756
     1548#: app/main/controllers/api/RTMediaJsonApi.php:776
    15241549msgid "started following"
    15251550msgstr ""
    15261551
    1527 #: app/main/controllers/api/RTMediaJsonApi.php:759
     1552#: app/main/controllers/api/RTMediaJsonApi.php:779
    15281553msgid "already following"
    15291554msgstr ""
    15301555
    1531 #: app/main/controllers/api/RTMediaJsonApi.php:791
     1556#: app/main/controllers/api/RTMediaJsonApi.php:811
    15321557msgid "unfollow id missing"
    15331558msgstr ""
    15341559
    1535 #: app/main/controllers/api/RTMediaJsonApi.php:794
     1560#: app/main/controllers/api/RTMediaJsonApi.php:814
    15361561msgid "stopped following"
    15371562msgstr ""
    15381563
    1539 #: app/main/controllers/api/RTMediaJsonApi.php:797
     1564#: app/main/controllers/api/RTMediaJsonApi.php:817
    15401565msgid "not following"
    15411566msgstr ""
    15421567
    1543 #: app/main/controllers/api/RTMediaJsonApi.php:829
     1568#: app/main/controllers/api/RTMediaJsonApi.php:849
    15441569msgid "name/location empty"
    15451570msgstr ""
    15461571
    1547 #: app/main/controllers/api/RTMediaJsonApi.php:832
     1572#: app/main/controllers/api/RTMediaJsonApi.php:852
    15481573msgid "profile updated"
    15491574msgstr ""
    15501575
    1551 #: app/main/controllers/api/RTMediaJsonApi.php:858
    1552 #: app/main/controllers/api/RTMediaJsonApi.php:885
     1576#: app/main/controllers/api/RTMediaJsonApi.php:878
     1577#: app/main/controllers/api/RTMediaJsonApi.php:905
    15531578msgid "no file"
    15541579msgstr ""
    15551580
    1556 #: app/main/controllers/api/RTMediaJsonApi.php:861
    1557 #: app/main/controllers/api/RTMediaJsonApi.php:897
     1581#: app/main/controllers/api/RTMediaJsonApi.php:881
     1582#: app/main/controllers/api/RTMediaJsonApi.php:917
    15581583msgid "upload failed, check size and file type"
    15591584msgstr ""
    15601585
    1561 #: app/main/controllers/api/RTMediaJsonApi.php:864
     1586#: app/main/controllers/api/RTMediaJsonApi.php:884
    15621587msgid "avatar updated"
    15631588msgstr ""
    15641589
    1565 #: app/main/controllers/api/RTMediaJsonApi.php:888
     1590#: app/main/controllers/api/RTMediaJsonApi.php:908
    15661591msgid "invalid file string"
    15671592msgstr ""
    15681593
    1569 #: app/main/controllers/api/RTMediaJsonApi.php:891
     1594#: app/main/controllers/api/RTMediaJsonApi.php:911
    15701595msgid "image type missing"
    15711596msgstr ""
    15721597
    1573 #: app/main/controllers/api/RTMediaJsonApi.php:894
     1598#: app/main/controllers/api/RTMediaJsonApi.php:914
    15741599msgid "no title"
    15751600msgstr ""
    15761601
    1577 #: app/main/controllers/api/RTMediaJsonApi.php:900
     1602#: app/main/controllers/api/RTMediaJsonApi.php:920
    15781603msgid "media updated"
    15791604msgstr ""
    15801605
    1581 #: app/main/controllers/api/RTMediaJsonApi.php:1020
     1606#: app/main/controllers/api/RTMediaJsonApi.php:1042
    15821607msgid "media list"
    15831608msgstr ""
    15841609
    1585 #: app/main/controllers/api/RTMediaJsonApi.php:1023
     1610#: app/main/controllers/api/RTMediaJsonApi.php:1045
    15861611msgid "no media found for requested media type"
    15871612msgstr ""
    15881613
    1589 #: app/main/controllers/api/RTMediaJsonApi.php:1026
     1614#: app/main/controllers/api/RTMediaJsonApi.php:1048
    15901615msgid "media_type not allowed"
    15911616msgstr ""
    15921617
    1593 #: app/main/controllers/api/RTMediaJsonApi.php:1111
     1618#: app/main/controllers/api/RTMediaJsonApi.php:1133
    15941619msgid "single media"
    15951620msgstr ""
     
    16451670
    16461671#: app/main/controllers/media/RTMediaAlbum.php:56
    1647 #: app/main/controllers/template/rt-template-functions.php:1386
     1672#: app/main/controllers/template/rt-template-functions.php:1390
    16481673msgid "Create Album"
    16491674msgstr ""
    16501675
    16511676#: app/main/controllers/media/RTMediaAlbum.php:57
    1652 #: app/main/controllers/template/rt-template-functions.php:1460
     1677#: app/main/controllers/template/rt-template-functions.php:1464
    16531678msgid "Edit Album"
    16541679msgstr ""
     
    17231748msgstr ""
    17241749
    1725 #: app/main/controllers/template/rt-template-functions.php:561
    1726 #: app/main/controllers/template/rt-template-functions.php:1312
     1750#: app/main/controllers/template/rt-template-functions.php:565
     1751#: app/main/controllers/template/rt-template-functions.php:1316
    17271752msgid "Options"
    17281753msgstr ""
    17291754
    1730 #: app/main/controllers/template/rt-template-functions.php:651
     1755#: app/main/controllers/template/rt-template-functions.php:655
    17311756msgid "There are no comments on this media yet."
    17321757msgstr ""
    17331758
    1734 #: app/main/controllers/template/rt-template-functions.php:682
     1759#: app/main/controllers/template/rt-template-functions.php:686
    17351760msgid "Delete Comment"
    17361761msgstr ""
    17371762
    1738 #: app/main/controllers/template/rt-template-functions.php:884
     1763#: app/main/controllers/template/rt-template-functions.php:888
    17391764msgid "Video Thumbnail"
    17401765msgstr ""
    17411766
    1742 #: app/main/controllers/template/rt-template-functions.php:927
     1767#: app/main/controllers/template/rt-template-functions.php:931
    17431768msgid "Video Thumbnail:"
    17441769msgstr ""
    17451770
    1746 #: app/main/controllers/template/rt-template-functions.php:1004
     1771#: app/main/controllers/template/rt-template-functions.php:1008
    17471772msgid "Image"
    17481773msgstr ""
    17491774
    1750 #: app/main/controllers/template/rt-template-functions.php:1019
     1775#: app/main/controllers/template/rt-template-functions.php:1023
    17511776msgid "Modify Image"
    17521777msgstr ""
    17531778
    1754 #: app/main/controllers/template/rt-template-functions.php:1091
     1779#: app/main/controllers/template/rt-template-functions.php:1095
    17551780msgid "Type Comment..."
    17561781msgstr ""
    17571782
    1758 #: app/main/controllers/template/rt-template-functions.php:1094
     1783#: app/main/controllers/template/rt-template-functions.php:1098
    17591784#: templates/media/media-single.php:71 templates/media/media-single.php:110
    17601785msgid "Comment"
    17611786msgstr ""
    17621787
    1763 #: app/main/controllers/template/rt-template-functions.php:1129
    1764 #: app/main/controllers/template/rt-template-functions.php:1136
     1788#: app/main/controllers/template/rt-template-functions.php:1133
     1789#: app/main/controllers/template/rt-template-functions.php:1140
    17651790msgid "Delete Media"
    17661791msgstr ""
    17671792
    1768 #: app/main/controllers/template/rt-template-functions.php:1256
     1793#: app/main/controllers/template/rt-template-functions.php:1260
    17691794msgid "Profile Albums"
    17701795msgstr ""
    17711796
    1772 #: app/main/controllers/template/rt-template-functions.php:1258
    1773 #: app/main/controllers/template/rt-template-functions.php:1294
     1797#: app/main/controllers/template/rt-template-functions.php:1262
     1798#: app/main/controllers/template/rt-template-functions.php:1298
    17741799msgid "Group Albums"
    17751800msgstr ""
    17761801
    1777 #: app/main/controllers/template/rt-template-functions.php:1367
    1778 #: app/main/controllers/template/rt-template-functions.php:1380
     1802#: app/main/controllers/template/rt-template-functions.php:1371
     1803#: app/main/controllers/template/rt-template-functions.php:1384
    17791804msgid "Create New Album"
    17801805msgstr ""
    17811806
    1782 #: app/main/controllers/template/rt-template-functions.php:1367
     1807#: app/main/controllers/template/rt-template-functions.php:1371
    17831808msgid "Add Album"
    17841809msgstr ""
    17851810
    1786 #: app/main/controllers/template/rt-template-functions.php:1382
     1811#: app/main/controllers/template/rt-template-functions.php:1386
    17871812msgid "Album Title : "
    17881813msgstr ""
    17891814
    1790 #: app/main/controllers/template/rt-template-functions.php:1415
    1791 #: app/main/controllers/template/rt-template-functions.php:1420
    1792 #: app/main/controllers/template/rt-template-functions.php:1471
     1815#: app/main/controllers/template/rt-template-functions.php:1419
     1816#: app/main/controllers/template/rt-template-functions.php:1424
     1817#: app/main/controllers/template/rt-template-functions.php:1475
    17931818msgid "Merge Album"
    17941819msgstr ""
    17951820
    1796 #: app/main/controllers/template/rt-template-functions.php:1417
     1821#: app/main/controllers/template/rt-template-functions.php:1421
    17971822msgid "Select Album to merge with : "
    17981823msgstr ""
    17991824
    1800 #: app/main/controllers/template/rt-template-functions.php:1463
     1825#: app/main/controllers/template/rt-template-functions.php:1467
    18011826msgid "Delete Album"
    18021827msgstr ""
    18031828
    1804 #: app/main/controllers/template/rt-template-functions.php:1496
     1829#: app/main/controllers/template/rt-template-functions.php:1500
    18051830msgid "Merge"
    18061831msgstr ""
    18071832
    1808 #: app/main/controllers/template/rt-template-functions.php:1545
     1833#: app/main/controllers/template/rt-template-functions.php:1549
    18091834#: app/main/controllers/upload/RTMediaUploadView.php:65
    18101835msgid "Privacy : "
    18111836msgstr ""
    18121837
    1813 #: app/main/controllers/template/rt-template-functions.php:1715
     1838#: app/main/controllers/template/rt-template-functions.php:1719
    18141839msgid "people like this"
    18151840msgstr ""
    18161841
    1817 #: app/main/controllers/template/rt-template-functions.php:1725
    1818 #: app/main/controllers/template/rt-template-functions.php:1728
     1842#: app/main/controllers/template/rt-template-functions.php:1729
     1843#: app/main/controllers/template/rt-template-functions.php:1732
    18191844msgid "Upload Media"
    18201845msgstr ""
    18211846
    1822 #: app/main/controllers/template/rt-template-functions.php:1771
     1847#: app/main/controllers/template/rt-template-functions.php:1775
    18231848msgid "Go PRO!"
    18241849msgstr ""
    18251850
    1826 #: app/main/controllers/template/rt-template-functions.php:1792
     1851#: app/main/controllers/template/rt-template-functions.php:1796
    18271852msgid "Reasons to buy rtMedia-PRO"
    18281853msgstr ""
    18291854
    1830 #: app/main/controllers/template/rt-template-functions.php:1797
     1855#: app/main/controllers/template/rt-template-functions.php:1801
    18311856msgid "RSS Feed/Podcasting Support"
    18321857msgstr ""
    18331858
    1834 #: app/main/controllers/template/rt-template-functions.php:1798
     1859#: app/main/controllers/template/rt-template-functions.php:1802
    18351860msgid ""
    18361861"You can consume rtMedia uploads from iTunes as well as any feed-reader/"
     
    18381863msgstr ""
    18391864
    1840 #: app/main/controllers/template/rt-template-functions.php:1804
     1865#: app/main/controllers/template/rt-template-functions.php:1808
    18411866msgid "WordPress Comment Attachment"
    18421867msgstr ""
    18431868
    1844 #: app/main/controllers/template/rt-template-functions.php:1805
     1869#: app/main/controllers/template/rt-template-functions.php:1809
    18451870msgid "You can attach files to WordPress comments."
    18461871msgstr ""
    18471872
    1848 #: app/main/controllers/template/rt-template-functions.php:1811
     1873#: app/main/controllers/template/rt-template-functions.php:1815
    18491874msgid "bbPress Attachment"
    18501875msgstr ""
    18511876
    1852 #: app/main/controllers/template/rt-template-functions.php:1812
     1877#: app/main/controllers/template/rt-template-functions.php:1816
    18531878msgid "You can attach files to bbPress topic and reply."
    18541879msgstr ""
    18551880
    1856 #: app/main/controllers/template/rt-template-functions.php:1818
     1881#: app/main/controllers/template/rt-template-functions.php:1822
    18571882msgid "Document Support"
    18581883msgstr ""
    18591884
    1860 #: app/main/controllers/template/rt-template-functions.php:1819
     1885#: app/main/controllers/template/rt-template-functions.php:1823
    18611886msgid ""
    18621887"You can add, view and download documents like txt, doc, pdf, also add and "
     
    18641889msgstr ""
    18651890
    1866 #: app/main/controllers/template/rt-template-functions.php:1825
     1891#: app/main/controllers/template/rt-template-functions.php:1829
    18671892msgid "CubePoints & MyCRED Integration"
    18681893msgstr ""
    18691894
    1870 #: app/main/controllers/template/rt-template-functions.php:1826
     1895#: app/main/controllers/template/rt-template-functions.php:1830
    18711896msgid ""
    18721897"Integrating CubePoints/myCRED with rtMedia, you can reward users with "
     
    18741899msgstr ""
    18751900
    1876 #: app/main/controllers/template/rt-template-functions.php:1832
     1901#: app/main/controllers/template/rt-template-functions.php:1836
    18771902msgid "Album Privacy"
    18781903msgstr ""
    18791904
    1880 #: app/main/controllers/template/rt-template-functions.php:1833
     1905#: app/main/controllers/template/rt-template-functions.php:1837
    18811906msgid ""
    18821907"This will allow you to set album privacy while creating albums or change "
     
    18841909msgstr ""
    18851910
    1886 #: app/main/controllers/template/rt-template-functions.php:1839
     1911#: app/main/controllers/template/rt-template-functions.php:1843
    18871912msgid "Audio Playlist"
    18881913msgstr ""
    18891914
    1890 #: app/main/controllers/template/rt-template-functions.php:1840
     1915#: app/main/controllers/template/rt-template-functions.php:1844
    18911916msgid ""
    18921917"With this feature you can create your audio playlists and listen to your "
     
    18941919msgstr ""
    18951920
    1896 #: app/main/controllers/template/rt-template-functions.php:1846
     1921#: app/main/controllers/template/rt-template-functions.php:1850
    18971922msgid "Report Button & Moderation Tools"
    18981923msgstr ""
    18991924
    1900 #: app/main/controllers/template/rt-template-functions.php:1847
     1925#: app/main/controllers/template/rt-template-functions.php:1851
    19011926msgid ""
    19021927"Users can report media if they find it offensive. Set number of reports to "
     
    19041929msgstr ""
    19051930
    1906 #: app/main/controllers/template/rt-template-functions.php:1853
     1931#: app/main/controllers/template/rt-template-functions.php:1857
    19071932msgid "Download Button For Media"
    19081933msgstr ""
    19091934
    1910 #: app/main/controllers/template/rt-template-functions.php:1854
     1935#: app/main/controllers/template/rt-template-functions.php:1858
    19111936msgid ""
    19121937"Users can download photos, videos and music. Admin has option to allow "
     
    19141939msgstr ""
    19151940
    1916 #: app/main/controllers/template/rt-template-functions.php:1860
     1941#: app/main/controllers/template/rt-template-functions.php:1864
    19171942msgid "Sidebar widgets"
    19181943msgstr ""
    19191944
    1920 #: app/main/controllers/template/rt-template-functions.php:1861
     1945#: app/main/controllers/template/rt-template-functions.php:1865
    19211946msgid ""
    19221947"These will let you display a gallery or an uploader in a sidebar. Several of "
     
    19241949msgstr ""
    19251950
    1926 #: app/main/controllers/template/rt-template-functions.php:1867
     1951#: app/main/controllers/template/rt-template-functions.php:1871
    19271952msgid "Post-editor button"
    19281953msgstr ""
    19291954
    1930 #: app/main/controllers/template/rt-template-functions.php:1868
     1955#: app/main/controllers/template/rt-template-functions.php:1872
    19311956msgid ""
    19321957"With this button, a UI appears to quickly generate shortcodes for special "
     
    19341959msgstr ""
    19351960
    1936 #: app/main/controllers/template/rt-template-functions.php:1874
     1961#: app/main/controllers/template/rt-template-functions.php:1878
    19371962msgid "Star-Rating option"
    19381963msgstr ""
    19391964
    1940 #: app/main/controllers/template/rt-template-functions.php:1875
     1965#: app/main/controllers/template/rt-template-functions.php:1879
    19411966msgid ""
    19421967"Users can give up to five stars to rate media. This data can be used for "
     
    19441969msgstr ""
    19451970
    1946 #: app/main/controllers/template/rt-template-functions.php:1881
     1971#: app/main/controllers/template/rt-template-functions.php:1885
    19471972msgid "Global Albums"
    19481973msgstr ""
    19491974
    1950 #: app/main/controllers/template/rt-template-functions.php:1882
     1975#: app/main/controllers/template/rt-template-functions.php:1886
    19511976msgid ""
    19521977"Multiple global albums can be created beforehand. One of these can be chosen "
     
    19541979msgstr ""
    19551980
    1956 #: app/main/controllers/template/rt-template-functions.php:1888
     1981#: app/main/controllers/template/rt-template-functions.php:1892
    19571982msgid "Premium one-to-one support"
    19581983msgstr ""
    19591984
    1960 #: app/main/controllers/template/rt-template-functions.php:1889
     1985#: app/main/controllers/template/rt-template-functions.php:1893
    19611986msgid ""
    19621987"Without leaving your WordPress dashboard, you can contact us for help using "
     
    19641989msgstr ""
    19651990
    1966 #: app/main/controllers/template/rt-template-functions.php:1895
     1991#: app/main/controllers/template/rt-template-functions.php:1899
    19671992msgid "Premium & Open-Source"
    19681993msgstr ""
    19691994
    1970 #: app/main/controllers/template/rt-template-functions.php:1896
     1995#: app/main/controllers/template/rt-template-functions.php:1900
    19711996msgid ""
    19721997"Developers get full control over rtMedia-PRO's source. They'll get access to "
    19731998msgstr ""
    19741999
    1975 #: app/main/controllers/template/rt-template-functions.php:1902
     2000#: app/main/controllers/template/rt-template-functions.php:1906
    19762001msgid "Upgrade to rtMedia PRO Now "
    19772002msgstr ""
    19782003
    1979 #: app/main/controllers/template/rt-template-functions.php:1913
     2004#: app/main/controllers/template/rt-template-functions.php:1917
    19802005msgid "You can consider rtMedia Team for following :"
    19812006msgstr ""
    19822007
    1983 #: app/main/controllers/template/rt-template-functions.php:1915
     2008#: app/main/controllers/template/rt-template-functions.php:1919
    19842009msgid "rtMedia Customization ( in Upgrade Safe manner )"
    19852010msgstr ""
    19862011
    1987 #: app/main/controllers/template/rt-template-functions.php:1916
     2012#: app/main/controllers/template/rt-template-functions.php:1920
    19882013msgid "Wordpress/BuddyPress Theme Design and Development"
    19892014msgstr ""
    19902015
    1991 #: app/main/controllers/template/rt-template-functions.php:1917
     2016#: app/main/controllers/template/rt-template-functions.php:1921
    19922017msgid "Wordpress/BuddyPress Plugin Development"
    19932018msgstr ""
    19942019
    1995 #: app/main/controllers/template/rt-template-functions.php:1921
     2020#: app/main/controllers/template/rt-template-functions.php:1925
    19962021msgid "Contact Us"
    19972022msgstr ""
    19982023
    1999 #: app/main/controllers/template/rt-template-functions.php:1939
     2024#: app/main/controllers/template/rt-template-functions.php:1943
    20002025msgid "Empowering your community with "
    20012026msgstr ""
    20022027
    2003 #: app/main/controllers/template/rt-template-functions.php:1940
     2028#: app/main/controllers/template/rt-template-functions.php:1944
    20042029msgid "The only complete media solution for WordPress, BuddyPress and bbPress"
    20052030msgstr ""
    20062031
    2007 #: app/main/controllers/template/rt-template-functions.php:1954
     2032#: app/main/controllers/template/rt-template-functions.php:1958
    20082033msgid "Close (Esc)"
    20092034msgstr ""
    20102035
    2011 #: app/main/controllers/template/rt-template-functions.php:1969
     2036#: app/main/controllers/template/rt-template-functions.php:1973
    20122037msgid "Public"
    20132038msgstr ""
    20142039
    2015 #: app/main/controllers/template/rt-template-functions.php:1973
     2040#: app/main/controllers/template/rt-template-functions.php:1977
    20162041msgid "All members"
    20172042msgstr ""
    20182043
    2019 #: app/main/controllers/template/rt-template-functions.php:1977
     2044#: app/main/controllers/template/rt-template-functions.php:1981
    20202045msgid "Your friends"
    20212046msgstr ""
    20222047
    2023 #: app/main/controllers/template/rt-template-functions.php:1981
     2048#: app/main/controllers/template/rt-template-functions.php:1985
    20242049msgid "Only you"
    20252050msgstr ""
    20262051
    2027 #: app/main/controllers/template/rt-template-functions.php:1985
     2052#: app/main/controllers/template/rt-template-functions.php:1989
    20282053msgid "Blocked Temperorily"
    20292054msgstr ""
    20302055
    2031 #: app/main/controllers/template/rt-template-functions.php:2019
     2056#: app/main/controllers/template/rt-template-functions.php:2023
    20322057#, php-format
    20332058msgid "%s ago "
  • buddypress-media/trunk/readme.txt

    r859562 r861766  
    77Requires at least: WordPress 3.6
    88Tested up to: WordPress 3.7 + BuddyPress 1.8.1
    9 Stable tag: 3.6.2
     9Stable tag: 3.6.3
    1010
    1111Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
     
    133133
    134134Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's Features page") to get some details about future releases.
     135= 3.6.3 =
     136* Fix lightbox issue after load more activity
     137* Update German and Russian language files
     138* Bug fixes
     139
    135140= 3.6.2 =
    136141* Bug fixes
     
    701706== Upgrade Notice ==
    702707
    703 = 3.6.2 =
    704 Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fixes.
     708= 3.6.3 =
     709Requires BuddyPress 1.7 or higher, if using BuddyPress. Lightbox fix in activity, bug fixes.
    705710
    706711== Sponsors ==
Note: See TracChangeset for help on using the changeset viewer.