rtMedia for WordPress, BuddyPress and bbPress - Version 3.4.4

Version Description

  • Update german trasalation
  • Add support in some strings translations again thanks to jonasnick for pull request
Download this release

Release Info

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

Code changes from version 3.4.3 to 3.4.4

app/admin/RTMediaAdmin.php CHANGED
@@ -74,8 +74,9 @@ if ( ! class_exists ( 'RTMediaAdmin' ) ) {
74
  }
75
  $this->rtmedia_settings = new RTMediaSettings();
76
  $this->rtmedia_encoding = new RTMediaEncoding();
77
- if(! defined("RTMEDIA_PRO_VERSION") )
78
- add_action ( 'rtmedia_before_default_admin_widgets', array( $this, 'rtmedia_advertisement' ),1);
 
79
  if( $this->check_for_addon_update_notice() ) {
80
  add_action ( 'admin_notices', array( $this, 'rtmedia_addon_update_notice' ) );
81
  }
@@ -363,6 +364,8 @@ if ( ! class_exists ( 'RTMediaAdmin' ) ) {
363
  'toplevel_page_rtmedia-settings',
364
  'rtmedia_page_rtmedia-addons',
365
  'rtmedia_page_rtmedia-support',
 
 
366
  'rtmedia_page_rtmedia-importer',
367
  'rtmedia_page_rtmedia-regenerate',
368
  'rtmedia_page_rtmedia-premium'
@@ -427,6 +430,8 @@ if ( ! class_exists ( 'RTMediaAdmin' ) ) {
427
  add_submenu_page ( 'rtmedia-settings', __( 'Settings', 'rtmedia' ), __( 'Settings', 'rtmedia' ), 'manage_options', 'rtmedia-settings', array( $this, 'settings_page' ) );
428
  add_submenu_page ( 'rtmedia-settings', __( 'Addons', 'rtmedia' ), __( 'Addons', 'rtmedia' ), 'manage_options', 'rtmedia-addons', array( $this, 'addons_page' ) );
429
  add_submenu_page ( 'rtmedia-settings', __( 'Support', 'rtmedia' ), __( 'Support', 'rtmedia' ), 'manage_options', 'rtmedia-support', array( $this, 'support_page' ) );
 
 
430
  if(! defined("RTMEDIA_PRO_VERSION")) {
431
  add_submenu_page ( 'rtmedia-settings', __( 'Premium', 'rtmedia' ), __( 'Premium ', 'rtmedia' ), 'manage_options', 'rtmedia-premium', array( $this, 'premium_page' ) );
432
  }
@@ -649,9 +654,17 @@ if ( ! class_exists ( 'RTMediaAdmin' ) ) {
649
  $this->render_page ( 'rtmedia-support' );
650
  }
651
 
652
- public function premium_page() {
653
- $this->render_page ( 'rtmedia-premium' );
654
- }
 
 
 
 
 
 
 
 
655
 
656
  /**
657
  *
@@ -719,10 +732,10 @@ if ( ! class_exists ( 'RTMediaAdmin' ) ) {
719
  if ( $page == 'rtmedia-addons' )
720
  RTMediaAddon::render_addons ( $page );
721
  else if ( $page == 'rtmedia-support' ) {
722
- $rtmedia_support = new RTMediaSupport(false);
723
- $rtmedia_support->render_support($page);
724
- }
725
- else
726
  do_settings_sections ( $page );
727
  ?>
728
  <?php
@@ -793,12 +806,22 @@ if ( ! class_exists ( 'RTMediaAdmin' ) ) {
793
  'href' => get_admin_url ( null, add_query_arg ( array( 'page' => 'rtmedia-support' ), 'admin.php' ) ),
794
  'name' => __( 'Support', 'rtmedia' ),
795
  'slug' => 'rtmedia-support'
796
- )//,
797
  // array(
798
  // 'href' => get_admin_url(null, add_query_arg(array('page' => 'rtmedia-importer'), 'admin.php')),
799
  // 'name' => __('Importer', 'rtmedia'),
800
  // 'slug' => 'rtmedia-importer'
801
  // )
 
 
 
 
 
 
 
 
 
 
802
  );
803
 
804
  $tabs = apply_filters ( 'media_add_tabs', $tabs );
74
  }
75
  $this->rtmedia_settings = new RTMediaSettings();
76
  $this->rtmedia_encoding = new RTMediaEncoding();
77
+ // show rtmedia advertisement
78
+ // if(! defined("RTMEDIA_PRO_VERSION") )
79
+ // add_action ( 'rtmedia_before_default_admin_widgets', array( $this, 'rtmedia_advertisement' ),1);
80
  if( $this->check_for_addon_update_notice() ) {
81
  add_action ( 'admin_notices', array( $this, 'rtmedia_addon_update_notice' ) );
82
  }
364
  'toplevel_page_rtmedia-settings',
365
  'rtmedia_page_rtmedia-addons',
366
  'rtmedia_page_rtmedia-support',
367
+ 'rtmedia_page_rtmedia-theme',
368
+ 'rtmedia_page_rtmedia-hire-us',
369
  'rtmedia_page_rtmedia-importer',
370
  'rtmedia_page_rtmedia-regenerate',
371
  'rtmedia_page_rtmedia-premium'
430
  add_submenu_page ( 'rtmedia-settings', __( 'Settings', 'rtmedia' ), __( 'Settings', 'rtmedia' ), 'manage_options', 'rtmedia-settings', array( $this, 'settings_page' ) );
431
  add_submenu_page ( 'rtmedia-settings', __( 'Addons', 'rtmedia' ), __( 'Addons', 'rtmedia' ), 'manage_options', 'rtmedia-addons', array( $this, 'addons_page' ) );
432
  add_submenu_page ( 'rtmedia-settings', __( 'Support', 'rtmedia' ), __( 'Support', 'rtmedia' ), 'manage_options', 'rtmedia-support', array( $this, 'support_page' ) );
433
+ add_submenu_page ( 'rtmedia-settings', __( 'Theme', 'rtmedia' ), __( 'Theme', 'rtmedia' ), 'manage_options', 'rtmedia-theme', array( $this, 'theme_page' ) );
434
+ add_submenu_page ( 'rtmedia-settings', __( 'Hire Us', 'rtmedia' ), __( 'Hire Us', 'rtmedia' ), 'manage_options', 'rtmedia-hire-us', array( $this, 'hire_us_page' ) );
435
  if(! defined("RTMEDIA_PRO_VERSION")) {
436
  add_submenu_page ( 'rtmedia-settings', __( 'Premium', 'rtmedia' ), __( 'Premium ', 'rtmedia' ), 'manage_options', 'rtmedia-premium', array( $this, 'premium_page' ) );
437
  }
654
  $this->render_page ( 'rtmedia-support' );
655
  }
656
 
657
+ public function premium_page() {
658
+ $this->render_page ( 'rtmedia-premium' );
659
+ }
660
+
661
+ public function theme_page() {
662
+ $this->render_page ( 'rtmedia-theme' );
663
+ }
664
+
665
+ public function hire_us_page() {
666
+ $this->render_page ( 'rtmedia-hire-us' );
667
+ }
668
 
669
  /**
670
  *
732
  if ( $page == 'rtmedia-addons' )
733
  RTMediaAddon::render_addons ( $page );
734
  else if ( $page == 'rtmedia-support' ) {
735
+ $rtmedia_support = new RTMediaSupport(false);
736
+ $rtmedia_support->render_support($page);
737
+ }
738
+ else
739
  do_settings_sections ( $page );
740
  ?>
741
  <?php
806
  'href' => get_admin_url ( null, add_query_arg ( array( 'page' => 'rtmedia-support' ), 'admin.php' ) ),
807
  'name' => __( 'Support', 'rtmedia' ),
808
  'slug' => 'rtmedia-support'
809
+ ),
810
  // array(
811
  // 'href' => get_admin_url(null, add_query_arg(array('page' => 'rtmedia-importer'), 'admin.php')),
812
  // 'name' => __('Importer', 'rtmedia'),
813
  // 'slug' => 'rtmedia-importer'
814
  // )
815
+ array(
816
+ 'href' => get_admin_url ( null, add_query_arg ( array( 'page' => 'rtmedia-theme' ), 'admin.php' ) ),
817
+ 'name' => __( 'Theme', 'rtmedia' ),
818
+ 'slug' => 'rtmedia-theme'
819
+ ),
820
+ array(
821
+ 'href' => get_admin_url ( null, add_query_arg ( array( 'page' => 'rtmedia-hire-us' ), 'admin.php' ) ),
822
+ 'name' => __( 'Hire Us', 'rtmedia' ),
823
+ 'slug' => 'rtmedia-hire-us'
824
+ )
825
  );
826
 
827
  $tabs = apply_filters ( 'media_add_tabs', $tabs );
app/assets/css/admin.css CHANGED
@@ -656,13 +656,16 @@ abbr {
656
  font-size: 14px
657
  }
658
  .bp-media-admin .rtm-premium {
659
- background-color: #39AFE7;
660
- border-color: #39AFE7;
661
  color: #FFF;
662
  }
663
 
 
 
 
664
  .bp-media-admin .rtm-premium:hover {
665
- background-color: #2ea2cc;
666
  }
667
  .rtmedia-admin-ad {
668
  margin-bottom : 15px;
@@ -742,6 +745,6 @@ abbr {
742
  margin-top : 20px;
743
  }
744
  .upgrade-button:hover {
745
- background-color: #195791; //#306BAA;
746
  color : #fff;
747
  }
656
  font-size: 14px
657
  }
658
  .bp-media-admin .rtm-premium {
659
+ background-color: #EB5B4C;
660
+ border-color: #EB5B4C;
661
  color: #FFF;
662
  }
663
 
664
+ .bp-media-admin .nav-tab-active.rtm-premium{
665
+ background-color: #E6311E;
666
+ }
667
  .bp-media-admin .rtm-premium:hover {
668
+ background-color: #E6311E;
669
  }
670
  .rtmedia-admin-ad {
671
  margin-bottom : 15px;
745
  margin-top : 20px;
746
  }
747
  .upgrade-button:hover {
748
+ background-color: #195791;
749
  color : #fff;
750
  }
app/main/controllers/template/rt-template-functions.php CHANGED
@@ -1793,6 +1793,22 @@ function rtmedia_admin_premium_page($page) {
1793
  </div>
1794
  </div>
1795
  <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1796
  }
1797
  }
1798
  add_action('wp_footer', 'rtmedia_link_in_footer');
@@ -1877,25 +1893,40 @@ function rtmedia_convert_date($_date) // $date --> time(); value
1877
  $date = $date->format('U');
1878
  $cur_time = time();
1879
  $diff = $cur_time - $date;
1880
- $phrase = array( __('second'), __('minute'), __('hour') );
1881
  //$phrase = array('second','minute','hour','day','week','month','year','decade');
1882
  //$length = array(1,60,3600,86400,604800,2630880,31570560,315705600);
1883
  $length = array(1,60,3600,86400);
 
1884
 
1885
  for($i =sizeof($length)-1; ($i >=0) && (($no = $diff/$length[$i])<= 1); $i--);
1886
  if($i < 0) $i=0;
1887
  if($i<=2){ //if posted in last 24 hours
1888
  $_time = $cur_time -($diff%$length[$i]);
1889
 
1890
- $no = floor($no); if($no > 1) $phrase[$i] .='s';
1891
- $value=sprintf("%d %s ",$no,$phrase[$i]);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1892
 
1893
  if(($stf == 1) && ($i >= 1) && (($cur_tm-$_time) > 0)) $value .= rtmedia_convert_date($_time);
1894
-
1895
- return $value. __('ago ', 'rtmedia');
1896
  }
1897
  else {
1898
- return __( date("F d, Y ", strtotime($_date)), 'rtmedia' );
 
1899
  }
1900
  }
1901
 
1793
  </div>
1794
  </div>
1795
  <?php
1796
+ } else if( $page == "rtmedia-theme") {
1797
+ ?>
1798
+ <div class="rtmedia-theme-page-container">
1799
+ <h2><?php _e('Coming Soon...!!!','rtmedia'); ?></h2>
1800
+ <p><?php _e('Are you a developer and want your rtMedia compatible theme to be listed here? just mail us at','rtmedia') ?> <a href="mailto:product@rtcamp.com"><?php _e('product@rtcamp.com','rtmedia') ?></a>.</p>
1801
+ </div>
1802
+ <?php
1803
+ } else if( $page == "rtmedia-hire-us" ) {
1804
+ $url = admin_url()."admin.php?page=rtmedia-premium";
1805
+ ?>
1806
+ <div class="rtmedia-hire-us-page-container">
1807
+ <p>
1808
+ <?php _e('Looking for some custom features with the rtMedia? Go ','rtmedia'); ?> <a href="<?php echo $url; ?>"><?php _e('Premium now','rtmedia') ?></a> <?php _e('or reach us','rtmedia') ?> <a href="https://rtcamp.com/contact/?purpose=hire" target="_blank"><?php _e('here','rtmedia'); ?> </a>.
1809
+ </p>
1810
+ </div>
1811
+ <?php
1812
  }
1813
  }
1814
  add_action('wp_footer', 'rtmedia_link_in_footer');
1893
  $date = $date->format('U');
1894
  $cur_time = time();
1895
  $diff = $cur_time - $date;
1896
+ $time_unit = array( 'second', 'minute', 'hour' );
1897
  //$phrase = array('second','minute','hour','day','week','month','year','decade');
1898
  //$length = array(1,60,3600,86400,604800,2630880,31570560,315705600);
1899
  $length = array(1,60,3600,86400);
1900
+ $ago_text = __('%s ago ', 'rtmedia');
1901
 
1902
  for($i =sizeof($length)-1; ($i >=0) && (($no = $diff/$length[$i])<= 1); $i--);
1903
  if($i < 0) $i=0;
1904
  if($i<=2){ //if posted in last 24 hours
1905
  $_time = $cur_time -($diff%$length[$i]);
1906
 
1907
+ $no = floor($no);
1908
+ switch($time_unit[$i]) {
1909
+ case 'second':
1910
+ $time_unit_phrase = _n( '1 second', '%s seconds', $no, 'rtmedia');
1911
+ break;
1912
+ case 'minute':
1913
+ $time_unit_phrase = _n( '1 minute', '%s minutes', $no, 'rtmedia');
1914
+ break;
1915
+ case 'hour':
1916
+ $time_unit_phrase = _n( '1 hour', '%s hours', $no, 'rtmedia');
1917
+ break;
1918
+ default:
1919
+ // should not happen
1920
+ $time_unit_phrase = '%s unknown';
1921
+ }
1922
+ $value=sprintf($time_unit_phrase.' ',$no);
1923
 
1924
  if(($stf == 1) && ($i >= 1) && (($cur_tm-$_time) > 0)) $value .= rtmedia_convert_date($_time);
1925
+ return sprintf($ago_text, $value);
 
1926
  }
1927
  else {
1928
+ /* translators: date format, see http://php.net/date */
1929
+ return date_i18n( __("d F Y ", 'rtmedia' ), strtotime($_date));
1930
  }
1931
  }
