Version Description
- Fixes a bug in admin
- Fixes text-domain issues
- Adds framework for notifications
- Adds support for Tagging Addon
- Updated translations, especially German and Persian
Download this release
Release Info
Developer | saurabhshukla |
Plugin | ![]() |
Version | 2.10.2 |
Comparing to | |
See all releases |
Code changes from version 2.10.1 to 2.10.2
- app/helper/BPMediaAddon.php +10 -0
- app/helper/BPMediaSettings.php +51 -49
- app/main/BPMediaComponent.php +13 -0
- app/main/includes/BPMediaActions.php +3 -3
- app/main/includes/BPMediaFilters.php +3 -2
- app/main/profile/BPMediaAlbumScreen.php +1 -4
- app/main/profile/BPMediaScreen.php +5 -3
- index.php +1 -1
- languages/buddypress-media-ar_AR.po +1393 -0
- languages/buddypress-media-de_DE.po +1408 -0
- languages/buddypress-media-es_ES.po +1406 -0
- languages/buddypress-media-fa_IR.po +1408 -0
- languages/buddypress-media-fr_FR.po +1399 -0
- languages/buddypress-media-it_IT.po +1396 -0
- languages/buddypress-media-ja_JA.po +1395 -0
- languages/buddypress-media-nl_NL.po +1393 -0
- languages/buddypress-media-pl_PL.po +1395 -0
- languages/buddypress-media-pt_BR.po +1404 -0
- languages/buddypress-media-ro_RO.po +1393 -0
- languages/buddypress-media-sr_SR.po +1393 -0
- languages/buddypress-media.mo +0 -0
- languages/buddypress-media.po +577 -566
- readme.txt +28 -27
app/helper/BPMediaAddon.php
CHANGED
@@ -25,6 +25,16 @@ if (!class_exists('BPMediaAddon')) {
|
|
25 |
|
26 |
public function get_addons() {
|
27 |
$addons = array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
array(
|
29 |
'title' => __('BuddyPress-Media Instagram', 'buddypress-media'),
|
30 |
'img_src' => 'http://cdn.rtcamp.com/wp-content/uploads/2013/03/BuddyPressMedia-Instagram.png',
|
25 |
|
26 |
public function get_addons() {
|
27 |
$addons = array(
|
28 |
+
array(
|
29 |
+
'title' => __('BuddyPress-Media Photo Tagging', 'buddypress-media'),
|
30 |
+
'img_src' => 'http://rtcamp.com/wp-content/uploads/2013/04/bpm-photo-tagging.png',
|
31 |
+
'product_link' => 'http://rtcamp.com/store/buddypress-media-photo-tagging/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
|
32 |
+
'desc' => '<p>' . __('BuddyPress Media Instagram adds Instagram like filters to images uploaded with BuddyPress Media.', 'buddypress-media') . '</p>
|
33 |
+
<p><strong>' . __('Important', 'buddypress-media') . ':</strong> ' . __('You need to have ImageMagick installed on your server for this addon to work.', 'buddypress-media') . '</p>',
|
34 |
+
'price' => '$19',
|
35 |
+
'demo_link' => 'http://demo.rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
|
36 |
+
'buy_now' => 'http://rtcamp.com/store/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media&add-to-cart=37506'
|
37 |
+
),
|
38 |
array(
|
39 |
'title' => __('BuddyPress-Media Instagram', 'buddypress-media'),
|
40 |
'img_src' => 'http://cdn.rtcamp.com/wp-content/uploads/2013/03/BuddyPressMedia-Instagram.png',
|
app/helper/BPMediaSettings.php
CHANGED
@@ -180,9 +180,9 @@ if (!class_exists('BPMediaSettings')) {
|
|
180 |
|
181 |
$bp_media_addon = new BPMediaAddon();
|
182 |
add_settings_section('bpm-addons', __('BuddyPress Media Addons for Audio/Video Conversion', 'buddypress-media'), array($bp_media_addon, 'get_addons'), 'bp-media-addons');
|
183 |
-
|
184 |
-
add_settings_section('bpm-support', __('Support', 'buddypress-media'), array($this,'bp_media_support_intro'), 'bp-media-support');
|
185 |
-
|
186 |
if (!BPMediaPrivacy::is_installed()) {
|
187 |
$bp_media_privacy = new BPMediaPrivacySettings();
|
188 |
add_filter('bp_media_add_sub_tabs', array($bp_media_privacy, 'ui'), 99, 2);
|
@@ -226,44 +226,44 @@ if (!class_exists('BPMediaSettings')) {
|
|
226 |
}
|
227 |
|
228 |
public function network_notices() {
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
}
|
261 |
-
|
262 |
-
public function allowed_types(){
|
263 |
$allowed_types = get_site_option('upload_filetypes', 'jpg jpeg png gif');
|
264 |
-
$allowed_types = explode(' '
|
265 |
-
$allowed_types = implode(', '
|
266 |
-
echo '<span class="description">'.sprintf(__('Currently your network allows uploading of the following file types. You can change the settings <a href="%s">here</a>.<br /><code>%s</code></span>','buddypress-media'),network_admin_url('settings.php#upload_filetypes')
|
267 |
}
|
268 |
|
269 |
/**
|
@@ -591,24 +591,26 @@ if (!class_exists('BPMediaSettings')) {
|
|
591 |
}
|
592 |
|
593 |
public function privacy_notice() {
|
594 |
-
if (
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
|
|
599 |
|
600 |
-
|
601 |
<div class="error">
|
602 |
<p>' . __('BuddyPress Media 2.6 requires a database upgrade. ', 'buddypress-media')
|
603 |
-
|
604 |
</div>
|
605 |
';
|
606 |
-
|
|
|
607 |
}
|
608 |
-
|
609 |
-
public function bp_media_support_intro(){
|
610 |
-
echo '<p>'.__('If your site has some issues due to BuddyPress Media and you want one on one support then you can create a support topic on the <a target="_blank" href="http://rtcamp.com/
|
611 |
-
echo '<p>'.__('If you have any suggestions, enhancements or bug reports, then you can open a new issue on <a target="_blank" href="https://github.com/rtCamp/buddypress-media/issues/new">GitHub</a>.','buddypress-media').'</p>';
|
612 |
}
|
613 |
|
614 |
}
|
180 |
|
181 |
$bp_media_addon = new BPMediaAddon();
|
182 |
add_settings_section('bpm-addons', __('BuddyPress Media Addons for Audio/Video Conversion', 'buddypress-media'), array($bp_media_addon, 'get_addons'), 'bp-media-addons');
|
183 |
+
|
184 |
+
add_settings_section('bpm-support', __('Support', 'buddypress-media'), array($this, 'bp_media_support_intro'), 'bp-media-support');
|
185 |
+
|
186 |
if (!BPMediaPrivacy::is_installed()) {
|
187 |
$bp_media_privacy = new BPMediaPrivacySettings();
|
188 |
add_filter('bp_media_add_sub_tabs', array($bp_media_privacy, 'ui'), 99, 2);
|
226 |
}
|
227 |
|
228 |
public function network_notices() {
|
229 |
+
$flag = 1;
|
230 |
+
if (get_site_option('bpm-media-enable', false)) {
|
231 |
+
echo '<div id="setting-error-bpm-media-enable" class="error"><p><strong>' . get_site_option('bpm-media-enable') . '</strong></p></div>';
|
232 |
+
delete_site_option('bpm-media-enable');
|
233 |
+
$flag = 0;
|
234 |
+
}
|
235 |
+
if (get_site_option('bpm-media-type', false)) {
|
236 |
+
echo '<div id="setting-error-bpm-media-type" class="error"><p><strong>' . get_site_option('bpm-media-type') . '</strong></p></div>';
|
237 |
+
delete_site_option('bpm-media-type');
|
238 |
+
$flag = 0;
|
239 |
+
}
|
240 |
+
if (get_site_option('bpm-media-default-count', false)) {
|
241 |
+
echo '<div id="setting-error-bpm-media-default-count" class="error"><p><strong>' . get_site_option('bpm-media-default-count') . '</strong></p></div>';
|
242 |
+
delete_site_option('bpm-media-default-count');
|
243 |
+
$flag = 0;
|
244 |
+
}
|
245 |
|
246 |
+
if (get_site_option('bpm-recount-success', false)) {
|
247 |
+
echo '<div id="setting-error-bpm-recount-success" class="updated"><p><strong>' . get_site_option('bpm-recount-success') . '</strong></p></div>';
|
248 |
+
delete_site_option('bpm-recount-success');
|
249 |
+
$flag = 0;
|
250 |
+
} elseif (get_site_option('bpm-recount-fail', false)) {
|
251 |
+
echo '<div id="setting-error-bpm-recount-fail" class="error"><p><strong>' . get_site_option('bpm-recount-fail') . '</strong></p></div>';
|
252 |
+
delete_site_option('bpm-recount-fail');
|
253 |
+
$flag = 0;
|
254 |
+
}
|
255 |
|
256 |
+
if (get_site_option('bpm-settings-saved') && $flag) {
|
257 |
+
echo '<div id="setting-error-bpm-settings-saved" class="updated"><p><strong>' . get_site_option('bpm-settings-saved') . '</strong></p></div>';
|
258 |
+
}
|
259 |
+
delete_site_option('bpm-settings-saved');
|
260 |
}
|
261 |
+
|
262 |
+
public function allowed_types() {
|
263 |
$allowed_types = get_site_option('upload_filetypes', 'jpg jpeg png gif');
|
264 |
+
$allowed_types = explode(' ', $allowed_types);
|
265 |
+
$allowed_types = implode(', ', $allowed_types);
|
266 |
+
echo '<span class="description">' . sprintf(__('Currently your network allows uploading of the following file types. You can change the settings <a href="%s">here</a>.<br /><code>%s</code></span>', 'buddypress-media'), network_admin_url('settings.php#upload_filetypes'), $allowed_types);
|
267 |
}
|
268 |
|
269 |
/**
|
591 |
}
|
592 |
|
593 |
public function privacy_notice() {
|
594 |
+
if (current_user_can('create_users')) {
|
595 |
+
if (BPMediaPrivacy::is_installed())
|
596 |
+
return;
|
597 |
+
$url = add_query_arg(
|
598 |
+
array('page' => 'bp-media-privacy'), (is_multisite() ? network_admin_url('admin.php') : admin_url('admin.php'))
|
599 |
+
);
|
600 |
|
601 |
+
$notice = '
|
602 |
<div class="error">
|
603 |
<p>' . __('BuddyPress Media 2.6 requires a database upgrade. ', 'buddypress-media')
|
604 |
+
. '<a href="' . $url . '">' . __('Update Database', 'buddypress-media') . '.</a></p>
|
605 |
</div>
|
606 |
';
|
607 |
+
echo $notice;
|
608 |
+
}
|
609 |
}
|
610 |
+
|
611 |
+
public function bp_media_support_intro() {
|
612 |
+
echo '<p>' . __('If your site has some issues due to BuddyPress Media and you want one on one support then you can create a support topic on the <a target="_blank" href="http://rtcamp.com/groups/buddypress-media/forum/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media">rtCamp Support Forum</a>.', 'buddypress-media') . '</p>';
|
613 |
+
echo '<p>' . __('If you have any suggestions, enhancements or bug reports, then you can open a new issue on <a target="_blank" href="https://github.com/rtCamp/buddypress-media/issues/new">GitHub</a>.', 'buddypress-media') . '</p>';
|
614 |
}
|
615 |
|
616 |
}
|
app/main/BPMediaComponent.php
CHANGED
@@ -58,6 +58,7 @@ class BPMediaComponent extends BP_Component {
|
|
58 |
$bp->pages->{$this->id}->slug : BP_MEDIA_SLUG,
|
59 |
// 'has_directory' => true, // Set to false if not required
|
60 |
'search_string' => __( 'Search Media...', 'buddypress-media' ),
|
|
|
61 |
);
|
62 |
parent::setup_globals( $globals );
|
63 |
}
|
@@ -327,4 +328,16 @@ class BPMediaComponent extends BP_Component {
|
|
327 |
|
328 |
}
|
329 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
?>
|
58 |
$bp->pages->{$this->id}->slug : BP_MEDIA_SLUG,
|
59 |
// 'has_directory' => true, // Set to false if not required
|
60 |
'search_string' => __( 'Search Media...', 'buddypress-media' ),
|
61 |
+
'notification_callback' => 'bp_media_notifications_callback'
|
62 |
);
|
63 |
parent::setup_globals( $globals );
|
64 |
}
|
328 |
|
329 |
}
|
330 |
|
331 |
+
//needs to be a bloody singleton because BuddyPress does a function_exists!
|
332 |
+
function bp_media_notifications_callback($action, $media_id, $initiator_id, $total_items){
|
333 |
+
$params = array(
|
334 |
+
'action' => $action,
|
335 |
+
'media_id' => $media_id,
|
336 |
+
'initiator_id' => $initiator_id,
|
337 |
+
'total_items' => $total_items
|
338 |
+
);
|
339 |
+
|
340 |
+
return apply_filters('bp_media_notifications',$params);
|
341 |
+
}
|
342 |
+
|
343 |
?>
|
app/main/includes/BPMediaActions.php
CHANGED
@@ -345,7 +345,7 @@ class BPMediaActions {
|
|
345 |
if (bp_displayed_user_id() == bp_loggedin_user_id())
|
346 |
$action_buttons[] = '<a href="' . $bp_media_current_entry->get_edit_url()
|
347 |
. '" class="button item-button bp-secondary-action bp-media-edit" title="'
|
348 |
-
. __('Edit Media',
|
349 |
}
|
350 |
|
351 |
$action_buttons = apply_filters('bp_media_action_buttons', $action_buttons);
|
@@ -1136,12 +1136,12 @@ class BPMediaActions {
|
|
1136 |
'meta_query' => $privacy_query,
|
1137 |
'posts_per_page' => $count
|
1138 |
);
|
1139 |
-
|
1140 |
if ($count != -1) {
|
1141 |
$paged = get_query_var('paged') ? get_query_var('paged') : 1;
|
1142 |
$args['paged'] = $paged;
|
1143 |
}
|
1144 |
-
|
1145 |
|
1146 |
$type = str_replace(array('music', 'photos'), array('audio', 'image'), $type);
|
1147 |
|
345 |
if (bp_displayed_user_id() == bp_loggedin_user_id())
|
346 |
$action_buttons[] = '<a href="' . $bp_media_current_entry->get_edit_url()
|
347 |
. '" class="button item-button bp-secondary-action bp-media-edit" title="'
|
348 |
+
. __('Edit Media', 'buddypress-media') . '">' . __('Edit', 'buddypress-media') . '</a>';
|
349 |
}
|
350 |
|
351 |
$action_buttons = apply_filters('bp_media_action_buttons', $action_buttons);
|
1136 |
'meta_query' => $privacy_query,
|
1137 |
'posts_per_page' => $count
|
1138 |
);
|
1139 |
+
|
1140 |
if ($count != -1) {
|
1141 |
$paged = get_query_var('paged') ? get_query_var('paged') : 1;
|
1142 |
$args['paged'] = $paged;
|
1143 |
}
|
1144 |
+
|
1145 |
|
1146 |
$type = str_replace(array('music', 'photos'), array('audio', 'image'), $type);
|
1147 |
|
app/main/includes/BPMediaFilters.php
CHANGED
@@ -17,7 +17,7 @@ class BPMediaFilters {
|
|
17 |
add_filter('bp_activity_get_user_join_filter', 'BPMediaFilters::activity_query_filter', 10);
|
18 |
// and we hook our function via wp_before_admin_bar_render
|
19 |
add_action('admin_bar_menu', array($this, 'my_account_menu'), 1);
|
20 |
-
|
21 |
//WordPress Edit Image ( For applying edit image changes to custom sizes hack )
|
22 |
global $bp_media;
|
23 |
$media_sizes = $bp_media->media_sizes();
|
@@ -31,7 +31,7 @@ class BPMediaFilters {
|
|
31 |
add_filter( 'pre_option_bp_media_single_image_size_w', create_function('','return '. $image_size['large']['width'].';') );
|
32 |
add_filter( 'pre_option_bp_media_single_image_size_h', create_function('','return '. $image_size['large']['height'].';') );
|
33 |
add_filter( 'pre_option_bp_media_single_image_crop', create_function('','return '. $image_size['large']['crop'].';') );
|
34 |
-
|
35 |
// and we hook our function via wp_before_admin_bar_render
|
36 |
global $bp_media;
|
37 |
if (isset($bp_media->options['show_admin_menu']) && ($bp_media->options['show_admin_menu'] == true)) {
|
@@ -329,6 +329,7 @@ class BPMediaFilters {
|
|
329 |
'href' => bp_get_admin_url(add_query_arg(array('page' => 'bp-media-settings'), 'admin.php'))
|
330 |
);
|
331 |
|
|
|
332 |
// Addons
|
333 |
$bp_media_admin_nav[] = array(
|
334 |
'parent' => 'bp-media-menu',
|
17 |
add_filter('bp_activity_get_user_join_filter', 'BPMediaFilters::activity_query_filter', 10);
|
18 |
// and we hook our function via wp_before_admin_bar_render
|
19 |
add_action('admin_bar_menu', array($this, 'my_account_menu'), 1);
|
20 |
+
|
21 |
//WordPress Edit Image ( For applying edit image changes to custom sizes hack )
|
22 |
global $bp_media;
|
23 |
$media_sizes = $bp_media->media_sizes();
|
31 |
add_filter( 'pre_option_bp_media_single_image_size_w', create_function('','return '. $image_size['large']['width'].';') );
|
32 |
add_filter( 'pre_option_bp_media_single_image_size_h', create_function('','return '. $image_size['large']['height'].';') );
|
33 |
add_filter( 'pre_option_bp_media_single_image_crop', create_function('','return '. $image_size['large']['crop'].';') );
|
34 |
+
|
35 |
// and we hook our function via wp_before_admin_bar_render
|
36 |
global $bp_media;
|
37 |
if (isset($bp_media->options['show_admin_menu']) && ($bp_media->options['show_admin_menu'] == true)) {
|
329 |
'href' => bp_get_admin_url(add_query_arg(array('page' => 'bp-media-settings'), 'admin.php'))
|
330 |
);
|
331 |
|
332 |
+
|
333 |
// Addons
|
334 |
$bp_media_admin_nav[] = array(
|
335 |
'parent' => 'bp-media-menu',
|
app/main/profile/BPMediaAlbumScreen.php
CHANGED
@@ -287,10 +287,7 @@ class BPMediaAlbumScreen extends BPMediaScreen {
|
|
287 |
}
|
288 |
if (isset($albums->posts) && is_array($albums->posts) && count($albums->posts) > 0) {
|
289 |
foreach ($albums->posts as $album) {
|
290 |
-
|
291 |
-
$album_selector .= '<option value="' . $album->ID . '" selected="selected">' . $album->post_title . '</option>';
|
292 |
-
else
|
293 |
-
$album_selector .= '<option value="' . $album->ID . '">' . $album->post_title . '</option>';
|
294 |
};
|
295 |
}
|
296 |
|
287 |
}
|
288 |
if (isset($albums->posts) && is_array($albums->posts) && count($albums->posts) > 0) {
|
289 |
foreach ($albums->posts as $album) {
|
290 |
+
$album_selector .= '<option value="' . $album->ID . '">' . $album->post_title . '</option>';
|
|
|
|
|
|
|
291 |
};
|
292 |
}
|
293 |
|
app/main/profile/BPMediaScreen.php
CHANGED
@@ -95,12 +95,14 @@ class BPMediaScreen {
|
|
95 |
}
|
96 |
|
97 |
public function hook_before() {
|
|
|
98 |
do_action('bp_media_before_content');
|
99 |
-
do_action('bp_media_before_' . $this->slug);
|
100 |
}
|
101 |
|
102 |
public function hook_after() {
|
103 |
-
|
|
|
104 |
do_action('bp_media_after_content');
|
105 |
}
|
106 |
|
@@ -335,7 +337,7 @@ class BPMediaScreen {
|
|
335 |
maxlength="<?php echo max(array($bp_media_default_excerpts['single_entry_description'], $bp_media_default_excerpts['activity_entry_description'])) ?>"
|
336 |
><?php echo $bp_media_current_entry->get_content(); ?></textarea>
|
337 |
<?php do_action('bp_media_add_media_fields', $this->media_type); ?>
|
338 |
-
|
339 |
<div class="submit">
|
340 |
<input type="submit" class="auto" value="<?php _e('Update', 'buddypress-media'); ?>" />
|
341 |
<a href="<?php echo $bp_media_current_entry->get_url(); ?>" class="button" title="<?php _e('Back to Media File', 'buddypress-media'); ?>">
|
95 |
}
|
96 |
|
97 |
public function hook_before() {
|
98 |
+
global $bp;
|
99 |
do_action('bp_media_before_content');
|
100 |
+
do_action('bp_media_before_' . $this->slug,$bp->action_variables[1]);
|
101 |
}
|
102 |
|
103 |
public function hook_after() {
|
104 |
+
global $bp;
|
105 |
+
do_action('bp_media_after_' . $this->slug,$bp->action_variables[1]);
|
106 |
do_action('bp_media_after_content');
|
107 |
}
|
108 |
|
337 |
maxlength="<?php echo max(array($bp_media_default_excerpts['single_entry_description'], $bp_media_default_excerpts['activity_entry_description'])) ?>"
|
338 |
><?php echo $bp_media_current_entry->get_content(); ?></textarea>
|
339 |
<?php do_action('bp_media_add_media_fields', $this->media_type); ?>
|
340 |
+
|
341 |
<div class="submit">
|
342 |
<input type="submit" class="auto" value="<?php _e('Update', 'buddypress-media'); ?>" />
|
343 |
<a href="<?php echo $bp_media_current_entry->get_url(); ?>" class="button" title="<?php _e('Back to Media File', 'buddypress-media'); ?>">
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: BuddyPress Media
|
4 |
Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
|
5 |
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!
|
6 |
-
Version: 2.10.
|
7 |
Author: rtCamp
|
8 |
Text Domain: buddypress-media
|
9 |
Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
|
3 |
Plugin Name: BuddyPress Media
|
4 |
Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
|
5 |
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!
|
6 |
+
Version: 2.10.2
|
7 |
Author: rtCamp
|
8 |
Text Domain: buddypress-media
|
9 |
Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
|
languages/buddypress-media-ar_AR.po
ADDED
@@ -0,0 +1,1393 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of BuddyPress Media in Arabic
|
2 |
+
# This file is distributed under the same license as the BuddyPress Media package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2013-04-25 07:31:10+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
10 |
+
"X-Generator: GlotPress/0.1\n"
|
11 |
+
"Project-Id-Version: BuddyPress Media\n"
|
12 |
+
|
13 |
+
#: app/helper/BPMediaSettings.php:612
|
14 |
+
msgid "If your site has some issues due to BuddyPress Media and you want one on one support then you can create a support topic on the <a target=\"_blank\" href=\"http://rtcamp.com/groups/buddypress-media/forum/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media\">rtCamp Support Forum</a>."
|
15 |
+
msgstr ""
|
16 |
+
|
17 |
+
#: app/helper/BPMediaAddon.php:29
|
18 |
+
msgid "BuddyPress-Media Photo Tagging"
|
19 |
+
msgstr ""
|
20 |
+
|
21 |
+
#: app/main/profile/BPMediaAlbumScreen.php:300
|
22 |
+
msgid "Submit"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: app/main/includes/BPMediaActions.php:531
|
26 |
+
msgid "Please Select an Album !!"
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: app/main/includes/BPMediaActions.php:1163
|
30 |
+
msgid "Private"
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: app/main/includes/BPMediaActions.php:1175
|
34 |
+
msgid "No media found"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: app/main/profile/BPMediaAlbumScreen.php:250
|
38 |
+
#: app/main/profile/BPMediaAlbumScreen.php:258
|
39 |
+
msgid "Delete Album"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: app/main/profile/BPMediaAlbumScreen.php:254
|
43 |
+
#: app/main/profile/BPMediaAlbumScreen.php:297
|
44 |
+
msgid "Select All Visible"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: app/main/profile/BPMediaAlbumScreen.php:255
|
48 |
+
#: app/main/profile/BPMediaAlbumScreen.php:298
|
49 |
+
msgid "Unselect All Visible"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: app/main/profile/BPMediaAlbumScreen.php:256
|
53 |
+
msgid "Delete Selected Media"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: app/main/profile/BPMediaAlbumScreen.php:295
|
57 |
+
msgid "Move"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: app/main/profile/BPMediaAlbumScreen.php:299
|
61 |
+
msgid "Move selected"
|
62 |
+
msgstr ""
|
63 |
+
|
64 |
+
#: app/main/profile/BPMediaAlbumScreen.php:299
|
65 |
+
msgid "Move all"
|
66 |
+
msgstr ""
|
67 |
+
|
68 |
+
#: app/main/includes/BPMediaActions.php:183
|
69 |
+
msgid "Something went wrong. Please try again."
|
70 |
+
msgstr ""
|
71 |
+
|
72 |
+
#: app/main/includes/BPMediaActions.php:184
|
73 |
+
msgid "Are you sure you want to merge this album?"
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: app/main/includes/BPMediaActions.php:185
|
77 |
+
msgid "Would you like to delete this album after the merge?"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: app/main/includes/BPMediaActions.php:186
|
81 |
+
msgid "Are you sure you want to delete the selected media?"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: app/main/includes/BPMediaActions.php:187
|
85 |
+
msgid "Are you sure you want to delete this activity and associated media?"
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: app/main/includes/BPMediaActions.php:188
|
89 |
+
msgid "Are you sure?"
|
90 |
+
msgstr ""
|
91 |
+
|
92 |
+
#: app/main/includes/BPMediaActions.php:189
|
93 |
+
msgid "Please select media."
|
94 |
+
msgstr ""
|
95 |
+
|
96 |
+
#: app/main/includes/BPMediaActions.php:190
|
97 |
+
msgid "Please select an action."
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: app/main/includes/BPMediaActions.php:529
|
101 |
+
msgid "You have not filled the album name"
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: app/main/includes/BPMediaActions.php:530
|
105 |
+
msgid "Sorry you cannot create albums in this group"
|
106 |
+
msgstr ""
|
107 |
+
|
108 |
+
#: app/admin/BPMediaAdmin.php:455 app/admin/BPMediaAdmin.php:466
|
109 |
+
#: app/admin/BPMediaAdmin.php:475
|
110 |
+
msgid "Update Network Settings Automatically"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: app/admin/BPMediaAdmin.php:465
|
114 |
+
msgid "You have video enabled on BuddyPress Media but your network allowed filetypes does not allow uploading of mp4. Click <a href=\"%s\">here</a> to change your settings manually."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: app/admin/BPMediaAdmin.php:474
|
118 |
+
msgid "You have audio enabled on BuddyPress Media but your network allowed filetypes does not allow uploading of mp3. Click <a href=\"%s\">here</a> to change your settings manually."
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: app/admin/BPMediaAdmin.php:489
|
122 |
+
msgid "Network settings updated successfully."
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: app/admin/BPMediaAdmin.php:454
|
126 |
+
msgid "You have images enabled on BuddyPress Media but your network allowed filetypes does not allow uploading of %s. Click <a href=\"%s\">here</a> to change your settings manually."
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: app/admin/BPMediaAdmin.php:455 app/admin/BPMediaAdmin.php:466
|
130 |
+
#: app/admin/BPMediaAdmin.php:475
|
131 |
+
msgid "Recommended"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: app/helper/BPMediaSettings.php:331
|
135 |
+
msgid "If you make changes to width, height or crop settings, you must use \"<a href=\"%s\">Regenerate Thumbnail Plugin</a>\" to regenerate old images.\""
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: app/helper/BPMediaSettings.php:501
|
139 |
+
msgid "Width"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: app/helper/BPMediaSettings.php:502
|
143 |
+
msgid "Height"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: app/helper/BPMediaSettings.php:503
|
147 |
+
msgid "Crop"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: app/helper/BPMediaSettings.php:613
|
151 |
+
msgid "If you have any suggestions, enhancements or bug reports, then you can open a new issue on <a target=\"_blank\" href=\"https://github.com/rtCamp/buddypress-media/issues/new\">GitHub</a>."
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: app/admin/BPMediaAdmin.php:68
|
155 |
+
msgid "Please do not refresh this page."
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: app/admin/BPMediaAdmin.php:69
|
159 |
+
msgid "Something went wronng. Please <a href onclick=\"location.reload();\">refresh</a> page."
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: app/helper/BPMediaSettings.php:266
|
163 |
+
msgid "Currently your network allows uploading of the following file types. You can change the settings <a href=\"%s\">here</a>.<br /><code>%s</code></span>"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: app/helper/BPMediaSettings.php:50
|
167 |
+
msgid "Image Settings"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: app/helper/BPMediaSettings.php:51
|
171 |
+
msgid "Thumbnail Size"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: app/helper/BPMediaSettings.php:55
|
175 |
+
msgid "Used in albums, sidebar media widget acitvity stream"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: app/helper/BPMediaSettings.php:57
|
179 |
+
msgid "Medium Size"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: app/helper/BPMediaSettings.php:61
|
183 |
+
msgid "Used in activity stream for single media uploads"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: app/helper/BPMediaSettings.php:63
|
187 |
+
msgid "Large Size"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: app/helper/BPMediaSettings.php:67
|
191 |
+
msgid "Used in single media and thickbox"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: app/helper/BPMediaSettings.php:70
|
195 |
+
msgid "Video Payer Settings"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: app/helper/BPMediaSettings.php:71 app/helper/BPMediaSettings.php:81
|
199 |
+
msgid "Activity Player Size"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: app/helper/BPMediaSettings.php:75 app/helper/BPMediaSettings.php:86
|
203 |
+
msgid "Single Player Size"
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: app/helper/BPMediaSettings.php:80
|
207 |
+
msgid "Audio Player Settings"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: app/main/profile/BPMediaTemplate.php:98
|
211 |
+
msgid "Max Upload Size"
|
212 |
+
msgstr "الحجم الأقصى للرفع"
|
213 |
+
|
214 |
+
#: app/main/profile/BPMediaTemplate.php:44
|
215 |
+
msgid "Select Album: "
|
216 |
+
msgstr "اختر ألبوم :"
|
217 |
+
|
218 |
+
#: app/main/profile/BPMediaTemplate.php:93
|
219 |
+
msgid "&"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: app/importers/BPMediaAlbumimporter.php:141
|
223 |
+
msgid "The following %d BP Album Media id's could not be imported"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: app/importers/BPMediaAlbumimporter.php:150
|
227 |
+
msgid "I just imported bp-album to @buddypressmedia http://goo.gl/8Upmv on %s"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: app/importers/BPMediaAlbumimporter.php:151
|
231 |
+
msgid "Congratulations!"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: app/importers/BPMediaAlbumimporter.php:151
|
235 |
+
msgid "All media from BP Album has been imported."
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: app/importers/BPMediaAlbumimporter.php:152
|
239 |
+
msgid "Tweet this"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: app/importers/BPMediaAlbumimporter.php:156
|
243 |
+
msgid "However, a lot of unnecessary files and a database table are still eating up your resources. If everything seems fine, you can clean this data up."
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: app/importers/BPMediaAlbumimporter.php:159
|
247 |
+
msgid "Clean up Now"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: app/importers/BPMediaAlbumimporter.php:164
|
251 |
+
msgid "Clean up Later"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#: app/importers/BPMediaAlbumimporter.php:169
|
255 |
+
msgid "Why don't you try adding some instagram like effects to your images?"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: app/importers/BPMediaAlbumimporter.php:187
|
259 |
+
msgid "Looks like you don't use BP Album. Is there any other BuddyPress Plugin you want an importer for?"
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: app/importers/BPMediaAlbumimporter.php:188
|
263 |
+
msgid "<a href=\"%s\">Create an issue</a> on GitHub requesting the same."
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: app/importers/BPMediaAlbumimporter.php:72
|
267 |
+
msgid "Warning!"
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: app/importers/BPMediaAlbumimporter.php:72
|
271 |
+
msgid "This import process is irreversible. Although everything is tested, please take a <a target=\"_blank\" href=\"http://codex.wordpress.org/WordPress_Backups\">backup of your database and files</a>, before proceeding. If you don't know your way around databases and files, consider <a target=\"_blank\" href=\"%s\">hiring us</a>, or another professional."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: app/importers/BPMediaAlbumimporter.php:73
|
275 |
+
msgid "If you have set \"WP_DEBUG\" in you wp-config.php file, please make sure it is set to \"false\", so that it doesn't conflict with the import process."
|
276 |
+
msgstr ""
|
277 |
+
|
278 |
+
#: app/importers/BPMediaAlbumimporter.php:74
|
279 |
+
msgid "I have taken a backup of the database and files of this site."
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
#: app/importers/BPMediaAlbumimporter.php:76
|
283 |
+
msgid "Start Import"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: app/importers/BPMediaAlbumimporter.php:111
|
287 |
+
msgid "Comments"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: app/importers/BPMediaAlbumimporter.php:117
|
291 |
+
msgid "Comments: 0/0 (No comments to import)"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: app/importers/BPMediaAlbumimporter.php:124
|
295 |
+
msgid "User's Favorites"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: app/importers/BPMediaAlbumimporter.php:133
|
299 |
+
msgid "BP-Album is active on your site and will cause problems with the import."
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: app/importers/BPMediaAlbumimporter.php:134
|
303 |
+
msgid "Click here to deactivate BP-Album and continue importing"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: app/importers/BPMediaAlbumimporter.php:140
|
307 |
+
msgid "Some of the media failed to import. The file might be corrupt or deleted."
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: app/admin/BPMediaAdmin.php:94 app/admin/BPMediaAdmin.php:270
|
311 |
+
#: app/admin/BPMediaAdmin.php:271
|
312 |
+
msgid "Importer"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: app/helper/BPMediaSettings.php:193
|
316 |
+
msgid "BP-Album Importer"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: app/helper/BPMediaSettings.php:47
|
320 |
+
msgid "Enable Audio (mp3)"
|
321 |
+
msgstr "تمكين مقاطع الصوت (mp3)"
|
322 |
+
|
323 |
+
#: app/helper/BPMediaSettings.php:102
|
324 |
+
msgid "Lightbox Integration"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: app/helper/BPMediaSettings.php:103
|
328 |
+
msgid "Lightbox"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: app/helper/BPMediaSettings.php:106
|
332 |
+
msgid "Enable Lighbox on Media"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: app/helper/BPMediaAddon.php:33 app/helper/BPMediaAddon.php:43
|
336 |
+
#: app/importers/BPMediaAlbumimporter.php:177
|
337 |
+
msgid "You need to have ImageMagick installed on your server for this addon to work."
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: app/helper/BPMediaSettings.php:42
|
341 |
+
msgid "Enable Video (mp4)"
|
342 |
+
msgstr "تمكين مقاطع الفيديو بصيغة (mp4)"
|
343 |
+
|
344 |
+
#: app/helper/BPMediaAddon.php:39
|
345 |
+
msgid "BuddyPress-Media Instagram"
|
346 |
+
msgstr "BuddyPress-وسائط انستقرام"
|
347 |
+
|
348 |
+
#: app/helper/BPMediaAddon.php:32 app/helper/BPMediaAddon.php:42
|
349 |
+
#: app/importers/BPMediaAlbumimporter.php:176
|
350 |
+
msgid "BuddyPress Media Instagram adds Instagram like filters to images uploaded with BuddyPress Media."
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: app/helper/BPMediaAddon.php:33 app/helper/BPMediaAddon.php:43
|
354 |
+
#: app/importers/BPMediaAlbumimporter.php:177
|
355 |
+
msgid "Important"
|
356 |
+
msgstr "مهم"
|
357 |
+
|
358 |
+
#: app/main/activity/BPMediaActivity.php:46
|
359 |
+
msgid "Attach Media"
|
360 |
+
msgstr "أرفق وسائط"
|
361 |
+
|
362 |
+
#: app/main/activity/BPMediaActivity.php:103
|
363 |
+
msgid "View"
|
364 |
+
msgstr "عرض"
|
365 |
+
|
366 |
+
#: app/main/activity/BPMediaActivity.php:161
|
367 |
+
msgid "%1$s posted an update in the group %2$s"
|
368 |
+
msgstr "%1$s تم نشر تحديث في المجموعة %2$s"
|
369 |
+
|
370 |
+
#: app/main/BuddyPressMedia.php:160
|
371 |
+
msgid "To use BuddyPress Media, BuddyPress must be installed first."
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: app/main/BuddyPressMedia.php:161
|
375 |
+
msgid "<a href=\"%s\">Install BuddyPress now</a>"
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: app/admin/BPMediaAdmin.php:386
|
379 |
+
msgid "OR"
|
380 |
+
msgstr ""
|
381 |
+
|
382 |
+
#: app/admin/BPMediaAdmin.php:387
|
383 |
+
msgid "Use <a href=\"https://rtcamp.com/store/product-category/buddypress/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media\">premium add-ons</a> starting from $9"
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: app/helper/BPMediaSupport.php:231
|
387 |
+
msgid "Debug Info"
|
388 |
+
msgstr ""
|
389 |
+
|
390 |
+
#: app/helper/BPMediaSettings.php:312 app/helper/BPMediaSettings.php:314
|
391 |
+
msgid "\"Number of media\" count value should be numeric and greater than 0."
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: app/helper/BPMediaSettings.php:314
|
395 |
+
msgid "Default Count"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: app/helper/BPMediaSettings.php:548
|
399 |
+
msgid "None"
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: app/helper/BPMediaSupport.php:50
|
403 |
+
msgid "Debug info"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: app/helper/BPMediaSettings.php:178
|
407 |
+
msgid "Repair media counts"
|
408 |
+
msgstr ""
|
409 |
+
|
410 |
+
#: app/helper/BPMediaSettings.php:164
|
411 |
+
msgid "Allow users to override admin defaults (<em>Recommended</em>)"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: app/helper/BPMediaSettings.php:167
|
415 |
+
msgid "Other Settings"
|
416 |
+
msgstr "إعدادت آخرى"
|
417 |
+
|
418 |
+
#: app/helper/BPMediaSettings.php:175 app/helper/BPMediaSettings.php:177
|
419 |
+
msgid "Recount"
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: app/helper/BPMediaSettings.php:148
|
423 |
+
msgid "<strong>Friends</strong> - Visible to user's friends"
|
424 |
+
msgstr "<strong>أصدقاء</strong> -مرئي فقط لأصدقاء المستخدم "
|
425 |
+
|
426 |
+
#: app/helper/BPMediaSettings.php:149
|
427 |
+
msgid "<strong>Users</strong> - Visible to registered users"
|
428 |
+
msgstr "<strong>المستخدمين</strong> - مرئي فقط للمسجلين"
|
429 |
+
|
430 |
+
#: app/helper/BPMediaSettings.php:150
|
431 |
+
msgid "<strong>Public</strong> - Visible to the world"
|
432 |
+
msgstr "<strong>عام</strong> - مرئي للعامة"
|
433 |
+
|
434 |
+
#: app/helper/BPMediaSettings.php:147
|
435 |
+
msgid "<strong>Private</strong> - Visible only to the user"
|
436 |
+
msgstr "<strong>خاص </strong> - مرئي فقط للمستخدمين"
|
437 |
+
|
438 |
+
#: app/helper/BPMediaSettings.php:93
|
439 |
+
msgid "Activity Upload"
|
440 |
+
msgstr "نشاطات الرفع"
|
441 |
+
|
442 |
+
#: app/helper/BPMediaSettings.php:94
|
443 |
+
msgid "Activity Uploads"
|
444 |
+
msgstr "نشاطات الرفع"
|
445 |
+
|
446 |
+
#: app/helper/BPMediaSettings.php:97
|
447 |
+
msgid "Enable Activity Uploading"
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: app/helper/BPMediaSettings.php:111
|
451 |
+
msgid "Groups Integration"
|
452 |
+
msgstr ""
|
453 |
+
|
454 |
+
#: app/helper/BPMediaSettings.php:121
|
455 |
+
msgid "Allow Media in Groups"
|
456 |
+
msgstr ""
|
457 |
+
|
458 |
+
#: app/helper/BPMediaSettings.php:126
|
459 |
+
msgid "Display Settings"
|
460 |
+
msgstr "عرض الإعدادت"
|
461 |
+
|
462 |
+
#: app/helper/BPMediaSettings.php:127
|
463 |
+
msgid "Number of media"
|
464 |
+
msgstr "عدد الوسائط"
|
465 |
+
|
466 |
+
#: app/helper/BPMediaSettings.php:37
|
467 |
+
msgid "Enable Photos"
|
468 |
+
msgstr "تمكين الصور"
|
469 |
+
|
470 |
+
#: app/main/includes/BPMediaActions.php:337
|
471 |
+
#: app/main/includes/BPMediaActions.php:971
|
472 |
+
msgid "Set as Album Cover"
|
473 |
+
msgstr "تعيين كغلاف للألبوم"
|
474 |
+
|
475 |
+
#: app/main/includes/BPMediaActions.php:342
|
476 |
+
#: app/main/includes/BPMediaActions.php:974
|
477 |
+
msgid "Unset as Album Cover"
|
478 |
+
msgstr "عدم تعيين كغلاف للألبوم"
|
479 |
+
|
480 |
+
#: app/helper/BPMediaSettings.php:139
|
481 |
+
msgid "Privacy Settings"
|
482 |
+
msgstr "إعدادت الخصوصية"
|
483 |
+
|
484 |
+
#: app/main/privacy/BPMediaPrivacySettings.php:28
|
485 |
+
msgid "Update BuddyPress Media Database"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: app/main/privacy/BPMediaPrivacySettings.php:93
|
489 |
+
msgid "Start"
|
490 |
+
msgstr "البدء"
|
491 |
+
|
492 |
+
#: app/main/privacy/BPMediaPrivacy.php:113
|
493 |
+
msgid "<strong>Private</strong>, Visible only to myself"
|
494 |
+
msgstr "<strong>خاص</strong>, مرئي لي أنا فقط"
|
495 |
+
|
496 |
+
#: app/main/privacy/BPMediaPrivacy.php:117
|
497 |
+
msgid "<strong>Friends</strong>, Visible to my friends"
|
498 |
+
msgstr "<strong>الأصدقاء</strong>, مرئي لأصدقائي"
|
499 |
+
|
500 |
+
#: app/main/privacy/BPMediaPrivacy.php:145
|
501 |
+
msgid "Set default privacy levels for your media"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: app/main/privacy/BPMediaPrivacy.php:326
|
505 |
+
msgid "This %s is private"
|
506 |
+
msgstr "%s خاص"
|
507 |
+
|
508 |
+
#: app/main/privacy/BPMediaPrivacy.php:327
|
509 |
+
msgid "This %1s is visible only to %2s’s friends"
|
510 |
+
msgstr "هذا %1s مرئي فقط ل %2s’s الأصدقاء"
|
511 |
+
|
512 |
+
#: app/main/privacy/BPMediaPrivacy.php:328
|
513 |
+
msgid "This %s is visible to logged in users, only"
|
514 |
+
msgstr "This %s مرئي فقط للمسجلين, فقط"
|
515 |
+
|
516 |
+
#: app/main/privacy/BPMediaPrivacyScreen.php:42
|
517 |
+
msgid "Default privacy level for your media has been updated"
|
518 |
+
msgstr "مستوى الخصوصية الافتراضي لوسائطك تم تحديثها "
|
519 |
+
|
520 |
+
#: app/main/widgets/BPMediaWidget.php:82
|
521 |
+
msgid ""
|
522 |
+
"Please configure this widget\n"
|
523 |
+
"\t\t\t\t\t\t\t\t\t<a href=\"%s\" target=\"_blank\"\n"
|
524 |
+
"\t\t\t\t\t\t\t\t\ttitle=\"Configure BuddyPress Media Widget\">\n"
|
525 |
+
"\t\t\t\t\t\t\t\t\there</a>."
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: app/main/profile/BPMediaAlbumScreen.php:300
|
529 |
+
msgid "to"
|
530 |
+
msgstr ""
|
531 |
+
|
532 |
+
#: app/main/profile/BPMediaScreen.php:125
|
533 |
+
msgid "All %s"
|
534 |
+
msgstr "كل %s"
|
535 |
+
|
536 |
+
#: app/main/BuddyPressMedia.php:547
|
537 |
+
msgid ""
|
538 |
+
"The BuddyPress version installed is an\n"
|
539 |
+
"\t\t\t\t\t\t\t\t\t\tolder version and is not supported,\n"
|
540 |
+
"\t\t\t\t\t\t\t\t\t\tplease update BuddyPress to use\n"
|
541 |
+
"\t\t\t\t\t\t\t\t\t\tBuddyPress Media Plugin.\n"
|
542 |
+
"\t\t\t\t\t\t\t\t\t\t<a class=\"alignright\" href=\"%1$s\">X</a>"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: app/main/BuddyPressMedia.php:560
|
546 |
+
msgid ""
|
547 |
+
"You have not installed BuddyPress.\n"
|
548 |
+
"\t\t\t\t\t\t\t\t\tPlease install latest version of BuddyPress\n"
|
549 |
+
"\t\t\t\t\t\t\t\t\tto use BuddyPress Media plugin.\n"
|
550 |
+
"\t\t\t\t\t\t\t\t\t<a class=\"alignright\" href=\"%1$s\">X</a>"
|
551 |
+
msgstr ""
|
552 |
+
|
553 |
+
#: app/admin/BPMediaAdmin.php:363
|
554 |
+
msgid "I use @buddypressmedia http://goo.gl/8Upmv on %s"
|
555 |
+
msgstr ""
|
556 |
+
|
557 |
+
#: app/admin/BPMediaAdmin.php:364
|
558 |
+
msgid "Add link to footer"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: app/admin/BPMediaAdmin.php:365
|
562 |
+
msgid "Tweet"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: app/admin/BPMediaAdmin.php:366
|
566 |
+
msgid "Rate on WordPress.org"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: app/admin/BPMediaAdmin.php:377
|
570 |
+
msgid "USD"
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: app/admin/BPMediaAdmin.php:407
|
574 |
+
msgid "Subscribe"
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: app/admin/BPMediaAdmin.php:99
|
578 |
+
msgid "BuddyPress Media Convert Videos"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: app/admin/BPMediaAdmin.php:99 app/admin/BPMediaAdmin.php:263
|
582 |
+
msgid "Convert Videos"
|
583 |
+
msgstr "تحويل مقاطع الفيديو"
|
584 |
+
|
585 |
+
#: app/admin/BPMediaAdmin.php:182
|
586 |
+
msgid "By"
|
587 |
+
msgstr "بواسطة"
|
588 |
+
|
589 |
+
#: app/admin/BPMediaAdmin.php:262
|
590 |
+
msgid "BuddyPress Media Covert Videos"
|
591 |
+
msgstr ""
|
592 |
+
|
593 |
+
#: app/helper/BPMediaSettings.php:303 app/helper/BPMediaSettings.php:305
|
594 |
+
msgid "Atleast one Media Type Must be selected"
|
595 |
+
msgstr ""
|
596 |
+
|
597 |
+
#: app/helper/BPMediaSettings.php:305
|
598 |
+
msgid "Media Type"
|
599 |
+
msgstr ""
|
600 |
+
|
601 |
+
#: app/helper/BPMediaSettings.php:603
|
602 |
+
msgid "BuddyPress Media 2.6 requires a database upgrade. "
|
603 |
+
msgstr ""
|
604 |
+
|
605 |
+
#: app/admin/BPMediaAdmin.php:91
|
606 |
+
msgid "BuddyPress Media Database Update"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: app/main/privacy/BPMediaPrivacy.php:121
|
610 |
+
msgid "<strong>Users</strong>, Visible to registered users"
|
611 |
+
msgstr "<strong>المستخدمين</strong>, مرئي للمستخدمين المسجلين"
|
612 |
+
|
613 |
+
#: app/main/privacy/BPMediaPrivacy.php:125
|
614 |
+
msgid "<strong>Public</strong>, Visible to the world"
|
615 |
+
msgstr "<strong> عام </strong> , مرئي للعامة "
|
616 |
+
|
617 |
+
#: app/helper/BPMediaSettings.php:172
|
618 |
+
msgid "Enable menu in WordPress admin bar"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: app/helper/BPMediaSettings.php:189 app/helper/BPMediaSettings.php:604
|
622 |
+
msgid "Update Database"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: app/helper/BPMediaSettings.php:132
|
626 |
+
msgid "Download Button"
|
627 |
+
msgstr "أيقونة التحميل"
|
628 |
+
|
629 |
+
#: app/helper/BPMediaSettings.php:135
|
630 |
+
msgid "Display download button under media"
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: app/main/BuddyPressMedia.php:306
|
634 |
+
msgid "Privacy"
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#: app/helper/BPMediaSettings.php:140
|
638 |
+
msgid "Enable Privacy"
|
639 |
+
msgstr "تمكين الخصوصية "
|
640 |
+
|
641 |
+
#: app/helper/BPMediaSettings.php:143
|
642 |
+
msgid "Enable privacy"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: app/helper/BPMediaSettings.php:161
|
646 |
+
msgid "User Override"
|
647 |
+
msgstr "تجاهل المستخدم"
|
648 |
+
|
649 |
+
#: app/helper/BPMediaSettings.php:155
|
650 |
+
msgid "Default Privacy"
|
651 |
+
msgstr "خصوصية افتراضية"
|
652 |
+
|
653 |
+
#: app/helper/BPMediaSettings.php:33
|
654 |
+
msgid "Enabled Media Types"
|
655 |
+
msgstr " تمكين أنواع الوسائط "
|
656 |
+
|
657 |
+
#: app/helper/BPMediaSettings.php:169
|
658 |
+
msgid "Admin bar menu"
|
659 |
+
msgstr ""
|
660 |
+
|
661 |
+
#: app/helper/BPMediaSettings.php:318
|
662 |
+
msgid "Settings saved."
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: app/main/profile/BPMediaTemplate.php:29
|
666 |
+
msgid "Wall Posts"
|
667 |
+
msgstr "حائط المنشورات"
|
668 |
+
|
669 |
+
#: app/main/profile/BPMediaTemplate.php:83
|
670 |
+
msgid "+ Create New Album"
|
671 |
+
msgstr "+ أنشاء ألبوم جديد"
|
672 |
+
|
673 |
+
#: app/main/profile/BPMediaTemplate.php:90
|
674 |
+
msgid "Cancel"
|
675 |
+
msgstr "إلغاء"
|
676 |
+
|
677 |
+
#: app/main/profile/BPMediaTemplate.php:213
|
678 |
+
msgid "Show More"
|
679 |
+
msgstr "عرض أكثر"
|
680 |
+
|
681 |
+
#: app/main/profile/BPMediaTemplate.php:267
|
682 |
+
msgid "Select"
|
683 |
+
msgstr "اختيار"
|
684 |
+
|
685 |
+
#: app/main/profile/BPMediaTemplate.php:286
|
686 |
+
msgid "Add Media"
|
687 |
+
msgstr "إضافة وسائط"
|
688 |
+
|
689 |
+
#: app/main/includes/BPMediaFilters.php:158
|
690 |
+
msgid "Delete %s"
|
691 |
+
msgstr "حذف %s"
|
692 |
+
|
693 |
+
#: app/main/widgets/BPMediaWidget.php:197
|
694 |
+
msgid "Widget Type:"
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#: app/main/widgets/BPMediaWidget.php:210
|
698 |
+
msgid "Show All"
|
699 |
+
msgstr "عرض الكل"
|
700 |
+
|
701 |
+
#: app/main/widgets/BPMediaWidget.php:213
|
702 |
+
msgid "Show Photos"
|
703 |
+
msgstr "عرض الصور"
|
704 |
+
|
705 |
+
#: app/main/widgets/BPMediaWidget.php:216
|
706 |
+
msgid "Show Music"
|
707 |
+
msgstr "عرض مقاطع الصوت"
|
708 |
+
|
709 |
+
#: app/main/widgets/BPMediaWidget.php:220
|
710 |
+
msgid "Show Videos"
|
711 |
+
msgstr "عرض مقاطع الفيديو"
|
712 |
+
|
713 |
+
#: app/main/widgets/BPMediaWidget.php:20
|
714 |
+
msgid "The most recent/popular media uploaded on your site"
|
715 |
+
msgstr "أكثر الوسائط الحالية / المشهورة تم رفعها على موقعك"
|
716 |
+
|
717 |
+
#: app/main/widgets/BPMediaWidget.php:21
|
718 |
+
msgid "BuddyPress Media Widget"
|
719 |
+
msgstr ""
|
720 |
+
|
721 |
+
#: app/main/widgets/BPMediaWidget.php:150
|
722 |
+
msgid "No "
|
723 |
+
msgstr "لا"
|
724 |
+
|
725 |
+
#: app/main/BuddyPressMedia.php:158
|
726 |
+
msgid "BuddyPress is not installed."
|
727 |
+
msgstr ""
|
728 |
+
|
729 |
+
#: app/admin/BPMediaAdmin.php:96 app/admin/BPMediaAdmin.php:247
|
730 |
+
msgid "BuddyPress Media Addons"
|
731 |
+
msgstr ""
|
732 |
+
|
733 |
+
#: app/admin/BPMediaAdmin.php:88
|
734 |
+
msgid "BuddyPress Media Component"
|
735 |
+
msgstr ""
|
736 |
+
|
737 |
+
#: app/helper/BPMediaSupport.php:121
|
738 |
+
msgid "Additional Information"
|
739 |
+
msgstr "معلومات إضافية"
|
740 |
+
|
741 |
+
#: app/helper/BPMediaSettings.php:286
|
742 |
+
msgid "Recount Success"
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: app/helper/BPMediaSettings.php:291
|
746 |
+
msgid "Recount Fail"
|
747 |
+
msgstr ""
|
748 |
+
|
749 |
+
#: app/main/includes/BPMediaHostWordpress.php:170
|
750 |
+
msgid "MP4 file you have uploaded is corrupt."
|
751 |
+
msgstr ""
|
752 |
+
|
753 |
+
#: app/helper/BPMediaSupport.php:246
|
754 |
+
msgid "Thank you for your Feedback/Suggestion."
|
755 |
+
msgstr "شكرا ً على المقترح / التغذية الرجعية "
|
756 |
+
|
757 |
+
#: app/helper/BPMediaSupport.php:248
|
758 |
+
msgid "Thank you for posting your support request."
|
759 |
+
msgstr "شكرا لإرسالك طلب الدعم ."
|
760 |
+
|
761 |
+
#: app/helper/BPMediaSupport.php:249
|
762 |
+
msgid "We will get back to you shortly."
|
763 |
+
msgstr "سنعود قريبا ً"
|
764 |
+
|
765 |
+
#: app/helper/BPMediaSupport.php:252
|
766 |
+
msgid "Your server failed to send an email."
|
767 |
+
msgstr "فشل الخادم في إرسال البريد الإلكتروني"
|
768 |
+
|
769 |
+
#: app/helper/BPMediaSupport.php:253
|
770 |
+
msgid "Kindly contact your server support to fix this."
|
771 |
+
msgstr ""
|
772 |
+
|
773 |
+
#: app/helper/BPMediaSupport.php:254
|
774 |
+
msgid "You can alternatively create a support request <a href=\"%s\">here</a>"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: app/helper/BPMediaSupport.php:95
|
778 |
+
msgid "Name"
|
779 |
+
msgstr "الإسم"
|
780 |
+
|
781 |
+
#: app/helper/BPMediaSupport.php:98
|
782 |
+
msgid "Email"
|
783 |
+
msgstr "البريد الإلكتروني"
|
784 |
+
|
785 |
+
#: app/helper/BPMediaSupport.php:101
|
786 |
+
msgid "Website"
|
787 |
+
msgstr "الموقع"
|
788 |
+
|
789 |
+
#: app/helper/BPMediaSupport.php:104
|
790 |
+
msgid "Phone"
|
791 |
+
msgstr "الجوال"
|
792 |
+
|
793 |
+
#: app/helper/BPMediaSupport.php:107
|
794 |
+
msgid "Subject"
|
795 |
+
msgstr "الموضوع"
|
796 |
+
|
797 |
+
#: app/helper/BPMediaSupport.php:110
|
798 |
+
msgid "Details"
|
799 |
+
msgstr "التفاصيل"
|
800 |
+
|
801 |
+
#: app/helper/BPMediaSupport.php:161
|
802 |
+
msgid "BuddyPress Media Premium Support Request from"
|
803 |
+
msgstr ""
|
804 |
+
|
805 |
+
#: app/helper/BPMediaSupport.php:164
|
806 |
+
msgid "BuddyPress Media New Feature Request from"
|
807 |
+
msgstr ""
|
808 |
+
|
809 |
+
#: app/helper/BPMediaSupport.php:167
|
810 |
+
msgid "BuddyPress Media Bug Report from"
|
811 |
+
msgstr ""
|
812 |
+
|
813 |
+
#: app/helper/BPMediaSupport.php:170
|
814 |
+
msgid "BuddyPress Media Contact from"
|
815 |
+
msgstr ""
|
816 |
+
|
817 |
+
#: app/helper/BPMediaSettings.php:358
|
818 |
+
msgid "Please provide \"option\" value ( required ) in the argument. Pass argument to add_settings_field in the following format array( 'option' => 'option_name' ) "
|
819 |
+
msgstr ""
|
820 |
+
|
821 |
+
#: app/helper/BPMediaSettings.php:403 app/helper/BPMediaSettings.php:452
|
822 |
+
#: app/helper/BPMediaSettings.php:531
|
823 |
+
msgid "Please provide \"option\" value ( required ) in the argument. Pass argument to add_settings_field in the following format array( 'option' => 'option_name' )"
|
824 |
+
msgstr ""
|
825 |
+
|
826 |
+
#: app/main/includes/BPMediaActions.php:874
|
827 |
+
msgid "%1$s created an album %2$s"
|
828 |
+
msgstr "%1$s تم إنشاء ألبوم%2$s"
|
829 |
|