Changeset 861766
- Timestamp:
- 02/20/2014 04:32:09 PM (12 years ago)
- Location:
- buddypress-media/trunk
- Files:
-
- 10 edited
-
app/assets/js/rtMedia.js (modified) (7 diffs)
-
app/main/controllers/template/RTMediaTemplate.php (modified) (1 diff)
-
app/main/controllers/template/rt-template-functions.php (modified) (1 diff)
-
app/main/controllers/upload/RTMediaUploadView.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
languages/rtmedia-de_DE.mo (modified) (previous)
-
languages/rtmedia-ru_RU.mo (modified) (previous)
-
languages/rtmedia.mo (modified) (previous)
-
languages/rtmedia.po (modified) (33 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-media/trunk/app/assets/js/rtMedia.js
r835538 r861766 95 95 close: function(e) { 96 96 //console.log(e); 97 rtmedia_init_action_dropdown(); 97 98 }, 98 99 BeforeChange: function(e) { … … 137 138 } 138 139 } 140 141 //drop-down js 142 function 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 139 152 jQuery('document').ready(function($) { 140 153 … … 173 186 } 174 187 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 175 206 jQuery('.rtmedia-container').on('click', '.select-all', function(e) { 176 207 e.preventDefault(); … … 181 212 jQuery(this).prop('checked', true); 182 213 }); 214 jQuery('.rtmedia-list-item').addClass('bulk-selected'); 183 215 }); 184 216 … … 191 223 jQuery(this).prop('checked', false); 192 224 }); 225 jQuery('.rtmedia-list-item').removeClass('bulk-selected'); 193 226 }); 194 227 … … 314 347 //mejs-video 315 348 //init the options dropdown menu 316 init_action_dropdown();349 rtmedia_init_action_dropdown(); 317 350 //get focus on comment textarea when comment-link is clicked 318 351 jQuery('.rtmedia-comment-link').on('click', function(e){ … … 415 448 // }); 416 449 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(); 428 451 $(document).click(function() { 429 452 if ($('.click-nav ul').is(':visible')) { -
buddypress-media/trunk/app/main/controllers/template/RTMediaTemplate.php
r847076 r861766 619 619 $located = trailingslashit ( RTMEDIA_PATH ) . $ogpath . $template_name; 620 620 } 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 } 624 623 return $located; 625 624 } -
buddypress-media/trunk/app/main/controllers/template/rt-template-functions.php
r859562 r861766 408 408 $flag = $rtmedia_media->media_author == get_current_user_id (); 409 409 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')){ 411 411 $flag = ( bp_group_is_admin() || bp_group_is_mod()); 412 412 } -
buddypress-media/trunk/app/main/controllers/upload/RTMediaUploadView.php
r854592 r861766 83 83 . '</div>' ), 84 84 //'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>') 86 86 ), 87 87 // '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 5 5 Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media 6 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.6. 27 Version: 3.6.3 8 8 Author: rtCamp 9 9 Text Domain: rtmedia -
buddypress-media/trunk/languages/rtmedia.po
r854592 r861766 3 3 "Project-Id-Version: BuddyPress Media\n" 4 4 "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" 7 7 "Last-Translator: faishal <faishal.saiyed@rtcamp.com>\n" 8 8 "Language-Team: rtCamp <info@rtcamp.com>\n" … … 108 108 #: app/admin/RTMediaAdmin.php:349 app/admin/RTMediaAdmin.php:352 109 109 #: app/admin/RTMediaAdmin.php:459 app/admin/RTMediaAdmin.php:847 110 #: app/helper/RTMediaSettings.php:13 3110 #: app/helper/RTMediaSettings.php:134 111 111 msgid "Support" 112 112 msgstr "" … … 448 448 msgstr "" 449 449 450 #: app/admin/RTMediaFormHandler.php:444 app/helper/RTMediaSettings.php:231 450 #: app/admin/RTMediaFormHandler.php:334 451 msgid "Enable JSON API" 452 msgstr "" 453 454 #: app/admin/RTMediaFormHandler.php:339 455 msgid "" 456 "This will allow handling API requests for rtMedia sent through any mobile " 457 "app." 458 msgstr "" 459 460 #: app/admin/RTMediaFormHandler.php:342 461 msgid "" 462 "You can refer API document from <a href=\"https://rtcamp.com/rtmedia/docs/" 463 "developer/json-api/\">here</a>" 464 msgstr "" 465 466 #: app/admin/RTMediaFormHandler.php:456 app/helper/RTMediaSettings.php:232 451 467 msgid "Media Type" 452 468 msgstr "" 453 469 454 #: app/admin/RTMediaFormHandler.php:4 45470 #: app/admin/RTMediaFormHandler.php:457 455 471 msgid "Allows you to upload a particular media type on your post." 456 472 msgstr "" 457 473 458 #: app/admin/RTMediaFormHandler.php:4 45474 #: app/admin/RTMediaFormHandler.php:457 459 475 msgid "Allow Upload" 460 476 msgstr "" 461 477 462 #: app/admin/RTMediaFormHandler.php:4 46478 #: app/admin/RTMediaFormHandler.php:458 463 479 msgid "Put a specific media as a featured content on the post." 464 480 msgstr "" 465 481 466 #: app/admin/RTMediaFormHandler.php:4 46482 #: app/admin/RTMediaFormHandler.php:458 467 483 msgid "Set Featured" 468 484 msgstr "" 469 485 470 #: app/admin/RTMediaFormHandler.php:4 84486 #: app/admin/RTMediaFormHandler.php:496 471 487 msgid "File Extensions" 472 488 msgstr "" 473 489 474 #: app/admin/RTMediaFormHandler.php:5 31490 #: app/admin/RTMediaFormHandler.php:543 475 491 msgid "Category" 476 492 msgstr "" 477 493 478 #: app/admin/RTMediaFormHandler.php:5 32494 #: app/admin/RTMediaFormHandler.php:544 479 495 msgid "Entity" 480 496 msgstr "" 481 497 482 #: app/admin/RTMediaFormHandler.php:5 33498 #: app/admin/RTMediaFormHandler.php:545 483 499 msgid "Width" 484 500 msgstr "" 485 501 486 #: app/admin/RTMediaFormHandler.php:5 33502 #: app/admin/RTMediaFormHandler.php:545 487 503 msgid "Height" 488 504 msgstr "" 489 505 490 #: app/admin/RTMediaFormHandler.php:5 33506 #: app/admin/RTMediaFormHandler.php:545 491 507 msgid "Crop" 492 508 msgstr "" 493 509 494 #: app/admin/RTMediaFormHandler.php:5 70510 #: app/admin/RTMediaFormHandler.php:582 495 511 msgid "Number of thumbnails to generate on video upload" 496 512 msgstr "" 497 513 498 #: app/admin/RTMediaFormHandler.php:5 76514 #: app/admin/RTMediaFormHandler.php:588 499 515 msgid "" 500 516 " If you choose more than 1 thumbnail, your users will be able to change " … … 502 518 msgstr "" 503 519 504 #: app/admin/RTMediaFormHandler.php:6 14520 #: app/admin/RTMediaFormHandler.php:626 505 521 msgid "" 506 522 "If you want to add some custom CSS code to the plugin and don't want to " … … 508 524 msgstr "" 509 525 510 #: app/admin/RTMediaFormHandler.php:6 36526 #: app/admin/RTMediaFormHandler.php:648 511 527 msgid "rtMedia default styles" 512 528 msgstr "" 513 529 514 #: app/admin/RTMediaFormHandler.php:6 42530 #: app/admin/RTMediaFormHandler.php:654 515 531 msgid "" 516 532 "Load default rtMedia styles. You need to write your own style for rtMedia if " … … 518 534 msgstr "" 519 535 520 #: app/admin/RTMediaFormHandler.php:6 46536 #: app/admin/RTMediaFormHandler.php:658 521 537 msgid "Paste your CSS code" 522 538 msgstr "" 523 539 524 #: app/admin/RTMediaFormHandler.php:6 52540 #: app/admin/RTMediaFormHandler.php:664 525 541 msgid "Custom rtMedia CSS container" 526 542 msgstr "" 527 543 528 #: app/admin/RTMediaFormHandler.php:6 66544 #: app/admin/RTMediaFormHandler.php:678 529 545 msgid "Enable privacy" 530 546 msgstr "" 531 547 532 #: app/admin/RTMediaFormHandler.php:6 72548 #: app/admin/RTMediaFormHandler.php:684 533 549 msgid "Enable privacy in rtMedia" 534 550 msgstr "" 535 551 536 #: app/admin/RTMediaFormHandler.php:6 76552 #: app/admin/RTMediaFormHandler.php:688 537 553 msgid "Default privacy" 538 554 msgstr "" 539 555 540 #: app/admin/RTMediaFormHandler.php:6 82556 #: app/admin/RTMediaFormHandler.php:694 541 557 msgid "Set default privacy for media" 542 558 msgstr "" 543 559 544 #: app/admin/RTMediaFormHandler.php:6 86560 #: app/admin/RTMediaFormHandler.php:698 545 561 msgid "Allow users to set privacy for their content" 546 562 msgstr "" 547 563 548 #: app/admin/RTMediaFormHandler.php: 691564 #: app/admin/RTMediaFormHandler.php:703 549 565 msgid "" 550 566 "If you choose this, user will be able to change privacy of their own uploads." 551 567 msgstr "" 552 568 553 #: app/admin/RTMediaFormHandler.php: 693569 #: app/admin/RTMediaFormHandler.php:705 554 570 msgid "For group uploads, BuddyPress groups privacy is used." 555 571 msgstr "" 556 572 557 #: app/admin/RTMediaFormHandler.php:7 50573 #: app/admin/RTMediaFormHandler.php:762 558 574 msgid "Enable media in profile" 559 575 msgstr "" 560 576 561 #: app/admin/RTMediaFormHandler.php:7 55577 #: app/admin/RTMediaFormHandler.php:767 562 578 msgid "Enable Media on BuddyPress Profile" 563 579 msgstr "" 564 580 565 #: app/admin/RTMediaFormHandler.php:7 59581 #: app/admin/RTMediaFormHandler.php:771 566 582 msgid "Enable media in group" 567 583 msgstr "" 568 584 569 #: app/admin/RTMediaFormHandler.php:7 64585 #: app/admin/RTMediaFormHandler.php:776 570 586 msgid "Enable Media on BuddyPress Groups" 571 587 msgstr "" 572 588 573 #: app/admin/RTMediaFormHandler.php:7 68589 #: app/admin/RTMediaFormHandler.php:780 574 590 msgid "Allow upload from activity stream" 575 591 msgstr "" 576 592 577 #: app/admin/RTMediaFormHandler.php:7 73593 #: app/admin/RTMediaFormHandler.php:785 578 594 msgid "Allow upload using status update box present on activity stream page" 579 595 msgstr "" 580 596 581 #: app/admin/RTMediaFormHandler.php:7 78597 #: app/admin/RTMediaFormHandler.php:790 582 598 msgid "Number of media items to show in activity stream" 583 599 msgstr "" 584 600 585 #: app/admin/RTMediaFormHandler.php:7 83601 #: app/admin/RTMediaFormHandler.php:795 586 602 msgid "" 587 603 "With bulk uploads activity stream may get flooded. You can control maximum " … … 590 606 msgstr "" 591 607 592 #: app/admin/RTMediaFormHandler.php:8 24608 #: app/admin/RTMediaFormHandler.php:836 593 609 msgid "Organize media into albums" 594 610 msgstr "" 595 611 596 #: app/admin/RTMediaFormHandler.php:8 30612 #: app/admin/RTMediaFormHandler.php:842 597 613 msgid "" 598 614 "This will add 'album' tab to BuddyPress profile and group depending on " … … 703 719 msgstr "" 704 720 705 #: app/helper/RTMediaSettings.php:10 3721 #: app/helper/RTMediaSettings.php:104 706 722 msgid "Max Video thumbnail size is " 707 723 msgstr "" 708 724 709 #: app/helper/RTMediaSettings.php:13 1725 #: app/helper/RTMediaSettings.php:132 710 726 msgid "BuddyPress Media Addons for Photos" 711 727 msgstr "" 712 728 713 #: app/helper/RTMediaSettings.php:13 5729 #: app/helper/RTMediaSettings.php:136 714 730 msgid "rtMedia Themes" 715 731 msgstr "" 716 732 717 #: app/helper/RTMediaSettings.php:19 2733 #: app/helper/RTMediaSettings.php:193 718 734 #, php-format 719 735 msgid "" … … 722 738 msgstr "" 723 739 724 #: app/helper/RTMediaSettings.php:21 0 app/helper/RTMediaSettings.php:212740 #: app/helper/RTMediaSettings.php:211 app/helper/RTMediaSettings.php:213 725 741 msgid "Recounting of media files done successfully" 726 742 msgstr "" 727 743 728 #: app/helper/RTMediaSettings.php:21 2744 #: app/helper/RTMediaSettings.php:213 729 745 msgid "Recount Success" 730 746 msgstr "" 731 747 732 #: app/helper/RTMediaSettings.php:21 5 app/helper/RTMediaSettings.php:217748 #: app/helper/RTMediaSettings.php:216 app/helper/RTMediaSettings.php:218 733 749 msgid "Recounting Failed" 734 750 msgstr "" 735 751 736 #: app/helper/RTMediaSettings.php:21 7752 #: app/helper/RTMediaSettings.php:218 737 753 msgid "Recount Fail" 738 754 msgstr "" 739 755 740 #: app/helper/RTMediaSettings.php:2 29 app/helper/RTMediaSettings.php:231756 #: app/helper/RTMediaSettings.php:230 app/helper/RTMediaSettings.php:232 741 757 msgid "Atleast one Media Type Must be selected" 742 758 msgstr "" 743 759 744 #: app/helper/RTMediaSettings.php:23 8 app/helper/RTMediaSettings.php:240760 #: app/helper/RTMediaSettings.php:239 app/helper/RTMediaSettings.php:241 745 761 msgid "\"Number of media\" count value should be numeric and greater than 0." 746 762 msgstr "" 747 763 748 #: app/helper/RTMediaSettings.php:24 0764 #: app/helper/RTMediaSettings.php:241 749 765 msgid "Default Count" 750 766 msgstr "" 751 767 752 #: app/helper/RTMediaSettings.php:24 4768 #: app/helper/RTMediaSettings.php:245 753 769 msgid "Settings saved." 754 770 msgstr "" 755 771 756 #: app/helper/RTMediaSettings.php:2 59772 #: app/helper/RTMediaSettings.php:260 757 773 #, php-format 758 774 msgid "" … … 761 777 msgstr "" 762 778 763 #: app/helper/RTMediaSettings.php:2 79779 #: app/helper/RTMediaSettings.php:280 764 780 msgid "BuddyPress Media 2.6 requires a database upgrade. " 765 781 msgstr "" 766 782 767 #: app/helper/RTMediaSettings.php:28 0783 #: app/helper/RTMediaSettings.php:281 768 784 msgid "Update Database" 769 785 msgstr "" 770 786 771 #: app/helper/RTMediaSettings.php:28 8app/helper/RTMediaSupport.php:367787 #: app/helper/RTMediaSettings.php:289 app/helper/RTMediaSupport.php:367 772 788 msgid "" 773 789 "If your site has some issues due to BuddyPress Media and you want one on one " … … 778 794 msgstr "" 779 795 780 #: app/helper/RTMediaSettings.php:2 89app/helper/RTMediaSupport.php:368796 #: app/helper/RTMediaSettings.php:290 app/helper/RTMediaSupport.php:368 781 797 msgid "" 782 798 "If you have any suggestions, enhancements or bug reports, then you can open " … … 825 841 826 842 #: app/helper/RTMediaSupport.php:331 app/helper/RTMediaThemes.php:116 843 #: app/helper/RTMediaThemes.php:125 827 844 msgid "Click" 828 845 msgstr "" 829 846 830 847 #: app/helper/RTMediaSupport.php:331 app/helper/RTMediaThemes.php:116 848 #: app/helper/RTMediaThemes.php:125 831 849 msgid "here" 832 850 msgstr "" … … 968 986 msgstr "" 969 987 970 #: app/helper/RTMediaThemes.php:116 988 #: app/helper/RTMediaThemes.php:116 app/helper/RTMediaThemes.php:125 971 989 msgid "for preview." 972 990 msgstr "" 973 991 974 #: app/helper/RTMediaThemes.php:122 992 #: app/helper/RTMediaThemes.php:124 993 msgid "" 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." 997 msgstr "" 998 999 #: app/helper/RTMediaThemes.php:131 975 1000 msgid "Are you a developer?" 976 1001 msgstr "" 977 1002 978 #: app/helper/RTMediaThemes.php:1 231003 #: app/helper/RTMediaThemes.php:132 979 1004 msgid "" 980 1005 "If you have developed a rtMedia compatible theme and would like it to list " … … 982 1007 msgstr "" 983 1008 984 #: app/helper/RTMediaThemes.php:1 231009 #: app/helper/RTMediaThemes.php:132 985 1010 msgid "product@rtcamp.com" 986 1011 msgstr "" … … 1213 1238 msgstr "" 1214 1239 1215 #: app/main/RTMedia.php:517 app/main/controllers/template/RTMediaNav.php:14 31240 #: app/main/RTMedia.php:517 app/main/controllers/template/RTMediaNav.php:146 1216 1241 msgid "All" 1217 1242 msgstr "" 1218 1243 1219 1244 #: app/main/RTMedia.php:526 app/main/controllers/media/RTMediaAlbum.php:54 1220 #: app/main/controllers/template/rt-template-functions.php:105 01245 #: app/main/controllers/template/rt-template-functions.php:1054 1221 1246 msgid "Album" 1222 1247 msgstr "" … … 1224 1249 #: app/main/RTMedia.php:529 app/main/controllers/media/RTMediaAlbum.php:53 1225 1250 #: app/main/controllers/media/RTMediaAlbum.php:65 1226 #: app/main/controllers/template/RTMediaNav.php:9 21227 #: app/main/controllers/template/RTMediaNav.php:16 41251 #: app/main/controllers/template/RTMediaNav.php:95 1252 #: app/main/controllers/template/RTMediaNav.php:167 1228 1253 msgid "Albums" 1229 1254 msgstr "" 1230 1255 1231 1256 #: app/main/RTMedia.php:537 1232 #: app/main/controllers/template/rt-template-functions.php:172 51233 #: app/main/controllers/template/rt-template-functions.php:17 281257 #: app/main/controllers/template/rt-template-functions.php:1729 1258 #: app/main/controllers/template/rt-template-functions.php:1732 1234 1259 msgid "Upload" 1235 1260 msgstr "" … … 1336 1361 1337 1362 #: app/main/RTMedia.php:828 1338 #: app/main/controllers/template/rt-template-functions.php:58 51339 #: app/main/controllers/template/rt-template-functions.php:6 061363 #: app/main/controllers/template/rt-template-functions.php:589 1364 #: app/main/controllers/template/rt-template-functions.php:610 1340 1365 msgid "Edit" 1341 1366 msgstr "" 1342 1367 1343 1368 #: app/main/RTMedia.php:829 1344 #: app/main/controllers/template/rt-template-functions.php:11 291345 #: app/main/controllers/template/rt-template-functions.php:11 361369 #: app/main/controllers/template/rt-template-functions.php:1133 1370 #: app/main/controllers/template/rt-template-functions.php:1140 1346 1371 #: templates/media/album-single-edit.php:60 1347 1372 msgid "Delete" … … 1380 1405 msgstr "" 1381 1406 1382 #: app/main/controllers/api/RTMediaJsonApi.php:1 461407 #: app/main/controllers/api/RTMediaJsonApi.php:166 1383 1408 msgid "username/password empty" 1384 1409 msgstr "" 1385 1410 1386 #: app/main/controllers/api/RTMediaJsonApi.php:1 491411 #: app/main/controllers/api/RTMediaJsonApi.php:169 1387 1412 msgid "incorrect username" 1388 1413 msgstr "" 1389 1414 1390 #: app/main/controllers/api/RTMediaJsonApi.php:1 521415 #: app/main/controllers/api/RTMediaJsonApi.php:172 1391 1416 msgid "incorrect password" 1392 1417 msgstr "" 1393 1418 1394 #: app/main/controllers/api/RTMediaJsonApi.php:1 551419 #: app/main/controllers/api/RTMediaJsonApi.php:175 1395 1420 msgid "login success" 1396 1421 msgstr "" 1397 1422 1398 #: app/main/controllers/api/RTMediaJsonApi.php:2 011423 #: app/main/controllers/api/RTMediaJsonApi.php:221 1399 1424 msgid "fields empty" 1400 1425 msgstr "" 1401 1426 1402 #: app/main/controllers/api/RTMediaJsonApi.php:2 041427 #: app/main/controllers/api/RTMediaJsonApi.php:224 1403 1428 msgid "invalid email" 1404 1429 msgstr "" 1405 1430 1406 #: app/main/controllers/api/RTMediaJsonApi.php:2 071431 #: app/main/controllers/api/RTMediaJsonApi.php:227 1407 1432 msgid "password do not match" 1408 1433 msgstr "" 1409 1434 1410 #: app/main/controllers/api/RTMediaJsonApi.php:2 101435 #: app/main/controllers/api/RTMediaJsonApi.php:230 1411 1436 msgid "username already registered" 1412 1437 msgstr "" 1413 1438 1414 #: app/main/controllers/api/RTMediaJsonApi.php:2 131439 #: app/main/controllers/api/RTMediaJsonApi.php:233 1415 1440 msgid "email already exists" 1416 1441 msgstr "" 1417 1442 1418 #: app/main/controllers/api/RTMediaJsonApi.php:2 161443 #: app/main/controllers/api/RTMediaJsonApi.php:236 1419 1444 msgid "new user created" 1420 1445 msgstr "" 1421 1446 1422 #: app/main/controllers/api/RTMediaJsonApi.php:2 771447 #: app/main/controllers/api/RTMediaJsonApi.php:297 1423 1448 msgid "email empty" 1424 1449 msgstr "" 1425 1450 1426 #: app/main/controllers/api/RTMediaJsonApi.php: 2801451 #: app/main/controllers/api/RTMediaJsonApi.php:300 1427 1452 msgid "username/email not registered" 1428 1453 msgstr "" 1429 1454 1430 #: app/main/controllers/api/RTMediaJsonApi.php: 2831455 #: app/main/controllers/api/RTMediaJsonApi.php:303 1431 1456 msgid "reset link sent" 1432 1457 msgstr "" 1433 1458 1434 #: app/main/controllers/api/RTMediaJsonApi.php:3 151459 #: app/main/controllers/api/RTMediaJsonApi.php:335 1435 1460 msgid "" 1436 1461 "Someone has asked to reset the password for the following site and username." 1437 1462 msgstr "" 1438 1463 1439 #: app/main/controllers/api/RTMediaJsonApi.php:3 171464 #: app/main/controllers/api/RTMediaJsonApi.php:337 1440 1465 #, php-format 1441 1466 msgid "Username: %s" 1442 1467 msgstr "" 1443 1468 1444 #: app/main/controllers/api/RTMediaJsonApi.php:3 181469 #: app/main/controllers/api/RTMediaJsonApi.php:338 1445 1470 msgid "" 1446 1471 "To reset your password visit the following address, otherwise just ignore " … … 1448 1473 msgstr "" 1449 1474 1450 #: app/main/controllers/api/RTMediaJsonApi.php:3 211475 #: app/main/controllers/api/RTMediaJsonApi.php:341 1451 1476 #, php-format 1452 1477 msgid "[%s] Password Reset" 1453 1478 msgstr "" 1454 1479 1455 #: app/main/controllers/api/RTMediaJsonApi.php:3 361480 #: app/main/controllers/api/RTMediaJsonApi.php:356 1456 1481 msgid "bp activities" 1457 1482 msgstr "" 1458 1483 1459 #: app/main/controllers/api/RTMediaJsonApi.php:3 391484 #: app/main/controllers/api/RTMediaJsonApi.php:359 1460 1485 msgid "user activities" 1461 1486 msgstr "" 1462 1487 1463 #: app/main/controllers/api/RTMediaJsonApi.php:3 691488 #: app/main/controllers/api/RTMediaJsonApi.php:389 1464 1489 msgid "comment content missing" 1465 1490 msgstr "" 1466 1491 1467 #: app/main/controllers/api/RTMediaJsonApi.php:3 721492 #: app/main/controllers/api/RTMediaJsonApi.php:392 1468 1493 msgid "comment posted" 1469 1494 msgstr "" 1470 1495 1471 #: app/main/controllers/api/RTMediaJsonApi.php:4 191496 #: app/main/controllers/api/RTMediaJsonApi.php:439 1472 1497 msgid "unliked media" 1473 1498 msgstr "" 1474 1499 1475 #: app/main/controllers/api/RTMediaJsonApi.php:4 221500 #: app/main/controllers/api/RTMediaJsonApi.php:442 1476 1501 msgid "liked media" 1477 1502 msgstr "" 1478 1503 1479 #: app/main/controllers/api/RTMediaJsonApi.php:5 061504 #: app/main/controllers/api/RTMediaJsonApi.php:526 1480 1505 msgid "no comments" 1481 1506 msgstr "" 1482 1507 1483 #: app/main/controllers/api/RTMediaJsonApi.php:5 091508 #: app/main/controllers/api/RTMediaJsonApi.php:529 1484 1509 msgid "media comments" 1485 1510 msgstr "" 1486 1511 1487 #: app/main/controllers/api/RTMediaJsonApi.php:5 121512 #: app/main/controllers/api/RTMediaJsonApi.php:532 1488 1513 msgid "my comments" 1489 1514 msgstr "" 1490 1515 1491 #: app/main/controllers/api/RTMediaJsonApi.php:5 621516 #: app/main/controllers/api/RTMediaJsonApi.php:582 1492 1517 msgid "no likes" 1493 1518 msgstr "" 1494 1519 1495 #: app/main/controllers/api/RTMediaJsonApi.php:5 651520 #: app/main/controllers/api/RTMediaJsonApi.php:585 1496 1521 msgid "media likes" 1497 1522 msgstr "" 1498 1523 1499 #: app/main/controllers/api/RTMediaJsonApi.php:6 071524 #: app/main/controllers/api/RTMediaJsonApi.php:627 1500 1525 msgid "invalid comment/media id" 1501 1526 msgstr "" 1502 1527 1503 #: app/main/controllers/api/RTMediaJsonApi.php:6 101528 #: app/main/controllers/api/RTMediaJsonApi.php:630 1504 1529 msgid "no comment id" 1505 1530 msgstr "" 1506 1531 1507 #: app/main/controllers/api/RTMediaJsonApi.php:6 131532 #: app/main/controllers/api/RTMediaJsonApi.php:633 1508 1533 msgid "comment deleted" 1509 1534 msgstr "" 1510 1535 1511 #: app/main/controllers/api/RTMediaJsonApi.php:6 561536 #: app/main/controllers/api/RTMediaJsonApi.php:676 1512 1537 msgid "no profile found" 1513 1538 msgstr "" 1514 1539 1515 #: app/main/controllers/api/RTMediaJsonApi.php:6 591540 #: app/main/controllers/api/RTMediaJsonApi.php:679 1516 1541 msgid "profile fields" 1517 1542 msgstr "" 1518 1543 1519 #: app/main/controllers/api/RTMediaJsonApi.php:7 531544 #: app/main/controllers/api/RTMediaJsonApi.php:773 1520 1545 msgid "follow user id missing" 1521 1546 msgstr "" 1522 1547 1523 #: app/main/controllers/api/RTMediaJsonApi.php:7 561548 #: app/main/controllers/api/RTMediaJsonApi.php:776 1524 1549 msgid "started following" 1525 1550 msgstr "" 1526 1551 1527 #: app/main/controllers/api/RTMediaJsonApi.php:7 591552 #: app/main/controllers/api/RTMediaJsonApi.php:779 1528 1553 msgid "already following" 1529 1554 msgstr "" 1530 1555 1531 #: app/main/controllers/api/RTMediaJsonApi.php: 7911556 #: app/main/controllers/api/RTMediaJsonApi.php:811 1532 1557 msgid "unfollow id missing" 1533 1558 msgstr "" 1534 1559 1535 #: app/main/controllers/api/RTMediaJsonApi.php: 7941560 #: app/main/controllers/api/RTMediaJsonApi.php:814 1536 1561 msgid "stopped following" 1537 1562 msgstr "" 1538 1563 1539 #: app/main/controllers/api/RTMediaJsonApi.php: 7971564 #: app/main/controllers/api/RTMediaJsonApi.php:817 1540 1565 msgid "not following" 1541 1566 msgstr "" 1542 1567 1543 #: app/main/controllers/api/RTMediaJsonApi.php:8 291568 #: app/main/controllers/api/RTMediaJsonApi.php:849 1544 1569 msgid "name/location empty" 1545 1570 msgstr "" 1546 1571 1547 #: app/main/controllers/api/RTMediaJsonApi.php:8 321572 #: app/main/controllers/api/RTMediaJsonApi.php:852 1548 1573 msgid "profile updated" 1549 1574 msgstr "" 1550 1575 1551 #: app/main/controllers/api/RTMediaJsonApi.php:8 581552 #: app/main/controllers/api/RTMediaJsonApi.php: 8851576 #: app/main/controllers/api/RTMediaJsonApi.php:878 1577 #: app/main/controllers/api/RTMediaJsonApi.php:905 1553 1578 msgid "no file" 1554 1579 msgstr "" 1555 1580 1556 #: app/main/controllers/api/RTMediaJsonApi.php:8 611557 #: app/main/controllers/api/RTMediaJsonApi.php: 8971581 #: app/main/controllers/api/RTMediaJsonApi.php:881 1582 #: app/main/controllers/api/RTMediaJsonApi.php:917 1558 1583 msgid "upload failed, check size and file type" 1559 1584 msgstr "" 1560 1585 1561 #: app/main/controllers/api/RTMediaJsonApi.php:8 641586 #: app/main/controllers/api/RTMediaJsonApi.php:884 1562 1587 msgid "avatar updated" 1563 1588 msgstr "" 1564 1589 1565 #: app/main/controllers/api/RTMediaJsonApi.php: 8881590 #: app/main/controllers/api/RTMediaJsonApi.php:908 1566 1591 msgid "invalid file string" 1567 1592 msgstr "" 1568 1593 1569 #: app/main/controllers/api/RTMediaJsonApi.php: 8911594 #: app/main/controllers/api/RTMediaJsonApi.php:911 1570 1595 msgid "image type missing" 1571 1596 msgstr "" 1572 1597 1573 #: app/main/controllers/api/RTMediaJsonApi.php: 8941598 #: app/main/controllers/api/RTMediaJsonApi.php:914 1574 1599 msgid "no title" 1575 1600 msgstr "" 1576 1601 1577 #: app/main/controllers/api/RTMediaJsonApi.php:9 001602 #: app/main/controllers/api/RTMediaJsonApi.php:920 1578 1603 msgid "media updated" 1579 1604 msgstr "" 1580 1605 1581 #: app/main/controllers/api/RTMediaJsonApi.php:10 201606 #: app/main/controllers/api/RTMediaJsonApi.php:1042 1582 1607 msgid "media list" 1583 1608 msgstr "" 1584 1609 1585 #: app/main/controllers/api/RTMediaJsonApi.php:10 231610 #: app/main/controllers/api/RTMediaJsonApi.php:1045 1586 1611 msgid "no media found for requested media type" 1587 1612 msgstr "" 1588 1613 1589 #: app/main/controllers/api/RTMediaJsonApi.php:10 261614 #: app/main/controllers/api/RTMediaJsonApi.php:1048 1590 1615 msgid "media_type not allowed" 1591 1616 msgstr "" 1592 1617 1593 #: app/main/controllers/api/RTMediaJsonApi.php:11 111618 #: app/main/controllers/api/RTMediaJsonApi.php:1133 1594 1619 msgid "single media" 1595 1620 msgstr "" … … 1645 1670 1646 1671 #: app/main/controllers/media/RTMediaAlbum.php:56 1647 #: app/main/controllers/template/rt-template-functions.php:13 861672 #: app/main/controllers/template/rt-template-functions.php:1390 1648 1673 msgid "Create Album" 1649 1674 msgstr "" 1650 1675 1651 1676 #: app/main/controllers/media/RTMediaAlbum.php:57 1652 #: app/main/controllers/template/rt-template-functions.php:146 01677 #: app/main/controllers/template/rt-template-functions.php:1464 1653 1678 msgid "Edit Album" 1654 1679 msgstr "" … … 1723 1748 msgstr "" 1724 1749 1725 #: app/main/controllers/template/rt-template-functions.php:56 11726 #: app/main/controllers/template/rt-template-functions.php:131 21750 #: app/main/controllers/template/rt-template-functions.php:565 1751 #: app/main/controllers/template/rt-template-functions.php:1316 1727 1752 msgid "Options" 1728 1753 msgstr "" 1729 1754 1730 #: app/main/controllers/template/rt-template-functions.php:65 11755 #: app/main/controllers/template/rt-template-functions.php:655 1731 1756 msgid "There are no comments on this media yet." 1732 1757 msgstr "" 1733 1758 1734 #: app/main/controllers/template/rt-template-functions.php:68 21759 #: app/main/controllers/template/rt-template-functions.php:686 1735 1760 msgid "Delete Comment" 1736 1761 msgstr "" 1737 1762 1738 #: app/main/controllers/template/rt-template-functions.php:88 41763 #: app/main/controllers/template/rt-template-functions.php:888 1739 1764 msgid "Video Thumbnail" 1740 1765 msgstr "" 1741 1766 1742 #: app/main/controllers/template/rt-template-functions.php:9 271767 #: app/main/controllers/template/rt-template-functions.php:931 1743 1768 msgid "Video Thumbnail:" 1744 1769 msgstr "" 1745 1770 1746 #: app/main/controllers/template/rt-template-functions.php:100 41771 #: app/main/controllers/template/rt-template-functions.php:1008 1747 1772 msgid "Image" 1748 1773 msgstr "" 1749 1774 1750 #: app/main/controllers/template/rt-template-functions.php:10 191775 #: app/main/controllers/template/rt-template-functions.php:1023 1751 1776 msgid "Modify Image" 1752 1777 msgstr "" 1753 1778 1754 #: app/main/controllers/template/rt-template-functions.php:109 11779 #: app/main/controllers/template/rt-template-functions.php:1095 1755 1780 msgid "Type Comment..." 1756 1781 msgstr "" 1757 1782 1758 #: app/main/controllers/template/rt-template-functions.php:109 41783 #: app/main/controllers/template/rt-template-functions.php:1098 1759 1784 #: templates/media/media-single.php:71 templates/media/media-single.php:110 1760 1785 msgid "Comment" 1761 1786 msgstr "" 1762 1787 1763 #: app/main/controllers/template/rt-template-functions.php:11 291764 #: app/main/controllers/template/rt-template-functions.php:11 361788 #: app/main/controllers/template/rt-template-functions.php:1133 1789 #: app/main/controllers/template/rt-template-functions.php:1140 1765 1790 msgid "Delete Media" 1766 1791 msgstr "" 1767 1792 1768 #: app/main/controllers/template/rt-template-functions.php:12 561793 #: app/main/controllers/template/rt-template-functions.php:1260 1769 1794 msgid "Profile Albums" 1770 1795 msgstr "" 1771 1796 1772 #: app/main/controllers/template/rt-template-functions.php:12 581773 #: app/main/controllers/template/rt-template-functions.php:129 41797 #: app/main/controllers/template/rt-template-functions.php:1262 1798 #: app/main/controllers/template/rt-template-functions.php:1298 1774 1799 msgid "Group Albums" 1775 1800 msgstr "" 1776 1801 1777 #: app/main/controllers/template/rt-template-functions.php:13 671778 #: app/main/controllers/template/rt-template-functions.php:138 01802 #: app/main/controllers/template/rt-template-functions.php:1371 1803 #: app/main/controllers/template/rt-template-functions.php:1384 1779 1804 msgid "Create New Album" 1780 1805 msgstr "" 1781 1806 1782 #: app/main/controllers/template/rt-template-functions.php:13 671807 #: app/main/controllers/template/rt-template-functions.php:1371 1783 1808 msgid "Add Album" 1784 1809 msgstr "" 1785 1810 1786 #: app/main/controllers/template/rt-template-functions.php:138 21811 #: app/main/controllers/template/rt-template-functions.php:1386 1787 1812 msgid "Album Title : " 1788 1813 msgstr "" 1789 1814 1790 #: app/main/controllers/template/rt-template-functions.php:141 51791 #: app/main/controllers/template/rt-template-functions.php:142 01792 #: app/main/controllers/template/rt-template-functions.php:147 11815 #: 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 1793 1818 msgid "Merge Album" 1794 1819 msgstr "" 1795 1820 1796 #: app/main/controllers/template/rt-template-functions.php:14 171821 #: app/main/controllers/template/rt-template-functions.php:1421 1797 1822 msgid "Select Album to merge with : " 1798 1823 msgstr "" 1799 1824 1800 #: app/main/controllers/template/rt-template-functions.php:146 31825 #: app/main/controllers/template/rt-template-functions.php:1467 1801 1826 msgid "Delete Album" 1802 1827 msgstr "" 1803 1828 1804 #: app/main/controllers/template/rt-template-functions.php:1 4961829 #: app/main/controllers/template/rt-template-functions.php:1500 1805 1830 msgid "Merge" 1806 1831 msgstr "" 1807 1832 1808 #: app/main/controllers/template/rt-template-functions.php:154 51833 #: app/main/controllers/template/rt-template-functions.php:1549 1809 1834 #: app/main/controllers/upload/RTMediaUploadView.php:65 1810 1835 msgid "Privacy : " 1811 1836 msgstr "" 1812 1837 1813 #: app/main/controllers/template/rt-template-functions.php:171 51838 #: app/main/controllers/template/rt-template-functions.php:1719 1814 1839 msgid "people like this" 1815 1840 msgstr "" 1816 1841 1817 #: app/main/controllers/template/rt-template-functions.php:172 51818 #: app/main/controllers/template/rt-template-functions.php:17 281842 #: app/main/controllers/template/rt-template-functions.php:1729 1843 #: app/main/controllers/template/rt-template-functions.php:1732 1819 1844 msgid "Upload Media" 1820 1845 msgstr "" 1821 1846 1822 #: app/main/controllers/template/rt-template-functions.php:177 11847 #: app/main/controllers/template/rt-template-functions.php:1775 1823 1848 msgid "Go PRO!" 1824 1849 msgstr "" 1825 1850 1826 #: app/main/controllers/template/rt-template-functions.php:179 21851 #: app/main/controllers/template/rt-template-functions.php:1796 1827 1852 msgid "Reasons to buy rtMedia-PRO" 1828 1853 msgstr "" 1829 1854 1830 #: app/main/controllers/template/rt-template-functions.php:1 7971855 #: app/main/controllers/template/rt-template-functions.php:1801 1831 1856 msgid "RSS Feed/Podcasting Support" 1832 1857 msgstr "" 1833 1858 1834 #: app/main/controllers/template/rt-template-functions.php:1 7981859 #: app/main/controllers/template/rt-template-functions.php:1802 1835 1860 msgid "" 1836 1861 "You can consume rtMedia uploads from iTunes as well as any feed-reader/" … … 1838 1863 msgstr "" 1839 1864 1840 #: app/main/controllers/template/rt-template-functions.php:180 41865 #: app/main/controllers/template/rt-template-functions.php:1808 1841 1866 msgid "WordPress Comment Attachment" 1842 1867 msgstr "" 1843 1868 1844 #: app/main/controllers/template/rt-template-functions.php:180 51869 #: app/main/controllers/template/rt-template-functions.php:1809 1845 1870 msgid "You can attach files to WordPress comments." 1846 1871 msgstr "" 1847 1872 1848 #: app/main/controllers/template/rt-template-functions.php:181 11873 #: app/main/controllers/template/rt-template-functions.php:1815 1849 1874 msgid "bbPress Attachment" 1850 1875 msgstr "" 1851 1876 1852 #: app/main/controllers/template/rt-template-functions.php:181 21877 #: app/main/controllers/template/rt-template-functions.php:1816 1853 1878 msgid "You can attach files to bbPress topic and reply." 1854 1879 msgstr "" 1855 1880 1856 #: app/main/controllers/template/rt-template-functions.php:18 181881 #: app/main/controllers/template/rt-template-functions.php:1822 1857 1882 msgid "Document Support" 1858 1883 msgstr "" 1859 1884 1860 #: app/main/controllers/template/rt-template-functions.php:18 191885 #: app/main/controllers/template/rt-template-functions.php:1823 1861 1886 msgid "" 1862 1887 "You can add, view and download documents like txt, doc, pdf, also add and " … … 1864 1889 msgstr "" 1865 1890 1866 #: app/main/controllers/template/rt-template-functions.php:182 51891 #: app/main/controllers/template/rt-template-functions.php:1829 1867 1892 msgid "CubePoints & MyCRED Integration" 1868 1893 msgstr "" 1869 1894 1870 #: app/main/controllers/template/rt-template-functions.php:18 261895 #: app/main/controllers/template/rt-template-functions.php:1830 1871 1896 msgid "" 1872 1897 "Integrating CubePoints/myCRED with rtMedia, you can reward users with " … … 1874 1899 msgstr "" 1875 1900 1876 #: app/main/controllers/template/rt-template-functions.php:183 21901 #: app/main/controllers/template/rt-template-functions.php:1836 1877 1902 msgid "Album Privacy" 1878 1903 msgstr "" 1879 1904 1880 #: app/main/controllers/template/rt-template-functions.php:183 31905 #: app/main/controllers/template/rt-template-functions.php:1837 1881 1906 msgid "" 1882 1907 "This will allow you to set album privacy while creating albums or change " … … 1884 1909 msgstr "" 1885 1910 1886 #: app/main/controllers/template/rt-template-functions.php:18 391911 #: app/main/controllers/template/rt-template-functions.php:1843 1887 1912 msgid "Audio Playlist" 1888 1913 msgstr "" 1889 1914 1890 #: app/main/controllers/template/rt-template-functions.php:184 01915 #: app/main/controllers/template/rt-template-functions.php:1844 1891 1916 msgid "" 1892 1917 "With this feature you can create your audio playlists and listen to your " … … 1894 1919 msgstr "" 1895 1920 1896 #: app/main/controllers/template/rt-template-functions.php:18 461921 #: app/main/controllers/template/rt-template-functions.php:1850 1897 1922 msgid "Report Button & Moderation Tools" 1898 1923 msgstr "" 1899 1924 1900 #: app/main/controllers/template/rt-template-functions.php:18 471925 #: app/main/controllers/template/rt-template-functions.php:1851 1901 1926 msgid "" 1902 1927 "Users can report media if they find it offensive. Set number of reports to " … … 1904 1929 msgstr "" 1905 1930 1906 #: app/main/controllers/template/rt-template-functions.php:185 31931 #: app/main/controllers/template/rt-template-functions.php:1857 1907 1932 msgid "Download Button For Media" 1908 1933 msgstr "" 1909 1934 1910 #: app/main/controllers/template/rt-template-functions.php:185 41935 #: app/main/controllers/template/rt-template-functions.php:1858 1911 1936 msgid "" 1912 1937 "Users can download photos, videos and music. Admin has option to allow " … … 1914 1939 msgstr "" 1915 1940 1916 #: app/main/controllers/template/rt-template-functions.php:186 01941 #: app/main/controllers/template/rt-template-functions.php:1864 1917 1942 msgid "Sidebar widgets" 1918 1943 msgstr "" 1919 1944 1920 #: app/main/controllers/template/rt-template-functions.php:186 11945 #: app/main/controllers/template/rt-template-functions.php:1865 1921 1946 msgid "" 1922 1947 "These will let you display a gallery or an uploader in a sidebar. Several of " … … 1924 1949 msgstr "" 1925 1950 1926 #: app/main/controllers/template/rt-template-functions.php:18 671951 #: app/main/controllers/template/rt-template-functions.php:1871 1927 1952 msgid "Post-editor button" 1928 1953 msgstr "" 1929 1954 1930 #: app/main/controllers/template/rt-template-functions.php:18 681955 #: app/main/controllers/template/rt-template-functions.php:1872 1931 1956 msgid "" 1932 1957 "With this button, a UI appears to quickly generate shortcodes for special " … … 1934 1959 msgstr "" 1935 1960 1936 #: app/main/controllers/template/rt-template-functions.php:187 41961 #: app/main/controllers/template/rt-template-functions.php:1878 1937 1962 msgid "Star-Rating option" 1938 1963 msgstr "" 1939 1964 1940 #: app/main/controllers/template/rt-template-functions.php:187 51965 #: app/main/controllers/template/rt-template-functions.php:1879 1941 1966 msgid "" 1942 1967 "Users can give up to five stars to rate media. This data can be used for " … … 1944 1969 msgstr "" 1945 1970 1946 #: app/main/controllers/template/rt-template-functions.php:188 11971 #: app/main/controllers/template/rt-template-functions.php:1885 1947 1972 msgid "Global Albums" 1948 1973 msgstr "" 1949 1974 1950 #: app/main/controllers/template/rt-template-functions.php:188 21975 #: app/main/controllers/template/rt-template-functions.php:1886 1951 1976 msgid "" 1952 1977 "Multiple global albums can be created beforehand. One of these can be chosen " … … 1954 1979 msgstr "" 1955 1980 1956 #: app/main/controllers/template/rt-template-functions.php:18 881981 #: app/main/controllers/template/rt-template-functions.php:1892 1957 1982 msgid "Premium one-to-one support" 1958 1983 msgstr "" 1959 1984 1960 #: app/main/controllers/template/rt-template-functions.php:18 891985 #: app/main/controllers/template/rt-template-functions.php:1893 1961 1986 msgid "" 1962 1987 "Without leaving your WordPress dashboard, you can contact us for help using " … … 1964 1989 msgstr "" 1965 1990 1966 #: app/main/controllers/template/rt-template-functions.php:189 51991 #: app/main/controllers/template/rt-template-functions.php:1899 1967 1992 msgid "Premium & Open-Source" 1968 1993 msgstr "" 1969 1994 1970 #: app/main/controllers/template/rt-template-functions.php:1 8961995 #: app/main/controllers/template/rt-template-functions.php:1900 1971 1996 msgid "" 1972 1997 "Developers get full control over rtMedia-PRO's source. They'll get access to " 1973 1998 msgstr "" 1974 1999 1975 #: app/main/controllers/template/rt-template-functions.php:190 22000 #: app/main/controllers/template/rt-template-functions.php:1906 1976 2001 msgid "Upgrade to rtMedia PRO Now " 1977 2002 msgstr "" 1978 2003 1979 #: app/main/controllers/template/rt-template-functions.php:191 32004 #: app/main/controllers/template/rt-template-functions.php:1917 1980 2005 msgid "You can consider rtMedia Team for following :" 1981 2006 msgstr "" 1982 2007 1983 #: app/main/controllers/template/rt-template-functions.php:191 52008 #: app/main/controllers/template/rt-template-functions.php:1919 1984 2009 msgid "rtMedia Customization ( in Upgrade Safe manner )" 1985 2010 msgstr "" 1986 2011 1987 #: app/main/controllers/template/rt-template-functions.php:19 162012 #: app/main/controllers/template/rt-template-functions.php:1920 1988 2013 msgid "Wordpress/BuddyPress Theme Design and Development" 1989 2014 msgstr "" 1990 2015 1991 #: app/main/controllers/template/rt-template-functions.php:19 172016 #: app/main/controllers/template/rt-template-functions.php:1921 1992 2017 msgid "Wordpress/BuddyPress Plugin Development" 1993 2018 msgstr "" 1994 2019 1995 #: app/main/controllers/template/rt-template-functions.php:192 12020 #: app/main/controllers/template/rt-template-functions.php:1925 1996 2021 msgid "Contact Us" 1997 2022 msgstr "" 1998 2023 1999 #: app/main/controllers/template/rt-template-functions.php:19 392024 #: app/main/controllers/template/rt-template-functions.php:1943 2000 2025 msgid "Empowering your community with " 2001 2026 msgstr "" 2002 2027 2003 #: app/main/controllers/template/rt-template-functions.php:194 02028 #: app/main/controllers/template/rt-template-functions.php:1944 2004 2029 msgid "The only complete media solution for WordPress, BuddyPress and bbPress" 2005 2030 msgstr "" 2006 2031 2007 #: app/main/controllers/template/rt-template-functions.php:195 42032 #: app/main/controllers/template/rt-template-functions.php:1958 2008 2033 msgid "Close (Esc)" 2009 2034 msgstr "" 2010 2035 2011 #: app/main/controllers/template/rt-template-functions.php:19 692036 #: app/main/controllers/template/rt-template-functions.php:1973 2012 2037 msgid "Public" 2013 2038 msgstr "" 2014 2039 2015 #: app/main/controllers/template/rt-template-functions.php:197 32040 #: app/main/controllers/template/rt-template-functions.php:1977 2016 2041 msgid "All members" 2017 2042 msgstr "" 2018 2043 2019 #: app/main/controllers/template/rt-template-functions.php:19 772044 #: app/main/controllers/template/rt-template-functions.php:1981 2020 2045 msgid "Your friends" 2021 2046 msgstr "" 2022 2047 2023 #: app/main/controllers/template/rt-template-functions.php:198 12048 #: app/main/controllers/template/rt-template-functions.php:1985 2024 2049 msgid "Only you" 2025 2050 msgstr "" 2026 2051 2027 #: app/main/controllers/template/rt-template-functions.php:198 52052 #: app/main/controllers/template/rt-template-functions.php:1989 2028 2053 msgid "Blocked Temperorily" 2029 2054 msgstr "" 2030 2055 2031 #: app/main/controllers/template/rt-template-functions.php:20 192056 #: app/main/controllers/template/rt-template-functions.php:2023 2032 2057 #, php-format 2033 2058 msgid "%s ago " -
buddypress-media/trunk/readme.txt
r859562 r861766 7 7 Requires at least: WordPress 3.6 8 8 Tested up to: WordPress 3.7 + BuddyPress 1.8.1 9 Stable tag: 3.6. 29 Stable tag: 3.6.3 10 10 11 11 Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices. … … 133 133 134 134 Please 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 135 140 = 3.6.2 = 136 141 * Bug fixes … … 701 706 == Upgrade Notice == 702 707 703 = 3.6. 2=704 Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fixes.708 = 3.6.3 = 709 Requires BuddyPress 1.7 or higher, if using BuddyPress. Lightbox fix in activity, bug fixes. 705 710 706 711 == Sponsors ==
Note: See TracChangeset
for help on using the changeset viewer.