1932
 
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.4.3
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.4.4
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: 2013-12-23 15:52+0530\n"
6
- "PO-Revision-Date: 2013-12-23 15:52+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,168 +15,176 @@ msgstr ""
15
  "X-Generator: Poedit 1.6.3\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: app/admin/RTMediaAdmin.php:99 app/admin/RTMediaAdmin.php:109
19
  msgid "rtMedia:"
20
  msgstr ""
21
 
22
- #: app/admin/RTMediaAdmin.php:99
23
  msgid " You must "
24
  msgstr ""
25
 
26
- #: app/admin/RTMediaAdmin.php:99
27
  msgid "update permalink structure"
28
  msgstr ""
29
 
30
- #: app/admin/RTMediaAdmin.php:99
31
  msgid " to something other than the default for it to work."
32
  msgstr ""
33
 
34
- #: app/admin/RTMediaAdmin.php:109
35
  msgid ""
36
  "Please update all premium add-ons that you had purchased from rtCamp from "
37
  "your "
38
  msgstr ""
39
 
40
- #: app/admin/RTMediaAdmin.php:109
41
  msgid "account"
42
  msgstr ""
43
 
44
- #: app/admin/RTMediaAdmin.php:172
45
  msgid "rtMedia Pro is released"
46
  msgstr ""
47
 
48
- #: app/admin/RTMediaAdmin.php:184
49
  msgid "Media Stats"
50
  msgstr ""
51
 
52
- #: app/admin/RTMediaAdmin.php:208
53
  msgid "Usage Stats"
54
  msgstr ""
55
 
56
- #: app/admin/RTMediaAdmin.php:216
57
  msgid "Total "
58
  msgstr ""
59
 
60
- #: app/admin/RTMediaAdmin.php:224
61
  msgid "With Media"
62
  msgstr ""
63
 
64
- #: app/admin/RTMediaAdmin.php:232
65
  msgid "Comments "
66
  msgstr ""
67
 
68
- #: app/admin/RTMediaAdmin.php:240
69
  #: app/main/controllers/media/RTMediaLike.php:18
70
  msgid "Likes"
71
  msgstr ""
72
 
73
- #: app/admin/RTMediaAdmin.php:248
74
  msgid "Homepage"
75
  msgstr ""
76
 
77
- #: app/admin/RTMediaAdmin.php:248
78
  msgid "Free Support"
79
  msgstr ""
80
 
81
- #: app/admin/RTMediaAdmin.php:248
82
  msgid "Premium Addons"
83
  msgstr ""
84
 
85
- #: app/admin/RTMediaAdmin.php:258
86
  msgid "Right Now in rtMedia"
87
  msgstr ""
88
 
89
- #: app/admin/RTMediaAdmin.php:292 app/admin/RTMediaAdmin.php:436
90
  msgid "Regenerate Thumbnail"
91
  msgstr ""
92
 
93
- #: app/admin/RTMediaAdmin.php:313 app/admin/RTMediaAdmin.php:762
94
- #: app/admin/RTMediaAdmin.php:763
95
  msgid "rtMedia"
96
  msgstr ""
97
 
98
- #: app/admin/RTMediaAdmin.php:319 app/admin/RTMediaAdmin.php:322
99
- #: app/admin/RTMediaAdmin.php:427 app/admin/RTMediaAdmin.php:784
100
  msgid "Settings"
101
  msgstr ""
102
 
103
- #: app/admin/RTMediaAdmin.php:329 app/admin/RTMediaAdmin.php:332
104
- #: app/admin/RTMediaAdmin.php:428 app/admin/RTMediaAdmin.php:789
105
  msgid "Addons"
106
  msgstr ""
107
 
108
- #: app/admin/RTMediaAdmin.php:339 app/admin/RTMediaAdmin.php:342
109
- #: app/admin/RTMediaAdmin.php:429 app/admin/RTMediaAdmin.php:794
110
- #: app/helper/RTMediaSettings.php:120
111
  msgid "Support"
112
  msgstr ""
113
 
114
- #: app/admin/RTMediaAdmin.php:379
115
  msgid "ON"
116
  msgstr ""
117
 
118
- #: app/admin/RTMediaAdmin.php:380
119
  msgid "OFF"
120
  msgstr ""
121
 
122
- #: app/admin/RTMediaAdmin.php:392
123
  msgid "Please do not refresh this page."
124
  msgstr ""
125
 
126
- #: app/admin/RTMediaAdmin.php:393
127
  msgid ""
128
  "Something went wronng. Please <a href onclick=\"location.reload();"
129
  "\">refresh</a> page."
130
  msgstr ""
131
 
132
- #: app/admin/RTMediaAdmin.php:394
133
  msgid "This will subscribe you to the free plan."
134
  msgstr ""
135
 
136
- #: app/admin/RTMediaAdmin.php:395
137
  msgid ""
138
  "Are you sure you want to disable the encoding service? Make sure you note "
139
  "your api key before disabling it incase you want to activate it in future."
140
  msgstr ""
141
 
142
- #: app/admin/RTMediaAdmin.php:431
143
- #: app/main/controllers/template/rt-template-functions.php:1643
 
 
 
 
 
 
 
 
144
  msgid "Premium"
145
  msgstr ""
146
 
147
- #: app/admin/RTMediaAdmin.php:431
148
  msgid "Premium "
149
  msgstr ""
150
 
151
- #: app/admin/RTMediaAdmin.php:436
152
  msgid "Regen. Thumbnail "
153
  msgstr ""
154
 
155
- #: app/admin/RTMediaAdmin.php:449
156
  msgid "Regenerate Video Thumbnails"
157
  msgstr ""
158
 
159
- #: app/admin/RTMediaAdmin.php:466
160
  msgid "Regenerate Pending Thumbnails"
161
  msgstr ""
162
 
163
- #: app/admin/RTMediaAdmin.php:474
164
  msgid "Total Videos"
165
  msgstr ""
166
 
167
- #: app/admin/RTMediaAdmin.php:475
168
  msgid "Sent of regenerate thumbails"
169
  msgstr ""
170
 
171
- #: app/admin/RTMediaAdmin.php:476
172
  msgid "Fail to regenerate thumbails"
173
  msgstr ""
174
 
175
- #: app/admin/RTMediaAdmin.php:518
176
  msgid "Regenerate Video Thumbnails Done"
177
  msgstr ""
178
 
179
- #: app/admin/RTMediaAdmin.php:553
180
  #, php-format
181
  msgid ""
182
  "You have total %s videos without thumbnails. Click <a href='%s'> here </a> "
@@ -184,145 +192,145 @@ msgid ""
184
  "onclick='rtmedia_hide_video_thumb_notice()' style='float:right'>Hide</a>"
185
  msgstr ""
186
 
187
- #: app/admin/RTMediaAdmin.php:604
188
  msgid "not a video ..."
189
  msgstr ""
190
 
191
- #: app/admin/RTMediaAdmin.php:682
192
  msgid "Empowering The Web With WordPress"
193
  msgstr ""
194
 
195
- #: app/admin/RTMediaAdmin.php:711
196
  msgid "Save Settings"
197
  msgstr ""
198
 
199
- #: app/admin/RTMediaAdmin.php:859
200
  msgid "rtMedia General"
201
  msgstr ""
202
 
203
- #: app/admin/RTMediaAdmin.php:860
204
  msgid "General"
205
  msgstr ""
206
 
207
- #: app/admin/RTMediaAdmin.php:866
208
  msgid "rtMedia Types"
209
  msgstr ""
210
 
211
- #: app/admin/RTMediaAdmin.php:867
212
  msgid "Types"
213
  msgstr ""
214
 
215
- #: app/admin/RTMediaAdmin.php:874
216
  msgid "rtMedia Sizes"
217
  msgstr ""
218
 
219
- #: app/admin/RTMediaAdmin.php:875
220
  msgid "Sizes"
221
  msgstr ""
222
 
223
- #: app/admin/RTMediaAdmin.php:882
224
  msgid "rtMedia Privacy"
225
  msgstr ""
226
 
227
- #: app/admin/RTMediaAdmin.php:883
228
  #: app/main/controllers/privacy/RTMediaPrivacy.php:268
229
  msgid "Privacy"
230
  msgstr ""
231
 
232
- #: app/admin/RTMediaAdmin.php:890
233
  msgid "rtMedia BuddyPress"
234
  msgstr ""
235
 
236
- #: app/admin/RTMediaAdmin.php:891
237
  msgid "BuddyPress"
238
  msgstr ""
239
 
240
- #: app/admin/RTMediaAdmin.php:898
241
  msgid "rtMedia Custom CSS"
242
  msgstr ""
243
 
244
- #: app/admin/RTMediaAdmin.php:899
245
  msgid "Custom CSS"
246
  msgstr ""
247
 
248
- #: app/admin/RTMediaAdmin.php:1004
249
  #, php-format
250
  msgid "I use @buddypressmedia http://goo.gl/8Upmv on %s"
251
  msgstr ""
252
 
253
- #: app/admin/RTMediaAdmin.php:1008
254
  msgid "Tweet : "
255
  msgstr ""
256
 
257
- #: app/admin/RTMediaAdmin.php:1008
258
  msgid "Post to Twitter Now"
259
  msgstr ""
260
 
261
- #: app/admin/RTMediaAdmin.php:1008
262
  msgid "Post to Twitter"
263
  msgstr ""
264
 
265
- #: app/admin/RTMediaAdmin.php:1009
266
  msgid "Share : "
267
  msgstr ""
268
 
269
- #: app/admin/RTMediaAdmin.php:1009
270
  msgid "Share on Facebook Now"
271
  msgstr ""
272
 
273
- #: app/admin/RTMediaAdmin.php:1009
274
  msgid "Share on Facebook"
275
  msgstr ""
276
 
277
- #: app/admin/RTMediaAdmin.php:1010
278
  msgid "Rate : "
279
  msgstr ""
280
 
281
- #: app/admin/RTMediaAdmin.php:1010
282
  msgid "Rate rtMedia on Wordpress.org"
283
  msgstr ""
284
 
285
- #: app/admin/RTMediaAdmin.php:1010
286
  msgid "Rate on Wordpress.org"
287
  msgstr ""
288
 
289
- #: app/admin/RTMediaAdmin.php:1011
290
  msgid "Feeds : "
291
  msgstr ""
292
 
293
- #: app/admin/RTMediaAdmin.php:1011
294
  msgid "Subscribe to our feeds"
295
  msgstr ""
296
 
297
- #: app/admin/RTMediaAdmin.php:1011
298
  msgid "Subscribe to our Feeds"
299
  msgstr ""
300
 
301
- #: app/admin/RTMediaAdmin.php:1012
302
  msgid "Add a link to rtMedia plugin in footer"
303
  msgstr ""
304
 
305
- #: app/admin/RTMediaAdmin.php:1012
306
  msgid "Add link to footer"
307
  msgstr ""
308
 
309
- #: app/admin/RTMediaAdmin.php:1018
310
  msgid "Spread the Word"
311
  msgstr ""
312
 
313
- #: app/admin/RTMediaAdmin.php:1050 app/admin/RTMediaAdmin.php:1053
314
  msgid "Subscribe"
315
  msgstr ""
316
 
317
- #: app/admin/RTMediaAdmin.php:1075
318
  msgid "Thank you for your time."
319
  msgstr ""
320
 
321
- #: app/admin/RTMediaAdmin.php:1087
322
  msgid "Premium Add-ons"
323
  msgstr ""
324
 
325
- #: app/admin/RTMediaAdmin.php:1101
326
  #, php-format
327
  msgid ""
328
  "You have images enabled on rtMedia but your network allowed filetypes does "
@@ -330,17 +338,17 @@ msgid ""
330
  "settings manually."
331
  msgstr ""
332
 
333
- #: app/admin/RTMediaAdmin.php:1102 app/admin/RTMediaAdmin.php:1113
334
- #: app/admin/RTMediaAdmin.php:1122
335
  msgid "Recommended"
336
  msgstr ""
337
 
338
- #: app/admin/RTMediaAdmin.php:1102 app/admin/RTMediaAdmin.php:1113
339
- #: app/admin/RTMediaAdmin.php:1122
340
  msgid "Update Network Settings Automatically"
341
  msgstr ""
342
 
343
- #: app/admin/RTMediaAdmin.php:1112
344
  #, php-format
345
  msgid ""
346
  "You have video enabled on BuddyPress Media but your network allowed "
@@ -348,7 +356,7 @@ msgid ""
348
  "change your settings manually."
349
  msgstr ""
350
 
351
- #: app/admin/RTMediaAdmin.php:1121
352
  #, php-format
