rtMedia for WordPress, BuddyPress and bbPress - Version 3.6.9

Version Description

  • Fix single activity video lightbox issue
  • Update german translations
Download this release

Release Info

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

Code changes from version 3.6.8 to 3.6.9

app/admin/RTMediaAdmin.php CHANGED
@@ -95,7 +95,7 @@ if ( ! class_exists ( 'RTMediaAdmin' ) ) {
95
 
96
  function rtmedia_inspirebook_release_notice() {
97
  $site_option = rtmedia_get_site_option("rtmedia_inspirebook_release_notice");
98
- if(!$site_option || $site_option != "hide") {
99
  rtmedia_update_site_option("rtmedia_inspirebook_release_notice", "show");
100
  ?>
101
  <div class="updated rtmedia-inspire-book-notice">
95
 
96
  function rtmedia_inspirebook_release_notice() {
97
  $site_option = rtmedia_get_site_option("rtmedia_inspirebook_release_notice");
98
+ if( ( !$site_option || $site_option != "hide") && ( get_stylesheet() != 'inspirebook' ) ) {
99
  rtmedia_update_site_option("rtmedia_inspirebook_release_notice", "show");
100
  ?>
101
  <div class="updated rtmedia-inspire-book-notice">
app/assets/js/rtMedia.js CHANGED
@@ -41,6 +41,9 @@ function apply_rtMagnificPopup(selector){
41
  var mfp = jQuery.magnificPopup.instance;
42
  var current_media = mfp.currItem.el;
43
  var li = current_media.parent();
 
 
 
44
  if(li.is(':nth-last-child(2)')){ // if its last second media
45
  var last_li = li.next();
46
  if(jQuery('#rtMedia-galary-next').css('display') == 'block'){ // if more medias are available
41
  var mfp = jQuery.magnificPopup.instance;
42
  var current_media = mfp.currItem.el;
43
  var li = current_media.parent();
44
+ if( ! li.is('li') ) {
45
+ li = li.parent();
46
+ }
47
  if(li.is(':nth-last-child(2)')){ // if its last second media
48
  var last_li = li.next();
49
  if(jQuery('#rtMedia-galary-next').css('display') == 'block'){ // if more medias are available
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
- Version: 3.6.8
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
+ Version: 3.6.9
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
languages/rtmedia-de_DE.mo CHANGED
Binary file
languages/rtmedia.mo CHANGED
Binary file
languages/rtmedia.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: BuddyPress Media\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-02-24 20:36+0530\n"
6
- "PO-Revision-Date: 2014-02-24 20:36+0530\n"
7
  "Last-Translator: faishal <faishal.saiyed@rtcamp.com>\n"
8
  "Language-Team: rtCamp <info@rtcamp.com>\n"
9
  "Language: en_IN\n"
@@ -228,18 +228,18 @@ msgstr ""
228
  msgid "Invalid attribute passed for rtmedia_gallery shortcode."
229
  msgstr ""
230
 
231
- #: app/main/controllers/template/RTMediaTemplate.php:217
232
- #: app/main/controllers/template/RTMediaTemplate.php:279
233
- #: app/main/controllers/template/RTMediaTemplate.php:352
234
- #: app/main/controllers/template/RTMediaTemplate.php:450
235
  msgid "Ooops !!! Invalid access. No nonce was found !!"
236
  msgstr ""
237
 
238
- #: app/main/controllers/template/RTMediaTemplate.php:222
239
  msgid "Media updated Sucessfully"
240
  msgstr ""
241
 
242
- #: app/main/controllers/template/RTMediaTemplate.php:228
243
  msgid "Error in updating Media"
244
  msgstr ""
245
 
@@ -929,7 +929,7 @@ msgid "Default Privacy"
929
  msgstr ""
930
 
931
  #: app/main/controllers/privacy/RTMediaPrivacy.php:268
932
- #: app/admin/RTMediaAdmin.php:951
933
  msgid "Privacy"
934
  msgstr ""
935
 
@@ -994,7 +994,7 @@ msgid "Like"
994
  msgstr ""
995
 
996
  #: app/main/controllers/media/RTMediaLike.php:18
997
- #: app/admin/RTMediaAdmin.php:250
998
  msgid "Likes"
999
  msgstr ""
1000
 
@@ -1014,7 +1014,7 @@ msgstr ""
1014
  msgid "Click Here"
1015
  msgstr ""
1016
 
1017
- #: app/importers/RTMediaMigration.php:60 app/admin/RTMediaAdmin.php:1379
1018
  msgid "Hide"
1019
  msgstr ""
1020
 
@@ -1443,172 +1443,172 @@ msgid ""
1443
  "^above^ settings."
1444
  msgstr ""
1445
 
1446
- #: app/admin/RTMediaAdmin.php:109 app/admin/RTMediaAdmin.php:119
1447
  msgid "rtMedia:"
1448
  msgstr ""
1449
 
1450
- #: app/admin/RTMediaAdmin.php:109
1451
  msgid " You must "
1452
  msgstr ""
1453
 
1454
- #: app/admin/RTMediaAdmin.php:109
1455
  msgid "update permalink structure"
1456
  msgstr ""
1457
 
1458
- #: app/admin/RTMediaAdmin.php:109
1459
  msgid " to something other than the default for it to work."
1460
  msgstr ""
1461
 
1462
- #: app/admin/RTMediaAdmin.php:119
1463
  msgid ""
1464
  "Please update all premium add-ons that you had purchased from rtCamp from "
1465
  "your "
1466
  msgstr ""
1467
 
1468
- #: app/admin/RTMediaAdmin.php:119
1469
  msgid "account"
1470
  msgstr ""
1471
 
1472
- #: app/admin/RTMediaAdmin.php:182
1473
  msgid "rtMedia Pro is released"
1474
  msgstr ""
1475
 
1476
- #: app/admin/RTMediaAdmin.php:194
1477
  msgid "Media Stats"
1478
  msgstr ""
1479
 
1480
- #: app/admin/RTMediaAdmin.php:218
1481
  msgid "Usage Stats"
1482
  msgstr ""
1483
 
1484
- #: app/admin/RTMediaAdmin.php:226
1485
  msgid "Total "
1486
  msgstr ""
1487
 
1488
- #: app/admin/RTMediaAdmin.php:234
1489
  msgid "With Media"
1490
  msgstr ""
1491
 
1492
- #: app/admin/RTMediaAdmin.php:242
1493
  msgid "Comments "
1494
  msgstr ""
1495
 
1496
- #: app/admin/RTMediaAdmin.php:258
1497
  msgid "Homepage"
1498
  msgstr ""
1499
 
1500
- #: app/admin/RTMediaAdmin.php:258
1501
  msgid "Free Support"
1502
  msgstr ""
1503
 
1504
- #: app/admin/RTMediaAdmin.php:258
1505
  msgid "Premium Addons"
1506
  msgstr ""
1507
 
1508
- #: app/admin/RTMediaAdmin.php:268
1509
  msgid "Right Now in rtMedia"
1510
  msgstr ""
1511
 
1512
- #: app/admin/RTMediaAdmin.php:302 app/admin/RTMediaAdmin.php:468
1513
  msgid "Regenerate Thumbnail"
1514
  msgstr ""
1515
 
1516
- #: app/admin/RTMediaAdmin.php:323 app/admin/RTMediaAdmin.php:805
1517
- #: app/admin/RTMediaAdmin.php:806
1518
  msgid "rtMedia"
1519
  msgstr ""
1520
 
1521
- #: app/admin/RTMediaAdmin.php:329 app/admin/RTMediaAdmin.php:332
1522
- #: app/admin/RTMediaAdmin.php:457 app/admin/RTMediaAdmin.php:827
1523
  msgid "Settings"
1524
  msgstr ""
1525
 
1526
- #: app/admin/RTMediaAdmin.php:339 app/admin/RTMediaAdmin.php:342
1527
- #: app/admin/RTMediaAdmin.php:458 app/admin/RTMediaAdmin.php:832
1528
  msgid "Addons"
1529
  msgstr ""
1530
 
1531
- #: app/admin/RTMediaAdmin.php:349 app/admin/RTMediaAdmin.php:352
1532
- #: app/admin/RTMediaAdmin.php:459 app/admin/RTMediaAdmin.php:847
1533
  #: app/helper/RTMediaSettings.php:134
1534
  msgid "Support"
1535
  msgstr ""
1536
 
1537
- #: app/admin/RTMediaAdmin.php:359 app/admin/RTMediaAdmin.php:362
1538
- #: app/admin/RTMediaAdmin.php:460 app/admin/RTMediaAdmin.php:837
1539
  msgid "Themes"
1540
  msgstr ""
1541
 
1542
- #: app/admin/RTMediaAdmin.php:369 app/admin/RTMediaAdmin.php:372
1543
- #: app/admin/RTMediaAdmin.php:461 app/admin/RTMediaAdmin.php:842
1544
  msgid "Hire Us"
1545
  msgstr ""
1546
 
1547
- #: app/admin/RTMediaAdmin.php:410
1548
  msgid "ON"
1549
  msgstr ""
1550
 
1551
- #: app/admin/RTMediaAdmin.php:411
1552
  msgid "OFF"
1553
  msgstr ""
1554
 
1555
- #: app/admin/RTMediaAdmin.php:423
1556
  msgid "Please do not refresh this page."
1557
  msgstr ""
1558
 
1559
- #: app/admin/RTMediaAdmin.php:424
1560
  msgid ""
1561
  "Something went wronng. Please <a href onclick=\"location.reload();"
1562
  "\">refresh</a> page."
1563
  msgstr ""
1564
 
1565
- #: app/admin/RTMediaAdmin.php:425
1566
  msgid "This will subscribe you to the free plan."
1567
  msgstr ""
1568
 
1569
- #: app/admin/RTMediaAdmin.php:426
1570
  msgid ""
1571
  "Are you sure you want to disable the encoding service? Make sure you note "
1572
  "your api key before disabling it incase you want to activate it in future."
1573
  msgstr ""
1574
 
1575
- #: app/admin/RTMediaAdmin.php:463
1576
  msgid "Premium"
1577
  msgstr ""
1578
 
1579
- #: app/admin/RTMediaAdmin.php:463
1580
  msgid "Premium "
1581
  msgstr ""
1582
 
1583
- #: app/admin/RTMediaAdmin.php:468
1584
  msgid "Regen. Thumbnail "
1585
  msgstr ""
1586
 
1587
- #: app/admin/RTMediaAdmin.php:481
1588
  msgid "Regenerate Video Thumbnails"
1589
  msgstr ""
1590
 
1591
- #: app/admin/RTMediaAdmin.php:498
1592
  msgid "Regenerate Pending Thumbnails"
1593
  msgstr ""
1594
 
1595
- #: app/admin/RTMediaAdmin.php:506
1596
  msgid "Total Videos"
1597
  msgstr ""
1598
 
1599
- #: app/admin/RTMediaAdmin.php:507
1600
  msgid "Sent of regenerate thumbails"
1601
  msgstr ""
1602
 
1603
- #: app/admin/RTMediaAdmin.php:508
1604
  msgid "Fail to regenerate thumbails"
1605
  msgstr ""
1606
 
1607
- #: app/admin/RTMediaAdmin.php:550
1608
  msgid "Regenerate Video Thumbnails Done"
1609
  msgstr ""
1610
 
1611
- #: app/admin/RTMediaAdmin.php:585
1612
  #, php-format
1613
  msgid ""
1614
  "You have total %s videos without thumbnails. Click <a href='%s'> here </a> "
@@ -1616,120 +1616,120 @@ msgid ""
1616
  "()' style='float:right'>Hide</a>"
1617
  msgstr ""
1618
 
1619
- #: app/admin/RTMediaAdmin.php:636
1620
  msgid "not a video ..."
1621
  msgstr ""
1622
 
1623
- #: app/admin/RTMediaAdmin.php:722
1624
  msgid "Empowering The Web With WordPress"
1625
  msgstr ""
1626
 
1627
- #: app/admin/RTMediaAdmin.php:752
1628
  msgid "Save Settings"
1629
  msgstr ""
1630
 
1631
- #: app/admin/RTMediaAdmin.php:914 app/admin/RTMediaAdmin.php:915
1632
  msgid "Display"
1633
  msgstr ""
1634
 
1635
- #: app/admin/RTMediaAdmin.php:925
1636
  msgid "rtMedia BuddyPress"
1637
  msgstr ""
1638
 
1639
- #: app/admin/RTMediaAdmin.php:926
1640
  msgid "BuddyPress"
1641
  msgstr ""
1642
 
1643
- #: app/admin/RTMediaAdmin.php:934
1644
  msgid "rtMedia Types"
1645
  msgstr ""
1646
 
1647
- #: app/admin/RTMediaAdmin.php:935
1648
  msgid "Types"
1649
  msgstr ""
1650
 
1651
- #: app/admin/RTMediaAdmin.php:942
1652
  msgid "rtMedia Sizes"
1653
  msgstr ""
1654
 
1655
- #: app/admin/RTMediaAdmin.php:943
1656
  msgid "Image Sizes"
1657
  msgstr ""
1658
 
1659
- #: app/admin/RTMediaAdmin.php:950
1660
  msgid "rtMedia Privacy"
1661
  msgstr ""
1662
 
1663
- #: app/admin/RTMediaAdmin.php:957
1664
  msgid "rtMedia Custom CSS"
1665
  msgstr ""
1666
 
1667
- #: app/admin/RTMediaAdmin.php:958
1668
  msgid "Custom CSS"
1669
  msgstr ""
1670
 
1671
- #: app/admin/RTMediaAdmin.php:967 app/admin/RTMediaAdmin.php:968
1672
  msgid "Other Settings"
1673
  msgstr ""
1674
 
1675
- #: app/admin/RTMediaAdmin.php:1059
1676
  #, php-format
1677
  msgid "I use @buddypressmedia http://rt.cx/rtmedia on %s"
1678
  msgstr ""
1679
 
1680
- #: app/admin/RTMediaAdmin.php:1063
1681
  msgid "Post to Twitter Now"
1682
  msgstr ""
1683
 
1684
- #: app/admin/RTMediaAdmin.php:1063
1685
  msgid "Post to Twitter"
1686
  msgstr ""
1687
 
1688
- #: app/admin/RTMediaAdmin.php:1064
1689
  msgid "Share on Facebook Now"
1690
  msgstr ""
1691
 
1692
- #: app/admin/RTMediaAdmin.php:1064
1693
  msgid "Share on Facebook"
1694
  msgstr ""
1695
 
1696
- #: app/admin/RTMediaAdmin.php:1065
1697
  msgid "Rate rtMedia on Wordpress.org"
1698
  msgstr ""
1699
 
1700
- #: app/admin/RTMediaAdmin.php:1065
1701
  msgid "Rate on Wordpress.org"
1702
  msgstr ""
1703
 
1704
- #: app/admin/RTMediaAdmin.php:1066
1705
  msgid "Subscribe to our feeds"
1706
  msgstr ""
1707
 
1708
- #: app/admin/RTMediaAdmin.php:1066
1709
  msgid "Subscribe to our Feeds"
1710
  msgstr ""
1711
 
1712
- #: app/admin/RTMediaAdmin.php:1067
1713
  msgid "Add link to footer"
1714
  msgstr ""
1715
 
1716
- #: app/admin/RTMediaAdmin.php:1073
1717
  msgid "Spread the Word"
1718
  msgstr ""
1719
 
1720
- #: app/admin/RTMediaAdmin.php:1105 app/admin/RTMediaAdmin.php:1108
1721
  msgid "Subscribe"
1722
  msgstr ""
1723
 
1724
- #: app/admin/RTMediaAdmin.php:1130
1725
  msgid "Thank you for your time."
1726
  msgstr ""
1727
 
1728
- #: app/admin/RTMediaAdmin.php:1142
1729
  msgid "Premium Add-ons"
1730
  msgstr ""
1731
 
1732
- #: app/admin/RTMediaAdmin.php:1156
1733
  #, php-format
1734
  msgid ""
1735
  "You have images enabled on rtMedia but your network allowed filetypes does "
@@ -1737,17 +1737,17 @@ msgid ""
1737
  "settings manually."
1738
  msgstr ""
1739
 
1740
- #: app/admin/RTMediaAdmin.php:1157 app/admin/RTMediaAdmin.php:1168
1741
- #: app/admin/RTMediaAdmin.php:1177
1742
  msgid "Recommended"
1743
  msgstr ""
1744
 
1745
- #: app/admin/RTMediaAdmin.php:1157 app/admin/RTMediaAdmin.php:1168
1746
- #: app/admin/RTMediaAdmin.php:1177
1747
  msgid "Update Network Settings Automatically"
1748
  msgstr ""
1749
 
1750
- #: app/admin/RTMediaAdmin.php:1167
1751
  #, php-format
1752
  msgid ""
1753
  "You have video enabled on BuddyPress Media but your network allowed "
@@ -1755,7 +1755,7 @@ msgid ""
1755
  "change your settings manually."
1756
  msgstr ""
1757
 
1758
- #: app/admin/RTMediaAdmin.php:1176
1759
  #, php-format
1760
  msgid ""
1761
  "You have audio enabled on BuddyPress Media but your network allowed "
@@ -1763,19 +1763,19 @@ msgid ""
1763
  "change your settings manually."
1764
  msgstr ""
1765
 
1766
- #: app/admin/RTMediaAdmin.php:1191
1767
  msgid "Network settings updated successfully."
1768
  msgstr ""
1769
 
1770
- #: app/admin/RTMediaAdmin.php:1294
1771
  msgid "Video is sent to generate thumbnails."
1772
  msgstr ""
1773
 
1774
- #: app/admin/RTMediaAdmin.php:1297
1775
  msgid "Video can't be sent to generate thumbnails."
1776
  msgstr ""
1777
 
1778
- #: app/admin/RTMediaAdmin.php:1379
1779
  msgid ""
1780
  "rtMedia just updated to Foundation 5. Please update rtMedia template files "
1781
  "if you have overridden the default rtMedia templates in your theme."
@@ -2015,21 +2015,13 @@ msgstr ""
2015
  msgid "3rd Party Themes"
2016
  msgstr ""
2017
 
2018
- #: app/helper/RTMediaThemes.php:96
2019
- msgid "Coming Soon..."
2020
- msgstr ""
2021
-
2022
- #: app/helper/RTMediaThemes.php:97
2023
- msgid "We are working on some rtMedia themes which will be available shortly."
2024
- msgstr ""
2025
-
2026
- #: app/helper/RTMediaThemes.php:107
2027
  msgid ""
2028
  "These are the third party themes. For any issues or queries regarding these "
2029
  "themes please contact theme developers."
2030
  msgstr ""
2031
 
2032
- #: app/helper/RTMediaThemes.php:115
2033
  msgid ""
2034
  "SweetDate is a unique, clean and modern Premium Wordpress theme. It is "
2035
  "perfect for a dating or community website but can be used as well for any "
@@ -2037,38 +2029,38 @@ msgid ""
2037
  "community system."
2038
  msgstr ""
2039
 
2040
- #: app/helper/RTMediaThemes.php:116 app/helper/RTMediaThemes.php:125
2041
  #: app/helper/RTMediaSupport.php:331
2042
  msgid "Click"
2043
  msgstr ""
2044
 
2045
- #: app/helper/RTMediaThemes.php:116 app/helper/RTMediaThemes.php:125
2046
  #: app/helper/RTMediaSupport.php:331
2047
  msgid "here"
2048
  msgstr ""
2049
 
2050
- #: app/helper/RTMediaThemes.php:116 app/helper/RTMediaThemes.php:125
2051
  msgid "for preview."
2052
  msgstr ""
2053
 
2054
- #: app/helper/RTMediaThemes.php:124
2055
  msgid ""
2056
  "You no longer need to be a professional developer or designer to create an "
2057
  "awesome website. Let your imagination run wild and create the site of your "
2058
  "dreams. KLEO has all the tools to get you started."
2059
  msgstr ""
2060
 
2061
- #: app/helper/RTMediaThemes.php:131
2062
  msgid "Are you a developer?"
2063
  msgstr ""
2064
 
2065
- #: app/helper/RTMediaThemes.php:132
2066
  msgid ""
2067
  "If you have developed a rtMedia compatible theme and would like it to list "
2068
  "here, please email us at"
2069
  msgstr ""
2070
 
2071
- #: app/helper/RTMediaThemes.php:132
2072
  msgid "product@rtcamp.com"
2073
  msgstr ""
2074
 
2
  msgstr ""
3
  "Project-Id-Version: BuddyPress Media\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-03-21 20:21+0530\n"
6
+ "PO-Revision-Date: 2014-03-21 20:21+0530\n"
7
  "Last-Translator: faishal <faishal.saiyed@rtcamp.com>\n"
8
  "Language-Team: rtCamp <info@rtcamp.com>\n"
9
  "Language: en_IN\n"
228
  msgid "Invalid attribute passed for rtmedia_gallery shortcode."
229
  msgstr ""
230
 
231
+ #: app/main/controllers/template/RTMediaTemplate.php:222
232
+ #: app/main/controllers/template/RTMediaTemplate.php:284
233
+ #: app/main/controllers/template/RTMediaTemplate.php:357
234
+ #: app/main/controllers/template/RTMediaTemplate.php:455
235
  msgid "Ooops !!! Invalid access. No nonce was found !!"
236
  msgstr ""
237
 
238
+ #: app/main/controllers/template/RTMediaTemplate.php:227
239
  msgid "Media updated Sucessfully"
240
  msgstr ""
241
 
242
+ #: app/main/controllers/template/RTMediaTemplate.php:233
243
  msgid "Error in updating Media"
244
  msgstr ""
245
 
929
  msgstr ""
930
 
931
  #: app/main/controllers/privacy/RTMediaPrivacy.php:268
932
+ #: app/admin/RTMediaAdmin.php:986
933
  msgid "Privacy"
934
  msgstr ""
935
 
994
  msgstr ""
995
 
996
  #: app/main/controllers/media/RTMediaLike.php:18
997
+ #: app/admin/RTMediaAdmin.php:285
998
  msgid "Likes"
999
  msgstr ""
1000
 
1014
  msgid "Click Here"
1015
  msgstr ""
1016
 
1017
+ #: app/importers/RTMediaMigration.php:60 app/admin/RTMediaAdmin.php:1414
1018
  msgid "Hide"
1019
  msgstr ""
1020
 
1443
  "^above^ settings."
1444
  msgstr ""
1445
 
1446
+ #: app/admin/RTMediaAdmin.php:144 app/admin/RTMediaAdmin.php:154
1447
  msgid "rtMedia:"
1448
  msgstr ""
1449
 
1450
+ #: app/admin/RTMediaAdmin.php:144
1451
  msgid " You must "
1452
  msgstr ""
1453
 
1454
+ #: app/admin/RTMediaAdmin.php:144
1455
  msgid "update permalink structure"
1456
  msgstr ""
1457
 
1458
+ #: app/admin/RTMediaAdmin.php:144
1459
  msgid " to something other than the default for it to work."
1460
  msgstr ""
1461
 
1462
+ #: app/admin/RTMediaAdmin.php:154
1463
  msgid ""
1464
  "Please update all premium add-ons that you had purchased from rtCamp from "
1465
  "your "
1466
  msgstr ""
1467
 
1468
+ #: app/admin/RTMediaAdmin.php:154
1469
  msgid "account"
1470
  msgstr ""
1471
 
1472
+ #: app/admin/RTMediaAdmin.php:217
1473
  msgid "rtMedia Pro is released"
1474
  msgstr ""
1475
 
1476
+ #: app/admin/RTMediaAdmin.php:229
1477
  msgid "Media Stats"
1478
  msgstr ""
1479
 
1480
+ #: app/admin/RTMediaAdmin.php:253
1481
  msgid "Usage Stats"
1482
  msgstr ""
1483
 
1484
+ #: app/admin/RTMediaAdmin.php:261
1485
  msgid "Total "
1486
  msgstr ""
1487
 
1488
+ #: app/admin/RTMediaAdmin.php:269
1489
  msgid "With Media"
1490
  msgstr ""
1491
 
1492
+ #: app/admin/RTMediaAdmin.php:277
1493
  msgid "Comments "
1494
  msgstr ""
1495
 
1496
+ #: app/admin/RTMediaAdmin.php:293
1497
  msgid "Homepage"
1498
  msgstr ""
1499
 
1500
+ #: app/admin/RTMediaAdmin.php:293
1501
  msgid "Free Support"
1502
  msgstr ""
1503
 
1504
+ #: app/admin/RTMediaAdmin.php:293
1505
  msgid "Premium Addons"
1506
  msgstr ""
1507
 
1508
+ #: app/admin/RTMediaAdmin.php:303
1509
  msgid "Right Now in rtMedia"
1510
  msgstr ""
1511
 
1512
+ #: app/admin/RTMediaAdmin.php:337 app/admin/RTMediaAdmin.php:503
1513
  msgid "Regenerate Thumbnail"
1514
  msgstr ""
1515
 
1516
+ #: app/admin/RTMediaAdmin.php:358 app/admin/RTMediaAdmin.php:840
1517
+ #: app/admin/RTMediaAdmin.php:841
1518
  msgid "rtMedia"
1519
  msgstr ""
1520
 
1521
+ #: app/admin/RTMediaAdmin.php:364 app/admin/RTMediaAdmin.php:367
1522
+ #: app/admin/RTMediaAdmin.php:492 app/admin/RTMediaAdmin.php:862
1523
  msgid "Settings"
1524
  msgstr ""
1525
 
1526
+ #: app/admin/RTMediaAdmin.php:374 app/admin/RTMediaAdmin.php:377
1527
+ #: app/admin/RTMediaAdmin.php:493 app/admin/RTMediaAdmin.php:867
1528
  msgid "Addons"
1529
  msgstr ""
1530
 
1531
+ #: app/admin/RTMediaAdmin.php:384 app/admin/RTMediaAdmin.php:387
1532
+ #: app/admin/RTMediaAdmin.php:494 app/admin/RTMediaAdmin.php:882
1533
  #: app/helper/RTMediaSettings.php:134
1534
  msgid "Support"
1535
  msgstr ""
1536
 
1537
+ #: app/admin/RTMediaAdmin.php:394 app/admin/RTMediaAdmin.php:397
1538
+ #: app/admin/RTMediaAdmin.php:495 app/admin/RTMediaAdmin.php:872
1539
  msgid "Themes"
1540
  msgstr ""
1541
 
1542
+ #: app/admin/RTMediaAdmin.php:404 app/admin/RTMediaAdmin.php:407
1543
+ #: app/admin/RTMediaAdmin.php:496 app/admin/RTMediaAdmin.php:877
1544
  msgid "Hire Us"
1545
  msgstr ""
1546
 
1547
+ #: app/admin/RTMediaAdmin.php:445
1548
  msgid "ON"
1549
  msgstr ""
1550
 
1551
+ #: app/admin/RTMediaAdmin.php:446
1552
  msgid "OFF"
1553
  msgstr ""
1554
 
1555
+ #: app/admin/RTMediaAdmin.php:458
1556
  msgid "Please do not refresh this page."
1557
  msgstr ""
1558
 
1559
+ #: app/admin/RTMediaAdmin.php:459
1560
  msgid ""
1561
  "Something went wronng. Please <a href onclick=\"location.reload();"
1562
  "\">refresh</a> page."
1563
  msgstr ""
1564
 
1565
+ #: app/admin/RTMediaAdmin.php:460
1566
  msgid "This will subscribe you to the free plan."
1567
  msgstr ""
1568
 
1569
+ #: app/admin/RTMediaAdmin.php:461
1570
  msgid ""
1571
  "Are you sure you want to disable the encoding service? Make sure you note "
1572
  "your api key before disabling it incase you want to activate it in future."
1573
  msgstr ""
1574
 
1575
+ #: app/admin/RTMediaAdmin.php:498
1576
  msgid "Premium"
1577
  msgstr ""
1578
 
1579
+ #: app/admin/RTMediaAdmin.php:498
1580
  msgid "Premium "
1581
  msgstr ""
1582
 
1583
+ #: app/admin/RTMediaAdmin.php:503
1584
  msgid "Regen. Thumbnail "
1585
  msgstr ""
1586
 
1587
+ #: app/admin/RTMediaAdmin.php:516
1588
  msgid "Regenerate Video Thumbnails"
1589
  msgstr ""
1590
 
1591
+ #: app/admin/RTMediaAdmin.php:533
1592
  msgid "Regenerate Pending Thumbnails"
1593
  msgstr ""
1594
 
1595
+ #: app/admin/RTMediaAdmin.php:541
1596
  msgid "Total Videos"
1597
  msgstr ""
1598
 
1599
+ #: app/admin/RTMediaAdmin.php:542
1600
  msgid "Sent of regenerate thumbails"
1601
  msgstr ""
1602
 
1603
+ #: app/admin/RTMediaAdmin.php:543
1604
  msgid "Fail to regenerate thumbails"
1605
  msgstr ""
1606
 
1607
+ #: app/admin/RTMediaAdmin.php:585
1608
  msgid "Regenerate Video Thumbnails Done"
1609
  msgstr ""
1610
 
1611
+ #: app/admin/RTMediaAdmin.php:620
1612
  #, php-format
1613
  msgid ""
1614
  "You have total %s videos without thumbnails. Click <a href='%s'> here </a> "
1616
  "()' style='float:right'>Hide</a>"
1617
  msgstr ""
1618
 
1619
+ #: app/admin/RTMediaAdmin.php:671
1620
  msgid "not a video ..."
1621
  msgstr ""
1622
 
1623
+ #: app/admin/RTMediaAdmin.php:757
1624
  msgid "Empowering The Web With WordPress"
1625
  msgstr ""
1626
 
1627
+ #: app/admin/RTMediaAdmin.php:787
1628
  msgid "Save Settings"
1629
  msgstr ""
1630
 
1631
+ #: app/admin/RTMediaAdmin.php:949 app/admin/RTMediaAdmin.php:950
1632
  msgid "Display"
1633
  msgstr ""
1634
 
1635
+ #: app/admin/RTMediaAdmin.php:960
1636
  msgid "rtMedia BuddyPress"
1637
  msgstr ""
1638
 
1639
+ #: app/admin/RTMediaAdmin.php:961
1640
  msgid "BuddyPress"
1641
  msgstr ""
1642
 
1643
+ #: app/admin/RTMediaAdmin.php:969
1644
  msgid "rtMedia Types"
1645
  msgstr ""
1646
 
1647
+ #: app/admin/RTMediaAdmin.php:970
1648
  msgid "Types"
1649
  msgstr ""
1650
 
1651
+ #: app/admin/RTMediaAdmin.php:977
1652
  msgid "rtMedia Sizes"
1653
  msgstr ""
1654
 
1655
+ #: app/admin/RTMediaAdmin.php:978
1656
  msgid "Image Sizes"
1657
  msgstr ""
1658
 
1659
+ #: app/admin/RTMediaAdmin.php:985
1660
  msgid "rtMedia Privacy"
1661
  msgstr ""
1662
 
1663
+ #: app/admin/RTMediaAdmin.php:992
1664
  msgid "rtMedia Custom CSS"
1665
  msgstr ""
1666
 
1667
+ #: app/admin/RTMediaAdmin.php:993
1668
  msgid "Custom CSS"
1669
  msgstr ""
1670
 
1671
+ #: app/admin/RTMediaAdmin.php:1002 app/admin/RTMediaAdmin.php:1003
1672
  msgid "Other Settings"
1673
  msgstr ""
1674
 
1675
+ #: app/admin/RTMediaAdmin.php:1094
1676
  #, php-format
1677
  msgid "I use @buddypressmedia http://rt.cx/rtmedia on %s"
1678
  msgstr ""
1679
 
1680
+ #: app/admin/RTMediaAdmin.php:1098
1681
  msgid "Post to Twitter Now"
1682
  msgstr ""
1683
 
1684
+ #: app/admin/RTMediaAdmin.php:1098
1685
  msgid "Post to Twitter"
1686
  msgstr ""
1687
 
1688
+ #: app/admin/RTMediaAdmin.php:1099
1689
  msgid "Share on Facebook Now"
1690
  msgstr ""
1691
 
1692
+ #: app/admin/RTMediaAdmin.php:1099
1693
  msgid "Share on Facebook"
1694
  msgstr ""
1695
 
1696
+ #: app/admin/RTMediaAdmin.php:1100
1697
  msgid "Rate rtMedia on Wordpress.org"
1698
  msgstr ""
1699
 
1700
+ #: app/admin/RTMediaAdmin.php:1100
1701
  msgid "Rate on Wordpress.org"
1702
  msgstr ""
1703
 
1704
+ #: app/admin/RTMediaAdmin.php:1101
1705
  msgid "Subscribe to our feeds"
1706
  msgstr ""
1707
 
1708
+ #: app/admin/RTMediaAdmin.php:1101
1709
  msgid "Subscribe to our Feeds"
1710
  msgstr ""
1711
 
1712
+ #: app/admin/RTMediaAdmin.php:1102
1713
  msgid "Add link to footer"
1714
  msgstr ""
1715
 
1716
+ #: app/admin/RTMediaAdmin.php:1108
1717
  msgid "Spread the Word"
1718
  msgstr ""
1719
 
1720
+ #: app/admin/RTMediaAdmin.php:1140 app/admin/RTMediaAdmin.php:1143
1721
  msgid "Subscribe"
1722
  msgstr ""
1723
 
1724
+ #: app/admin/RTMediaAdmin.php:1165
1725
  msgid "Thank you for your time."
1726
  msgstr ""
1727
 
1728
+ #: app/admin/RTMediaAdmin.php:1177
1729
  msgid "Premium Add-ons"
1730
  msgstr ""
1731
 
1732
+ #: app/admin/RTMediaAdmin.php:1191
1733
  #, php-format
1734
  msgid ""
1735
  "You have images enabled on rtMedia but your network allowed filetypes does "
1737
  "settings manually."
1738
  msgstr ""
1739
 
1740
+ #: app/admin/RTMediaAdmin.php:1192 app/admin/RTMediaAdmin.php:1203
1741
+ #: app/admin/RTMediaAdmin.php:1212
1742
  msgid "Recommended"
1743
  msgstr ""
1744
 
1745
+ #: app/admin/RTMediaAdmin.php:1192 app/admin/RTMediaAdmin.php:1203
1746
+ #: app/admin/RTMediaAdmin.php:1212
1747
  msgid "Update Network Settings Automatically"
1748
  msgstr ""
1749
 
1750
+ #: app/admin/RTMediaAdmin.php:1202
1751
  #, php-format
1752
  msgid ""
1753
  "You have video enabled on BuddyPress Media but your network allowed "
1755
  "change your settings manually."
1756
  msgstr ""
1757
 
1758
+ #: app/admin/RTMediaAdmin.php:1211
1759
  #, php-format
1760
  msgid ""
1761
  "You have audio enabled on BuddyPress Media but your network allowed "
1763
  "change your settings manually."
1764
  msgstr ""
1765
 
1766
+ #: app/admin/RTMediaAdmin.php:1226
1767
  msgid "Network settings updated successfully."
1768
  msgstr ""
1769
 
1770
+ #: app/admin/RTMediaAdmin.php:1329
1771
  msgid "Video is sent to generate thumbnails."
1772
  msgstr ""
1773
 
1774
+ #: app/admin/RTMediaAdmin.php:1332
1775
  msgid "Video can't be sent to generate thumbnails."
1776
  msgstr ""
1777
 
1778
+ #: app/admin/RTMediaAdmin.php:1414
1779
  msgid ""
1780
  "rtMedia just updated to Foundation 5. Please update rtMedia template files "
1781
  "if you have overridden the default rtMedia templates in your theme."
2015
  msgid "3rd Party Themes"
2016
  msgstr ""
2017
 
2018
+ #: app/helper/RTMediaThemes.php:120
 
 
 
 
 
 
 
 
2019
  msgid ""
2020
  "These are the third party themes. For any issues or queries regarding these "
2021
  "themes please contact theme developers."
2022
  msgstr ""
2023
 
2024
+ #: app/helper/RTMediaThemes.php:128
2025
  msgid ""
2026
  "SweetDate is a unique, clean and modern Premium Wordpress theme. It is "
2027
  "perfect for a dating or community website but can be used as well for any "
2029
  "community system."
2030
  msgstr ""
2031
 
2032
+ #: app/helper/RTMediaThemes.php:129 app/helper/RTMediaThemes.php:138
2033
  #: app/helper/RTMediaSupport.php:331
2034
  msgid "Click"
2035
  msgstr ""
2036
 
2037
+ #: app/helper/RTMediaThemes.php:129 app/helper/RTMediaThemes.php:138
2038
  #: app/helper/RTMediaSupport.php:331
2039
  msgid "here"
2040
  msgstr ""
2041
 
2042
+ #: app/helper/RTMediaThemes.php:129 app/helper/RTMediaThemes.php:138
2043
  msgid "for preview."
2044
  msgstr ""
2045
 
2046
+ #: app/helper/RTMediaThemes.php:137
2047
  msgid ""
2048
  "You no longer need to be a professional developer or designer to create an "
2049
  "awesome website. Let your imagination run wild and create the site of your "
2050
  "dreams. KLEO has all the tools to get you started."
2051
  msgstr ""
2052
 
2053
+ #: app/helper/RTMediaThemes.php:144
2054
  msgid "Are you a developer?"
2055
  msgstr ""
2056
 
2057
+ #: app/helper/RTMediaThemes.php:145
2058
  msgid ""
2059
  "If you have developed a rtMedia compatible theme and would like it to list "
2060
  "here, please email us at"
2061
  msgstr ""
2062
 
2063
+ #: app/helper/RTMediaThemes.php:145
2064
  msgid "product@rtcamp.com"
2065
  msgstr ""
2066
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: WordPress 3.7 + BuddyPress 1.8.1
9
- Stable tag: 3.6.8
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
@@ -133,6 +133,10 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
133
 
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
 
 
 
 
 
136
  = 3.6.8 =
137
  * Fix Regenerate Thumbnail plugin image sizes issue
138
  * Update Spanish language files
@@ -727,8 +731,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
727
 
728
  == Upgrade Notice ==
729
 
730
- = 3.6.8 =
731
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix Regenerate Thumbnail plugin image sizes issue.
732
 
733
  == Sponsors ==
734
 
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: WordPress 3.7 + BuddyPress 1.8.1
9
+ Stable tag: 3.6.9
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
133
 
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
 
136
+ = 3.6.9 =
137
+ * Fix single activity video lightbox issue
138
+ * Update german translations
139
+
140
  = 3.6.8 =
141
  * Fix Regenerate Thumbnail plugin image sizes issue
142
  * Update Spanish language files
731
 
732
  == Upgrade Notice ==
733
 
734
+ = 3.6.9 =
735
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix single activity video lightbox issue, update german translations.
736
 
737
  == Sponsors ==
738