rtMedia for WordPress, BuddyPress and bbPress - Version 3.7.14

Version Description

  • Fix media tab link shown to non members user of a private group
  • Update Dutch, Japanese, French, Portuguese and Danish translations
Download this release

Release Info

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

Code changes from version 3.7.13 to 3.7.14

app/main/controllers/template/RTMediaNav.php CHANGED
@@ -50,7 +50,11 @@ class RTMediaNav {
50
  //filter for rtMedia PRO for PER GROUP MEDIA enable/disable functionality
51
  $media_enabled = apply_filters('rtmedia_media_enabled_for_current_group', $media_enabled);
52
 
53
- if( $media_enabled ){
 
 
 
 
54
  $group_counts = $this->actual_counts ( $bp->groups->current_group->id, "group" );
55
  $bp->bp_options_nav[ bp_get_current_group_slug () ][ 'media' ] = array(
56
  'name' => RTMEDIA_MEDIA_LABEL . '<span>' . $group_counts[ 'total' ][ 'all' ] . '</span>',
50
  //filter for rtMedia PRO for PER GROUP MEDIA enable/disable functionality
51
  $media_enabled = apply_filters('rtmedia_media_enabled_for_current_group', $media_enabled);
52
 
53
+ // check if current user can view this group
54
+ $current_group = groups_get_current_group();
55
+ $is_visible_to_current_user = $current_group->is_visible;
56
+
57
+ if( $media_enabled && $is_visible_to_current_user ){
58
  $group_counts = $this->actual_counts ( $bp->groups->current_group->id, "group" );
59
  $bp->bp_options_nav[ bp_get_current_group_slug () ][ 'media' ] = array(
60
  'name' => RTMEDIA_MEDIA_LABEL . '<span>' . $group_counts[ 'total' ][ 'all' ] . '</span>',
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
- Version: 3.7.13
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
+ Version: 3.7.14
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-da_DA.mo CHANGED
Binary file
languages/rtmedia-fr_FR.mo CHANGED
Binary file
languages/rtmedia-ja_JA.mo CHANGED
Binary file
languages/rtmedia-nl_NL.mo CHANGED
Binary file
languages/rtmedia-pt_BR.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-09-03 16:09+0530\n"
6
- "PO-Revision-Date: 2014-09-03 16:09+0530\n"
7
  "Last-Translator: faishal <faishal.saiyed@rtcamp.com>\n"
8
  "Language-Team: rtCamp <info@rtcamp.com>\n"
9
  "Language: en_IN\n"
@@ -15,52 +15,52 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: app/main/RTMedia.php:294
19
  msgid "Photo"
20
  msgstr ""
21
 
22
- #: app/main/RTMedia.php:295
23
  msgid "Photos"
24
  msgstr ""
25
 
26
- #: app/main/RTMedia.php:303
27
  msgid "Video"
28
  msgstr ""
29
 
30
- #: app/main/RTMedia.php:304
31
  msgid "Videos"
32
  msgstr ""
33
 
34
- #: app/main/RTMedia.php:312 app/main/RTMedia.php:313
35
  msgid "Music"
36
  msgstr ""
37
 
38
- #: app/main/RTMedia.php:400
39
  msgid "<strong>Private</strong> - Visible only to the user"
40
  msgstr ""
41
 
42
- #: app/main/RTMedia.php:401
43
  msgid "<strong>Friends</strong> - Visible to user's friends"
44
  msgstr ""
45
 
46
- #: app/main/RTMedia.php:402
47
  msgid "<strong>Logged in Users</strong> - Visible to registered users"
48
  msgstr ""
49
 
50
- #: app/main/RTMedia.php:403
51
  msgid "<strong>Public</strong> - Visible to the world"
52
  msgstr ""
53
 
54
- #: app/main/RTMedia.php:554 app/importers/BPMediaAlbumimporter.php:91
55
  msgid "Media"
56
  msgstr ""
57
 
58
- #: app/main/RTMedia.php:560 app/main/controllers/template/RTMediaNav.php:151
59
  #: app/main/controllers/template/rt-template-functions.php:82
60
  msgid "All"
61
  msgstr ""
62
 
63
- #: app/main/RTMedia.php:569
64
  #: app/main/controllers/template/rt-template-functions.php:1319
65
  #: app/main/controllers/upload/RTMediaUploadView.php:51
66
  #: app/main/controllers/upload/RTMediaUploadView.php:54
@@ -68,156 +68,156 @@ msgstr ""
68
  msgid "Album"
69
  msgstr ""
70
 
71
- #: app/main/RTMedia.php:572 app/main/controllers/template/RTMediaNav.php:172
72
  #: app/main/controllers/media/RTMediaAlbum.php:53
73
  #: app/main/controllers/media/RTMediaAlbum.php:65
74
  msgid "Albums"
75
  msgstr ""
76
 
77
- #: app/main/RTMedia.php:580
78
  #: app/main/controllers/template/rt-template-functions.php:2063
79
  #: app/main/controllers/template/rt-template-functions.php:2067
80
  msgid "Upload"
81
  msgstr ""
82
 
83
- #: app/main/RTMedia.php:584
84
  msgid "Wall Post"
85
  msgstr ""
86
 
87
- #: app/main/RTMedia.php:775
88
  msgid "Wall Posts"
89
  msgstr ""
90
 
91
- #: app/main/RTMedia.php:815
92
  msgid ": Can't Create Database table. Please check create table permission."
93
  msgstr ""
94
 
95
- #: app/main/RTMedia.php:848
96
  msgid "Loading media"
97
  msgstr ""
98
 
99
- #: app/main/RTMedia.php:849
100
  msgid "Please enter some content to post."
101
  msgstr ""
102
 
103
- #: app/main/RTMedia.php:850
104
  msgid "Empty Comment is not allowed."
105
  msgstr ""
106
 
107
- #: app/main/RTMedia.php:851
108
  msgid "Are you sure you want to delete this media?"
109
  msgstr ""
110
 
111
- #: app/main/RTMedia.php:852
112
  msgid "Are you sure you want to delete this comment?"
113
  msgstr ""
114
 
115
- #: app/main/RTMedia.php:853
116
  msgid "Are you sure you want to delete this Album?"
117
  msgstr ""
118
 
119
- #: app/main/RTMedia.php:854
120
  msgid "Drop files here"
121
  msgstr ""
122
 
123
- #: app/main/RTMedia.php:855
124
  msgid "album created successfully."
125
  msgstr ""
126
 
127
- #: app/main/RTMedia.php:856
128
  msgid "Something went wrong. Please try again."
129
  msgstr ""
130
 
131
- #: app/main/RTMedia.php:857
132
  msgid "Enter an album name."
133
  msgstr ""
134
 
135
- #: app/main/RTMedia.php:858
136
  msgid "Max file Size Limit : "
137
  msgstr ""
138
 
139
- #: app/main/RTMedia.php:859
140
  msgid "Allowed File Formats"
141
  msgstr ""
142
 
143
- #: app/main/RTMedia.php:860 templates/media/album-single-edit.php:58
144
  msgid "Select All Visible"
145
  msgstr ""
146
 
147
- #: app/main/RTMedia.php:861
148
  msgid "Unselect All Visible"
149
  msgstr ""
150
 
151
- #: app/main/RTMedia.php:862
152
  msgid "Please select some media."
153
  msgstr ""
154
 
155
- #: app/main/RTMedia.php:863
156
  msgid "Are you sure you want to delete the selected media?"
157
  msgstr ""
158
 
159
- #: app/main/RTMedia.php:864
160
  msgid "Are you sure you want to move the selected media?"
161
  msgstr ""
162
 
163
- #: app/main/RTMedia.php:865
164
  msgid "Waiting"
165
  msgstr ""
166
 
167
- #: app/main/RTMedia.php:866
168
  msgid "Uploaded"
169
  msgstr ""
170
 
171
- #: app/main/RTMedia.php:867
172
  msgid "Uploading"
173
  msgstr ""
174
 
175
- #: app/main/RTMedia.php:868
176
  msgid "Failed"
177
  msgstr ""
178
 
179
- #: app/main/RTMedia.php:869
180
  msgid "Close"
181
  msgstr ""
182
 
183
- #: app/main/RTMedia.php:870
184
  #: app/main/controllers/template/rt-template-functions.php:668
185
  #: app/main/controllers/template/rt-template-functions.php:689
186
  msgid "Edit"
187
  msgstr ""
188
 
189
- #: app/main/RTMedia.php:871
190
  #: app/main/controllers/template/rt-template-functions.php:1405
191
  #: app/main/controllers/template/rt-template-functions.php:1412
192
  #: templates/media/album-single-edit.php:60
193
  msgid "Delete"
194
  msgstr ""
195
 
196
- #: app/main/RTMedia.php:872 templates/media/media-single-edit.php:13
197
  msgid "Edit Media"
198
  msgstr ""
199
 
200
- #: app/main/RTMedia.php:873
201
  msgid "Remove from queue"
202
  msgstr ""
203
 
204
- #: app/main/RTMedia.php:874
205
  msgid "Add more files"
206
  msgstr ""
207
 
208
- #: app/main/RTMedia.php:875
209
  msgid "File not supported"
210
  msgstr ""
211
 
212
- #: app/main/RTMedia.php:876
213
  msgid "more"
214
  msgstr ""
215
 
216
- #: app/main/RTMedia.php:877
217
  msgid "less"
218
  msgstr ""
219
 
220
- #: app/main/RTMedia.php:878
221
  msgid "This media is uploaded. Are you sure you want to delete this media?"
222
  msgstr ""
223
 
@@ -231,18 +231,18 @@ msgstr ""
231
  msgid "Invalid attribute passed for rtmedia_gallery shortcode."
232
  msgstr ""
233
 
234
- #: app/main/controllers/template/RTMediaTemplate.php:249
235
- #: app/main/controllers/template/RTMediaTemplate.php:311
236
- #: app/main/controllers/template/RTMediaTemplate.php:396
237
- #: app/main/controllers/template/RTMediaTemplate.php:497
238
  msgid "Ooops !!! Invalid access. No nonce was found !!"
239
  msgstr ""
240
 
241
- #: app/main/controllers/template/RTMediaTemplate.php:254
242
  msgid "Media updated Sucessfully"
243
  msgstr ""
244
 
245
- #: app/main/controllers/template/RTMediaTemplate.php:260
246
  msgid "Error in updating Media"
247
  msgstr ""
248
 
@@ -294,7 +294,7 @@ msgid "Delete Media"
294
  msgstr ""
295
 
296
  #: app/main/controllers/template/rt-template-functions.php:1441
297
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:181
298
  #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:104
299
  msgid "You are not allowed to upload/attach media."
300
  msgstr ""
@@ -576,85 +576,76 @@ msgid ""
576
  "a support form."
577
  msgstr ""
578
 
579
- #: app/main/controllers/template/rt-template-functions.php:2293
580
- msgid "Premium & Open-Source"
581
- msgstr ""
582
-
583
  #: app/main/controllers/template/rt-template-functions.php:2294
584
- msgid ""
585
- "Developers get full control over rtMedia-PRO's source. They'll get access to "
586
- msgstr ""
587
-
588
- #: app/main/controllers/template/rt-template-functions.php:2301
589
  msgid "Upgrade to rtMedia PRO Now "
590
  msgstr ""
591
 
592
- #: app/main/controllers/template/rt-template-functions.php:2313
593
  msgid "You can consider rtMedia Team for following :"
594
  msgstr ""
595
 
596
- #: app/main/controllers/template/rt-template-functions.php:2315
597
  msgid "rtMedia Customization ( in Upgrade Safe manner )"
598
  msgstr ""
599
 
600
- #: app/main/controllers/template/rt-template-functions.php:2316
601
  msgid "WordPress/BuddyPress Theme Design and Development"
602
  msgstr ""
603
 
604
- #: app/main/controllers/template/rt-template-functions.php:2317
605
  msgid "WordPress/BuddyPress Plugin Development"
606
  msgstr ""
607
 
608
- #: app/main/controllers/template/rt-template-functions.php:2322
609
  msgid "Contact Us"
610
  msgstr ""
611
 
612
- #: app/main/controllers/template/rt-template-functions.php:2342
613
  msgid "Empowering your community with "
614
  msgstr ""
615
 
616
- #: app/main/controllers/template/rt-template-functions.php:2344
617
  msgid "The only complete media solution for WordPress, BuddyPress and bbPress"
618
  msgstr ""
619
 
620
- #: app/main/controllers/template/rt-template-functions.php:2360
621
  msgid "Close (Esc)"
622
  msgstr ""
623
 
624
- #: app/main/controllers/template/rt-template-functions.php:2376
625
  msgid "Public"
626
  msgstr ""
627
 
628
- #: app/main/controllers/template/rt-template-functions.php:2380
629
  msgid "All members"
630
  msgstr ""
631
 
632
- #: app/main/controllers/template/rt-template-functions.php:2384
633
  msgid "Your friends"
634
  msgstr ""
635
 
636
- #: app/main/controllers/template/rt-template-functions.php:2388
637
  msgid "Only you"
638
  msgstr ""
639
 
640
- #: app/main/controllers/template/rt-template-functions.php:2392
641
  msgid "Blocked Temperorily"
642
  msgstr ""
643
 
644
- #: app/main/controllers/template/rt-template-functions.php:2428
645
  #, php-format
646
  msgid "%s ago "
647
  msgstr ""
648
 
649
- #: app/main/controllers/template/rt-template-functions.php:2440
650
  msgid "1 second"
651
  msgstr ""
652
 
653
- #: app/main/controllers/template/rt-template-functions.php:2443
654
  msgid "1 minute"
655
  msgstr ""
656
 
657
- #: app/main/controllers/template/rt-template-functions.php:2446
658
  msgid "1 hour"
659
  msgstr ""
660
 
@@ -910,7 +901,7 @@ msgstr ""
910
  msgid "Insert from URL"
911
  msgstr ""
912
 
913
- #: app/main/controllers/upload/RTMediaUploadEndpoint.php:98
914
  #, php-format
915
  msgid "%s added %d %s"
916
  msgstr ""
@@ -1000,16 +991,16 @@ msgid ""
1000
  "\t home screen."
1001
  msgstr ""
1002
 
1003
- #: app/main/controllers/privacy/RTMediaPrivacy.php:266
1004
  msgid "Default Privacy"
1005
  msgstr ""
1006
 
1007
- #: app/main/controllers/privacy/RTMediaPrivacy.php:283
1008
- #: app/admin/RTMediaAdmin.php:1229
1009
  msgid "Privacy"
1010
  msgstr ""
1011
 
1012
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:156
1013
  msgid "Media Files"
1014
  msgstr ""
1015
 
@@ -1070,7 +1061,7 @@ msgid "Like"
1070
  msgstr ""
1071
 
1072
  #: app/main/controllers/media/RTMediaLike.php:18
1073
- #: app/admin/RTMediaAdmin.php:416
1074
  msgid "Likes"
1075
  msgstr ""
1076
 
@@ -1078,21 +1069,25 @@ msgstr ""
1078
  msgid "Unlike"
1079
  msgstr ""
1080
 
1081
- #: app/main/controllers/media/RTMediaMedia.php:401
1082
  msgid "Error creating attachment for the media file, please try again"
1083
  msgstr ""
1084
 
1085
- #: app/main/controllers/media/RTMediaMedia.php:502
1086
  #, php-format
1087
  msgid "%s added a %s"
1088
  msgstr ""
1089
 
 
 
 
 
1090
  #: app/importers/RTMediaMediaSizeImporter.php:25
1091
  msgid "Media Size Import"
1092
  msgstr ""
1093
 
1094
  #: app/importers/RTMediaMediaSizeImporter.php:66
1095
- #: app/importers/RTMediaMigration.php:60 app/admin/RTMediaAdmin.php:1652
1096
  msgid "Hide"
1097
  msgstr ""
1098
 
@@ -1576,171 +1571,176 @@ msgid ""
1576
  "^above^ settings."
1577
  msgstr ""
1578
 
1579
- #: app/admin/RTMediaAdmin.php:227 app/admin/RTMediaAdmin.php:247
1580
  msgid "rtMedia:"
1581
  msgstr ""
1582
 
1583
- #: app/admin/RTMediaAdmin.php:227
1584
  msgid " You must "
1585
  msgstr ""
1586
 
1587
- #: app/admin/RTMediaAdmin.php:227
1588
  msgid "update permalink structure"
1589
  msgstr ""
1590
 
1591
- #: app/admin/RTMediaAdmin.php:227
1592
  msgid " to something other than the default for it to work."
1593
  msgstr ""
1594
 
1595
- #: app/admin/RTMediaAdmin.php:247
1596
  msgid ""
1597
  "Please update all premium add-ons that you had purchased from rtCamp from "
1598
  "your "
1599
  msgstr ""
1600
 
1601
- #: app/admin/RTMediaAdmin.php:247
1602
  msgid "account"
1603
  msgstr ""
1604
 
1605
- #: app/admin/RTMediaAdmin.php:341
1606
  msgid "rtMedia Pro is released"
1607
  msgstr ""
1608
 
1609
- #: app/admin/RTMediaAdmin.php:360
1610
  msgid "Media Stats"
1611
  msgstr ""
1612
 
1613
- #: app/admin/RTMediaAdmin.php:384
1614
  msgid "Usage Stats"
1615
  msgstr ""
1616
 
1617
- #: app/admin/RTMediaAdmin.php:392
1618
  msgid "Total "
1619
  msgstr ""
1620
 
1621
- #: app/admin/RTMediaAdmin.php:400
1622
  msgid "With Media"
1623
  msgstr ""
1624
 
1625
- #: app/admin/RTMediaAdmin.php:408
1626
  msgid "Comments "
1627
  msgstr ""
1628
 
1629
- #: app/admin/RTMediaAdmin.php:424
1630
  msgid "Homepage"
1631
  msgstr ""
1632
 
1633
- #: app/admin/RTMediaAdmin.php:425
1634
  msgid "Free Support"
1635
  msgstr ""
1636
 
1637
- #: app/admin/RTMediaAdmin.php:426
1638
  msgid "Premium Addons"
1639
  msgstr ""
1640
 
1641
- #: app/admin/RTMediaAdmin.php:441
1642
  msgid "Right Now in rtMedia"
1643
  msgstr ""
1644
 
1645
- #: app/admin/RTMediaAdmin.php:491 app/admin/RTMediaAdmin.php:637
1646
  msgid "Regenerate Thumbnail"
1647
  msgstr ""
1648
 
1649
- #: app/admin/RTMediaAdmin.php:525 app/admin/RTMediaAdmin.php:1095
1650
  msgid "rtMedia"
1651
  msgstr ""
1652
 
1653
- #: app/admin/RTMediaAdmin.php:529 app/admin/RTMediaAdmin.php:530
1654
- #: app/admin/RTMediaAdmin.php:624 app/admin/RTMediaAdmin.php:1121
1655
  msgid "Settings"
1656
  msgstr ""
1657
 
1658
- #: app/admin/RTMediaAdmin.php:534 app/admin/RTMediaAdmin.php:535
1659
- #: app/admin/RTMediaAdmin.php:625 app/admin/RTMediaAdmin.php:1123
1660
  msgid "Addons"
1661
  msgstr ""
1662
 
1663
- #: app/admin/RTMediaAdmin.php:539 app/admin/RTMediaAdmin.php:540
1664
- #: app/admin/RTMediaAdmin.php:626 app/admin/RTMediaAdmin.php:1129
1665
  #: app/helper/RTMediaSettings.php:173
1666
  msgid "Support"
1667
  msgstr ""
1668
 
1669
- #: app/admin/RTMediaAdmin.php:544 app/admin/RTMediaAdmin.php:545
1670
- #: app/admin/RTMediaAdmin.php:627 app/admin/RTMediaAdmin.php:1125
1671
  msgid "Themes"
1672
  msgstr ""
1673
 
1674
- #: app/admin/RTMediaAdmin.php:549 app/admin/RTMediaAdmin.php:550
1675
- #: app/admin/RTMediaAdmin.php:628 app/admin/RTMediaAdmin.php:1127
1676
  msgid "Hire Us"
1677
  msgstr ""
1678
 
1679
- #: app/admin/RTMediaAdmin.php:577
 
 
 
 
 
1680
  msgid "ON"
1681
  msgstr ""
1682
 
1683
- #: app/admin/RTMediaAdmin.php:578
1684
  msgid "OFF"
1685
  msgstr ""
1686
 
1687
- #: app/admin/RTMediaAdmin.php:590
1688
  msgid "Please do not refresh this page."
1689
  msgstr ""
1690
 
1691
- #: app/admin/RTMediaAdmin.php:590
1692
  msgid ""
1693
  "Something went wronng. Please <a href onclick=\"location.reload();"
1694
  "\">refresh</a> page."
1695
  msgstr ""
1696
 
1697
- #: app/admin/RTMediaAdmin.php:590
1698
  msgid "This will subscribe you to the free plan."
1699
  msgstr ""
1700
 
1701
- #: app/admin/RTMediaAdmin.php:590
1702
  msgid ""
1703
  "Are you sure you want to disable the encoding service? Make sure you note "
1704
  "your api key before disabling it incase you want to activate it in future."
1705
  msgstr ""
1706
 
1707
- #: app/admin/RTMediaAdmin.php:631
1708
  msgid "Premium"
1709
  msgstr ""
1710
 
1711
- #: app/admin/RTMediaAdmin.php:631
1712
  msgid "Premium "
1713
  msgstr ""
1714
 
1715
- #: app/admin/RTMediaAdmin.php:637
1716
  msgid "Regen. Thumbnail "
1717
  msgstr ""
1718
 
1719
- #: app/admin/RTMediaAdmin.php:658
1720
  msgid "Regenerate Video Thumbnails"
1721
  msgstr ""
1722
 
1723
- #: app/admin/RTMediaAdmin.php:679
1724
  msgid "Regenerate Pending Thumbnails"
1725
  msgstr ""
1726
 
1727
- #: app/admin/RTMediaAdmin.php:687
1728
  msgid "Total Videos"
1729
  msgstr ""
1730
 
1731
- #: app/admin/RTMediaAdmin.php:689
1732
  msgid "Sent of regenerate thumbails"
1733
  msgstr ""
1734
 
1735
- #: app/admin/RTMediaAdmin.php:691
1736
  msgid "Fail to regenerate thumbails"
1737
  msgstr ""
1738
 
1739
- #: app/admin/RTMediaAdmin.php:730
1740
  msgid "Regenerate Video Thumbnails Done"
1741
  msgstr ""
1742
 
1743
- #: app/admin/RTMediaAdmin.php:772
1744
  #, php-format
1745
  msgid ""
1746
  "You have total %s videos without thumbnails. Click <a href='%s'> here </a> "
@@ -1748,120 +1748,120 @@ msgid ""
1748
  "onclick='rtmedia_hide_video_thumb_notice()' style='float:right'>Hide</a>"
1749
  msgstr ""
1750
 
1751
- #: app/admin/RTMediaAdmin.php:845
1752
  msgid "not a video ..."
1753
  msgstr ""
1754
 
1755
- #: app/admin/RTMediaAdmin.php:998
1756
  msgid "Empowering The Web With WordPress"
1757
  msgstr ""
1758
 
1759
- #: app/admin/RTMediaAdmin.php:1032
1760
  msgid "Save Settings"
1761
  msgstr ""
1762
 
1763
- #: app/admin/RTMediaAdmin.php:1210
1764
  msgid "Display"
1765
  msgstr ""
1766
 
1767
- #: app/admin/RTMediaAdmin.php:1216
1768
  msgid "rtMedia BuddyPress"
1769
  msgstr ""
1770
 
1771
- #: app/admin/RTMediaAdmin.php:1216
1772
  msgid "BuddyPress"
1773
  msgstr ""
1774
 
1775
- #: app/admin/RTMediaAdmin.php:1221
1776
  msgid "rtMedia Types"
1777
  msgstr ""
1778
 
1779
- #: app/admin/RTMediaAdmin.php:1221
1780
  msgid "Types"
1781
  msgstr ""
1782
 
1783
- #: app/admin/RTMediaAdmin.php:1225
1784
  msgid "rtMedia Sizes"
1785
  msgstr ""
1786
 
1787
- #: app/admin/RTMediaAdmin.php:1225
1788
  msgid "Image Sizes"
1789
  msgstr ""
1790
 
1791
- #: app/admin/RTMediaAdmin.php:1229
1792
  msgid "rtMedia Privacy"
1793
  msgstr ""
1794
 
1795
- #: app/admin/RTMediaAdmin.php:1232
1796
  msgid "rtMedia Custom CSS"
1797
  msgstr ""
1798
 
1799
- #: app/admin/RTMediaAdmin.php:1232
1800
  msgid "Custom CSS"
1801
  msgstr ""
1802
 
1803
- #: app/admin/RTMediaAdmin.php:1238
1804
  msgid "Other Settings"
1805
  msgstr ""
1806
 
1807
- #: app/admin/RTMediaAdmin.php:1330
1808
  #, php-format
1809
  msgid "I use @buddypressmedia http://rt.cx/rtmedia on %s"
1810
  msgstr ""
1811
 
1812
- #: app/admin/RTMediaAdmin.php:1334
1813
  msgid "Post to Twitter Now"
1814
  msgstr ""
1815
 
1816
- #: app/admin/RTMediaAdmin.php:1334
1817
  msgid "Post to Twitter"
1818
  msgstr ""
1819
 
1820
- #: app/admin/RTMediaAdmin.php:1335
1821
  msgid "Share on Facebook Now"
1822
  msgstr ""
1823
 
1824
- #: app/admin/RTMediaAdmin.php:1335
1825
  msgid "Share on Facebook"
1826
  msgstr ""
1827
 
1828
- #: app/admin/RTMediaAdmin.php:1336
1829
  msgid "Rate rtMedia on Wordpress.org"
1830
  msgstr ""
1831
 
1832
- #: app/admin/RTMediaAdmin.php:1336
1833
  msgid "Rate on Wordpress.org"
1834
  msgstr ""
1835
 
1836
- #: app/admin/RTMediaAdmin.php:1337
1837
  msgid "Subscribe to our feeds"
1838
  msgstr ""
1839
 
1840
- #: app/admin/RTMediaAdmin.php:1337
1841
  msgid "Subscribe to our Feeds"
1842
  msgstr ""
1843
 
1844
- #: app/admin/RTMediaAdmin.php:1338
1845
  msgid "Add link to footer"
1846
  msgstr ""
1847
 
1848
- #: app/admin/RTMediaAdmin.php:1344
1849
  msgid "Spread the Word"
1850
  msgstr ""
1851
 
1852
- #: app/admin/RTMediaAdmin.php:1376 app/admin/RTMediaAdmin.php:1379
1853
  msgid "Subscribe"
1854
  msgstr ""
1855
 
1856
- #: app/admin/RTMediaAdmin.php:1401
1857
  msgid "Thank you for your time."
1858
  msgstr ""
1859
 
1860
- #: app/admin/RTMediaAdmin.php:1413
1861
  msgid "Premium Add-ons"
1862
  msgstr ""
1863
 
1864
- #: app/admin/RTMediaAdmin.php:1429
1865
  #, php-format
1866
  msgid ""
1867
  "You have images enabled on rtMedia but your network allowed filetypes does "
@@ -1869,17 +1869,17 @@ msgid ""
1869
  "settings manually."
1870
  msgstr ""
1871
 
1872
- #: app/admin/RTMediaAdmin.php:1430 app/admin/RTMediaAdmin.php:1441
1873
- #: app/admin/RTMediaAdmin.php:1450
1874
  msgid "Recommended"
1875
  msgstr ""
1876
 
1877
- #: app/admin/RTMediaAdmin.php:1430 app/admin/RTMediaAdmin.php:1441
1878
- #: app/admin/RTMediaAdmin.php:1450
1879
  msgid "Update Network Settings Automatically"
1880
  msgstr ""
1881
 
1882
- #: app/admin/RTMediaAdmin.php:1440
1883
  #, php-format
1884
  msgid ""
1885
  "You have video enabled on BuddyPress Media but your network allowed "
@@ -1887,7 +1887,7 @@ msgid ""
1887
  "change your settings manually."
1888
  msgstr ""
1889
 
1890
- #: app/admin/RTMediaAdmin.php:1449
1891
  #, php-format
1892
  msgid ""
1893
  "You have audio enabled on BuddyPress Media but your network allowed "
@@ -1895,19 +1895,19 @@ msgid ""
1895
  "change your settings manually."
1896
  msgstr ""
1897
 
1898
- #: app/admin/RTMediaAdmin.php:1464
1899
  msgid "Network settings updated successfully."
1900
  msgstr ""
1901
 
1902
- #: app/admin/RTMediaAdmin.php:1571
1903
  msgid "Video is sent to generate thumbnails."
1904
  msgstr ""
1905
 
1906
- #: app/admin/RTMediaAdmin.php:1573
1907
  msgid "Video can't be sent to generate thumbnails."
1908
  msgstr ""
1909
 
1910
- #: app/admin/RTMediaAdmin.php:1652
1911
  msgid ""
1912
  "Please update rtMedia template files if you have overridden the default "
1913
  "rtMedia templates in your theme. If not, you can ignore and hide this notice."
2
  msgstr ""
3
  "Project-Id-Version: BuddyPress Media\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-10-20 15:39+0530\n"
6
+ "PO-Revision-Date: 2014-10-20 15:39+0530\n"
7
  "Last-Translator: faishal <faishal.saiyed@rtcamp.com>\n"
8
  "Language-Team: rtCamp <info@rtcamp.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: app/main/RTMedia.php:288
19
  msgid "Photo"
20
  msgstr ""
21
 
22
+ #: app/main/RTMedia.php:289
23
  msgid "Photos"
24
  msgstr ""
25
 
26
+ #: app/main/RTMedia.php:297
27
  msgid "Video"
28
  msgstr ""
29
 
30
+ #: app/main/RTMedia.php:298
31
  msgid "Videos"
32
  msgstr ""
33
 
34
+ #: app/main/RTMedia.php:306 app/main/RTMedia.php:307
35
  msgid "Music"
36
  msgstr ""
37
 
38
+ #: app/main/RTMedia.php:394
39
  msgid "<strong>Private</strong> - Visible only to the user"
40
  msgstr ""
41
 
42
+ #: app/main/RTMedia.php:395
43
  msgid "<strong>Friends</strong> - Visible to user's friends"
44
  msgstr ""
45
 
46
+ #: app/main/RTMedia.php:396
47
  msgid "<strong>Logged in Users</strong> - Visible to registered users"
48
  msgstr ""
49
 
50
+ #: app/main/RTMedia.php:397
51
  msgid "<strong>Public</strong> - Visible to the world"
52
  msgstr ""
53
 
54
+ #: app/main/RTMedia.php:548 app/importers/BPMediaAlbumimporter.php:91
55
  msgid "Media"
56
  msgstr ""
57
 
58
+ #: app/main/RTMedia.php:554 app/main/controllers/template/RTMediaNav.php:155
59
  #: app/main/controllers/template/rt-template-functions.php:82
60
  msgid "All"
61
  msgstr ""
62
 
63
+ #: app/main/RTMedia.php:563
64
  #: app/main/controllers/template/rt-template-functions.php:1319
65
  #: app/main/controllers/upload/RTMediaUploadView.php:51
66
  #: app/main/controllers/upload/RTMediaUploadView.php:54
68
  msgid "Album"
69
  msgstr ""
70
 
71
+ #: app/main/RTMedia.php:566 app/main/controllers/template/RTMediaNav.php:176
72
  #: app/main/controllers/media/RTMediaAlbum.php:53
73
  #: app/main/controllers/media/RTMediaAlbum.php:65
74
  msgid "Albums"
75
  msgstr ""
76
 
77
+ #: app/main/RTMedia.php:574
78
  #: app/main/controllers/template/rt-template-functions.php:2063
79
  #: app/main/controllers/template/rt-template-functions.php:2067
80
  msgid "Upload"
81
  msgstr ""
82
 
83
+ #: app/main/RTMedia.php:578
84
  msgid "Wall Post"
85
  msgstr ""
86
 
87
+ #: app/main/RTMedia.php:780
88
  msgid "Wall Posts"
89
  msgstr ""
90
 
91
+ #: app/main/RTMedia.php:820
92
  msgid ": Can't Create Database table. Please check create table permission."
93
  msgstr ""
94
 
95
+ #: app/main/RTMedia.php:853
96
  msgid "Loading media"
97
  msgstr ""
98
 
99
+ #: app/main/RTMedia.php:854
100
  msgid "Please enter some content to post."
101
  msgstr ""
102
 
103
+ #: app/main/RTMedia.php:855
104
  msgid "Empty Comment is not allowed."
105
  msgstr ""
106
 
107
+ #: app/main/RTMedia.php:856
108
  msgid "Are you sure you want to delete this media?"
109
  msgstr ""
110
 
111
+ #: app/main/RTMedia.php:857
112
  msgid "Are you sure you want to delete this comment?"
113
  msgstr ""
114
 
115
+ #: app/main/RTMedia.php:858
116
  msgid "Are you sure you want to delete this Album?"
117
  msgstr ""
118
 
119
+ #: app/main/RTMedia.php:859
120
  msgid "Drop files here"
121
  msgstr ""
122
 
123
+ #: app/main/RTMedia.php:860
124
  msgid "album created successfully."
125
  msgstr ""
126
 
127
+ #: app/main/RTMedia.php:861
128
  msgid "Something went wrong. Please try again."
129
  msgstr ""
130
 
131
+ #: app/main/RTMedia.php:862
132
  msgid "Enter an album name."
133
  msgstr ""
134
 
135
+ #: app/main/RTMedia.php:863
136
  msgid "Max file Size Limit : "
137
  msgstr ""
138
 
139
+ #: app/main/RTMedia.php:864
140
  msgid "Allowed File Formats"
141
  msgstr ""
142
 
143
+ #: app/main/RTMedia.php:865 templates/media/album-single-edit.php:58
144
  msgid "Select All Visible"
145
  msgstr ""
146
 
147
+ #: app/main/RTMedia.php:866
148
  msgid "Unselect All Visible"
149
  msgstr ""
150
 
151
+ #: app/main/RTMedia.php:867
152
  msgid "Please select some media."
153
  msgstr ""
154
 
155
+ #: app/main/RTMedia.php:868
156
  msgid "Are you sure you want to delete the selected media?"
157
  msgstr ""
158
 
159
+ #: app/main/RTMedia.php:869
160
  msgid "Are you sure you want to move the selected media?"
161
  msgstr ""
162
 
163
+ #: app/main/RTMedia.php:870
164
  msgid "Waiting"
165
  msgstr ""
166
 
167
+ #: app/main/RTMedia.php:871
168
  msgid "Uploaded"
169
  msgstr ""
170
 
171
+ #: app/main/RTMedia.php:872
172
  msgid "Uploading"
173
  msgstr ""
174
 
175
+ #: app/main/RTMedia.php:873
176
  msgid "Failed"
177
  msgstr ""
178
 
179
+ #: app/main/RTMedia.php:874
180
  msgid "Close"
181
  msgstr ""
182
 
183
+ #: app/main/RTMedia.php:875
184
  #: app/main/controllers/template/rt-template-functions.php:668
185
  #: app/main/controllers/template/rt-template-functions.php:689
186
  msgid "Edit"
187
  msgstr ""
188
 
189
+ #: app/main/RTMedia.php:876
190
  #: app/main/controllers/template/rt-template-functions.php:1405
191
  #: app/main/controllers/template/rt-template-functions.php:1412
192
  #: templates/media/album-single-edit.php:60
193
  msgid "Delete"
194
  msgstr ""
195
 
196
+ #: app/main/RTMedia.php:877 templates/media/media-single-edit.php:13
197
  msgid "Edit Media"
198
  msgstr ""
199
 
200
+ #: app/main/RTMedia.php:878
201
  msgid "Remove from queue"
202
  msgstr ""
203
 
204
+ #: app/main/RTMedia.php:879
205
  msgid "Add more files"
206
  msgstr ""
207
 
208
+ #: app/main/RTMedia.php:880
209
  msgid "File not supported"
210
  msgstr ""
211
 
212
+ #: app/main/RTMedia.php:881
213
  msgid "more"
214
  msgstr ""
215
 
216
+ #: app/main/RTMedia.php:882
217
  msgid "less"
218
  msgstr ""
219
 
220
+ #: app/main/RTMedia.php:883
221
  msgid "This media is uploaded. Are you sure you want to delete this media?"
222
  msgstr ""
223
 
231
  msgid "Invalid attribute passed for rtmedia_gallery shortcode."
232
  msgstr ""
233
 
234
+ #: app/main/controllers/template/RTMediaTemplate.php:250
235
+ #: app/main/controllers/template/RTMediaTemplate.php:313
236
+ #: app/main/controllers/template/RTMediaTemplate.php:398
237
+ #: app/main/controllers/template/RTMediaTemplate.php:499
238
  msgid "Ooops !!! Invalid access. No nonce was found !!"
239
  msgstr ""
240
 
241
+ #: app/main/controllers/template/RTMediaTemplate.php:256
242
  msgid "Media updated Sucessfully"
243
  msgstr ""
244
 
245
+ #: app/main/controllers/template/RTMediaTemplate.php:262
246
  msgid "Error in updating Media"
247
  msgstr ""
248
 
294
  msgstr ""
295
 
296
  #: app/main/controllers/template/rt-template-functions.php:1441
297
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:188
298
  #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:104
299
  msgid "You are not allowed to upload/attach media."
300
  msgstr ""
576
  "a support form."
577
  msgstr ""
578
 
 
 
 
 
579
  #: app/main/controllers/template/rt-template-functions.php:2294
 
 
 
 
 
580
  msgid "Upgrade to rtMedia PRO Now "
581
  msgstr ""
582
 
583
+ #: app/main/controllers/template/rt-template-functions.php:2306
584
  msgid "You can consider rtMedia Team for following :"
585
  msgstr ""
586
 
587
+ #: app/main/controllers/template/rt-template-functions.php:2308
588
  msgid "rtMedia Customization ( in Upgrade Safe manner )"
589
  msgstr ""
590
 
591
+ #: app/main/controllers/template/rt-template-functions.php:2309
592
  msgid "WordPress/BuddyPress Theme Design and Development"
593
  msgstr ""
594
 
595
+ #: app/main/controllers/template/rt-template-functions.php:2310
596
  msgid "WordPress/BuddyPress Plugin Development"
597
  msgstr ""
598
 
599
+ #: app/main/controllers/template/rt-template-functions.php:2315
600
  msgid "Contact Us"
601
  msgstr ""
602
 
603
+ #: app/main/controllers/template/rt-template-functions.php:2335
604
  msgid "Empowering your community with "
605
  msgstr ""
606
 
607
+ #: app/main/controllers/template/rt-template-functions.php:2337
608
  msgid "The only complete media solution for WordPress, BuddyPress and bbPress"
609
  msgstr ""
610
 
611
+ #: app/main/controllers/template/rt-template-functions.php:2353
612
  msgid "Close (Esc)"
613
  msgstr ""
614
 
615
+ #: app/main/controllers/template/rt-template-functions.php:2369
616
  msgid "Public"
617
  msgstr ""
618
 
619
+ #: app/main/controllers/template/rt-template-functions.php:2373
620
  msgid "All members"
621
  msgstr ""
622
 
623
+ #: app/main/controllers/template/rt-template-functions.php:2377
624
  msgid "Your friends"
625
  msgstr ""
626
 
627
+ #: app/main/controllers/template/rt-template-functions.php:2381
628
  msgid "Only you"
629
  msgstr ""
630
 
631
+ #: app/main/controllers/template/rt-template-functions.php:2385
632
  msgid "Blocked Temperorily"
633
  msgstr ""
634
 
635
+ #: app/main/controllers/template/rt-template-functions.php:2421
636
  #, php-format
637
  msgid "%s ago "
638
  msgstr ""
639
 
640
+ #: app/main/controllers/template/rt-template-functions.php:2433
641
  msgid "1 second"
642
  msgstr ""
643
 
644
+ #: app/main/controllers/template/rt-template-functions.php:2436
645
  msgid "1 minute"
646
  msgstr ""
647
 
648
+ #: app/main/controllers/template/rt-template-functions.php:2439
649
  msgid "1 hour"
650
  msgstr ""
651
 
901
  msgid "Insert from URL"
902
  msgstr ""
903
 
904
+ #: app/main/controllers/upload/RTMediaUploadEndpoint.php:99
905
  #, php-format
906
  msgid "%s added %d %s"
907
  msgstr ""
991
  "\t home screen."
992
  msgstr ""
993
 
994
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:272
995
  msgid "Default Privacy"
996
  msgstr ""
997
 
998
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:289
999
+ #: app/admin/RTMediaAdmin.php:1238
1000
  msgid "Privacy"
1001
  msgstr ""
1002
 
1003
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:163
1004
  msgid "Media Files"
1005
  msgstr ""
1006
 
1061
  msgstr ""
1062
 
1063
  #: app/main/controllers/media/RTMediaLike.php:18
1064
+ #: app/admin/RTMediaAdmin.php:423
1065
  msgid "Likes"
1066
  msgstr ""
1067
 
1069
  msgid "Unlike"
1070
  msgstr ""
1071
 
1072
+ #: app/main/controllers/media/RTMediaMedia.php:420
1073
  msgid "Error creating attachment for the media file, please try again"
1074
  msgstr ""
1075
 
1076
+ #: app/main/controllers/media/RTMediaMedia.php:521
1077
  #, php-format
1078
  msgid "%s added a %s"
1079
  msgstr ""
1080
 
1081
+ #: app/importers/RTMediaActivityUpgrade.php:20
1082
+ msgid "Media activity upgrade"
1083
+ msgstr ""
1084
+
1085
  #: app/importers/RTMediaMediaSizeImporter.php:25
1086
  msgid "Media Size Import"
1087
  msgstr ""
1088
 
1089
  #: app/importers/RTMediaMediaSizeImporter.php:66
1090
+ #: app/importers/RTMediaMigration.php:60 app/admin/RTMediaAdmin.php:1661
1091
  msgid "Hide"
1092
  msgstr ""
1093
 
1571
  "^above^ settings."
1572
  msgstr ""
1573
 
1574
+ #: app/admin/RTMediaAdmin.php:234 app/admin/RTMediaAdmin.php:254
1575
  msgid "rtMedia:"
1576
  msgstr ""
1577
 
1578
+ #: app/admin/RTMediaAdmin.php:234
1579
  msgid " You must "
1580
  msgstr ""
1581
 
1582
+ #: app/admin/RTMediaAdmin.php:234
1583
  msgid "update permalink structure"
1584
  msgstr ""
1585
 
1586
+ #: app/admin/RTMediaAdmin.php:234
1587
  msgid " to something other than the default for it to work."
1588
  msgstr ""
1589
 
1590
+ #: app/admin/RTMediaAdmin.php:254
1591
  msgid ""
1592
  "Please update all premium add-ons that you had purchased from rtCamp from "
1593
  "your "
1594
  msgstr ""
1595
 
1596
+ #: app/admin/RTMediaAdmin.php:254
1597
  msgid "account"
1598
  msgstr ""
1599
 
1600
+ #: app/admin/RTMediaAdmin.php:348
1601
  msgid "rtMedia Pro is released"
1602
  msgstr ""
1603
 
1604
+ #: app/admin/RTMediaAdmin.php:367
1605
  msgid "Media Stats"
1606
  msgstr ""
1607
 
1608
+ #: app/admin/RTMediaAdmin.php:391
1609
  msgid "Usage Stats"
1610
  msgstr ""
1611
 
1612
+ #: app/admin/RTMediaAdmin.php:399
1613
  msgid "Total "
1614
  msgstr ""
1615
 
1616
+ #: app/admin/RTMediaAdmin.php:407
1617
  msgid "With Media"
1618
  msgstr ""
1619
 
1620
+ #: app/admin/RTMediaAdmin.php:415
1621
  msgid "Comments "
1622
  msgstr ""
1623
 
1624
+ #: app/admin/RTMediaAdmin.php:431
1625
  msgid "Homepage"
1626
  msgstr ""
1627
 
1628
+ #: app/admin/RTMediaAdmin.php:432
1629
  msgid "Free Support"
1630
  msgstr ""
1631
 
1632
+ #: app/admin/RTMediaAdmin.php:433
1633
  msgid "Premium Addons"
1634
  msgstr ""
1635
 
1636
+ #: app/admin/RTMediaAdmin.php:448
1637
  msgid "Right Now in rtMedia"
1638
  msgstr ""
1639
 
1640
+ #: app/admin/RTMediaAdmin.php:498 app/admin/RTMediaAdmin.php:650
1641
  msgid "Regenerate Thumbnail"
1642
  msgstr ""
1643
 
1644
+ #: app/admin/RTMediaAdmin.php:532 app/admin/RTMediaAdmin.php:1107
1645
  msgid "rtMedia"
1646
  msgstr ""
1647
 
1648
+ #: app/admin/RTMediaAdmin.php:536 app/admin/RTMediaAdmin.php:537
1649
+ #: app/admin/RTMediaAdmin.php:636 app/admin/RTMediaAdmin.php:1133
1650
  msgid "Settings"
1651
  msgstr ""
1652
 
1653
+ #: app/admin/RTMediaAdmin.php:541 app/admin/RTMediaAdmin.php:542
1654
+ #: app/admin/RTMediaAdmin.php:637 app/admin/RTMediaAdmin.php:1135
1655
  msgid "Addons"
1656
  msgstr ""
1657
 
1658
+ #: app/admin/RTMediaAdmin.php:546 app/admin/RTMediaAdmin.php:547
1659
+ #: app/admin/RTMediaAdmin.php:638 app/admin/RTMediaAdmin.php:1141
1660
  #: app/helper/RTMediaSettings.php:173
1661
  msgid "Support"
1662
  msgstr ""
1663
 
1664
+ #: app/admin/RTMediaAdmin.php:551 app/admin/RTMediaAdmin.php:552
1665
+ #: app/admin/RTMediaAdmin.php:639 app/admin/RTMediaAdmin.php:1137
1666
  msgid "Themes"
1667
  msgstr ""
1668
 
1669
+ #: app/admin/RTMediaAdmin.php:556 app/admin/RTMediaAdmin.php:557
1670
+ #: app/admin/RTMediaAdmin.php:640 app/admin/RTMediaAdmin.php:1139
1671
  msgid "Hire Us"
1672
  msgstr ""
1673
 
1674
+ #: app/admin/RTMediaAdmin.php:561 app/admin/RTMediaAdmin.php:562
1675
+ #: app/admin/RTMediaAdmin.php:641 app/admin/RTMediaAdmin.php:1143
1676
+ msgid "Licenses"
1677
+ msgstr ""
1678
+
1679
+ #: app/admin/RTMediaAdmin.php:589
1680
  msgid "ON"
1681
  msgstr ""
1682
 
1683
+ #: app/admin/RTMediaAdmin.php:590
1684
  msgid "OFF"
1685
  msgstr ""
1686
 
1687
+ #: app/admin/RTMediaAdmin.php:602
1688
  msgid "Please do not refresh this page."
1689
  msgstr ""
1690
 
1691
+ #: app/admin/RTMediaAdmin.php:602
1692
  msgid ""
1693
  "Something went wronng. Please <a href onclick=\"location.reload();"
1694
  "\">refresh</a> page."
1695
  msgstr ""
1696
 
1697
+ #: app/admin/RTMediaAdmin.php:602
1698
  msgid "This will subscribe you to the free plan."
1699
  msgstr ""
1700
 
1701
+ #: app/admin/RTMediaAdmin.php:602
1702
  msgid ""
1703
  "Are you sure you want to disable the encoding service? Make sure you note "
1704
  "your api key before disabling it incase you want to activate it in future."
1705
  msgstr ""
1706
 
1707
+ #: app/admin/RTMediaAdmin.php:644
1708
  msgid "Premium"
1709
  msgstr ""
1710
 
1711
+ #: app/admin/RTMediaAdmin.php:644
1712
  msgid "Premium "
1713
  msgstr ""
1714
 
1715
+ #: app/admin/RTMediaAdmin.php:650
1716
  msgid "Regen. Thumbnail "
1717
  msgstr ""
1718
 
1719
+ #: app/admin/RTMediaAdmin.php:671
1720
  msgid "Regenerate Video Thumbnails"
1721
  msgstr ""
1722
 
1723
+ #: app/admin/RTMediaAdmin.php:692
1724
  msgid "Regenerate Pending Thumbnails"
1725
  msgstr ""
1726
 
1727
+ #: app/admin/RTMediaAdmin.php:700
1728
  msgid "Total Videos"
1729
  msgstr ""
1730
 
1731
+ #: app/admin/RTMediaAdmin.php:702
1732
  msgid "Sent of regenerate thumbails"
1733
  msgstr ""
1734
 
1735
+ #: app/admin/RTMediaAdmin.php:704
1736
  msgid "Fail to regenerate thumbails"
1737
  msgstr ""
1738
 
1739
+ #: app/admin/RTMediaAdmin.php:743
1740
  msgid "Regenerate Video Thumbnails Done"
1741
  msgstr ""
1742
 
1743
+ #: app/admin/RTMediaAdmin.php:785
1744
  #, php-format
1745
  msgid ""
1746
  "You have total %s videos without thumbnails. Click <a href='%s'> here </a> "
1748
  "onclick='rtmedia_hide_video_thumb_notice()' style='float:right'>Hide</a>"
1749
  msgstr ""
1750
 
1751
+ #: app/admin/RTMediaAdmin.php:858
1752
  msgid "not a video ..."
1753
  msgstr ""
1754
 
1755
+ #: app/admin/RTMediaAdmin.php:1015
1756
  msgid "Empowering The Web With WordPress"
1757
  msgstr ""
1758
 
1759
+ #: app/admin/RTMediaAdmin.php:1049
1760
  msgid "Save Settings"
1761
  msgstr ""
1762
 
1763
+ #: app/admin/RTMediaAdmin.php:1219
1764
  msgid "Display"
1765
  msgstr ""
1766
 
1767
+ #: app/admin/RTMediaAdmin.php:1225
1768
  msgid "rtMedia BuddyPress"
1769
  msgstr ""
1770
 
1771
+ #: app/admin/RTMediaAdmin.php:1225
1772
  msgid "BuddyPress"
1773
  msgstr ""
1774
 
1775
+ #: app/admin/RTMediaAdmin.php:1230
1776
  msgid "rtMedia Types"
1777
  msgstr ""
1778
 
1779
+ #: app/admin/RTMediaAdmin.php:1230
1780
  msgid "Types"
1781
  msgstr ""
1782
 
1783
+ #: app/admin/RTMediaAdmin.php:1234
1784
  msgid "rtMedia Sizes"
1785
  msgstr ""
1786
 
1787
+ #: app/admin/RTMediaAdmin.php:1234
1788
  msgid "Image Sizes"
1789
  msgstr ""
1790
 
1791
+ #: app/admin/RTMediaAdmin.php:1238
1792
  msgid "rtMedia Privacy"
1793
  msgstr ""
1794
 
1795
+ #: app/admin/RTMediaAdmin.php:1241
1796
  msgid "rtMedia Custom CSS"
1797
  msgstr ""
1798
 
1799
+ #: app/admin/RTMediaAdmin.php:1241
1800
  msgid "Custom CSS"
1801
  msgstr ""
1802
 
1803
+ #: app/admin/RTMediaAdmin.php:1247
1804
  msgid "Other Settings"
1805
  msgstr ""
1806
 
1807
+ #: app/admin/RTMediaAdmin.php:1339
1808
  #, php-format
1809
  msgid "I use @buddypressmedia http://rt.cx/rtmedia on %s"
1810
  msgstr ""
1811
 
1812
+ #: app/admin/RTMediaAdmin.php:1343
1813
  msgid "Post to Twitter Now"
1814
  msgstr ""
1815
 
1816
+ #: app/admin/RTMediaAdmin.php:1343
1817
  msgid "Post to Twitter"
1818
  msgstr ""
1819
 
1820
+ #: app/admin/RTMediaAdmin.php:1344
1821
  msgid "Share on Facebook Now"
1822
  msgstr ""
1823
 
1824
+ #: app/admin/RTMediaAdmin.php:1344
1825
  msgid "Share on Facebook"
1826
  msgstr ""
1827
 
1828
+ #: app/admin/RTMediaAdmin.php:1345
1829
  msgid "Rate rtMedia on Wordpress.org"
1830
  msgstr ""
1831
 
1832
+ #: app/admin/RTMediaAdmin.php:1345
1833
  msgid "Rate on Wordpress.org"
1834
  msgstr ""
1835
 
1836
+ #: app/admin/RTMediaAdmin.php:1346
1837
  msgid "Subscribe to our feeds"
1838
  msgstr ""
1839
 
1840
+ #: app/admin/RTMediaAdmin.php:1346
1841
  msgid "Subscribe to our Feeds"
1842
  msgstr ""
1843
 
1844
+ #: app/admin/RTMediaAdmin.php:1347
1845
  msgid "Add link to footer"
1846
  msgstr ""
1847
 
1848
+ #: app/admin/RTMediaAdmin.php:1353
1849
  msgid "Spread the Word"
1850
  msgstr ""
1851
 
1852
+ #: app/admin/RTMediaAdmin.php:1385 app/admin/RTMediaAdmin.php:1388
1853
  msgid "Subscribe"
1854
  msgstr ""
1855
 
1856
+ #: app/admin/RTMediaAdmin.php:1410
1857
  msgid "Thank you for your time."
1858
  msgstr ""
1859
 
1860
+ #: app/admin/RTMediaAdmin.php:1422
1861
  msgid "Premium Add-ons"
1862
  msgstr ""
1863
 
1864
+ #: app/admin/RTMediaAdmin.php:1438
1865
  #, php-format
1866
  msgid ""
1867
  "You have images enabled on rtMedia but your network allowed filetypes does "
1869
  "settings manually."
1870
  msgstr ""
1871
 
1872
+ #: app/admin/RTMediaAdmin.php:1439 app/admin/RTMediaAdmin.php:1450
1873
+ #: app/admin/RTMediaAdmin.php:1459
1874
  msgid "Recommended"
1875
  msgstr ""
1876
 
1877
+ #: app/admin/RTMediaAdmin.php:1439 app/admin/RTMediaAdmin.php:1450
1878
+ #: app/admin/RTMediaAdmin.php:1459
1879
  msgid "Update Network Settings Automatically"
1880
  msgstr ""
1881
 
1882
+ #: app/admin/RTMediaAdmin.php:1449
1883
  #, php-format
1884
  msgid ""
1885
  "You have video enabled on BuddyPress Media but your network allowed "
1887
  "change your settings manually."
1888
  msgstr ""
1889
 
1890
+ #: app/admin/RTMediaAdmin.php:1458
1891
  #, php-format
1892
  msgid ""
1893
  "You have audio enabled on BuddyPress Media but your network allowed "
1895
  "change your settings manually."
1896
  msgstr ""
1897
 
1898
+ #: app/admin/RTMediaAdmin.php:1473
1899
  msgid "Network settings updated successfully."
1900
  msgstr ""
1901
 
1902
+ #: app/admin/RTMediaAdmin.php:1580
1903
  msgid "Video is sent to generate thumbnails."
1904
  msgstr ""
1905
 
1906
+ #: app/admin/RTMediaAdmin.php:1582
1907
  msgid "Video can't be sent to generate thumbnails."
1908
  msgstr ""
1909
 
1910
+ #: app/admin/RTMediaAdmin.php:1661
1911
  msgid ""
1912
  "Please update rtMedia template files if you have overridden the default "
1913
  "rtMedia templates in your theme. If not, you can ignore and hide this notice."
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 4.0 + BuddyPress 2.0
9
- Stable tag: 3.7.13
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.7.13 =
137
  * Fix rtMedia addon Buy Now url
138
  * Updated CSS for rtMedia addon licenses
@@ -825,8 +829,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
825
 
826
  == Upgrade Notice ==
827
 
828
- = 3.7.13 =
829
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Updated rtMedia addon Buy Now url and license page CSS.
830
 
831
  == Sponsors ==
832
 
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: WordPress 4.0 + BuddyPress 2.0
9
+ Stable tag: 3.7.14
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.7.14 =
137
+ * Fix media tab link shown to non members user of a private group
138
+ * Update Dutch, Japanese, French, Portuguese and Danish translations
139
+
140
  = 3.7.13 =
141
  * Fix rtMedia addon Buy Now url
142
  * Updated CSS for rtMedia addon licenses
829
 
830
  == Upgrade Notice ==
831
 
832
+ = 3.7.14 =
833
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix media tab link shown to non members user of a private group and translation update.
834
 
835
  == Sponsors ==
836