353
  msgid ""
354
  "You have audio enabled on BuddyPress Media but your network allowed "
@@ -356,31 +364,31 @@ msgid ""
356
  "change your settings manually."
357
  msgstr ""
358
 
359
- #: app/admin/RTMediaAdmin.php:1136
360
  msgid "Network settings updated successfully."
361
  msgstr ""
362
 
363
- #: app/admin/RTMediaAdmin.php:1239
364
  msgid "Video is sent to generate thumbnails."
365
  msgstr ""
366
 
367
- #: app/admin/RTMediaAdmin.php:1242
368
  msgid "Video can't be sent to generate thumbnails."
369
  msgstr ""
370
 
371
- #: app/admin/RTMediaAdmin.php:1324
372
  msgid ""
373
  "Template files of rtMedia Plugin are updated, so please update your rtMedia "
374
  "template files if you have overridden the default rtMedia templates in your "
375
  "theme."
376
  msgstr ""
377
 
378
- #: app/admin/RTMediaAdmin.php:1325 app/importers/RTMediaMigration.php:60
379
  msgid "Hide"
380
  msgstr ""
381
 
382
  #: app/admin/RTMediaFormHandler.php:57 app/admin/RTMediaFormHandler.php:88
383
- #: app/admin/RTMediaFormHandler.php:157
384
  msgid "Please provide \"value\" in the argument."
385
  msgstr ""
386
 
@@ -388,159 +396,159 @@ msgstr ""
388
  msgid "Need to specify atleast to radios else use a checkbox instead"
389
  msgstr ""
390
 
391
- #: app/admin/RTMediaFormHandler.php:184 app/main/RTMedia.php:513
392
- #: app/main/controllers/media/RTMediaAlbum.php:39
393
- #: app/main/controllers/media/RTMediaAlbum.php:51
394
  #: app/main/controllers/template/RTMediaNav.php:85
395
  #: app/main/controllers/template/RTMediaNav.php:157
396
  msgid "Albums"
397
  msgstr ""
398
 
399
- #: app/admin/RTMediaFormHandler.php:190
400
  msgid "Enable Albums in rtMedia"
401
  msgstr ""
402
 
403
- #: app/admin/RTMediaFormHandler.php:194
404
  #: app/importers/BPMediaAlbumimporter.php:111
405
  msgid "Comments"
406
  msgstr ""
407
 
408
- #: app/admin/RTMediaFormHandler.php:199
409
  msgid "Enable Comments in rtMedia"
410
  msgstr ""
411
 
412
- #: app/admin/RTMediaFormHandler.php:204
413
  msgid "Lightbox"
414
  msgstr ""
415
 
416
- #: app/admin/RTMediaFormHandler.php:209
417
  msgid "Enable Lighbox on Media"
418
  msgstr ""
419
 
420
- #: app/admin/RTMediaFormHandler.php:214
421
  msgid "Number of Media Per Page"
422
  msgstr ""
423
 
424
- #: app/admin/RTMediaFormHandler.php:233
425
  msgid "Number of Video Thumbnails"
426
  msgstr ""
427
 
428
- #: app/admin/RTMediaFormHandler.php:243
429
  msgid "Admin Bar Menu"
430
  msgstr ""
431
 
432
- #: app/admin/RTMediaFormHandler.php:248
433
  msgid "Enable menu in WordPress admin bar"
434
  msgstr ""
435
 
436
- #: app/admin/RTMediaFormHandler.php:253
437
  msgid "Allow User Data Tracking"
438
  msgstr ""
439
 
440
- #: app/admin/RTMediaFormHandler.php:258
441
  msgid "Enable user Data tracking"
442
  msgstr ""
443
 
444
- #: app/admin/RTMediaFormHandler.php:353 app/helper/RTMediaSettings.php:210
445
  msgid "Media Type"
446
  msgstr ""
447
 
448
- #: app/admin/RTMediaFormHandler.php:354
449
  msgid "Allows you to upload a particular media type on your post."
450
  msgstr ""
451
 
452
- #: app/admin/RTMediaFormHandler.php:354
453
  msgid "Allow Upload"
454
  msgstr ""
455
 
456
- #: app/admin/RTMediaFormHandler.php:355
457
  msgid "Put a specific media as a featured content on the post."
458
  msgstr ""
459
 
460
- #: app/admin/RTMediaFormHandler.php:355
461
  msgid "Set Featured"
462
  msgstr ""
463
 
464
- #: app/admin/RTMediaFormHandler.php:356
465
  msgid "File extensions that can be uploaded on the website."
466
  msgstr ""
467
 
468
- #: app/admin/RTMediaFormHandler.php:356
469
  msgid "File Extensions"
470
  msgstr ""
471
 
472
- #: app/admin/RTMediaFormHandler.php:430
473
  msgid "Category"
474
  msgstr ""
475
 
476
- #: app/admin/RTMediaFormHandler.php:431
477
  msgid "Entity"
478
  msgstr ""
479
 
480
- #: app/admin/RTMediaFormHandler.php:432
481
  msgid "Width"
482
  msgstr ""
483
 
484
- #: app/admin/RTMediaFormHandler.php:432
485
  msgid "Height"
486
  msgstr ""
487
 
488
- #: app/admin/RTMediaFormHandler.php:432
489
  msgid "Crop"
490
  msgstr ""
491
 
492
- #: app/admin/RTMediaFormHandler.php:483
493
  msgid ""
494
  "If you want to add some custom CSS code to the plugin and don't want to "
495
  "modify any files, then it's a good place to enter your code at this field."
496
  msgstr ""
497
 
498
- #: app/admin/RTMediaFormHandler.php:504
499
  msgid "rtMedia default styles"
500
  msgstr ""
501
 
502
- #: app/admin/RTMediaFormHandler.php:513
503
  msgid "Paste your CSS code"
504
  msgstr ""
505
 
506
- #: app/admin/RTMediaFormHandler.php:532
507
  msgid "Enable Privacy"
508
  msgstr ""
509
 
510
- #: app/admin/RTMediaFormHandler.php:541
511
  #: app/main/controllers/privacy/RTMediaPrivacy.php:251
512
  msgid "Default Privacy"
513
  msgstr ""
514
 
515
- #: app/admin/RTMediaFormHandler.php:550
516
  msgid "User Override"
517
  msgstr ""
518
 
519
- #: app/admin/RTMediaFormHandler.php:589
520
  msgid "Enable Media in Profile"
521
  msgstr ""
522
 
523
- #: app/admin/RTMediaFormHandler.php:594
524
  msgid "Enable Media on BuddyPress Profile"
525
  msgstr ""
526
 
527
- #: app/admin/RTMediaFormHandler.php:598
528
  msgid "Enable Media in Group"
529
  msgstr ""
530
 
531
- #: app/admin/RTMediaFormHandler.php:603
532
  msgid "Enable Media on BuddyPress Groups"
533
  msgstr ""
534
 
535
- #: app/admin/RTMediaFormHandler.php:607
536
  msgid "Enable Media in Activity"
537
  msgstr ""
538
 
539
- #: app/admin/RTMediaFormHandler.php:612
540
  msgid "Enable Media on BuddyPress Activities"
541
  msgstr ""
542
 
543
- #: app/admin/RTMediaFormHandler.php:617 app/admin/RTMediaFormHandler.php:622
544
  msgid "Limit items posted in activity feed"
545
  msgstr ""
546
 
@@ -647,69 +655,69 @@ msgstr ""
647
  msgid "Posted "
648
  msgstr ""
649
 
650
- #: app/helper/RTMediaSettings.php:97
651
  msgid "Max Video thumbnail size is "
652
  msgstr ""
653
 
654
- #: app/helper/RTMediaSettings.php:118
655
  msgid "BuddyPress Media Addons for Photos"
656
  msgstr ""
657
 
658
- #: app/helper/RTMediaSettings.php:171
659
  #, php-format
660
  msgid ""
661
  "Currently your network allows uploading of the following file types. You can "
662
  "change the settings <a href=\"%s\">here</a>.<br /><code>%s</code></span>"
663
  msgstr ""
664
 
665
- #: app/helper/RTMediaSettings.php:189 app/helper/RTMediaSettings.php:191
666
  msgid "Recounting of media files done successfully"
667
  msgstr ""
668
 
669
- #: app/helper/RTMediaSettings.php:191
670
  msgid "Recount Success"
671
  msgstr ""
672
 
673
- #: app/helper/RTMediaSettings.php:194 app/helper/RTMediaSettings.php:196
674
  msgid "Recounting Failed"
675
  msgstr ""
676
 
677
- #: app/helper/RTMediaSettings.php:196
678
  msgid "Recount Fail"
679
  msgstr ""
680
 
681
- #: app/helper/RTMediaSettings.php:208 app/helper/RTMediaSettings.php:210
682
  msgid "Atleast one Media Type Must be selected"
683
  msgstr ""
684
 
685
- #: app/helper/RTMediaSettings.php:217 app/helper/RTMediaSettings.php:219
686
  msgid "\"Number of media\" count value should be numeric and greater than 0."
687
  msgstr ""
688
 
689
- #: app/helper/RTMediaSettings.php:219
690
  msgid "Default Count"
691
  msgstr ""
692
 
693
- #: app/helper/RTMediaSettings.php:223
694
  msgid "Settings saved."
695
  msgstr ""
696
 
697
- #: app/helper/RTMediaSettings.php:238
698
  #, php-format
699
  msgid ""
700
  "If you make changes to width, height or crop settings, you must use \"<a "
701
  "href=\"%s\">Regenerate Thumbnail Plugin</a>\" to regenerate old images.\""
702
  msgstr ""
703
 
704
- #: app/helper/RTMediaSettings.php:258
705
  msgid "BuddyPress Media 2.6 requires a database upgrade. "
706
  msgstr ""
707
 
708
- #: app/helper/RTMediaSettings.php:259
709
  msgid "Update Database"
710
  msgstr ""
711
 
712
- #: app/helper/RTMediaSettings.php:267 app/helper/RTMediaSupport.php:347
713
  msgid ""
714
  "If your site has some issues due to BuddyPress Media and you want one on one "
715
  "support then you can create a support topic on the <a target=\"_blank\" href="
@@ -718,7 +726,7 @@ msgid ""
718
  "\">rtCamp Support Forum</a>."
719
  msgstr ""
720
 
721
- #: app/helper/RTMediaSettings.php:268 app/helper/RTMediaSupport.php:348
722
  msgid ""
723
  "If you have any suggestions, enhancements or bug reports, then you can open "
724
  "a new issue on <a target=\"_blank\" href=\"https://github.com/rtCamp/"
@@ -769,6 +777,7 @@ msgid "Click"
769
  msgstr ""
770
 
771
  #: app/helper/RTMediaSupport.php:311
 
772
  msgid "here"
773
  msgstr ""
774
 
@@ -936,7 +945,7 @@ msgstr ""
936
  msgid "Users"
937
  msgstr ""
938
 
939
- #: app/importers/BPMediaAlbumimporter.php:91 app/main/RTMedia.php:495
940
  msgid "Media"
941
  msgstr ""
942
 
@@ -1065,194 +1074,194 @@ msgstr ""
1065
  msgid "No time remaining."
1066
  msgstr ""
1067
 
1068
- #: app/main/RTMedia.php:235
1069
  msgid "Photo"
1070
  msgstr ""
1071
 
1072
- #: app/main/RTMedia.php:236
1073
  msgid "Photos"
1074
  msgstr ""
1075
 
1076
- #: app/main/RTMedia.php:244
1077
  msgid "Video"
1078
  msgstr ""
1079
 
1080
- #: app/main/RTMedia.php:245
1081
  msgid "Videos"
1082
  msgstr ""
1083
 
1084
- #: app/main/RTMedia.php:253 app/main/RTMedia.php:254
1085
  msgid "Music"
1086
  msgstr ""
1087
 
1088
- #: app/main/RTMedia.php:341
1089
  msgid "<strong>Private</strong> - Visible only to the user"
1090
  msgstr ""
1091
 
1092
- #: app/main/RTMedia.php:342
1093
  msgid "<strong>Friends</strong> - Visible to user's friends"
1094
  msgstr ""
1095
 
1096
- #: app/main/RTMedia.php:343
1097
  msgid "<strong>Users</strong> - Visible to registered users"
1098
  msgstr ""
1099
 
1100
- #: app/main/RTMedia.php:344
1101
  msgid "<strong>Public</strong> - Visible to the world"
1102
  msgstr ""
1103
 
1104
- #: app/main/RTMedia.php:501 app/main/controllers/template/RTMediaNav.php:136
1105
  msgid "All"
1106
  msgstr ""
1107
 
1108
- #: app/main/RTMedia.php:510 app/main/controllers/media/RTMediaAlbum.php:40
1109
  msgid "Album"
1110
  msgstr ""
1111
 
1112
- #: app/main/RTMedia.php:521
1113
- #: app/main/controllers/template/rt-template-functions.php:1597
1114
- #: app/main/controllers/template/rt-template-functions.php:1600
1115
  msgid "Upload"
1116
  msgstr ""
1117
 
1118
- #: app/main/RTMedia.php:525
1119
  msgid "Wall Post"
1120
  msgstr ""
1121
 
1122
- #: app/main/RTMedia.php:713
1123
  msgid "Wall Posts"
1124
  msgstr ""
1125
 
1126
- #: app/main/RTMedia.php:753
1127
  msgid ": Can't Create Database table. Please check create table permission."
1128
  msgstr ""
1129
 
1130
- #: app/main/RTMedia.php:784
1131
  msgid "Loading media"
1132
  msgstr ""
1133
 
1134
- #: app/main/RTMedia.php:785
1135
  msgid "Please enter some content to post."
1136
  msgstr ""
1137
 
1138
- #: app/main/RTMedia.php:786
1139
  msgid "Empty Comment is not allowed."
1140
  msgstr ""
1141
 
1142
- #: app/main/RTMedia.php:787
1143
  msgid "Are you sure you want to delete this media?"
1144
  msgstr ""
1145
 
1146
- #: app/main/RTMedia.php:788
1147
  msgid "Are you sure you want to delete this comment?"
1148
  msgstr ""
1149
 
1150
- #: app/main/RTMedia.php:789
1151
  msgid "Are you sure you want to delete this Album?"
1152
  msgstr ""
1153
 
1154
- #: app/main/RTMedia.php:790
1155
  msgid "Drop files here"
1156
  msgstr ""
1157
 
1158
- #: app/main/RTMedia.php:791
1159
  msgid "album created successfully."
1160
  msgstr ""
1161
 
1162
- #: app/main/RTMedia.php:792
1163
  msgid "Something went wrong. Please try again."
1164
  msgstr ""
1165
 
1166
- #: app/main/RTMedia.php:793
1167
  msgid "Enter an album name."
1168
  msgstr ""
1169
 
1170
- #: app/main/RTMedia.php:794
1171
  msgid "Max file Size Limit : "
1172
  msgstr ""
1173
 
1174
- #: app/main/RTMedia.php:795
1175
  msgid "Allowed File Formats"
1176
  msgstr ""
1177
 
1178
- #: app/main/RTMedia.php:796 templates/media/album-single-edit.php:54
1179
  msgid "Select All Visible"
1180
  msgstr ""
1181
 
1182
- #: app/main/RTMedia.php:797
1183
  msgid "Unselect All Visible"
1184
  msgstr ""
1185
 
1186
- #: app/main/RTMedia.php:798
1187
  msgid "Please select some media."
1188
  msgstr ""
1189
 
1190
- #: app/main/RTMedia.php:799
1191
  msgid "Are you sure you want to delete the selected medias?"
1192
  msgstr ""
1193
 
1194
- #: app/main/RTMedia.php:800
1195
  msgid "Are you sure you want to move the selected medias?"
1196
  msgstr ""
1197
 
1198
- #: app/main/RTMedia.php:801
1199
  msgid "Waiting"
1200
  msgstr ""
1201
 
1202
- #: app/main/RTMedia.php:802
1203
  msgid "Uploaded"
1204
  msgstr ""
1205
 
1206
- #: app/main/RTMedia.php:803
1207
  msgid "Uploading"
1208
  msgstr ""
1209
 
1210
- #: app/main/RTMedia.php:804
1211
  msgid "Failed"
1212
  msgstr ""
1213
 
1214
- #: app/main/RTMedia.php:805
1215
  msgid "Close"
1216
  msgstr ""
1217
 
1218
- #: app/main/RTMedia.php:806
1219
- #: app/main/controllers/template/rt-template-functions.php:577
1220
- #: app/main/controllers/template/rt-template-functions.php:598
1221
  msgid "Edit"
1222
  msgstr ""
1223
 
1224
- #: app/main/RTMedia.php:807
1225
- #: app/main/controllers/template/rt-template-functions.php:1053
1226
- #: app/main/controllers/template/rt-template-functions.php:1060
1227
  #: templates/media/album-single-edit.php:56
1228
  msgid "Delete"
1229
  msgstr ""
1230
 
1231
- #: app/main/RTMedia.php:808 templates/media/media-single-edit.php:13
1232
  msgid "Edit Media"
1233
  msgstr ""
1234
 
1235
- #: app/main/RTMedia.php:809
1236
  msgid "Remove from queue"
1237
  msgstr ""
1238
 
1239
- #: app/main/RTMedia.php:810
1240
  msgid "Add more files"
1241
  msgstr ""
1242
 
1243
- #: app/main/RTMedia.php:811
1244
  msgid "File not supported"
1245
  msgstr ""
1246
 
1247
- #: app/main/RTMedia.php:812
1248
  msgid "more"
1249
  msgstr ""
1250
 
1251
- #: app/main/RTMedia.php:813
1252
  msgid "less"
1253
  msgstr ""
1254
 
1255
- #: app/main/RTMedia.php:814
1256
  msgid "This media is uploaded. Are you sure you want to delete this media?"
1257
  msgstr ""
1258
 
@@ -1305,45 +1314,49 @@ msgid ""
1305
  "\t home screen."
1306
  msgstr ""
1307
 
1308
- #: app/main/controllers/media/RTMediaAlbum.php:41
1309
  msgid "Create"
1310
  msgstr ""
1311
 
1312
- #: app/main/controllers/media/RTMediaAlbum.php:42
1313
- #: app/main/controllers/template/rt-template-functions.php:1288
1314
  msgid "Create Album"
1315
  msgstr ""
1316
 
1317
- #: app/main/controllers/media/RTMediaAlbum.php:43
1318
- #: app/main/controllers/template/rt-template-functions.php:1366
1319
  msgid "Edit Album"
1320
  msgstr ""
1321
 
1322
- #: app/main/controllers/media/RTMediaAlbum.php:44
1323
  msgid "New Album"
1324
  msgstr ""
1325
 
1326
- #: app/main/controllers/media/RTMediaAlbum.php:45
1327
  msgid "All Albums"
1328
  msgstr ""
1329
 
1330
- #: app/main/controllers/media/RTMediaAlbum.php:46
1331
  msgid "View Album"
1332
  msgstr ""
1333
 
1334
- #: app/main/controllers/media/RTMediaAlbum.php:47
1335
  msgid "Search Albums"
1336
  msgstr ""
1337
 
1338
- #: app/main/controllers/media/RTMediaAlbum.php:48
1339
  msgid "No album found"
1340
  msgstr ""
1341
 
1342
- #: app/main/controllers/media/RTMediaAlbum.php:49
1343
  msgid "No album found in Trash"
1344
  msgstr ""
1345
 
1346
- #: app/main/controllers/media/RTMediaAlbum.php:127
 
 
 
 
1347
  msgid "Untitled Album"
1348
  msgstr ""
1349
 
@@ -1367,6 +1380,10 @@ msgstr ""
1367
  msgid "Error creating attachment for the media file, please try again"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:72
1371
  msgid "The web browser on your device cannot be used to upload files."
1372
  msgstr ""
@@ -1376,298 +1393,317 @@ msgstr ""
1376
  msgid "All "
1377
  msgstr ""
1378
 
1379
- #: app/main/controllers/template/rt-template-functions.php:553
1380
- #: app/main/controllers/template/rt-template-functions.php:1214
1381
  msgid "Options"
1382
  msgstr ""
1383
 
1384
- #: app/main/controllers/template/rt-template-functions.php:643
1385
  msgid "There are no comments on this media yet."
1386
  msgstr ""
1387
 
1388
- #: app/main/controllers/template/rt-template-functions.php:672
1389
  msgid "Delete Comment"
1390
  msgstr ""
1391
 
1392
- #: app/main/controllers/template/rt-template-functions.php:863
1393
  msgid "Video Thumbnail"
1394
  msgstr ""
1395
 
1396
- #: app/main/controllers/template/rt-template-functions.php:971
1397
  msgid "Modify Image"
1398
  msgstr ""
1399
 
1400
- #: app/main/controllers/template/rt-template-functions.php:973
1401
  msgid "Image"
1402
  msgstr ""
1403
 
1404
- #: app/main/controllers/template/rt-template-functions.php:1015
1405
  msgid "Type Comment..."
1406
  msgstr ""
1407
 
1408
- #: app/main/controllers/template/rt-template-functions.php:1018
1409
  #: templates/media/media-single.php:71 templates/media/media-single.php:110
1410
  msgid "Comment"
1411
  msgstr ""
1412
 
1413
- #: app/main/controllers/template/rt-template-functions.php:1053
1414
- #: app/main/controllers/template/rt-template-functions.php:1060
1415
  msgid "Delete Media"
1416
  msgstr ""
1417
 
1418
- #: app/main/controllers/template/rt-template-functions.php:1163
1419
  msgid "Profile Albums"
1420
  msgstr ""
1421
 
1422
- #: app/main/controllers/template/rt-template-functions.php:1165
1423
- #: app/main/controllers/template/rt-template-functions.php:1196
1424
  msgid "Group Albums"
1425
  msgstr ""
1426
 
1427
- #: app/main/controllers/template/rt-template-functions.php:1269
1428
- #: app/main/controllers/template/rt-template-functions.php:1282
1429
  msgid "Create New Album"
1430
  msgstr ""
1431
 
1432
- #: app/main/controllers/template/rt-template-functions.php:1269
1433
  msgid "Add Album"
1434
  msgstr ""
1435
 
1436
- #: app/main/controllers/template/rt-template-functions.php:1284
1437
  msgid "Album Title : "
1438
  msgstr ""
1439
 
1440
- #: app/main/controllers/template/rt-template-functions.php:1320
1441
- #: app/main/controllers/template/rt-template-functions.php:1325
1442
- #: app/main/controllers/template/rt-template-functions.php:1377
1443
  msgid "Merge Album"
1444
  msgstr ""
1445
 
1446
- #: app/main/controllers/template/rt-template-functions.php:1322
1447
  msgid "Select Album to merge with : "
1448
  msgstr ""
1449
 
1450
- #: app/main/controllers/template/rt-template-functions.php:1369
1451
  msgid "Delete Album"
1452
  msgstr ""
1453
 
1454
- #: app/main/controllers/template/rt-template-functions.php:1402
1455
  msgid "Merge"
1456
  msgstr ""
1457
 
1458
- #: app/main/controllers/template/rt-template-functions.php:1446
1459
- #: app/main/controllers/upload/RTMediaUploadView.php:61
1460
  msgid "Privacy : "
1461
  msgstr ""
1462
 
1463
- #: app/main/controllers/template/rt-template-functions.php:1587
1464
  msgid "people like this"
1465
  msgstr ""
1466
 
1467
- #: app/main/controllers/template/rt-template-functions.php:1597
1468
- #: app/main/controllers/template/rt-template-functions.php:1600
1469
  msgid "Upload Media"
1470
  msgstr ""
1471
 
1472
- #: app/main/controllers/template/rt-template-functions.php:1664
1473
  msgid "Reasons to buy rtMedia-PRO"
1474
  msgstr ""
1475
 
1476
- #: app/main/controllers/template/rt-template-functions.php:1669
1477
  msgid "RSS Feed/Podcasting Support"
1478
  msgstr ""
1479
 
1480
- #: app/main/controllers/template/rt-template-functions.php:1670
1481
  msgid ""
1482
  "You can consume rtMedia uploads from iTunes as well as any feed-reader/"
1483
  "podcasting software."
1484
  msgstr ""
1485
 
1486
- #: app/main/controllers/template/rt-template-functions.php:1676
1487
  msgid "WordPress Comment Attachment"
1488
  msgstr ""
1489
 
1490
- #: app/main/controllers/template/rt-template-functions.php:1677
1491
  msgid "You can attach files to WordPress comments."
1492
  msgstr ""
1493
 
1494
- #: app/main/controllers/template/rt-template-functions.php:1683
1495
  msgid "bbPress Attachment"
1496
  msgstr ""
1497
 
1498
- #: app/main/controllers/template/rt-template-functions.php:1684
1499
  msgid "You can attach files to bbPress topic and reply."
1500
  msgstr ""
1501
 
1502
- #: app/main/controllers/template/rt-template-functions.php:1690
1503
  msgid "Document Support"
1504
  msgstr ""
1505
 
1506
- #: app/main/controllers/template/rt-template-functions.php:1691
1507
  msgid ""
1508
  "You can add, view and download documents like txt, doc, pdf, also add and "
1509
  "upload other file types like zip, tar and tar.gz etc."
1510
  msgstr ""
1511
 
1512
- #: app/main/controllers/template/rt-template-functions.php:1697
1513
  msgid "CubePoints & MyCRED Integration"
1514
  msgstr ""
1515
 
1516
- #: app/main/controllers/template/rt-template-functions.php:1698
1517
  msgid ""
1518
  "Integrating CubePoints/myCRED with rtMedia, you can reward users with "
1519
  "virtual points on rtMedia activities."
1520
  msgstr ""
1521
 
1522
- #: app/main/controllers/template/rt-template-functions.php:1704
1523
  msgid "Album Privacy"
1524
  msgstr ""
1525
 
1526
- #: app/main/controllers/template/rt-template-functions.php:1705
1527
  msgid ""
1528
  "This will allow you to set album privacy while creating albums or change "
1529
  "album privacy with editing albums too."
1530
  msgstr ""
1531
 
1532
- #: app/main/controllers/template/rt-template-functions.php:1711
1533
  msgid "Audio Playlist"
1534
  msgstr ""
1535
 
1536
- #: app/main/controllers/template/rt-template-functions.php:1712
1537
  msgid ""
1538
  "With this feature you can create your audio playlists and listen to your "
1539
  "favorite music at will."
1540
  msgstr ""
1541
 
1542
- #: app/main/controllers/template/rt-template-functions.php:1718
1543
  msgid "Report Button & Moderation Tools"
1544
  msgstr ""
1545
 
1546
- #: app/main/controllers/template/rt-template-functions.php:1719
1547
  msgid ""
1548
  "Users can report media if they find it offensive. Set number of reports to "
1549
  "automatically take down media."
1550
  msgstr ""
1551
 
1552
- #: app/main/controllers/template/rt-template-functions.php:1725
1553
  msgid "Download Button For Media"
1554
  msgstr ""
1555
 
1556
- #: app/main/controllers/template/rt-template-functions.php:1726
1557
  msgid ""
1558
  "Users can download photos, videos and music. Admin has option to allow "
1559
  "download the media."
1560
  msgstr ""
1561
 
1562
- #: app/main/controllers/template/rt-template-functions.php:1732
1563
  msgid "Sidebar widgets"
1564
  msgstr ""
1565
 
1566
- #: app/main/controllers/template/rt-template-functions.php:1733
1567
  msgid ""
1568
  "These will let you display a gallery or an uploader in a sidebar. Several of "
1569
  "them can be used in a single sidebar."
1570
  msgstr ""
1571
 
1572
- #: app/main/controllers/template/rt-template-functions.php:1739
1573
  msgid "Post-editor button"
1574
  msgstr ""
1575
 
1576
- #: app/main/controllers/template/rt-template-functions.php:1740
1577
  msgid ""
1578
  "With this button, a UI appears to quickly generate shortcodes for special "
1579
  "pages like \"Editorial Picks\"."
1580
  msgstr ""
1581
 
1582
- #: app/main/controllers/template/rt-template-functions.php:1746
1583
  msgid "Star-Rating option"
1584
  msgstr ""
1585
 
1586
- #: app/main/controllers/template/rt-template-functions.php:1747
1587
  msgid ""
1588
  "Users can give up to five stars to rate media. This data can be used for "
1589
  "\"Most Rated Media\" in sidebars."
1590
  msgstr ""
1591
 
1592
- #: app/main/controllers/template/rt-template-functions.php:1753
1593
  msgid "Global Albums"
1594
  msgstr ""
1595
 
1596
- #: app/main/controllers/template/rt-template-functions.php:1754
1597
  msgid ""
1598
  "Multiple global albums can be created beforehand. One of these can be chosen "
1599
  "as the default album."
1600
  msgstr ""
1601
 
1602
- #: app/main/controllers/template/rt-template-functions.php:1760
1603
  msgid "Premium one-to-one support"
1604
  msgstr ""
1605
 
1606
- #: app/main/controllers/template/rt-template-functions.php:1761
1607
  msgid ""
1608
  "Without leaving your WordPress dashboard, you can contact us for help using "
1609
  "a support form."
1610
  msgstr ""
1611
 
1612
- #: app/main/controllers/template/rt-template-functions.php:1767
1613
  msgid "Premium & Open-Source"
1614
  msgstr ""
1615
 
1616
- #: app/main/controllers/template/rt-template-functions.php:1768
1617
  msgid ""
1618
  "Developers get full control over rtMedia-PRO's source. They'll get access to "
1619
  msgstr ""
1620
 
1621
- #: app/main/controllers/template/rt-template-functions.php:1774
1622
  msgid "Upgrade to rtMedia PRO Now "
1623
  msgstr ""
1624
 
1625
- #: app/main/controllers/template/rt-template-functions.php:1787
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1626
  msgid "Empowering your community with "
1627
  msgstr ""
1628
 
1629
- #: app/main/controllers/template/rt-template-functions.php:1788
1630
  msgid "The only complete media solution for WordPress, BuddyPress and bbPress"
1631
  msgstr ""
1632
 
1633
- #: app/main/controllers/template/rt-template-functions.php:1802
1634
  msgid "Close (Esc)"
1635
  msgstr ""
1636
 
1637
- #: app/main/controllers/template/rt-template-functions.php:1817
1638
  msgid "Public"
1639
  msgstr ""
1640
 
1641
- #: app/main/controllers/template/rt-template-functions.php:1821
1642
  msgid "All members"
1643
  msgstr ""
1644
 
1645
- #: app/main/controllers/template/rt-template-functions.php:1825
1646
  msgid "Your friends"
1647
  msgstr ""
1648
 
1649
- #: app/main/controllers/template/rt-template-functions.php:1829
1650
  msgid "Only you"
1651
  msgstr ""
1652
 
1653
- #: app/main/controllers/template/rt-template-functions.php:1833
1654
  msgid "Blocked Temperorily"
1655
  msgstr ""
1656
 
1657
- #: app/main/controllers/template/rt-template-functions.php:1863
1658
- msgid "second"
1659
- msgstr ""
1660
-
1661
- #: app/main/controllers/template/rt-template-functions.php:1863
1662
- msgid "minute"
1663
- msgstr ""
1664
-
1665
- #: app/main/controllers/template/rt-template-functions.php:1863
1666
- msgid "hour"
1667
  msgstr ""
1668
 
1669
- #: app/main/controllers/template/rt-template-functions.php:1878
1670
- msgid "ago "
1671
  msgstr ""
1672
 
1673
  #: app/main/controllers/template/RTMediaTemplate.php:125
@@ -1694,36 +1730,36 @@ msgstr ""
1694
  msgid "Album "
1695
  msgstr ""
1696
 
1697
- #: app/main/controllers/upload/RTMediaUploadView.php:66
1698
- #: app/main/controllers/upload/RTMediaUploadView.php:80
1699
  msgid "File Upload"
1700
  msgstr ""
1701
 
1702
- #: app/main/controllers/upload/RTMediaUploadView.php:71
1703
  msgid "Select your files"
1704
  msgstr ""
1705
 
1706
- #: app/main/controllers/upload/RTMediaUploadView.php:72
1707
  msgid "or"
1708
  msgstr ""
1709
 
1710
- #: app/main/controllers/upload/RTMediaUploadView.php:72
1711
  msgid "Drop your files here"
1712
  msgstr ""
1713
 
1714
- #: app/main/controllers/upload/RTMediaUploadView.php:73
1715
  msgid "Start upload"
1716
  msgstr ""
1717
 
1718
- #: app/main/controllers/upload/RTMediaUploadView.php:80
1719
  msgid "Attach Files"
1720
  msgstr ""
1721
 
1722
- #: app/main/controllers/upload/RTMediaUploadView.php:80
1723
  msgid "Upload will start only after you enter content and click Post Update."
1724
  msgstr ""
1725
 
1726
- #: app/main/controllers/upload/RTMediaUploadView.php:83
1727
  msgid "Insert from URL"
1728
  msgstr ""
1729
 
@@ -1987,8 +2023,10 @@ msgstr ""
1987
  msgid "Next"
1988
  msgstr ""
1989
 
1990
- #: templates/media/album-gallery.php:48
1991
- msgid "Oops !! No album found for the request !!"
 
 
1992
  msgstr ""
1993
 
1994
  #: templates/media/album-single-edit.php:12
@@ -2041,9 +2079,7 @@ msgstr ""
2041
  msgid "Load more"
2042
  msgstr ""
2043
 
2044
- #: templates/media/media-gallery.php:59
2045
- #: templates/media/media-single-edit.php:62
2046
- #: templates/media/media-single.php:128
2047
  msgid "Oops !! There's no media found for the request !!"
2048
  msgstr ""
2049
 
@@ -2055,6 +2091,6 @@ msgstr ""
2055
  msgid "Back"
2056
  msgstr ""
2057
 
2058
- #: templates/media/media-single-edit.php:57
2059
- msgid "Oops !! You do not have rights to edit this media"
2060
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: BuddyPress Media\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-03 22:58+0530\n"
6
+ "PO-Revision-Date: 2014-01-03 22:58+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.6.3\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: app/admin/RTMediaAdmin.php:100 app/admin/RTMediaAdmin.php:110
19
  msgid "rtMedia:"
20
  msgstr ""
21
 
22
+ #: app/admin/RTMediaAdmin.php:100
23
  msgid " You must "
24
  msgstr ""
25
 
26
+ #: app/admin/RTMediaAdmin.php:100
27
  msgid "update permalink structure"
28
  msgstr ""
29
 
30
+ #: app/admin/RTMediaAdmin.php:100
31
  msgid " to something other than the default for it to work."
32
  msgstr ""
33
 
34
+ #: app/admin/RTMediaAdmin.php:110
35
  msgid ""
36
  "Please update all premium add-ons that you had purchased from rtCamp from "
37
  "your "
38
  msgstr ""
39
 
40
+ #: app/admin/RTMediaAdmin.php:110
41
  msgid "account"
42
  msgstr ""
43
 
44
+ #: app/admin/RTMediaAdmin.php:173
45
  msgid "rtMedia Pro is released"
46
  msgstr ""
47
 
48
+ #: app/admin/RTMediaAdmin.php:185
49
  msgid "Media Stats"
50
  msgstr ""
51
 
52
+ #: app/admin/RTMediaAdmin.php:209
53
  msgid "Usage Stats"
54
  msgstr ""
55
 
56
+ #: app/admin/RTMediaAdmin.php:217
57
  msgid "Total "
58
  msgstr ""
59
 
60
+ #: app/admin/RTMediaAdmin.php:225
61
  msgid "With Media"
62
  msgstr ""
63
 
64
+ #: app/admin/RTMediaAdmin.php:233
65
  msgid "Comments "
66
  msgstr ""
67
 
68
+ #: app/admin/RTMediaAdmin.php:241
69
  #: app/main/controllers/media/RTMediaLike.php:18
70
  msgid "Likes"
71
  msgstr ""
72
 
73
+ #: app/admin/RTMediaAdmin.php:249
74
  msgid "Homepage"
75
  msgstr ""
76
 
77
+ #: app/admin/RTMediaAdmin.php:249
78
  msgid "Free Support"
79
  msgstr ""
80
 
81
+ #: app/admin/RTMediaAdmin.php:249
82
  msgid "Premium Addons"
83
  msgstr ""
84
 
85
+ #: app/admin/RTMediaAdmin.php:259
86
  msgid "Right Now in rtMedia"
87
  msgstr ""
88
 
89
+ #: app/admin/RTMediaAdmin.php:293 app/admin/RTMediaAdmin.php:441
90
  msgid "Regenerate Thumbnail"
91
  msgstr ""
92
 
93
+ #: app/admin/RTMediaAdmin.php:314 app/admin/RTMediaAdmin.php:775
94
+ #: app/admin/RTMediaAdmin.php:776
95
  msgid "rtMedia"
96
  msgstr ""
97
 
98
+ #: app/admin/RTMediaAdmin.php:320 app/admin/RTMediaAdmin.php:323
99
+ #: app/admin/RTMediaAdmin.php:430 app/admin/RTMediaAdmin.php:797
100
  msgid "Settings"
101
  msgstr ""
102
 
103
+ #: app/admin/RTMediaAdmin.php:330 app/admin/RTMediaAdmin.php:333
104
+ #: app/admin/RTMediaAdmin.php:431 app/admin/RTMediaAdmin.php:802
105
  msgid "Addons"
106
  msgstr ""
107
 
108
+ #: app/admin/RTMediaAdmin.php:340 app/admin/RTMediaAdmin.php:343
109
+ #: app/admin/RTMediaAdmin.php:432 app/admin/RTMediaAdmin.php:807
110
+ #: app/helper/RTMediaSettings.php:131
111
  msgid "Support"
112
  msgstr ""
113
 
114
+ #: app/admin/RTMediaAdmin.php:382
115
  msgid "ON"
116
  msgstr ""
117
 
118
+ #: app/admin/RTMediaAdmin.php:383
119
  msgid "OFF"
120
  msgstr ""
121
 
122
+ #: app/admin/RTMediaAdmin.php:395
123
  msgid "Please do not refresh this page."
124
  msgstr ""
125
 
126
+ #: app/admin/RTMediaAdmin.php:396
127
  msgid ""
128
  "Something went wronng. Please <a href onclick=\"location.reload();"
129
  "\">refresh</a> page."
130
  msgstr ""
131
 
132
+ #: app/admin/RTMediaAdmin.php:397
133
  msgid "This will subscribe you to the free plan."
134
  msgstr ""
135
 
136
+ #: app/admin/RTMediaAdmin.php:398
137
  msgid ""
138
  "Are you sure you want to disable the encoding service? Make sure you note "
139
  "your api key before disabling it incase you want to activate it in future."
140
  msgstr ""
141
 
142
+ #: app/admin/RTMediaAdmin.php:433 app/admin/RTMediaAdmin.php:817
143
+ msgid "Theme"
144
+ msgstr ""
145
+
146
+ #: app/admin/RTMediaAdmin.php:434 app/admin/RTMediaAdmin.php:822
147
+ msgid "Hire Us"
148
+ msgstr ""
149
+
150
+ #: app/admin/RTMediaAdmin.php:436
151
+ #: app/main/controllers/template/rt-template-functions.php:1660
152
  msgid "Premium"
153
  msgstr ""
154
 
155
+ #: app/admin/RTMediaAdmin.php:436
156
  msgid "Premium "
157
  msgstr ""
158
 
159
+ #: app/admin/RTMediaAdmin.php:441
160
  msgid "Regen. Thumbnail "
161
  msgstr ""
162
 
163
+ #: app/admin/RTMediaAdmin.php:454
164
  msgid "Regenerate Video Thumbnails"
165
  msgstr ""
166
 
167
+ #: app/admin/RTMediaAdmin.php:471
168
  msgid "Regenerate Pending Thumbnails"
169
  msgstr ""
170
 
171
+ #: app/admin/RTMediaAdmin.php:479
172
  msgid "Total Videos"
173
  msgstr ""
174
 
175
+ #: app/admin/RTMediaAdmin.php:480
176
  msgid "Sent of regenerate thumbails"
177
  msgstr ""
178
 
179
+ #: app/admin/RTMediaAdmin.php:481
180
  msgid "Fail to regenerate thumbails"
181
  msgstr ""
182
 
183
+ #: app/admin/RTMediaAdmin.php:523
184
  msgid "Regenerate Video Thumbnails Done"
185
  msgstr ""
186
 
187
+ #: app/admin/RTMediaAdmin.php:558
188
  #, php-format
189
  msgid ""
190
  "You have total %s videos without thumbnails. Click <a href='%s'> here </a> "
192
  "onclick='rtmedia_hide_video_thumb_notice()' style='float:right'>Hide</a>"
193
  msgstr ""
194
 
195
+ #: app/admin/RTMediaAdmin.php:609
196
  msgid "not a video ..."
197
  msgstr ""
198
 
199
+ #: app/admin/RTMediaAdmin.php:695
200
  msgid "Empowering The Web With WordPress"
201
  msgstr ""
202
 
203
+ #: app/admin/RTMediaAdmin.php:724
204
  msgid "Save Settings"
205
  msgstr ""
206
 
207
+ #: app/admin/RTMediaAdmin.php:882
208
  msgid "rtMedia General"
209
  msgstr ""
210
 
211
+ #: app/admin/RTMediaAdmin.php:883
212
  msgid "General"
213
  msgstr ""
214
 
215
+ #: app/admin/RTMediaAdmin.php:889
216
  msgid "rtMedia Types"
217
  msgstr ""
218
 
219
+ #: app/admin/RTMediaAdmin.php:890
220
  msgid "Types"
221
  msgstr ""
222
 
223
+ #: app/admin/RTMediaAdmin.php:897
224
  msgid "rtMedia Sizes"
225
  msgstr ""
226
 
227
+ #: app/admin/RTMediaAdmin.php:898
228
  msgid "Sizes"
229
  msgstr ""
230
 
231
+ #: app/admin/RTMediaAdmin.php:905
232
  msgid "rtMedia Privacy"
233
  msgstr ""
234
 
235
+ #: app/admin/RTMediaAdmin.php:906
236
  #: app/main/controllers/privacy/RTMediaPrivacy.php:268
237
  msgid "Privacy"
238
  msgstr ""
239
 
240
+ #: app/admin/RTMediaAdmin.php:913
241
  msgid "rtMedia BuddyPress"
242
  msgstr ""
243
 
244
+ #: app/admin/RTMediaAdmin.php:914
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
248
+ #: app/admin/RTMediaAdmin.php:921
249
  msgid "rtMedia Custom CSS"
250
  msgstr ""
251
 
252
+ #: app/admin/RTMediaAdmin.php:922
253
  msgid "Custom CSS"
254
  msgstr ""
255
 
256
+ #: app/admin/RTMediaAdmin.php:1027
257
  #, php-format
258
  msgid "I use @buddypressmedia http://goo.gl/8Upmv on %s"
259
  msgstr ""
260
 
261
+ #: app/admin/RTMediaAdmin.php:1031
262
  msgid "Tweet : "
263
  msgstr ""
264
 
265
+ #: app/admin/RTMediaAdmin.php:1031
266
  msgid "Post to Twitter Now"
267
  msgstr ""
268
 
269
+ #: app/admin/RTMediaAdmin.php:1031
270
  msgid "Post to Twitter"
271
  msgstr ""
272
 
273
+ #: app/admin/RTMediaAdmin.php:1032
274
  msgid "Share : "
275
  msgstr ""
276
 
277
+ #: app/admin/RTMediaAdmin.php:1032
278
  msgid "Share on Facebook Now"
279
  msgstr ""
280
 
281
+ #: app/admin/RTMediaAdmin.php:1032
282
  msgid "Share on Facebook"
283
  msgstr ""
284
 
285
+ #: app/admin/RTMediaAdmin.php:1033
286
  msgid "Rate : "
287
  msgstr ""
288
 
289
+ #: app/admin/RTMediaAdmin.php:1033
290
  msgid "Rate rtMedia on Wordpress.org"
291
  msgstr ""
292
 
293
+ #: app/admin/RTMediaAdmin.php:1033
294
  msgid "Rate on Wordpress.org"
295
  msgstr ""
296
 
297
+ #: app/admin/RTMediaAdmin.php:1034
298
  msgid "Feeds : "
299
  msgstr ""
300
 
301
+ #: app/admin/RTMediaAdmin.php:1034
302
  msgid "Subscribe to our feeds"
303
  msgstr ""
304
 
305
+ #: app/admin/RTMediaAdmin.php:1034
306
  msgid "Subscribe to our Feeds"
307
  msgstr ""
308
 
309
+ #: app/admin/RTMediaAdmin.php:1035
310
  msgid "Add a link to rtMedia plugin in footer"
311
  msgstr ""
312
 
313
+ #: app/admin/RTMediaAdmin.php:1035
314
  msgid "Add link to footer"
315
  msgstr ""
316
 
317
+ #: app/admin/RTMediaAdmin.php:1041
318
  msgid "Spread the Word"
319
  msgstr ""
320
 
321
+ #: app/admin/RTMediaAdmin.php:1073 app/admin/RTMediaAdmin.php:1076
322
  msgid "Subscribe"
323
  msgstr ""
324
 
325
+ #: app/admin/RTMediaAdmin.php:1098
326
  msgid "Thank you for your time."
327
  msgstr ""
328
 
329
+ #: app/admin/RTMediaAdmin.php:1110
330
  msgid "Premium Add-ons"
331
  msgstr ""
332
 
333
+ #: app/admin/RTMediaAdmin.php:1124
334
  #, php-format
335
  msgid ""
336
  "You have images enabled on rtMedia but your network allowed filetypes does "
338
  "settings manually."
339
  msgstr ""
340
 
341
+ #: app/admin/RTMediaAdmin.php:1125 app/admin/RTMediaAdmin.php:1136
342
+ #: app/admin/RTMediaAdmin.php:1145
343
  msgid "Recommended"
344
  msgstr ""
345
 
346
+ #: app/admin/RTMediaAdmin.php:1125 app/admin/RTMediaAdmin.php:1136
347
+ #: app/admin/RTMediaAdmin.php:1145
348
  msgid "Update Network Settings Automatically"
349
  msgstr ""
350
 
351
+ #: app/admin/RTMediaAdmin.php:1135
352
  #, php-format
353
  msgid ""
354
  "You have video enabled on BuddyPress Media but your network allowed "
356
  "change your settings manually."
357
  msgstr ""
358
 
359
+ #: app/admin/RTMediaAdmin.php:1144
360
  #, php-format
361
  msgid ""
362
  "You have audio enabled on BuddyPress Media but your network allowed "
364
  "change your settings manually."
365
  msgstr ""
366
 
367
+ #: app/admin/RTMediaAdmin.php:1159
368
  msgid "Network settings updated successfully."
369
  msgstr ""
370
 
371
+ #: app/admin/RTMediaAdmin.php:1262
372
  msgid "Video is sent to generate thumbnails."
373
  msgstr ""
374
 
375
+ #: app/admin/RTMediaAdmin.php:1265
376
  msgid "Video can't be sent to generate thumbnails."
377
  msgstr ""
378
 
379
+ #: app/admin/RTMediaAdmin.php:1347
380
  msgid ""
381
  "Template files of rtMedia Plugin are updated, so please update your rtMedia "
382
  "template files if you have overridden the default rtMedia templates in your "
383
  "theme."
384
  msgstr ""
385
 
386
+ #: app/admin/RTMediaAdmin.php:1348 app/importers/RTMediaMigration.php:60
387
  msgid "Hide"
388
  msgstr ""
389
 
390
  #: app/admin/RTMediaFormHandler.php:57 app/admin/RTMediaFormHandler.php:88
391
+ #: app/admin/RTMediaFormHandler.php:157 app/admin/RTMediaFormHandler.php:182
392
  msgid "Please provide \"value\" in the argument."
393
  msgstr ""
394
 
396
  msgid "Need to specify atleast to radios else use a checkbox instead"
397
  msgstr ""
398
 
399
+ #: app/admin/RTMediaFormHandler.php:209 app/main/RTMedia.php:529
400
+ #: app/main/controllers/media/RTMediaAlbum.php:53
401
+ #: app/main/controllers/media/RTMediaAlbum.php:65
402
  #: app/main/controllers/template/RTMediaNav.php:85
403
  #: app/main/controllers/template/RTMediaNav.php:157
404
  msgid "Albums"
405
  msgstr ""
406
 
407
+ #: app/admin/RTMediaFormHandler.php:215
408
  msgid "Enable Albums in rtMedia"
409
  msgstr ""
410
 
411
+ #: app/admin/RTMediaFormHandler.php:219
412
  #: app/importers/BPMediaAlbumimporter.php:111
413
  msgid "Comments"
414
  msgstr ""
415
 
416
+ #: app/admin/RTMediaFormHandler.php:224
417
  msgid "Enable Comments in rtMedia"
418
  msgstr ""
419
 
420
+ #: app/admin/RTMediaFormHandler.php:229
421
  msgid "Lightbox"
422
  msgstr ""
423
 
424
+ #: app/admin/RTMediaFormHandler.php:234
425
  msgid "Enable Lighbox on Media"
426
  msgstr ""
427
 
428
+ #: app/admin/RTMediaFormHandler.php:239
429
  msgid "Number of Media Per Page"
430
  msgstr ""
431
 
432
+ #: app/admin/RTMediaFormHandler.php:258
433
  msgid "Number of Video Thumbnails"
434
  msgstr ""
435
 
436
+ #: app/admin/RTMediaFormHandler.php:268
437
  msgid "Admin Bar Menu"
438
  msgstr ""
439
 
440
+ #: app/admin/RTMediaFormHandler.php:273
441
  msgid "Enable menu in WordPress admin bar"
442
  msgstr ""
443
 
444
+ #: app/admin/RTMediaFormHandler.php:278
445
  msgid "Allow User Data Tracking"
446
  msgstr ""
447
 
448
+ #: app/admin/RTMediaFormHandler.php:283
449
  msgid "Enable user Data tracking"
450
  msgstr ""
451
 
452
+ #: app/admin/RTMediaFormHandler.php:378 app/helper/RTMediaSettings.php:224
453
  msgid "Media Type"
454
  msgstr ""
455
 
456
+ #: app/admin/RTMediaFormHandler.php:379
457
  msgid "Allows you to upload a particular media type on your post."
458
  msgstr ""
459
 
460
+ #: app/admin/RTMediaFormHandler.php:379
461
  msgid "Allow Upload"
462
  msgstr ""
463
 
464
+ #: app/admin/RTMediaFormHandler.php:380
465
  msgid "Put a specific media as a featured content on the post."
466
  msgstr ""
467
 
468
+ #: app/admin/RTMediaFormHandler.php:380
469
  msgid "Set Featured"
470
  msgstr ""
471
 
472
+ #: app/admin/RTMediaFormHandler.php:381
473
  msgid "File extensions that can be uploaded on the website."
474
  msgstr ""
475
 
476
+ #: app/admin/RTMediaFormHandler.php:381
477
  msgid "File Extensions"
478
  msgstr ""
479
 
480
+ #: app/admin/RTMediaFormHandler.php:455
481
  msgid "Category"
482
  msgstr ""
483
 
484
+ #: app/admin/RTMediaFormHandler.php:456
485
  msgid "Entity"
486
  msgstr ""
487
 
488
+ #: app/admin/RTMediaFormHandler.php:457
489
  msgid "Width"
490
  msgstr ""
491
 
492
+ #: app/admin/RTMediaFormHandler.php:457
493
  msgid "Height"
494
  msgstr ""
495
 
496
+ #: app/admin/RTMediaFormHandler.php:457
497
  msgid "Crop"
498
  msgstr ""
499
 
500
+ #: app/admin/RTMediaFormHandler.php:508
501
  msgid ""
502
  "If you want to add some custom CSS code to the plugin and don't want to "
503
  "modify any files, then it's a good place to enter your code at this field."
504
  msgstr ""
505
 
506
+ #: app/admin/RTMediaFormHandler.php:529
507
  msgid "rtMedia default styles"
508
  msgstr ""
509
 
510
+ #: app/admin/RTMediaFormHandler.php:538
511
  msgid "Paste your CSS code"
512
  msgstr ""
513
 
514
+ #: app/admin/RTMediaFormHandler.php:557
515
  msgid "Enable Privacy"
516
  msgstr ""
517
 
518
+ #: app/admin/RTMediaFormHandler.php:566
519
  #: app/main/controllers/privacy/RTMediaPrivacy.php:251
520
  msgid "Default Privacy"
521
  msgstr ""
522
 
523
+ #: app/admin/RTMediaFormHandler.php:575
524
  msgid "User Override"
525
  msgstr ""
526
 
527
+ #: app/admin/RTMediaFormHandler.php:614
528
  msgid "Enable Media in Profile"
529
  msgstr ""
530
 
531
+ #: app/admin/RTMediaFormHandler.php:619
532
  msgid "Enable Media on BuddyPress Profile"
533
  msgstr ""
534
 
535
+ #: app/admin/RTMediaFormHandler.php:623
536
  msgid "Enable Media in Group"
537
  msgstr ""
538
 
539
+ #: app/admin/RTMediaFormHandler.php:628
540
  msgid "Enable Media on BuddyPress Groups"
541
  msgstr ""
542
 
543
+ #: app/admin/RTMediaFormHandler.php:632
544
  msgid "Enable Media in Activity"
545
  msgstr ""
546
 
547
+ #: app/admin/RTMediaFormHandler.php:637
548
  msgid "Enable Media on BuddyPress Activities"
549
  msgstr ""
550
 
551
+ #: app/admin/RTMediaFormHandler.php:642 app/admin/RTMediaFormHandler.php:647
552
  msgid "Limit items posted in activity feed"
553
  msgstr ""
554
 
655
  msgid "Posted "
656
  msgstr ""
657
 
658
+ #: app/helper/RTMediaSettings.php:101
659
  msgid "Max Video thumbnail size is "
660
  msgstr ""
661
 
662
+ #: app/helper/RTMediaSettings.php:129
663
  msgid "BuddyPress Media Addons for Photos"
664
  msgstr ""
665
 
666
+ #: app/helper/RTMediaSettings.php:185
667
  #, php-format
668
  msgid ""
669
  "Currently your network allows uploading of the following file types. You can "
670
  "change the settings <a href=\"%s\">here</a>.<br /><code>%s</code></span>"
671
  msgstr ""
672
 
673
+ #: app/helper/RTMediaSettings.php:203 app/helper/RTMediaSettings.php:205
674
  msgid "Recounting of media files done successfully"
675
  msgstr ""
676
 
677
+ #: app/helper/RTMediaSettings.php:205
678
  msgid "Recount Success"
679
  msgstr ""
680
 
681
+ #: app/helper/RTMediaSettings.php:208 app/helper/RTMediaSettings.php:210
682
  msgid "Recounting Failed"
683
  msgstr ""
684
 
685
+ #: app/helper/RTMediaSettings.php:210
686
  msgid "Recount Fail"
687
  msgstr ""
688
 
689
+ #: app/helper/RTMediaSettings.php:222 app/helper/RTMediaSettings.php:224
690
  msgid "Atleast one Media Type Must be selected"
691
  msgstr ""
692
 
693
+ #: app/helper/RTMediaSettings.php:231 app/helper/RTMediaSettings.php:233
694
  msgid "\"Number of media\" count value should be numeric and greater than 0."
695
  msgstr ""
696
 
697
+ #: app/helper/RTMediaSettings.php:233
698
  msgid "Default Count"
699
  msgstr ""
700
 
701
+ #: app/helper/RTMediaSettings.php:237
702
  msgid "Settings saved."
703
  msgstr ""
704
 
705
+ #: app/helper/RTMediaSettings.php:252
706
  #, php-format
707
  msgid ""
708
  "If you make changes to width, height or crop settings, you must use \"<a "
709
  "href=\"%s\">Regenerate Thumbnail Plugin</a>\" to regenerate old images.\""
710
  msgstr ""
711
 
712
+ #: app/helper/RTMediaSettings.php:272
713
  msgid "BuddyPress Media 2.6 requires a database upgrade. "
714
  msgstr ""
715
 
716
+ #: app/helper/RTMediaSettings.php:273
717
  msgid "Update Database"
718
  msgstr ""
719
 
720
+ #: app/helper/RTMediaSettings.php:281 app/helper/RTMediaSupport.php:347
721
  msgid ""
722
  "If your site has some issues due to BuddyPress Media and you want one on one "
723
  "support then you can create a support topic on the <a target=\"_blank\" href="
726
  "\">rtCamp Support Forum</a>."
727
  msgstr ""
728
 
729
+ #: app/helper/RTMediaSettings.php:282 app/helper/RTMediaSupport.php:348
730
  msgid ""
731
  "If you have any suggestions, enhancements or bug reports, then you can open "
732
  "a new issue on <a target=\"_blank\" href=\"https://github.com/rtCamp/"
777
  msgstr ""
778
 
779
  #: app/helper/RTMediaSupport.php:311
780
+ #: app/main/controllers/template/rt-template-functions.php:1808
781
  msgid "here"
782
  msgstr ""
783
 
945
  msgid "Users"
946
  msgstr ""
947
 
948
+ #: app/importers/BPMediaAlbumimporter.php:91 app/main/RTMedia.php:511
949
  msgid "Media"
950
  msgstr ""
951
 
1074
  msgid "No time remaining."
1075
  msgstr ""
1076
 
1077
+ #: app/main/RTMedia.php:251
1078
  msgid "Photo"
1079
  msgstr ""
1080
 
1081
+ #: app/main/RTMedia.php:252
1082
  msgid "Photos"
1083
  msgstr ""
1084
 
1085
+ #: app/main/RTMedia.php:260
1086
  msgid "Video"
1087
  msgstr ""
1088
 
1089
+ #: app/main/RTMedia.php:261
1090
  msgid "Videos"
1091
  msgstr ""
1092
 
1093
+ #: app/main/RTMedia.php:269 app/main/RTMedia.php:270
1094
  msgid "Music"
1095
  msgstr ""
1096
 
1097
+ #: app/main/RTMedia.php:357
1098
  msgid "<strong>Private</strong> - Visible only to the user"
1099
  msgstr ""
1100
 
1101
+ #: app/main/RTMedia.php:358
1102
  msgid "<strong>Friends</strong> - Visible to user's friends"
1103
  msgstr ""
1104
 
1105
+ #: app/main/RTMedia.php:359
1106
  msgid "<strong>Users</strong> - Visible to registered users"
1107
  msgstr ""
1108
 
1109
+ #: app/main/RTMedia.php:360
1110
  msgid "<strong>Public</strong> - Visible to the world"
1111
  msgstr ""
1112
 
1113
+ #: app/main/RTMedia.php:517 app/main/controllers/template/RTMediaNav.php:136
1114
  msgid "All"
1115
  msgstr ""
1116
 
1117
+ #: app/main/RTMedia.php:526 app/main/controllers/media/RTMediaAlbum.php:54
1118
  msgid "Album"
1119
  msgstr ""
1120
 
1121
+ #: app/main/RTMedia.php:537
1122
+ #: app/main/controllers/template/rt-template-functions.php:1614
1123
+ #: app/main/controllers/template/rt-template-functions.php:1617
1124
  msgid "Upload"
1125
  msgstr ""
1126
 
1127
+ #: app/main/RTMedia.php:541
1128
  msgid "Wall Post"
1129
  msgstr ""
1130
 
1131
+ #: app/main/RTMedia.php:729
1132
  msgid "Wall Posts"
1133
  msgstr ""
1134
 
1135
+ #: app/main/RTMedia.php:769
1136
  msgid ": Can't Create Database table. Please check create table permission."
1137
  msgstr ""
1138
 
1139
+ #: app/main/RTMedia.php:803
1140
  msgid "Loading media"
1141
  msgstr ""
1142
 
1143
+ #: app/main/RTMedia.php:804
1144
  msgid "Please enter some content to post."
1145
  msgstr ""
1146
 
1147
+ #: app/main/RTMedia.php:805
1148
  msgid "Empty Comment is not allowed."
1149
  msgstr ""
1150
 
1151
+ #: app/main/RTMedia.php:806
1152
  msgid "Are you sure you want to delete this media?"
1153
  msgstr ""
1154
 
1155
+ #: app/main/RTMedia.php:807
1156
  msgid "Are you sure you want to delete this comment?"
1157
  msgstr ""
1158
 
1159
+ #: app/main/RTMedia.php:808
1160
  msgid "Are you sure you want to delete this Album?"
1161
  msgstr ""
1162
 
1163
+ #: app/main/RTMedia.php:809
1164
  msgid "Drop files here"
1165
  msgstr ""
1166
 
1167
+ #: app/main/RTMedia.php:810
1168
  msgid "album created successfully."
1169
  msgstr ""
1170
 
1171
+ #: app/main/RTMedia.php:811
1172
  msgid "Something went wrong. Please try again."
1173
  msgstr ""
1174
 
1175
+ #: app/main/RTMedia.php:812
1176
  msgid "Enter an album name."
1177
  msgstr ""
1178
 
1179
+ #: app/main/RTMedia.php:813
1180
  msgid "Max file Size Limit : "
1181
  msgstr ""
1182
 
1183
+ #: app/main/RTMedia.php:814
1184
  msgid "Allowed File Formats"
1185
  msgstr ""
1186
 
1187
+ #: app/main/RTMedia.php:815 templates/media/album-single-edit.php:54
1188
  msgid "Select All Visible"
1189
  msgstr ""
1190
 
1191
+ #: app/main/RTMedia.php:816
1192
  msgid "Unselect All Visible"
1193
  msgstr ""
1194
 
1195
+ #: app/main/RTMedia.php:817
1196
  msgid "Please select some media."
1197
  msgstr ""
1198
 
1199
+ #: app/main/RTMedia.php:818
1200
  msgid "Are you sure you want to delete the selected medias?"
1201
  msgstr ""
1202
 
1203
+ #: app/main/RTMedia.php:819
1204
  msgid "Are you sure you want to move the selected medias?"
1205
  msgstr ""
1206
 
1207
+ #: app/main/RTMedia.php:820
1208
  msgid "Waiting"
1209
  msgstr ""
1210
 
1211
+ #: app/main/RTMedia.php:821
1212
  msgid "Uploaded"
1213
  msgstr ""
1214
 
1215
+ #: app/main/RTMedia.php:822
1216
  msgid "Uploading"
1217
  msgstr ""
1218
 
1219
+ #: app/main/RTMedia.php:823
1220
  msgid "Failed"
1221
  msgstr ""
1222
 
1223
+ #: app/main/RTMedia.php:824
1224
  msgid "Close"
1225
  msgstr ""
1226
 
1227
+ #: app/main/RTMedia.php:825
1228
+ #: app/main/controllers/template/rt-template-functions.php:585
1229
+ #: app/main/controllers/template/rt-template-functions.php:606
1230
  msgid "Edit"
1231
  msgstr ""
1232
 
1233
+ #: app/main/RTMedia.php:826
1234
+ #: app/main/controllers/template/rt-template-functions.php:1063
1235
+ #: app/main/controllers/template/rt-template-functions.php:1070
1236
  #: templates/media/album-single-edit.php:56
1237
  msgid "Delete"
1238
  msgstr ""
1239
 
1240
+ #: app/main/RTMedia.php:827 templates/media/media-single-edit.php:13
1241
  msgid "Edit Media"
1242
  msgstr ""
1243
 
1244
+ #: app/main/RTMedia.php:828
1245
  msgid "Remove from queue"
1246
  msgstr ""
1247
 
1248
+ #: app/main/RTMedia.php:829
1249
  msgid "Add more files"
1250
  msgstr ""
1251
 
1252
+ #: app/main/RTMedia.php:830
1253
  msgid "File not supported"
1254
  msgstr ""
1255
 
1256
+ #: app/main/RTMedia.php:831
1257
  msgid "more"
1258
  msgstr ""
1259
 
1260
+ #: app/main/RTMedia.php:832
1261
  msgid "less"
1262
  msgstr ""
1263
 
1264
+ #: app/main/RTMedia.php:833
1265
  msgid "This media is uploaded. Are you sure you want to delete this media?"
1266
  msgstr ""
1267
 
1314
  "\t home screen."
1315
  msgstr ""
1316
 
1317
+ #: app/main/controllers/media/RTMediaAlbum.php:55
1318
  msgid "Create"
1319
  msgstr ""
1320
 
1321
+ #: app/main/controllers/media/RTMediaAlbum.php:56
1322
+ #: app/main/controllers/template/rt-template-functions.php:1300
1323
  msgid "Create Album"
1324
  msgstr ""
1325
 
1326
+ #: app/main/controllers/media/RTMediaAlbum.php:57
1327
+ #: app/main/controllers/template/rt-template-functions.php:1378
1328
  msgid "Edit Album"
1329
  msgstr ""
1330
 
1331
+ #: app/main/controllers/media/RTMediaAlbum.php:58
1332
  msgid "New Album"
1333
  msgstr ""
1334
 
1335
+ #: app/main/controllers/media/RTMediaAlbum.php:59
1336
  msgid "All Albums"
1337
  msgstr ""
1338
 
1339
+ #: app/main/controllers/media/RTMediaAlbum.php:60
1340
  msgid "View Album"
1341
  msgstr ""
1342
 
1343
+ #: app/main/controllers/media/RTMediaAlbum.php:61
1344
  msgid "Search Albums"
1345
  msgstr ""
1346
 
1347
+ #: app/main/controllers/media/RTMediaAlbum.php:62
1348
  msgid "No album found"
1349
  msgstr ""
1350
 
1351
+ #: app/main/controllers/media/RTMediaAlbum.php:63
1352
  msgid "No album found in Trash"
1353
  msgstr ""
1354
 
1355
+ #: app/main/controllers/media/RTMediaAlbum.php:64
1356
+ msgid "Parent"
1357
+ msgstr ""
1358
+
1359
+ #: app/main/controllers/media/RTMediaAlbum.php:151
1360
  msgid "Untitled Album"
1361
  msgstr ""
1362
 
1380
  msgid "Error creating attachment for the media file, please try again"
1381
  msgstr ""
1382
 
1383
+ #: app/main/controllers/shortcodes/RTMediaGalleryShortcode.php:166
1384
+ msgid "You do not have sufficient privileges to view this gallery"
1385
+ msgstr ""
1386
+
1387
  #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:72
1388
  msgid "The web browser on your device cannot be used to upload files."
1389
  msgstr ""
1393
  msgid "All "
1394
  msgstr ""
1395
 
1396
+ #: app/main/controllers/template/rt-template-functions.php:561
1397
+ #: app/main/controllers/template/rt-template-functions.php:1226
1398
  msgid "Options"
1399
  msgstr ""
1400
 
1401
+ #: app/main/controllers/template/rt-template-functions.php:651
1402
  msgid "There are no comments on this media yet."
1403
  msgstr ""
1404
 
1405
+ #: app/main/controllers/template/rt-template-functions.php:682
1406
  msgid "Delete Comment"
1407
  msgstr ""
1408
 
1409
+ #: app/main/controllers/template/rt-template-functions.php:873
1410
  msgid "Video Thumbnail"
1411
  msgstr ""
1412
 
1413
+ #: app/main/controllers/template/rt-template-functions.php:981
1414
  msgid "Modify Image"
1415
  msgstr ""
1416
 
1417
+ #: app/main/controllers/template/rt-template-functions.php:983
1418
  msgid "Image"
1419
  msgstr ""
1420
 
1421
+ #: app/main/controllers/template/rt-template-functions.php:1025
1422
  msgid "Type Comment..."
1423
  msgstr ""
1424
 
1425
+ #: app/main/controllers/template/rt-template-functions.php:1028
1426
  #: templates/media/media-single.php:71 templates/media/media-single.php:110
1427
  msgid "Comment"
1428
  msgstr ""
1429
 
1430
+ #: app/main/controllers/template/rt-template-functions.php:1063
1431
+ #: app/main/controllers/template/rt-template-functions.php:1070
1432
  msgid "Delete Media"
1433
  msgstr ""
1434
 
1435
+ #: app/main/controllers/template/rt-template-functions.php:1175
1436
  msgid "Profile Albums"
1437
  msgstr ""
1438
 
1439
+ #: app/main/controllers/template/rt-template-functions.php:1177
1440
+ #: app/main/controllers/template/rt-template-functions.php:1208
1441
  msgid "Group Albums"
1442
  msgstr ""
1443
 
1444
+ #: app/main/controllers/template/rt-template-functions.php:1281
1445
+ #: app/main/controllers/template/rt-template-functions.php:1294
1446
  msgid "Create New Album"
1447
  msgstr ""
1448
 
1449
+ #: app/main/controllers/template/rt-template-functions.php:1281
1450
  msgid "Add Album"
1451
  msgstr ""
1452
 
1453
+ #: app/main/controllers/template/rt-template-functions.php:1296
1454
  msgid "Album Title : "
1455
  msgstr ""
1456
 
1457
+ #: app/main/controllers/template/rt-template-functions.php:1332
1458
+ #: app/main/controllers/template/rt-template-functions.php:1337
1459
+ #: app/main/controllers/template/rt-template-functions.php:1389
1460
  msgid "Merge Album"
1461
  msgstr ""
1462
 
1463
+ #: app/main/controllers/template/rt-template-functions.php:1334
1464
  msgid "Select Album to merge with : "
1465
  msgstr ""
1466
 
1467
+ #: app/main/controllers/template/rt-template-functions.php:1381
1468
  msgid "Delete Album"
1469
  msgstr ""
1470
 
1471
+ #: app/main/controllers/template/rt-template-functions.php:1414
1472
  msgid "Merge"
1473
  msgstr ""
1474
 
1475
+ #: app/main/controllers/template/rt-template-functions.php:1463
1476
+ #: app/main/controllers/upload/RTMediaUploadView.php:65
1477
  msgid "Privacy : "
1478
  msgstr ""
1479
 
1480
+ #: app/main/controllers/template/rt-template-functions.php:1604
1481
  msgid "people like this"
1482
  msgstr ""
1483
 
1484
+ #: app/main/controllers/template/rt-template-functions.php:1614
1485
+ #: app/main/controllers/template/rt-template-functions.php:1617
1486
  msgid "Upload Media"
1487
  msgstr ""
1488
 
1489
+ #: app/main/controllers/template/rt-template-functions.php:1681
1490
  msgid "Reasons to buy rtMedia-PRO"
1491
  msgstr ""
1492
 
1493
+ #: app/main/controllers/template/rt-template-functions.php:1686
1494
  msgid "RSS Feed/Podcasting Support"
1495
  msgstr ""
1496
 
1497
+ #: app/main/controllers/template/rt-template-functions.php:1687
1498
  msgid ""
1499
  "You can consume rtMedia uploads from iTunes as well as any feed-reader/"
1500
  "podcasting software."
1501
  msgstr ""
1502
 
1503
+ #: app/main/controllers/template/rt-template-functions.php:1693
1504
  msgid "WordPress Comment Attachment"
1505
  msgstr ""
1506
 
1507
+ #: app/main/controllers/template/rt-template-functions.php:1694
1508
  msgid "You can attach files to WordPress comments."
1509
  msgstr ""
1510
 
1511
+ #: app/main/controllers/template/rt-template-functions.php:1700
1512
  msgid "bbPress Attachment"
1513
  msgstr ""
1514
 
1515
+ #: app/main/controllers/template/rt-template-functions.php:1701
1516
  msgid "You can attach files to bbPress topic and reply."
1517
  msgstr ""
1518
 
1519
+ #: app/main/controllers/template/rt-template-functions.php:1707
1520
  msgid "Document Support"
1521
  msgstr ""
1522
 
1523
+ #: app/main/controllers/template/rt-template-functions.php:1708
1524
  msgid ""
1525
  "You can add, view and download documents like txt, doc, pdf, also add and "
1526
  "upload other file types like zip, tar and tar.gz etc."
1527
  msgstr ""
1528
 
1529
+ #: app/main/controllers/template/rt-template-functions.php:1714
1530
  msgid "CubePoints & MyCRED Integration"
1531
  msgstr ""
1532
 
1533
+ #: app/main/controllers/template/rt-template-functions.php:1715
1534
  msgid ""
1535
  "Integrating CubePoints/myCRED with rtMedia, you can reward users with "
1536
  "virtual points on rtMedia activities."
1537
  msgstr ""
1538
 
1539
+ #: app/main/controllers/template/rt-template-functions.php:1721
1540
  msgid "Album Privacy"
1541
  msgstr ""
1542
 
1543
+ #: app/main/controllers/template/rt-template-functions.php:1722
1544
  msgid ""
1545
  "This will allow you to set album privacy while creating albums or change "
1546
  "album privacy with editing albums too."
1547
  msgstr ""
1548
 
1549
+ #: app/main/controllers/template/rt-template-functions.php:1728
1550
  msgid "Audio Playlist"
1551
  msgstr ""
1552
 
1553
+ #: app/main/controllers/template/rt-template-functions.php:1729
1554
  msgid ""
1555
  "With this feature you can create your audio playlists and listen to your "
1556
  "favorite music at will."
1557
  msgstr ""
1558
 
1559
+ #: app/main/controllers/template/rt-template-functions.php:1735
1560
  msgid "Report Button & Moderation Tools"
1561
  msgstr ""
1562
 
1563
+ #: app/main/controllers/template/rt-template-functions.php:1736
1564
  msgid ""
1565
  "Users can report media if they find it offensive. Set number of reports to "
1566
  "automatically take down media."
1567
  msgstr ""
1568
 
1569
+ #: app/main/controllers/template/rt-template-functions.php:1742
1570
  msgid "Download Button For Media"
1571
  msgstr ""
1572
 
1573
+ #: app/main/controllers/template/rt-template-functions.php:1743
1574
  msgid ""
1575
  "Users can download photos, videos and music. Admin has option to allow "
1576
  "download the media."
1577
  msgstr ""
1578
 
1579
+ #: app/main/controllers/template/rt-template-functions.php:1749
1580
  msgid "Sidebar widgets"
1581
  msgstr ""
1582
 
1583
+ #: app/main/controllers/template/rt-template-functions.php:1750
1584
  msgid ""
1585
  "These will let you display a gallery or an uploader in a sidebar. Several of "
1586
  "them can be used in a single sidebar."
1587
  msgstr ""
1588
 
1589
+ #: app/main/controllers/template/rt-template-functions.php:1756
1590
  msgid "Post-editor button"
1591
  msgstr ""
1592
 
1593
+ #: app/main/controllers/template/rt-template-functions.php:1757
1594
  msgid ""
1595
  "With this button, a UI appears to quickly generate shortcodes for special "
1596
  "pages like \"Editorial Picks\"."
1597
  msgstr ""
1598
 
1599
+ #: app/main/controllers/template/rt-template-functions.php:1763
1600
  msgid "Star-Rating option"
1601
  msgstr ""
1602
 
1603
+ #: app/main/controllers/template/rt-template-functions.php:1764
1604
  msgid ""
1605
  "Users can give up to five stars to rate media. This data can be used for "
1606
  "\"Most Rated Media\" in sidebars."
1607
  msgstr ""
1608
 
1609
+ #: app/main/controllers/template/rt-template-functions.php:1770
1610
  msgid "Global Albums"
1611
  msgstr ""
1612
 
1613
+ #: app/main/controllers/template/rt-template-functions.php:1771
1614
  msgid ""
1615
  "Multiple global albums can be created beforehand. One of these can be chosen "
1616
  "as the default album."
1617
  msgstr ""
1618
 
1619
+ #: app/main/controllers/template/rt-template-functions.php:1777
1620
  msgid "Premium one-to-one support"
1621
  msgstr ""
1622
 
1623
+ #: app/main/controllers/template/rt-template-functions.php:1778
1624
  msgid ""
1625
  "Without leaving your WordPress dashboard, you can contact us for help using "
1626
  "a support form."
1627
  msgstr ""
1628
 
1629
+ #: app/main/controllers/template/rt-template-functions.php:1784
1630
  msgid "Premium & Open-Source"
1631
  msgstr ""
1632
 
1633
+ #: app/main/controllers/template/rt-template-functions.php:1785
1634
  msgid ""
1635
  "Developers get full control over rtMedia-PRO's source. They'll get access to "
1636
  msgstr ""
1637
 
1638
+ #: app/main/controllers/template/rt-template-functions.php:1791
1639
  msgid "Upgrade to rtMedia PRO Now "
1640
  msgstr ""
1641
 
1642
+ #: app/main/controllers/template/rt-template-functions.php:1799
1643
+ msgid "Coming Soon...!!!"
1644
+ msgstr ""
1645
+
1646
+ #: app/main/controllers/template/rt-template-functions.php:1800
1647
+ msgid ""
1648
+ "Are you a developer and want your rtMedia compatible theme to be listed "
1649
+ "here? just mail us at"
1650
+ msgstr ""
1651
+
1652
+ #: app/main/controllers/template/rt-template-functions.php:1800
1653
+ msgid "product@rtcamp.com"
1654
+ msgstr ""
1655
+
1656
+ #: app/main/controllers/template/rt-template-functions.php:1808
1657
+ msgid "Looking for some custom features with the rtMedia? Go "
1658
+ msgstr ""
1659
+
1660
+ #: app/main/controllers/template/rt-template-functions.php:1808
1661
+ msgid "Premium now"
1662
+ msgstr ""
1663
+
1664
+ #: app/main/controllers/template/rt-template-functions.php:1808
1665
+ msgid "or reach us"
1666
+ msgstr ""
1667
+
1668
+ #: app/main/controllers/template/rt-template-functions.php:1820
1669
  msgid "Empowering your community with "
1670
  msgstr ""
1671
 
1672
+ #: app/main/controllers/template/rt-template-functions.php:1821
1673
  msgid "The only complete media solution for WordPress, BuddyPress and bbPress"
1674
  msgstr ""
1675
 
1676
+ #: app/main/controllers/template/rt-template-functions.php:1835
1677
  msgid "Close (Esc)"
1678
  msgstr ""
1679
 
1680
+ #: app/main/controllers/template/rt-template-functions.php:1850
1681
  msgid "Public"
1682
  msgstr ""
1683
 
1684
+ #: app/main/controllers/template/rt-template-functions.php:1854
1685
  msgid "All members"
1686
  msgstr ""
1687
 
1688
+ #: app/main/controllers/template/rt-template-functions.php:1858
1689
  msgid "Your friends"
1690
  msgstr ""
1691
 
1692
+ #: app/main/controllers/template/rt-template-functions.php:1862
1693
  msgid "Only you"
1694
  msgstr ""
1695
 
1696
+ #: app/main/controllers/template/rt-template-functions.php:1866
1697
  msgid "Blocked Temperorily"
1698
  msgstr ""
1699
 
1700
+ #: app/main/controllers/template/rt-template-functions.php:1900
1701
+ #, php-format
1702
+ msgid "%s ago "
 
 
 
 
 
 
 
1703
  msgstr ""
1704
 
1705
+ #: app/main/controllers/template/rt-template-functions.php:1929
1706
+ msgid "d F Y "
1707
  msgstr ""
1708
 
1709
  #: app/main/controllers/template/RTMediaTemplate.php:125
1730
  msgid "Album "
1731
  msgstr ""
1732
 
1733
+ #: app/main/controllers/upload/RTMediaUploadView.php:71
1734
+ #: app/main/controllers/upload/RTMediaUploadView.php:85
1735
  msgid "File Upload"
1736
  msgstr ""
1737
 
1738
+ #: app/main/controllers/upload/RTMediaUploadView.php:76
1739
  msgid "Select your files"
1740
  msgstr ""
1741
 
1742
+ #: app/main/controllers/upload/RTMediaUploadView.php:77
1743
  msgid "or"
1744
  msgstr ""
1745
 
1746
+ #: app/main/controllers/upload/RTMediaUploadView.php:77
1747
  msgid "Drop your files here"
1748
  msgstr ""
1749
 
1750
+ #: app/main/controllers/upload/RTMediaUploadView.php:78
1751
  msgid "Start upload"
1752
  msgstr ""
1753
 
1754
+ #: app/main/controllers/upload/RTMediaUploadView.php:85
1755
  msgid "Attach Files"
1756
  msgstr ""
1757
 
1758
+ #: app/main/controllers/upload/RTMediaUploadView.php:85
1759
  msgid "Upload will start only after you enter content and click Post Update."
1760
  msgstr ""
1761
 
1762
+ #: app/main/controllers/upload/RTMediaUploadView.php:88
1763
  msgid "Insert from URL"
1764
  msgstr ""
1765
 
2023
  msgid "Next"
2024
  msgstr ""
2025
 
2026
+ #: templates/media/album-gallery.php:50
2027
+ #: templates/media/media-single-edit.php:59
2028
+ #: templates/media/media-single.php:129
2029
+ msgid "Sorry !! There's no media found for the request !!"
2030
  msgstr ""
2031
 
2032
  #: templates/media/album-single-edit.php:12
2079
  msgid "Load more"
2080
  msgstr ""
2081
 
2082
+ #: templates/media/media-gallery.php:61
 
 
2083
  msgid "Oops !! There's no media found for the request !!"
2084
  msgstr ""
2085
 
2091
  msgid "Back"
2092
  msgstr ""
2093
 
2094
+ #: templates/media/media-single-edit.php:54
2095
+ msgid "Sorry !! You do not have rights to edit this media"
2096
  msgstr ""
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.4.3
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.4.3 =
137
  * Bug fixes
138
 
@@ -656,8 +660,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
656
 
657
  == Upgrade Notice ==
658
 
659
- = 3.4.3 =
660
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fixes.
661
 
662
  == Sponsors ==
663
 
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.4.4
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.4.4 =
137
+ * Update german trasalation
138
+ * Add support in some strings translations again thanks to [jonasnick](https://github.com/jonasnick) for pull request
139
+
140
  = 3.4.3 =
141
  * Bug fixes
142
 
660
 
661
  == Upgrade Notice ==
662
 
663
+ = 3.4.4 =
664
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Add some strings in translations
665
 
666
  == Sponsors ==
667