Version Description
- Added: Reactions
- Changed: Graph api calls
- Fixed: Minor bugs
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.0.11 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.10 to 1.0.11
- admin/views/FFWDViewInfo_ffwd.php +2 -2
- facebook-feed-wd.php +37 -4
- framework/WDFacebookFeed.php +113 -30
- frontend/models/FFWDModelBlog_style.php +4 -0
- frontend/views/FFWDViewBlog_style.php +708 -497
- frontend/views/FFWDViewPopupBox.php +1314 -1271
- images/feed/angry_gray.png +0 -0
- images/feed/haha_gray.png +0 -0
- images/feed/love_gray.png +0 -0
- images/feed/sad_gray.png +0 -0
- images/feed/wow_gray.png +0 -0
- js/ffwd.js +1 -1
- js/ffwd_frontend.js +866 -470
- js/ffwd_gallery_box.js +361 -252
- languages/bwg-af.mo +0 -0
- languages/bwg-af.po +0 -360
- languages/bwg-ar.mo +0 -0
- languages/bwg-ar.po +0 -361
- languages/bwg-be_BY.mo +0 -0
- languages/bwg-be_BY.po +0 -361
- languages/bwg-bg_BG.mo +0 -0
- languages/bwg-bg_BG.po +0 -360
- languages/bwg-ca.mo +0 -0
- languages/bwg-ca.po +0 -360
- languages/bwg-cs_CZ.mo +0 -0
- languages/bwg-cs_CZ.po +0 -360
- languages/bwg-da_DK.mo +0 -0
- languages/bwg-da_DK.po +0 -360
- languages/bwg-de_DE.mo +0 -0
- languages/bwg-de_DE.po +0 -360
- languages/bwg-el.mo +0 -0
- languages/bwg-el.po +0 -360
- languages/bwg-en_US.mo +0 -0
- languages/bwg-en_US.po +0 -360
- languages/bwg-eo_EO.mo +0 -0
- languages/bwg-eo_EO.po +0 -360
- languages/bwg-es_ES.mo +0 -0
- languages/bwg-es_ES.po +0 -360
- languages/bwg-et.mo +0 -0
- languages/bwg-et.po +0 -360
- languages/bwg-fa_IR.mo +0 -0
- languages/bwg-fa_IR.po +0 -360
- languages/bwg-fi.mo +0 -0
- languages/bwg-fi.po +0 -360
- languages/bwg-fr_FR.mo +0 -0
- languages/bwg-fr_FR.po +0 -360
- languages/bwg-gl_ES.mo +0 -0
- languages/bwg-gl_ES.po +0 -360
- languages/bwg-he_IL.mo +0 -0
- languages/bwg-he_IL.po +0 -360
- languages/bwg-hi_IN.mo +0 -0
- languages/bwg-hi_IN.po +0 -360
- languages/bwg-hr.mo +0 -0
- languages/bwg-hr.po +0 -361
- languages/bwg-hu_HU.mo +0 -0
- languages/bwg-hu_HU.po +0 -360
- languages/bwg-hy_AM.mo +0 -0
- languages/bwg-hy_AM.po +0 -360
- languages/bwg-id_ID.mo +0 -0
- languages/bwg-id_ID.po +0 -360
- languages/bwg-it_IT.mo +0 -0
- languages/bwg-it_IT.po +0 -360
- languages/bwg-ja.mo +0 -0
- languages/bwg-ja.po +0 -362
- languages/bwg-ka_GE.mo +0 -0
- languages/bwg-ka_GE.po +0 -360
- languages/bwg-ko_KR.mo +0 -0
- languages/bwg-ko_KR.po +0 -360
- languages/bwg-lt_LT.mo +0 -0
- languages/bwg-lt_LT.po +0 -361
- languages/bwg-lv.mo +0 -0
- languages/bwg-lv.po +0 -361
- languages/bwg-mk_MK.mo +0 -0
- languages/bwg-mk_MK.po +0 -360
- languages/bwg-ms_MY.mo +0 -0
- languages/bwg-ms_MY.po +0 -360
- languages/bwg-mt_MT.mo +0 -0
- languages/bwg-mt_MT.po +0 -300
admin/views/FFWDViewInfo_ffwd.php
CHANGED
|
@@ -669,7 +669,7 @@ class FFWDViewInfo_ffwd
|
|
| 669 |
value="<?php echo $row->content_url; ?>"
|
| 670 |
size="64"/></td>
|
| 671 |
</tr>
|
| 672 |
-
<tr>
|
| 673 |
<td class="ffwd_set_l"><label for="<?php echo WD_FB_PREFIX; ?>_page_exist_access_tok">Use
|
| 674 |
Existing access token: </label></td>
|
| 675 |
<td style="margin-bottom:15px"><input type="checkbox"
|
|
@@ -696,7 +696,7 @@ class FFWDViewInfo_ffwd
|
|
| 696 |
|
| 697 |
</td>
|
| 698 |
</tr>
|
| 699 |
-
<tr>
|
| 700 |
<td class="ffwd_set_l"><label for="<?php echo WD_FB_PREFIX; ?>_group_exist_access_tok">Use
|
| 701 |
Existing access token: </label></td>
|
| 702 |
<td style="margin-bottom:15px"><input type="checkbox"
|
| 669 |
value="<?php echo $row->content_url; ?>"
|
| 670 |
size="64"/></td>
|
| 671 |
</tr>
|
| 672 |
+
<tr style="display:none;">
|
| 673 |
<td class="ffwd_set_l"><label for="<?php echo WD_FB_PREFIX; ?>_page_exist_access_tok">Use
|
| 674 |
Existing access token: </label></td>
|
| 675 |
<td style="margin-bottom:15px"><input type="checkbox"
|
| 696 |
|
| 697 |
</td>
|
| 698 |
</tr>
|
| 699 |
+
<tr style="display:none">
|
| 700 |
<td class="ffwd_set_l"><label for="<?php echo WD_FB_PREFIX; ?>_group_exist_access_tok">Use
|
| 701 |
Existing access token: </label></td>
|
| 702 |
<td style="margin-bottom:15px"><input type="checkbox"
|
facebook-feed-wd.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin Name: Facebook Feed WD
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
| 6 |
* Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
| 7 |
-
* Version: 1.0.
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -397,6 +397,11 @@ function ffwd_activate()
|
|
| 397 |
`created_time` varchar(64) NOT NULL,
|
| 398 |
`updated_time` varchar(64) NOT NULL,
|
| 399 |
`created_time_number` bigint(255) NOT NULL,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 400 |
PRIMARY KEY (`id`)
|
| 401 |
) DEFAULT CHARSET=utf8;";
|
| 402 |
$wpdb->query($wd_fb_data);
|
|
@@ -627,6 +632,34 @@ function ffwd_front_end_scripts()
|
|
| 627 |
'ffwd_mail_validation' => __('This is not a valid email address.', 'bwg'),
|
| 628 |
'ffwd_search_result' => __('There are no images matching your search.', 'bwg'),
|
| 629 |
));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 630 |
}
|
| 631 |
|
| 632 |
add_action('wp_enqueue_scripts', 'ffwd_front_end_scripts');
|
|
@@ -667,7 +700,7 @@ if (class_exists('WP_Widget')) {
|
|
| 667 |
// Languages localization.
|
| 668 |
function ffwd_language_load()
|
| 669 |
{
|
| 670 |
-
load_plugin_textdomain('
|
| 671 |
}
|
| 672 |
|
| 673 |
add_action('init', 'ffwd_language_load');
|
|
@@ -675,7 +708,7 @@ add_action('init', 'ffwd_language_load');
|
|
| 675 |
function ffwd_version()
|
| 676 |
{
|
| 677 |
|
| 678 |
-
$version = '1.0.
|
| 679 |
|
| 680 |
if (get_option('ffwd_version') === false) {
|
| 681 |
add_option('ffwd_version', $version);
|
|
@@ -712,4 +745,4 @@ if (is_admin() && (!defined('DOING_AJAX') || !DOING_AJAX)) {
|
|
| 712 |
|
| 713 |
|
| 714 |
|
| 715 |
-
?>
|
| 4 |
* Plugin Name: Facebook Feed WD
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
| 6 |
* Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
| 7 |
+
* Version: 1.0.11
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 397 |
`created_time` varchar(64) NOT NULL,
|
| 398 |
`updated_time` varchar(64) NOT NULL,
|
| 399 |
`created_time_number` bigint(255) NOT NULL,
|
| 400 |
+
`reactions` text NOT NULL,
|
| 401 |
+
`comments` text NOT NULL,
|
| 402 |
+
`shares` text NOT NULL,
|
| 403 |
+
`attachments` text NOT NULL,
|
| 404 |
+
`who_post` text NOT NULL,
|
| 405 |
PRIMARY KEY (`id`)
|
| 406 |
) DEFAULT CHARSET=utf8;";
|
| 407 |
$wpdb->query($wd_fb_data);
|
| 632 |
'ffwd_mail_validation' => __('This is not a valid email address.', 'bwg'),
|
| 633 |
'ffwd_search_result' => __('There are no images matching your search.', 'bwg'),
|
| 634 |
));
|
| 635 |
+
|
| 636 |
+
wp_localize_script('ffwd_frontend', 'ffwd_frontend_text', array(
|
| 637 |
+
'comment_reply' => __('Reply', 'ffwd'),
|
| 638 |
+
'view' => __('View', 'ffwd'),
|
| 639 |
+
'more_comments' => __('more comments', 'ffwd'),
|
| 640 |
+
|
| 641 |
+
'year' => __('year', 'ffwd'),
|
| 642 |
+
'years' => __('years', 'ffwd'),
|
| 643 |
+
'hour' => __('hour', 'ffwd'),
|
| 644 |
+
'hours' => __('hours', 'ffwd'),
|
| 645 |
+
'months' => __('months','ffwd'),
|
| 646 |
+
'month' => __('month','ffwd'),
|
| 647 |
+
'weeks' => __('weeks','ffwd'),
|
| 648 |
+
'week' => __('week','ffwd'),
|
| 649 |
+
'days' => __('days','ffwd'),
|
| 650 |
+
'day' => __('day','ffwd'),
|
| 651 |
+
'minutes' => __('minutes','ffwd'),
|
| 652 |
+
'minute' => __('minute','ffwd'),
|
| 653 |
+
'seconds' => __('seconds','ffwd'),
|
| 654 |
+
'second' => __('second','ffwd'),
|
| 655 |
+
'ago' => __('ago','ffwd'),
|
| 656 |
+
|
| 657 |
+
'and' => __('and','ffwd'),
|
| 658 |
+
'others' => __('others','ffwd'),
|
| 659 |
+
|
| 660 |
+
));
|
| 661 |
+
|
| 662 |
+
|
| 663 |
}
|
| 664 |
|
| 665 |
add_action('wp_enqueue_scripts', 'ffwd_front_end_scripts');
|
| 700 |
// Languages localization.
|
| 701 |
function ffwd_language_load()
|
| 702 |
{
|
| 703 |
+
load_plugin_textdomain('ffwd', FALSE, basename(dirname(__FILE__)) . '/languages');
|
| 704 |
}
|
| 705 |
|
| 706 |
add_action('init', 'ffwd_language_load');
|
| 708 |
function ffwd_version()
|
| 709 |
{
|
| 710 |
|
| 711 |
+
$version = '1.0.11';
|
| 712 |
|
| 713 |
if (get_option('ffwd_version') === false) {
|
| 714 |
add_option('ffwd_version', $version);
|
| 745 |
|
| 746 |
|
| 747 |
|
| 748 |
+
?>
|
framework/WDFacebookFeed.php
CHANGED
|
@@ -29,7 +29,13 @@ class WDFacebookFeed {
|
|
| 29 |
protected static $valid_content = array('statuses', 'photos', 'videos', 'links', 'events', 'albums');
|
| 30 |
protected static $access_token;
|
| 31 |
protected static $exist_access;
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
protected static $access_tokens = array (
|
| 34 |
// App 2.5 and higher doesn't support video name field
|
| 35 |
'1332501960106748|5c00e11412c36ce741e5bb051d3d948e',
|
|
@@ -181,7 +187,8 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 181 |
($row->content_type != self::$content_type) ||
|
| 182 |
($row->content != $content) ||
|
| 183 |
($row->from != $from) ||
|
| 184 |
-
($row->timeline_type != self::$timeline_type)
|
|
|
|
| 185 |
($row->limit != self::$limit)
|
| 186 |
);
|
| 187 |
|
|
@@ -367,8 +374,11 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 367 |
|
| 368 |
// Auto update
|
| 369 |
public static function update_from_shedule($rows = array()) {
|
|
|
|
| 370 |
self::$save = false;
|
| 371 |
self::$edit_feed = false;
|
|
|
|
|
|
|
| 372 |
foreach($rows as $row) {
|
| 373 |
self::$fb_id = isset($row->id) ? $row->id : '';
|
| 374 |
self::$fb_type = isset($row->type) ? $row->type : '';
|
|
@@ -385,6 +395,33 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 385 |
}
|
| 386 |
}
|
| 387 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 388 |
public static function update_db() {
|
| 389 |
global $wpdb;
|
| 390 |
$data = self::$data['data'];
|
|
@@ -456,6 +493,21 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 456 |
self::$function_name();
|
| 457 |
}
|
| 458 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 459 |
public static function group() {
|
| 460 |
self::$content_url = ((isset($_POST['content_url'])) ? esc_html(stripslashes($_POST['content_url'])) : '');
|
| 461 |
self::$limit = ((isset($_POST['limit'])) ? esc_html(stripslashes($_POST['limit'])) : '');
|
|
@@ -656,24 +708,30 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 656 |
self::set_timeline_type();
|
| 657 |
self::$complite_timeline_data = array();
|
| 658 |
$data = array();
|
| 659 |
-
|
| 660 |
-
$edge = (self::$fb_type == 'group') ? 'feed' : (self::$timeline_type == 'feed' || self::$timeline_type == 'others') ? 'feed' : 'posts';
|
| 661 |
$fb_graph_url = str_replace (
|
| 662 |
array('{FB_ID}', '{EDGE}','{ACCESS_TOKEN}', '{FIELDS}', '{LIMIT}', '{OTHER}'),
|
| 663 |
-
|
| 664 |
-
self::$graph_url
|
| 665 |
);
|
| 666 |
|
| 667 |
// print_r($fb_graph_url);
|
| 668 |
// wp_die();
|
| 669 |
$data['data'] = self::complite_timeline($fb_graph_url);
|
| 670 |
self::$data = $data;
|
| 671 |
-
|
| 672 |
-
|
| 673 |
-
|
| 674 |
-
|
| 675 |
-
|
| 676 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 677 |
}
|
| 678 |
|
| 679 |
public static function ffwd_event_data_sort($a, $b)
|
|
@@ -717,16 +775,19 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 717 |
self::$timeline_type = '';
|
| 718 |
$other = '';
|
| 719 |
if(self::$content[0] == 'albums')
|
| 720 |
-
|
| 721 |
elseif(self::$content[0] == 'photos')
|
| 722 |
-
|
| 723 |
elseif(self::$content[0] == 'videos')
|
| 724 |
-
|
| 725 |
-
|
| 726 |
-
|
| 727 |
-
|
|
|
|
|
|
|
|
|
|
| 728 |
else
|
| 729 |
-
|
| 730 |
|
| 731 |
if(self::$content[0] == 'photos' || self::$content[0] == 'videos')
|
| 732 |
$other = 'type=uploaded';
|
|
@@ -751,10 +812,6 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 751 |
uasort($data['data'], 'self::ffwd_event_data_sort');
|
| 752 |
}
|
| 753 |
|
| 754 |
-
if (self::$upcoming_events == 1) {
|
| 755 |
-
|
| 756 |
-
$data=self::filter_upcoming_events($data);
|
| 757 |
-
}
|
| 758 |
|
| 759 |
|
| 760 |
|
|
@@ -770,12 +827,14 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 770 |
}
|
| 771 |
else {
|
| 772 |
self::$data = $data;
|
| 773 |
-
|
| 774 |
-
|
| 775 |
-
|
| 776 |
-
|
| 777 |
-
|
| 778 |
-
|
|
|
|
|
|
|
| 779 |
}
|
| 780 |
}
|
| 781 |
|
|
@@ -1097,6 +1156,20 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 1097 |
$message_tags = array_key_exists ( 'message_tags' , $next ) ? json_encode($next['message_tags']) : '';
|
| 1098 |
$with_tags = array_key_exists ( 'with_tags' , $next ) ? json_encode($next['with_tags']) : '';
|
| 1099 |
$story_tags = array_key_exists ( 'story_tags' , $next ) ? json_encode($next['story_tags']) : '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1100 |
|
| 1101 |
// When content is events some fields have different names, so check them.
|
| 1102 |
if($type == 'events') {
|
|
@@ -1146,6 +1219,11 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 1146 |
'created_time' => $created_time,
|
| 1147 |
'updated_time' => $updated_time,
|
| 1148 |
'created_time_number' => $created_time_number,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1149 |
), array(
|
| 1150 |
'%d',
|
| 1151 |
'%s',
|
|
@@ -1168,7 +1246,12 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
|
|
| 1168 |
'%s',
|
| 1169 |
'%s',
|
| 1170 |
'%s',
|
| 1171 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1172 |
));
|
| 1173 |
if ($save_fb_data !== FALSE) {
|
| 1174 |
$success = 'success';
|
| 29 |
protected static $valid_content = array('statuses', 'photos', 'videos', 'links', 'events', 'albums');
|
| 30 |
protected static $access_token;
|
| 31 |
protected static $exist_access;
|
| 32 |
+
protected static $auto_update_feed=0;
|
| 33 |
+
|
| 34 |
+
protected static $updateOnVersionChange=false;
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
// Existing app ids and app secrets
|
| 39 |
protected static $access_tokens = array (
|
| 40 |
// App 2.5 and higher doesn't support video name field
|
| 41 |
'1332501960106748|5c00e11412c36ce741e5bb051d3d948e',
|
| 187 |
($row->content_type != self::$content_type) ||
|
| 188 |
($row->content != $content) ||
|
| 189 |
($row->from != $from) ||
|
| 190 |
+
($row->timeline_type != self::$timeline_type)||
|
| 191 |
+
(self::$auto_update_feed != 0) ||
|
| 192 |
($row->limit != self::$limit)
|
| 193 |
);
|
| 194 |
|
| 374 |
|
| 375 |
// Auto update
|
| 376 |
public static function update_from_shedule($rows = array()) {
|
| 377 |
+
|
| 378 |
self::$save = false;
|
| 379 |
self::$edit_feed = false;
|
| 380 |
+
self::$auto_update_feed = 1;
|
| 381 |
+
|
| 382 |
foreach($rows as $row) {
|
| 383 |
self::$fb_id = isset($row->id) ? $row->id : '';
|
| 384 |
self::$fb_type = isset($row->type) ? $row->type : '';
|
| 395 |
}
|
| 396 |
}
|
| 397 |
|
| 398 |
+
|
| 399 |
+
public static function updateOnVersionChange($rows = array())
|
| 400 |
+
{
|
| 401 |
+
|
| 402 |
+
self::$save = false;
|
| 403 |
+
self::$edit_feed = false;
|
| 404 |
+
self::$auto_update_feed = 0;
|
| 405 |
+
self::$updateOnVersionChange = true;
|
| 406 |
+
|
| 407 |
+
foreach ($rows as $row) {
|
| 408 |
+
self::$fb_id = isset($row->id) ? $row->id : '';
|
| 409 |
+
self::$fb_type = isset($row->type) ? $row->type : '';
|
| 410 |
+
self::$content_type = isset($row->content_type) ? $row->content_type : '';
|
| 411 |
+
self::$content = isset($row->content) ? explode(",", $row->content) : array();
|
| 412 |
+
self::$content_url = isset($row->content_url) ? $row->content_url : '';
|
| 413 |
+
self::$timeline_type = isset($row->timeline_type) ? $row->timeline_type : 'posts';
|
| 414 |
+
self::$limit = isset($row->limit) ? $row->limit : '';
|
| 415 |
+
self::$id = isset($row->from) ? $row->from : '';
|
| 416 |
+
self::$access_token = isset($row->access_token) ? $row->access_token : '';
|
| 417 |
+
self::$update_mode = isset($row->update_mode) ? $row->update_mode : self::$update_mode;
|
| 418 |
+
$function_name = self::$content_type;
|
| 419 |
+
self::$function_name();
|
| 420 |
+
|
| 421 |
+
|
| 422 |
+
}
|
| 423 |
+
}
|
| 424 |
+
|
| 425 |
public static function update_db() {
|
| 426 |
global $wpdb;
|
| 427 |
$data = self::$data['data'];
|
| 493 |
self::$function_name();
|
| 494 |
}
|
| 495 |
|
| 496 |
+
|
| 497 |
+
public static function update_version()
|
| 498 |
+
{
|
| 499 |
+
|
| 500 |
+
global $wpdb;
|
| 501 |
+
$data = self::$data['data'];
|
| 502 |
+
$id = self::$fb_id;
|
| 503 |
+
$delete = $wpdb->query($wpdb->prepare('DELETE FROM ' . $wpdb->prefix . 'wd_fb_data WHERE `fb_id` = "%d"', self::$fb_id));
|
| 504 |
+
|
| 505 |
+
|
| 506 |
+
|
| 507 |
+
self::insert_wd_fb_data($data);
|
| 508 |
+
|
| 509 |
+
}
|
| 510 |
+
|
| 511 |
public static function group() {
|
| 512 |
self::$content_url = ((isset($_POST['content_url'])) ? esc_html(stripslashes($_POST['content_url'])) : '');
|
| 513 |
self::$limit = ((isset($_POST['limit'])) ? esc_html(stripslashes($_POST['limit'])) : '');
|
| 708 |
self::set_timeline_type();
|
| 709 |
self::$complite_timeline_data = array();
|
| 710 |
$data = array();
|
| 711 |
+
$fields = 'fields=comments.limit(25).summary(true){parent.fields(id),created_time,from,like_count,message,comment_count},attachments,shares,id,name,story,link,created_time,updated_time,from{picture,name,link},message,type,source,place,message_tags,with_tags,story_tags,description,status_type&'; $edge = (self::$fb_type == 'group') ? 'feed' : (self::$timeline_type == 'feed' || self::$timeline_type == 'others') ? 'feed' : 'posts';
|
|
|
|
| 712 |
$fb_graph_url = str_replace (
|
| 713 |
array('{FB_ID}', '{EDGE}','{ACCESS_TOKEN}', '{FIELDS}', '{LIMIT}', '{OTHER}'),
|
| 714 |
+
array(self::$id, $edge, 'access_token=' . self::$access_token . '&', $fields, 'locale='.get_locale().'&', ''), self::$graph_url
|
|
|
|
| 715 |
);
|
| 716 |
|
| 717 |
// print_r($fb_graph_url);
|
| 718 |
// wp_die();
|
| 719 |
$data['data'] = self::complite_timeline($fb_graph_url);
|
| 720 |
self::$data = $data;
|
| 721 |
+
|
| 722 |
+
|
| 723 |
+
|
| 724 |
+
if (self::$save)
|
| 725 |
+
self::save_db();
|
| 726 |
+
elseif (self::$edit_feed)
|
| 727 |
+
self::edit_feed();
|
| 728 |
+
elseif (self::$updateOnVersionChange)
|
| 729 |
+
self::update_version();
|
| 730 |
+
else {
|
| 731 |
+
|
| 732 |
+
self::update_db();
|
| 733 |
+
|
| 734 |
+
}
|
| 735 |
}
|
| 736 |
|
| 737 |
public static function ffwd_event_data_sort($a, $b)
|
| 775 |
self::$timeline_type = '';
|
| 776 |
$other = '';
|
| 777 |
if(self::$content[0] == 'albums')
|
| 778 |
+
$fields = 'fields=name,created_time,updated_time,from{picture,name,link},link,count&';
|
| 779 |
elseif(self::$content[0] == 'photos')
|
| 780 |
+
$fields = 'fields=source,name,created_time,updated_time,from{picture,name,link},link,images&';
|
| 781 |
elseif(self::$content[0] == 'videos')
|
| 782 |
+
$fields = 'fields=source,created_time,updated_time,from{picture,name,link},description,format&';
|
| 783 |
+
elseif (self::$content[0] == 'events') {
|
| 784 |
+
if (self::$upcoming_events == 1)
|
| 785 |
+
$fields = 'fields=comments.limit(25).summary(true){parent.fields(id),created_time,from,like_count,message,comment_count},name,start_time,end_time,description,cover,owner{picture,name,link},place&since=' . strtotime(date('Y-m-d')) . '&';
|
| 786 |
+
else
|
| 787 |
+
$fields = 'fields=comments.limit(25).summary(true){parent.fields(id),created_time,from,like_count,message,comment_count},name,start_time,end_time,description,cover,owner{picture,name,link},place&';
|
| 788 |
+
}
|
| 789 |
else
|
| 790 |
+
$fields = 'fields=source,name,story,created_time,updated_time,from{picture,name,link},link&';
|
| 791 |
|
| 792 |
if(self::$content[0] == 'photos' || self::$content[0] == 'videos')
|
| 793 |
$other = 'type=uploaded';
|
| 812 |
uasort($data['data'], 'self::ffwd_event_data_sort');
|
| 813 |
}
|
| 814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 815 |
|
| 816 |
|
| 817 |
|
| 827 |
}
|
| 828 |
else {
|
| 829 |
self::$data = $data;
|
| 830 |
+
if (self::$save)
|
| 831 |
+
self::save_db();
|
| 832 |
+
elseif (self::$edit_feed)
|
| 833 |
+
self::edit_feed();
|
| 834 |
+
elseif (self::$updateOnVersionChange)
|
| 835 |
+
self::update_version();
|
| 836 |
+
else
|
| 837 |
+
self::update_db();
|
| 838 |
}
|
| 839 |
}
|
| 840 |
|
| 1156 |
$message_tags = array_key_exists ( 'message_tags' , $next ) ? json_encode($next['message_tags']) : '';
|
| 1157 |
$with_tags = array_key_exists ( 'with_tags' , $next ) ? json_encode($next['with_tags']) : '';
|
| 1158 |
$story_tags = array_key_exists ( 'story_tags' , $next ) ? json_encode($next['story_tags']) : '';
|
| 1159 |
+
$reactions = array_key_exists('reactions', $next) ? json_encode($next['reactions']) : '';
|
| 1160 |
+
$comments = array_key_exists('comments', $next) ? json_encode($next['comments']) : '';
|
| 1161 |
+
$shares = array_key_exists('shares', $next) ? json_encode($next['shares']) : '';
|
| 1162 |
+
$attachments = array_key_exists('attachments', $next) ? json_encode($next['attachments']) : '';
|
| 1163 |
+
$from_json = array_key_exists('from', $next) ? json_encode($next['from']) : '';
|
| 1164 |
+
if($type=="events")
|
| 1165 |
+
$from_json = array_key_exists('owner', $next) ? json_encode($next['owner']) : '';
|
| 1166 |
+
|
| 1167 |
+
|
| 1168 |
+
|
| 1169 |
+
|
| 1170 |
+
$reactions = array_key_exists('reactions', $next) ? json_encode($next['reactions']) : '';
|
| 1171 |
+
|
| 1172 |
+
|
| 1173 |
|
| 1174 |
// When content is events some fields have different names, so check them.
|
| 1175 |
if($type == 'events') {
|
| 1219 |
'created_time' => $created_time,
|
| 1220 |
'updated_time' => $updated_time,
|
| 1221 |
'created_time_number' => $created_time_number,
|
| 1222 |
+
'comments' => $comments,
|
| 1223 |
+
'shares' => $shares,
|
| 1224 |
+
'attachments' => $attachments,
|
| 1225 |
+
'who_post' => $from_json,
|
| 1226 |
+
'reactions' => $reactions,
|
| 1227 |
), array(
|
| 1228 |
'%d',
|
| 1229 |
'%s',
|
| 1246 |
'%s',
|
| 1247 |
'%s',
|
| 1248 |
'%s',
|
| 1249 |
+
'%d',
|
| 1250 |
+
'%s',
|
| 1251 |
+
'%s',
|
| 1252 |
+
'%s',
|
| 1253 |
+
'%s',
|
| 1254 |
+
'%s',
|
| 1255 |
));
|
| 1256 |
if ($save_fb_data !== FALSE) {
|
| 1257 |
$success = 'success';
|
frontend/models/FFWDModelBlog_style.php
CHANGED
|
@@ -46,6 +46,10 @@ class FFWDModelBlog_style extends FFWDModelMain {
|
|
| 46 |
$object->message_tags = json_decode(str_replace("'", esc_html("'"), $row->message_tags));
|
| 47 |
$object->with_tags = json_decode(str_replace("'", esc_html("'"), $row->with_tags));
|
| 48 |
$object->story_tags = json_decode(str_replace("'", esc_html("'"), $row->story_tags));
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
array_push($id_object_id_json, $object);
|
| 50 |
}
|
| 51 |
$this->id_object_id_json = $id_object_id_json;
|
| 46 |
$object->message_tags = json_decode(str_replace("'", esc_html("'"), $row->message_tags));
|
| 47 |
$object->with_tags = json_decode(str_replace("'", esc_html("'"), $row->with_tags));
|
| 48 |
$object->story_tags = json_decode(str_replace("'", esc_html("'"), $row->story_tags));
|
| 49 |
+
$object->comments = $row->comments;
|
| 50 |
+
$object->attachments = $row->attachments;
|
| 51 |
+
$object->shares = $row->shares;
|
| 52 |
+
$object->who_post = $row->who_post;
|
| 53 |
array_push($id_object_id_json, $object);
|
| 54 |
}
|
| 55 |
$this->id_object_id_json = $id_object_id_json;
|
frontend/views/FFWDViewBlog_style.php
CHANGED
|
@@ -1,71 +1,71 @@
|
|
| 1 |
<?php
|
| 2 |
|
| 3 |
class FFWDViewBlog_style {
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
|
| 41 |
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
|
| 67 |
$rgb_page_nav_font_color = WDW_FFWD_Library::spider_hex2rgb($theme_row->page_nav_font_color);
|
| 68 |
-
|
| 69 |
$show_likes = (isset($ffwd_info['blog_style_likes']) && $ffwd_info['blog_style_likes'] == '1') ? true : false;
|
| 70 |
$show_comments = (isset($ffwd_info['blog_style_comments']) && $ffwd_info['blog_style_comments'] == '1') ? true : false;
|
| 71 |
$view_on_fb = isset($ffwd_info['view_on_fb']) ? $ffwd_info['view_on_fb'] : 1;
|
|
@@ -76,17 +76,17 @@ class FFWDViewBlog_style {
|
|
| 76 |
$blog_style_google = (isset($ffwd_info['blog_style_google']) && $ffwd_info['blog_style_google'] == '1') ? true : false;
|
| 77 |
$message_desc = (isset($ffwd_info['blog_style_message_desc']) && $ffwd_info['blog_style_message_desc'] == '1') ? true : false;
|
| 78 |
$ffwd_info_array = array(
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
|
| 91 |
'enable_comments' => $ffwd_info['popup_comments'],
|
| 92 |
'enable_likes' => $ffwd_info['popup_likes'],
|
|
@@ -96,46 +96,50 @@ class FFWDViewBlog_style {
|
|
| 96 |
'enable_place_name' => $ffwd_info['popup_place_name'],
|
| 97 |
'enable_message_desc' => $ffwd_info['popup_message_desc'],
|
| 98 |
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
margin: 0px 0px 10px 0px;
|
| 113 |
-
|
| 114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
background-color: rgba(0, 0, 0, 0);
|
| 116 |
text-align: <?php echo $theme_row->blog_style_align ?>;
|
| 117 |
width: 100%;
|
| 118 |
position: relative;
|
| 119 |
-
|
| 120 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_page_plugin_<?php echo $ffwd; ?>{
|
| 121 |
margin: 30px 0px 0px 0px;
|
| 122 |
background-color: rgba(0, 0, 0, 0);
|
| 123 |
text-align: <?php echo $theme_row->blog_style_align ?>;
|
| 124 |
width: 100%;
|
| 125 |
position: relative;
|
| 126 |
-
|
| 127 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_objects_conteiner_<?php echo $ffwd; ?> .blog_style_objects_conteiner_1_<?php echo $ffwd; ?>{
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
text-align: left;
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_objects_conteiner_<?php echo $ffwd; ?> .ffwd_blog_style_header_container_<?php echo $ffwd; ?> {
|
| 140 |
display: inline-block;
|
| 141 |
width: <?php echo $ffwd_info['blog_style_width']; ?>px;
|
|
@@ -157,44 +161,44 @@ class FFWDViewBlog_style {
|
|
| 157 |
font-size: <?php echo $theme_row->blog_style_fd_icon_size ?>px;
|
| 158 |
color: #<?php echo $theme_row->blog_style_fd_icon_color ?>;
|
| 159 |
}
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
text-align: left;
|
| 167 |
-
|
| 168 |
-
|
| 169 |
width: 100%;
|
| 170 |
-
|
| 171 |
-
|
| 172 |
box-shadow: <?php echo $theme_row->blog_style_box_shadow; ?>;
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
border-color: #<?php echo $theme_row->blog_style_border_color; ?>;
|
| 178 |
-
|
| 179 |
-
|
| 180 |
|
| 181 |
-
|
| 182 |
-
|
| 183 |
position: relative;
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
text-align: <?php echo $theme_row->blog_style_obj_img_align; ?>;
|
| 189 |
-
|
| 190 |
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
|
| 199 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_play_icon_<?php echo $ffwd; ?> {
|
| 200 |
position: absolute;
|
|
@@ -206,40 +210,40 @@ class FFWDViewBlog_style {
|
|
| 206 |
z-index: 1;
|
| 207 |
transition: all 0.5s;
|
| 208 |
cursor: pointer;
|
| 209 |
-
|
| 210 |
|
| 211 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_play_icon_<?php echo $ffwd; ?>:hover {
|
| 212 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/play.png' ?>') no-repeat center center;
|
| 213 |
background-size: 40px;
|
| 214 |
cursor: pointer;
|
| 215 |
-
|
| 216 |
|
| 217 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_lightbox_<?php echo $ffwd; ?> {
|
| 218 |
-
|
| 219 |
-
|
| 220 |
|
| 221 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_lightbox_<?php echo $ffwd; ?>:focus {
|
| 222 |
-
|
| 223 |
-
|
| 224 |
|
| 225 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_link_<?php echo $ffwd; ?> {
|
| 226 |
-
|
| 227 |
-
|
| 228 |
|
| 229 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_link_<?php echo $ffwd; ?>:focus {
|
| 230 |
-
|
| 231 |
-
|
| 232 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .bwg_blog_style_img_cont_<?php echo $ffwd; ?> {
|
| 233 |
-
|
| 234 |
display: inline-block;
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
border-radius: 0px;
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
| 244 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
| 245 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
|
@@ -249,10 +253,10 @@ class FFWDViewBlog_style {
|
|
| 249 |
display: block;
|
| 250 |
height: 30px;
|
| 251 |
line-height: 30px;
|
| 252 |
-
|
| 253 |
-
|
| 254 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .displaying-num_<?php echo $ffwd; ?> {
|
| 255 |
-
|
| 256 |
}
|
| 257 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> {
|
| 258 |
float: none !important;
|
|
@@ -270,29 +274,29 @@ class FFWDViewBlog_style {
|
|
| 270 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> {
|
| 271 |
text-align: center !important;
|
| 272 |
}
|
| 273 |
-
|
| 274 |
-
|
| 275 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
| 276 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
| 277 |
font-weight: <?php echo $theme_row->page_nav_font_weight; ?>;
|
| 278 |
color: #<?php echo $theme_row->page_nav_font_color; ?>;
|
| 279 |
margin-right: 10px;
|
| 280 |
vertical-align: middle;
|
| 281 |
-
|
| 282 |
-
|
| 283 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
| 284 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
| 285 |
font-weight: <?php echo $theme_row->page_nav_font_weight; ?>;
|
| 286 |
color: #<?php echo $theme_row->page_nav_font_color; ?>;
|
| 287 |
vertical-align: middle;
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
cursor: default;
|
| 293 |
color: rgba(<?php echo $rgb_page_nav_font_color['red']; ?>, <?php echo $rgb_page_nav_font_color['green']; ?>, <?php echo $rgb_page_nav_font_color['blue']; ?>, 0.5);
|
| 294 |
-
|
| 295 |
-
|
| 296 |
cursor: pointer;
|
| 297 |
font-size: 12px;
|
| 298 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
|
@@ -309,39 +313,39 @@ class FFWDViewBlog_style {
|
|
| 309 |
opacity: <?php echo number_format($theme_row->page_nav_button_bg_transparent / 100, 2, ".", ""); ?>;
|
| 310 |
filter: Alpha(opacity=<?php echo $theme_row->page_nav_button_bg_transparent; ?>);
|
| 311 |
box-shadow: <?php echo $theme_row->page_nav_box_shadow; ?>;
|
| 312 |
-
|
| 313 |
-
|
| 314 |
-
|
| 315 |
background-color: #<?php echo $theme_row->lightbox_overlay_bg_color; ?>;
|
| 316 |
-
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_from_time_post_<?php echo $ffwd; ?> {
|
| 330 |
font-size: 11px;
|
| 331 |
font-weight: normal;
|
| 332 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 333 |
-
|
| 334 |
-
|
| 335 |
min-width: 72px;
|
| 336 |
-
|
| 337 |
-
|
| 338 |
color: #<?php echo $theme_row->blog_style_obj_story_color; ?>;
|
| 339 |
-
|
| 340 |
|
| 341 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_pic_container_<?php echo $ffwd; ?> {
|
| 342 |
float:left;
|
| 343 |
margin:0px 4px 0px 0px
|
| 344 |
-
|
| 345 |
|
| 346 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_hashtag_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_message_tag_<?php echo $ffwd; ?> {
|
| 347 |
color: #<?php echo $theme_row->blog_style_obj_hashtags_color; ?>;
|
|
@@ -350,50 +354,50 @@ class FFWDViewBlog_style {
|
|
| 350 |
text-decoration:none;
|
| 351 |
outline: none;
|
| 352 |
border-style: none;
|
| 353 |
-
|
| 354 |
|
| 355 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_hashtag_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_message_tag_<?php echo $ffwd; ?>:hover {
|
| 356 |
-
|
| 357 |
-
|
| 358 |
-
|
| 359 |
border-style: none;
|
| 360 |
-
|
| 361 |
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
| 366 |
|
| 367 |
-
|
| 368 |
-
|
| 369 |
-
|
| 370 |
-
|
| 371 |
color: #<?php echo $theme_row->blog_style_page_name_color; ?>;
|
| 372 |
margin: 0px;
|
| 373 |
text-decoration: none;
|
| 374 |
outline: none;
|
| 375 |
border-style: none;
|
| 376 |
transition: 0.1s color linear;
|
| 377 |
-
|
| 378 |
|
| 379 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_name_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_name_<?php echo $ffwd; ?>:focus {
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
|
| 383 |
color: #<?php echo $theme_row->blog_style_page_name_color; ?>;
|
| 384 |
margin: 0px;
|
| 385 |
text-decoration: none;
|
| 386 |
outline: none;
|
| 387 |
border-style: none;
|
| 388 |
transition: 0.1s color linear;
|
| 389 |
-
|
| 390 |
|
| 391 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_story_<?php echo $ffwd; ?> {
|
| 392 |
-
|
| 393 |
font-size: <?php echo $theme_row->blog_style_obj_story_size; ?>px;
|
| 394 |
font-weight: <?php echo $theme_row->blog_style_obj_story_font_weight; ?>;
|
| 395 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 396 |
-
|
| 397 |
|
| 398 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_see_more_message, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_see_more_description {
|
| 399 |
font-weight: <?php echo $theme_row->blog_style_obj_message_font_weight; ?>;
|
|
@@ -429,7 +433,7 @@ class FFWDViewBlog_style {
|
|
| 429 |
outline: none;
|
| 430 |
border: none;
|
| 431 |
margin: 0px;
|
| 432 |
-
|
| 433 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_place_name_<?php echo $ffwd; ?>:hover {
|
| 434 |
color: #<?php echo $theme_row->blog_style_obj_place_color; ?>;
|
| 435 |
font-size: <?php echo $theme_row->blog_style_obj_place_size; ?>px;
|
|
@@ -439,57 +443,57 @@ class FFWDViewBlog_style {
|
|
| 439 |
outline: none;
|
| 440 |
border: none;
|
| 441 |
margin: 0px;
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
border-style: none;
|
| 446 |
color: #<?php echo $theme_row->blog_style_obj_name_color; ?>;
|
| 447 |
-
|
| 448 |
-
|
| 449 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 450 |
font-style: normal;
|
| 451 |
margin: 10px 0px 7px 0px;
|
| 452 |
-
|
| 453 |
-
|
| 454 |
|
| 455 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_blog_style_object_name_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_blog_style_object_name_<?php echo $ffwd; ?>:focus {
|
| 456 |
-
|
| 457 |
border-style: none;
|
| 458 |
text-decoration: underline;
|
| 459 |
color: #<?php echo $theme_row->blog_style_obj_name_color; ?>;
|
| 460 |
-
|
| 461 |
-
|
| 462 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 463 |
font-style: normal;
|
| 464 |
margin: 10px 0px 7px 0px;
|
| 465 |
-
|
| 466 |
-
|
| 467 |
|
| 468 |
-
|
| 469 |
-
|
| 470 |
font-size: <?php echo $theme_row->blog_style_obj_message_size; ?>px;
|
| 471 |
-
|
| 472 |
font-style: normal;
|
| 473 |
-
|
| 474 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 475 |
-
|
| 476 |
|
| 477 |
-
|
| 478 |
-
|
| 479 |
|
| 480 |
-
|
| 481 |
-
|
| 482 |
font-size: <?php echo $theme_row->blog_style_obj_message_size; ?>px;
|
| 483 |
-
|
| 484 |
font-style: normal;
|
| 485 |
-
|
| 486 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 487 |
-
|
| 488 |
-
|
| 489 |
-
|
| 490 |
-
|
| 491 |
|
| 492 |
-
|
| 493 |
display: block;
|
| 494 |
background-color: #<?php echo $theme_row->blog_style_obj_likes_social_bg_color; ?>;
|
| 495 |
margin: 8px 0px 0px 0px;
|
|
@@ -500,16 +504,17 @@ class FFWDViewBlog_style {
|
|
| 500 |
border-width: 1px;
|
| 501 |
border-color: #E8E8E8;
|
| 502 |
cursor: pointer;
|
| 503 |
-
|
| 504 |
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
-
|
| 510 |
-
|
| 511 |
-
|
| 512 |
-
|
|
|
|
| 513 |
|
| 514 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> {
|
| 515 |
margin: 4px 0px 0px 0px;
|
|
@@ -586,13 +591,13 @@ class FFWDViewBlog_style {
|
|
| 586 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_replies_<?php echo $ffwd; ?> .ffwd_comment_replies_label_<?php echo $ffwd; ?> {
|
| 587 |
cursor: pointer;
|
| 588 |
padding: 0px 0px 0px 18px;
|
| 589 |
-
|
| 590 |
-
|
| 591 |
-
|
| 592 |
-
|
| 593 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 594 |
-
|
| 595 |
-
|
| 596 |
}
|
| 597 |
|
| 598 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_replies_<?php echo $ffwd; ?> .ffwd_comment_replies_content_<?php echo $ffwd; ?> {
|
|
@@ -608,52 +613,52 @@ class FFWDViewBlog_style {
|
|
| 608 |
|
| 609 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_message_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_message_<?php echo $ffwd; ?> {
|
| 610 |
color: #<?php echo $theme_row->blog_style_obj_comments_color; ?>;
|
| 611 |
-
|
| 612 |
-
|
| 613 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 614 |
}
|
| 615 |
|
| 616 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_author_name_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_author_name_<?php echo $ffwd; ?> {
|
| 617 |
-
|
| 618 |
-
|
| 619 |
border-style: none;
|
| 620 |
-
|
| 621 |
-
|
| 622 |
-
|
| 623 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 624 |
}
|
| 625 |
|
| 626 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_author_name_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_author_name_<?php echo $ffwd; ?>:hover {
|
| 627 |
-
|
| 628 |
-
|
| 629 |
border-style: none;
|
| 630 |
-
|
| 631 |
-
|
| 632 |
-
|
| 633 |
-
|
| 634 |
}
|
| 635 |
|
| 636 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_date_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_date_<?php echo $ffwd; ?> {
|
| 637 |
padding: 0px 0px 0px 18px;
|
| 638 |
-
|
| 639 |
-
|
| 640 |
-
|
| 641 |
-
|
| 642 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 643 |
-
|
| 644 |
-
|
| 645 |
}
|
| 646 |
|
| 647 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_likes_count_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_likes_count_<?php echo $ffwd; ?> {
|
| 648 |
-
|
| 649 |
-
|
| 650 |
-
|
| 651 |
-
|
| 652 |
-
|
| 653 |
-
|
| 654 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 655 |
-
|
| 656 |
-
|
| 657 |
}
|
| 658 |
|
| 659 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> .ffwd_like_name_<?php echo $ffwd; ?> {
|
|
@@ -665,7 +670,7 @@ class FFWDViewBlog_style {
|
|
| 665 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 666 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 667 |
float: left;
|
| 668 |
-
|
| 669 |
|
| 670 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> .ffwd_like_name_<?php echo $ffwd; ?>:hover,#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> .ffwd_like_name_<?php echo $ffwd; ?>:focus {
|
| 671 |
text-decoration: underline;
|
|
@@ -676,7 +681,7 @@ class FFWDViewBlog_style {
|
|
| 676 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 677 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 678 |
float: left;
|
| 679 |
-
|
| 680 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> {
|
| 681 |
float: left;
|
| 682 |
}
|
|
@@ -690,23 +695,83 @@ class FFWDViewBlog_style {
|
|
| 690 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 691 |
float: left;
|
| 692 |
margin: 0px 0px 0px 5px;
|
| 693 |
-
|
| 694 |
|
| 695 |
|
| 696 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> {
|
| 697 |
float: left;
|
| 698 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 699 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/like_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 700 |
-
|
| 701 |
-
|
| 702 |
-
|
| 703 |
|
| 704 |
|
| 705 |
-
|
| 706 |
float: left;
|
| 707 |
-
|
| 708 |
-
|
| 709 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 710 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 711 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 712 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
|
@@ -714,19 +779,19 @@ class FFWDViewBlog_style {
|
|
| 714 |
min-height: 20px;
|
| 715 |
line-height: 20px;
|
| 716 |
padding: 0px 0px 0px 24px;
|
| 717 |
-
|
| 718 |
|
| 719 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_<?php echo $ffwd; ?> {
|
| 720 |
margin: 0px 4px 0px 0px;
|
| 721 |
float: right;
|
| 722 |
-
|
| 723 |
|
| 724 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_share_<?php echo $ffwd; ?> {
|
| 725 |
float: right;
|
| 726 |
-
|
| 727 |
|
| 728 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_facebook_<?php echo $ffwd; ?> {
|
| 729 |
-
|
| 730 |
margin: 0px 0px 0px 0px;
|
| 731 |
text-decoration: none;
|
| 732 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
|
@@ -737,7 +802,7 @@ class FFWDViewBlog_style {
|
|
| 737 |
float: left;
|
| 738 |
border-style: none;
|
| 739 |
outline: none;
|
| 740 |
-
|
| 741 |
|
| 742 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_facebook_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_facebook_<?php echo $ffwd; ?>:focus {
|
| 743 |
color: #<?php echo $theme_row->blog_style_obj_likes_social_color; ?>;
|
|
@@ -746,10 +811,10 @@ class FFWDViewBlog_style {
|
|
| 746 |
border-style: none;
|
| 747 |
}
|
| 748 |
|
| 749 |
-
|
| 750 |
-
|
| 751 |
-
|
| 752 |
-
|
| 753 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 754 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 755 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
|
@@ -759,14 +824,14 @@ class FFWDViewBlog_style {
|
|
| 759 |
float: left;
|
| 760 |
margin: 0px 0px 0px 4px;
|
| 761 |
box-sizing: border-box;
|
| 762 |
-
|
| 763 |
-
|
| 764 |
-
|
| 765 |
-
|
| 766 |
-
|
| 767 |
-
|
| 768 |
-
|
| 769 |
-
|
| 770 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 771 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 772 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
|
@@ -774,69 +839,69 @@ class FFWDViewBlog_style {
|
|
| 774 |
line-height: 20px;
|
| 775 |
padding: 0px 0px 0px 24px;
|
| 776 |
box-sizing: border-box;
|
| 777 |
-
|
| 778 |
-
|
| 779 |
-
|
| 780 |
-
|
| 781 |
-
|
| 782 |
-
|
| 783 |
-
|
| 784 |
-
|
| 785 |
-
|
| 786 |
-
|
| 787 |
-
|
| 788 |
min-height: 20px;
|
| 789 |
min-width: 25px;
|
| 790 |
margin: 0px 4px 0px 0px;
|
| 791 |
padding: 0px;
|
| 792 |
border-style: none;
|
| 793 |
outline: none;
|
| 794 |
-
|
| 795 |
|
| 796 |
-
|
| 797 |
-
|
| 798 |
|
| 799 |
-
|
| 800 |
|
| 801 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_share_<?php echo $ffwd; ?> .ffwd_share_button_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_share_<?php echo $ffwd; ?> .ffwd_share_button_<?php echo $ffwd; ?>:focus {
|
| 802 |
border-style: none;
|
| 803 |
outline: none;
|
| 804 |
-
|
| 805 |
|
| 806 |
-
|
| 807 |
-
|
| 808 |
background-size: 18px;
|
| 809 |
-
|
| 810 |
-
|
| 811 |
|
| 812 |
-
|
| 813 |
-
|
| 814 |
background-size: 18px;
|
| 815 |
-
|
| 816 |
|
| 817 |
|
| 818 |
-
|
| 819 |
-
|
| 820 |
background-size: 22px;
|
| 821 |
-
|
| 822 |
-
|
| 823 |
|
| 824 |
-
|
| 825 |
-
|
| 826 |
background-size: 22px;
|
| 827 |
-
|
| 828 |
|
| 829 |
|
| 830 |
-
|
| 831 |
-
|
| 832 |
background-size: 18px;
|
| 833 |
-
|
| 834 |
-
|
| 835 |
|
| 836 |
-
|
| 837 |
-
|
| 838 |
background-size: 18px;
|
| 839 |
-
|
| 840 |
|
| 841 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_place_street_<?php echo $ffwd; ?> {
|
| 842 |
color: #<?php echo $theme_row->blog_style_evt_str_color; ?>;
|
|
@@ -850,7 +915,7 @@ class FFWDViewBlog_style {
|
|
| 850 |
font-weight: <?php echo $theme_row->blog_style_evt_ctzpcn_font_weight; ?>;
|
| 851 |
font-size: <?php echo $theme_row->blog_style_evt_ctzpcn_size; ?>px;
|
| 852 |
}
|
| 853 |
-
|
| 854 |
color: #<?php echo $theme_row->blog_style_evt_map_color; ?>;
|
| 855 |
font-family: <?php echo $theme_row->blog_style_evt_info_font_family; ?>;
|
| 856 |
font-weight: <?php echo $theme_row->blog_style_evt_map_font_weight; ?>;
|
|
@@ -862,7 +927,7 @@ class FFWDViewBlog_style {
|
|
| 862 |
font-weight: <?php echo $theme_row->blog_style_evt_date_font_weight; ?>;
|
| 863 |
font-size: <?php echo $theme_row->blog_style_evt_date_size; ?>px;
|
| 864 |
}
|
| 865 |
-
#
|
| 866 |
position:absolute;
|
| 867 |
width: 100%;
|
| 868 |
z-index: 115;
|
|
@@ -870,7 +935,7 @@ class FFWDViewBlog_style {
|
|
| 870 |
height: 100%;
|
| 871 |
vertical-align: middle;
|
| 872 |
}
|
| 873 |
-
#
|
| 874 |
display: table;
|
| 875 |
vertical-align: middle;
|
| 876 |
width: 100%;
|
|
@@ -879,7 +944,7 @@ class FFWDViewBlog_style {
|
|
| 879 |
opacity: 0.7;
|
| 880 |
filter: Alpha(opacity=70);
|
| 881 |
}
|
| 882 |
-
#
|
| 883 |
display: table-cell;
|
| 884 |
text-align: center;
|
| 885 |
position: relative;
|
|
@@ -891,47 +956,160 @@ class FFWDViewBlog_style {
|
|
| 891 |
position:relative;
|
| 892 |
vertical-align: middle;
|
| 893 |
}
|
| 894 |
-
|
| 895 |
-
|
| 896 |
-
|
| 897 |
-
|
| 898 |
-
|
| 899 |
-
|
| 900 |
-
|
| 901 |
-
|
| 902 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 903 |
<script>(function(d, s, id) {
|
| 904 |
-
|
| 905 |
-
|
| 906 |
-
|
| 907 |
-
|
| 908 |
-
|
| 909 |
-
|
| 910 |
</script>
|
| 911 |
<div id="ffwd_container1_<?php echo $ffwd; ?>">
|
| 912 |
-
|
| 913 |
<?php if($ffwd_info['type'] == "page" && $ffwd_info["fb_plugin"] && $ffwd_info['page_plugin_pos'] == "top") { ?>
|
| 914 |
-
|
| 915 |
<div class="fb-page" data-href="https://www.facebook.com/<?php echo $ffwd_info['from']; ?>" data-width="<?php echo $ffwd_info['page_plugin_width']; ?>" data-small-header="<?php echo $ffwd_info['page_plugin_header']; ?>" data-adapt-container-width="true" data-hide-cover="<?php echo $ffwd_info['page_plugin_cover']; ?>" data-show-facepile="<?php echo $ffwd_info['page_plugin_fans']; ?>" data-show-posts="false">
|
| 916 |
<div class="fb-xfbml-parse-ignore">
|
| 917 |
</div>
|
| 918 |
</div>
|
| 919 |
</div>
|
| 920 |
-
|
| 921 |
<form id="ffwd_front_form_<?php echo $ffwd; ?>" method="post" action="#">
|
| 922 |
-
|
| 923 |
<div class="blog_style_objects_conteiner_1_<?php echo $ffwd; ?>">
|
| 924 |
<?php if($ffwd_info["fb_name"]) { ?>
|
| 925 |
<div class="ffwd_blog_style_header_container_<?php echo $ffwd; ?>">
|
| 926 |
-
|
| 927 |
<div class="ffwd_blog_style_header_<?php echo $ffwd; ?>">
|
| 928 |
<?php echo $ffwd_info['name']; ?>
|
| 929 |
</div>
|
| 930 |
</div>
|
| 931 |
<?php } ?>
|
| 932 |
-
<div id="
|
| 933 |
-
<div id="
|
| 934 |
-
<div id="
|
| 935 |
<div id="loading_div_<?php echo $ffwd; ?>">
|
| 936 |
<img src="<?php echo WD_FFWD_URL . '/images/ajax_loader.png'; ?>" class="spider_ajax_loading" style="float: none; width:50px;">
|
| 937 |
</div>
|
|
@@ -954,8 +1132,8 @@ class FFWDViewBlog_style {
|
|
| 954 |
<div class="ffwd_blog_style_object_info_container_<?php echo $ffwd; ?><?php echo ($ffwd_data_row->type == 'status') ? ' bwg_blog_style_full_width' : ''; ?>" >
|
| 955 |
<div class="ffwd_blog_style_object_from_<?php echo $ffwd; ?>" >
|
| 956 |
<?php
|
| 957 |
-
|
| 958 |
-
|
| 959 |
?>
|
| 960 |
<div class="ffwd_blog_style_object_from_pic_container_<?php echo $ffwd; ?>">
|
| 961 |
<a id="ffwd_blog_style_object_from_pic_<?php echo $ffwd . '_' . $ffwd_data_row->id; ?>" class="ffwd_blog_style_object_from_pic_<?php echo $ffwd; ?>" href="" target="_blank">
|
|
@@ -965,8 +1143,8 @@ class FFWDViewBlog_style {
|
|
| 965 |
<span id="ffwd_blog_style_object_story_<?php echo $ffwd . '_' . $ffwd_data_row->id; ?>" class="ffwd_blog_style_object_story_<?php echo $ffwd; ?>" >
|
| 966 |
</span>
|
| 967 |
<?php
|
| 968 |
-
|
| 969 |
-
|
| 970 |
?>
|
| 971 |
</div>
|
| 972 |
<div style="clear:both"></div>
|
|
@@ -991,7 +1169,7 @@ class FFWDViewBlog_style {
|
|
| 991 |
echo nl2br($description);
|
| 992 |
?>
|
| 993 |
</p>
|
| 994 |
-
|
| 995 |
endif;
|
| 996 |
if($theme_row->blog_style_obj_date_pos == "bottom")
|
| 997 |
echo $this->model->ffwd_time($ffwd_data_row, $ffwd,$ffwd_info['event_date']);
|
|
@@ -1001,35 +1179,36 @@ class FFWDViewBlog_style {
|
|
| 1001 |
$src = ($ffwd_data_row->type != 'events') ? '' : $ffwd_data_row->source;
|
| 1002 |
$class_name = ($ffwd_data_row->type == 'link') ? 'ffwd_link_' . $ffwd : 'ffwd_lightbox_' . $ffwd;
|
| 1003 |
$href = ($ffwd_data_row->type == 'link') ? $ffwd_data_row->link : "";
|
| 1004 |
-
|
| 1005 |
|
| 1006 |
-
|
| 1007 |
-
|
| 1008 |
-
|
| 1009 |
|
| 1010 |
-
|
| 1011 |
-
|
| 1012 |
-
|
| 1013 |
-
|
| 1014 |
|
| 1015 |
-
|
| 1016 |
|
| 1017 |
-
|
| 1018 |
-
|
| 1019 |
-
<div class="
|
| 1020 |
-
<div class="
|
| 1021 |
-
<
|
| 1022 |
-
<
|
| 1023 |
-
<
|
| 1024 |
-
|
| 1025 |
-
|
| 1026 |
-
|
| 1027 |
-
|
| 1028 |
-
|
| 1029 |
-
|
|
|
|
|
|
|
| 1030 |
</div>
|
| 1031 |
</div>
|
| 1032 |
-
</div>
|
| 1033 |
<?php endif; ?>
|
| 1034 |
<div style="clear:both">
|
| 1035 |
</div>
|
|
@@ -1042,8 +1221,39 @@ class FFWDViewBlog_style {
|
|
| 1042 |
<?php
|
| 1043 |
if($show_likes) {
|
| 1044 |
?>
|
| 1045 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1046 |
</div>
|
|
|
|
| 1047 |
<?php
|
| 1048 |
}
|
| 1049 |
if($show_shares) {
|
|
@@ -1070,25 +1280,25 @@ class FFWDViewBlog_style {
|
|
| 1070 |
if ($blog_style_facebook) {
|
| 1071 |
?>
|
| 1072 |
<a class="ffwd_facebook_<?php echo $ffwd; ?> ffwd_share_button_<?php echo $ffwd; ?>" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Facebook', 'ffwd'); ?>">
|
| 1073 |
-
|
| 1074 |
-
|
| 1075 |
<?php
|
| 1076 |
}
|
| 1077 |
if ($blog_style_google) {
|
| 1078 |
?>
|
| 1079 |
<a class="ffwd_google_<?php echo $ffwd; ?> ffwd_share_button_<?php echo $ffwd; ?>" href="https://plus.google.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Google+', 'ffwd'); ?>">
|
| 1080 |
-
<i title="Share on Google+" class="bwg_ctrl_btn bwg_google fa fa-google-plus"></i>
|
| 1081 |
-
|
| 1082 |
<?php
|
| 1083 |
}
|
| 1084 |
if ($blog_style_twitter) {
|
| 1085 |
?>
|
| 1086 |
<a class="ffwd_twitter_<?php echo $ffwd; ?> ffwd_share_button_<?php echo $ffwd; ?>" href="https://twitter.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Twitter', 'ffwd'); ?>" style="background-size: 22px !important;" >
|
| 1087 |
-
<i title="Share on Twitter" class="bwg_ctrl_btn bwg_twitter fa fa-twitter"></i>
|
| 1088 |
-
|
| 1089 |
<?php
|
| 1090 |
}
|
| 1091 |
-
|
| 1092 |
</div>
|
| 1093 |
<?php
|
| 1094 |
}
|
|
@@ -1109,18 +1319,18 @@ class FFWDViewBlog_style {
|
|
| 1109 |
if($show_comments || $show_likes) { ?>
|
| 1110 |
<div class="ffwd_comments_<?php echo $ffwd; ?>" style="display:none">
|
| 1111 |
<?php
|
| 1112 |
-
|
| 1113 |
-
|
| 1114 |
-
|
| 1115 |
-
|
| 1116 |
-
|
| 1117 |
-
|
| 1118 |
-
|
| 1119 |
-
|
| 1120 |
-
|
| 1121 |
-
|
| 1122 |
-
|
| 1123 |
-
|
| 1124 |
</div>
|
| 1125 |
<?php
|
| 1126 |
}
|
|
@@ -1131,20 +1341,21 @@ class FFWDViewBlog_style {
|
|
| 1131 |
}
|
| 1132 |
?>
|
| 1133 |
<script>
|
|
|
|
| 1134 |
var id_object_id_<?php echo $ffwd; ?> = '<?php echo addslashes(json_encode($this->model->id_object_id_json)); ?>',
|
| 1135 |
-
|
| 1136 |
-
|
| 1137 |
</script>
|
| 1138 |
</div>
|
| 1139 |
</div>
|
| 1140 |
<?php
|
| 1141 |
-
|
| 1142 |
-
|
| 1143 |
-
|
| 1144 |
?>
|
| 1145 |
</div>
|
| 1146 |
-
|
| 1147 |
-
|
| 1148 |
<?php if($ffwd_info['type'] == "page" && $ffwd_info["fb_plugin"] && $ffwd_info['page_plugin_pos'] == "bottom") { ?>
|
| 1149 |
<div class="ffwd_page_plugin_<?php echo $ffwd; ?>">
|
| 1150 |
<div class="fb-page" data-href="https://www.facebook.com/<?php echo $ffwd_info['from']; ?>" data-width="<?php echo $ffwd_info['page_plugin_width']; ?>" data-small-header="<?php echo $ffwd_info['page_plugin_header']; ?>" data-adapt-container-width="true" data-hide-cover="<?php echo $ffwd_info['page_plugin_cover']; ?>" data-show-facepile="<?php echo $ffwd_info['page_plugin_fans']; ?>" data-show-posts="false">
|
|
@@ -1153,106 +1364,106 @@ class FFWDViewBlog_style {
|
|
| 1153 |
</div>
|
| 1154 |
</div>
|
| 1155 |
<?php } ?>
|
| 1156 |
-
|
| 1157 |
-
|
| 1158 |
-
|
| 1159 |
-
|
| 1160 |
-
|
| 1161 |
-
|
| 1162 |
-
|
| 1163 |
-
|
| 1164 |
-
|
| 1165 |
-
|
| 1166 |
-
<?php if($ffwd_info['image_onclick_action']=='lightbox') { ?>
|
| 1167 |
-
|
| 1168 |
-
|
| 1169 |
-
|
| 1170 |
-
|
| 1171 |
-
|
| 1172 |
-
|
| 1173 |
-
|
| 1174 |
-
|
| 1175 |
-
|
| 1176 |
-
|
| 1177 |
-
|
| 1178 |
-
|
| 1179 |
-
|
| 1180 |
-
|
| 1181 |
-
|
| 1182 |
-
|
| 1183 |
-
|
| 1184 |
-
|
| 1185 |
-
|
| 1186 |
-
|
| 1187 |
-
|
| 1188 |
-
|
| 1189 |
-
|
| 1190 |
-
|
| 1191 |
-
|
| 1192 |
-
|
| 1193 |
-
|
| 1194 |
-
|
| 1195 |
-
|
| 1196 |
-
|
| 1197 |
-
|
| 1198 |
-
|
| 1199 |
-
|
| 1200 |
-
|
| 1201 |
-
|
| 1202 |
-
|
| 1203 |
-
|
| 1204 |
-
|
| 1205 |
-
|
| 1206 |
-
|
| 1207 |
-
|
| 1208 |
-
|
| 1209 |
-
|
| 1210 |
|
| 1211 |
jQuery('body').on('click', '.ffwd_comment_replies_label_<?php echo $ffwd; ?>', function(e) {
|
| 1212 |
-
|
| 1213 |
-
|
| 1214 |
-
|
| 1215 |
-
|
| 1216 |
|
| 1217 |
jQuery('body').on('click', '.ffwd_view_on_facebook_<?php echo $ffwd; ?>', function(e) {
|
| 1218 |
-
|
| 1219 |
-
|
| 1220 |
|
| 1221 |
-
|
| 1222 |
-
|
| 1223 |
var ffwd_comments = jQuery(this).parent().find('.ffwd_comments_<?php echo $ffwd; ?>');
|
| 1224 |
-
|
| 1225 |
-
|
| 1226 |
-
|
| 1227 |
-
|
| 1228 |
-
|
| 1229 |
-
|
| 1230 |
|
| 1231 |
jQuery('body').on('click', '.ffwd_share_button_<?php echo $ffwd; ?>', function(e) {
|
| 1232 |
-
|
| 1233 |
-
|
| 1234 |
|
| 1235 |
jQuery(window).resize(function() {
|
| 1236 |
ffwd_blog_style_resize(ffwd_params_<?php echo $ffwd; ?>, '<?php echo $ffwd; ?>')
|
| 1237 |
});
|
| 1238 |
-
|
| 1239 |
-
|
| 1240 |
-
|
| 1241 |
-
|
| 1242 |
-
|
| 1243 |
-
|
| 1244 |
-
|
| 1245 |
-
|
| 1246 |
-
|
| 1247 |
-
|
| 1248 |
-
|
| 1249 |
-
|
| 1250 |
-
|
| 1251 |
-
|
| 1252 |
-
|
| 1253 |
-
|
| 1254 |
-
|
| 1255 |
-
|
| 1256 |
-
|
| 1257 |
-
|
| 1258 |
}
|
| 1 |
<?php
|
| 2 |
|
| 3 |
class FFWDViewBlog_style {
|
| 4 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 5 |
+
// Events //
|
| 6 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 7 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 8 |
+
// Constants //
|
| 9 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 10 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 11 |
+
// Variables //
|
| 12 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 13 |
+
private $model;
|
| 14 |
|
| 15 |
|
| 16 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 17 |
+
// Constructor & Destructor //
|
| 18 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 19 |
+
public function __construct($model) {
|
| 20 |
+
$this->model = $model;
|
| 21 |
+
}
|
| 22 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 23 |
+
// Public Methods //
|
| 24 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 25 |
+
public function display($params, $from_shortcode = 0, $ffwd = 0) {
|
| 26 |
+
global $wp;
|
| 27 |
|
| 28 |
|
| 29 |
+
$current_url = $wp->query_string;
|
| 30 |
+
require_once(WD_FFWD_DIR . '/framework/WDW_FFWD_Library.php');
|
| 31 |
|
| 32 |
+
$ffwd_info = $this->model->get_ffwd_info($params['fb_id']);
|
| 33 |
|
| 34 |
|
| 35 |
|
| 36 |
+
if ($ffwd_info == NULL) {
|
| 37 |
+
echo WDW_FFWD_Library::message(__('There is no facebook feed selected or it was deleted.', 'ffwd'), 'error');
|
| 38 |
+
return;
|
| 39 |
+
}
|
| 40 |
|
| 41 |
|
| 42 |
+
if(isset($params['from']) and $params['from']=='widget')
|
| 43 |
+
{
|
| 44 |
+
$ffwd_info['objects_per_page']= $params['objects_per_page'];
|
| 45 |
+
$ffwd_info['theme']= $params['theme_id'];
|
| 46 |
+
$ffwd_info['thumb_width']= $params['thumb_width'];
|
| 47 |
+
$ffwd_info['thumb_height']= $params['thumb_height'];
|
| 48 |
|
| 49 |
+
}
|
| 50 |
|
| 51 |
|
| 52 |
+
$theme_row = $this->model->get_theme_row_data($ffwd_info['theme']);
|
| 53 |
+
if (!$theme_row) {
|
| 54 |
+
echo WDW_FFWD_Library::message(__('There is no theme selected or the theme was deleted.', 'ffwd'), 'error');
|
| 55 |
+
return;
|
| 56 |
+
}
|
| 57 |
|
| 58 |
+
$ffwd_data = $this->model->get_ffwd_data($params['fb_id'], $ffwd_info['objects_per_page'], /*$ffwd_info['sort_by']*/'', $ffwd, /*$order_by*/ 'DESC');
|
| 59 |
+
if (!$ffwd_data) {
|
| 60 |
+
echo WDW_FFWD_Library::message(__('There are no objects in this facebook feed.', 'ffwd'), 'error');
|
| 61 |
+
}
|
| 62 |
|
| 63 |
+
if ($ffwd_info['pagination_type'] && $ffwd_info['objects_per_page']) {
|
| 64 |
+
$page_nav = $this->model->page_nav($params['fb_id'], $ffwd_info['objects_per_page'], $ffwd);
|
| 65 |
+
}
|
| 66 |
|
| 67 |
$rgb_page_nav_font_color = WDW_FFWD_Library::spider_hex2rgb($theme_row->page_nav_font_color);
|
| 68 |
+
$options_row = $this->model->get_ffwd_options();
|
| 69 |
$show_likes = (isset($ffwd_info['blog_style_likes']) && $ffwd_info['blog_style_likes'] == '1') ? true : false;
|
| 70 |
$show_comments = (isset($ffwd_info['blog_style_comments']) && $ffwd_info['blog_style_comments'] == '1') ? true : false;
|
| 71 |
$view_on_fb = isset($ffwd_info['view_on_fb']) ? $ffwd_info['view_on_fb'] : 1;
|
| 76 |
$blog_style_google = (isset($ffwd_info['blog_style_google']) && $ffwd_info['blog_style_google'] == '1') ? true : false;
|
| 77 |
$message_desc = (isset($ffwd_info['blog_style_message_desc']) && $ffwd_info['blog_style_message_desc'] == '1') ? true : false;
|
| 78 |
$ffwd_info_array = array(
|
| 79 |
+
'action' => 'PopupBox',
|
| 80 |
+
'current_view' => $ffwd,
|
| 81 |
+
'fb_id' => $params['fb_id'],
|
| 82 |
+
'theme_id' => $ffwd_info['theme'],
|
| 83 |
+
'open_with_fullscreen' => $ffwd_info['popup_fullscreen'],
|
| 84 |
+
'open_with_autoplay' => $ffwd_info['popup_autoplay'],
|
| 85 |
+
'image_width' => $ffwd_info['popup_width'],
|
| 86 |
+
'image_height' => $ffwd_info['popup_height'],
|
| 87 |
+
'image_effect' => $ffwd_info['popup_effect'],
|
| 88 |
+
'enable_image_filmstrip' => $ffwd_info['popup_enable_filmstrip'],
|
| 89 |
+
'image_filmstrip_height' => $ffwd_info['popup_filmstrip_height'],
|
| 90 |
|
| 91 |
'enable_comments' => $ffwd_info['popup_comments'],
|
| 92 |
'enable_likes' => $ffwd_info['popup_likes'],
|
| 96 |
'enable_place_name' => $ffwd_info['popup_place_name'],
|
| 97 |
'enable_message_desc' => $ffwd_info['popup_message_desc'],
|
| 98 |
|
| 99 |
+
'enable_image_ctrl_btn' => $ffwd_info['popup_enable_ctrl_btn'],
|
| 100 |
+
'enable_image_fullscreen' => $ffwd_info['popup_enable_fullscreen'],
|
| 101 |
+
'enable_object_info' => $ffwd_info['popup_enable_info_btn'],
|
| 102 |
+
'slideshow_interval' => $ffwd_info['popup_interval'],
|
| 103 |
+
'enable_image_facebook' => $ffwd_info['popup_enable_facebook'],
|
| 104 |
+
'enable_image_twitter' => $ffwd_info['popup_enable_twitter'],
|
| 105 |
+
'enable_image_google' => $ffwd_info['popup_enable_google'],
|
| 106 |
+
'current_url' => urlencode($current_url)
|
| 107 |
+
);
|
| 108 |
+
|
| 109 |
+
?>
|
| 110 |
+
<style>
|
| 111 |
+
#ffwd_container1_<?php echo $ffwd; ?> {
|
| 112 |
margin: 0px 0px 10px 0px;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
#ffwd_container1_<?php echo $ffwd; ?> a {
|
| 116 |
+
box-shadow: none;
|
| 117 |
+
}
|
| 118 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_objects_conteiner_<?php echo $ffwd; ?>{
|
| 119 |
background-color: rgba(0, 0, 0, 0);
|
| 120 |
text-align: <?php echo $theme_row->blog_style_align ?>;
|
| 121 |
width: 100%;
|
| 122 |
position: relative;
|
| 123 |
+
}
|
| 124 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_page_plugin_<?php echo $ffwd; ?>{
|
| 125 |
margin: 30px 0px 0px 0px;
|
| 126 |
background-color: rgba(0, 0, 0, 0);
|
| 127 |
text-align: <?php echo $theme_row->blog_style_align ?>;
|
| 128 |
width: 100%;
|
| 129 |
position: relative;
|
| 130 |
+
}
|
| 131 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_objects_conteiner_<?php echo $ffwd; ?> .blog_style_objects_conteiner_1_<?php echo $ffwd; ?>{
|
| 132 |
+
display: inline-block;
|
| 133 |
+
-moz-box-sizing: border-box;
|
| 134 |
+
box-sizing: border-box;
|
| 135 |
+
max-width: 100%;
|
| 136 |
+
width: <?php echo $ffwd_info['blog_style_width']; ?>px;
|
| 137 |
text-align: left;
|
| 138 |
+
<?php if($ffwd_info['blog_style_height'] != '') { ?>
|
| 139 |
+
max-height: <?php echo $ffwd_info['blog_style_height']; ?>px;
|
| 140 |
+
overflow: auto;
|
| 141 |
+
<?php } ?>
|
| 142 |
+
}
|
| 143 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_objects_conteiner_<?php echo $ffwd; ?> .ffwd_blog_style_header_container_<?php echo $ffwd; ?> {
|
| 144 |
display: inline-block;
|
| 145 |
width: <?php echo $ffwd_info['blog_style_width']; ?>px;
|
| 161 |
font-size: <?php echo $theme_row->blog_style_fd_icon_size ?>px;
|
| 162 |
color: #<?php echo $theme_row->blog_style_fd_icon_color ?>;
|
| 163 |
}
|
| 164 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_objects_<?php echo $ffwd; ?> {
|
| 165 |
+
display: inline-block;
|
| 166 |
+
-moz-box-sizing: border-box;
|
| 167 |
+
box-sizing: border-box;
|
| 168 |
+
max-width: 100%;
|
| 169 |
+
width: <?php echo $ffwd_info['blog_style_width']; ?>px;
|
| 170 |
text-align: left;
|
| 171 |
+
}
|
| 172 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> {
|
| 173 |
width: 100%;
|
| 174 |
+
max-width: 100%;
|
| 175 |
+
padding: <?php echo $theme_row->blog_style_margin; ?>px;
|
| 176 |
box-shadow: <?php echo $theme_row->blog_style_box_shadow; ?>;
|
| 177 |
+
margin: 10px 0px;
|
| 178 |
+
box-sizing: border-box;
|
| 179 |
+
border-width: <?php echo $theme_row->blog_style_border_width; ?>px;
|
| 180 |
+
border-<?php echo ($theme_row->blog_style_border_type != 'all') ? $theme_row->blog_style_border_type . '-' : ''; ?>style: <?php echo $theme_row->blog_style_border_style; ?>;
|
| 181 |
border-color: #<?php echo $theme_row->blog_style_border_color; ?>;
|
| 182 |
+
background-color: #<?php echo $theme_row->blog_style_bg_color; ?>;
|
| 183 |
+
}
|
| 184 |
|
| 185 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_image_container_<?php echo $ffwd; ?> {
|
| 186 |
+
<?php if(!$ffwd_info['blog_style_view_type']) echo 'float: left;width: 55%;'; else echo 'padding: 0px;'; ?>
|
| 187 |
position: relative;
|
| 188 |
+
}
|
| 189 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> {
|
| 190 |
+
display: table-cell;
|
| 191 |
+
vertical-align: top;
|
| 192 |
text-align: <?php echo $theme_row->blog_style_obj_img_align; ?>;
|
| 193 |
+
}
|
| 194 |
|
| 195 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_<?php echo $ffwd; ?> {
|
| 196 |
+
text-align: center;
|
| 197 |
+
display: table;
|
| 198 |
+
vertical-align: middle;
|
| 199 |
+
height: 100%;
|
| 200 |
+
width:100%;
|
| 201 |
+
}
|
| 202 |
|
| 203 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_play_icon_<?php echo $ffwd; ?> {
|
| 204 |
position: absolute;
|
| 210 |
z-index: 1;
|
| 211 |
transition: all 0.5s;
|
| 212 |
cursor: pointer;
|
| 213 |
+
}
|
| 214 |
|
| 215 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_play_icon_<?php echo $ffwd; ?>:hover {
|
| 216 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/play.png' ?>') no-repeat center center;
|
| 217 |
background-size: 40px;
|
| 218 |
cursor: pointer;
|
| 219 |
+
}
|
| 220 |
|
| 221 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_lightbox_<?php echo $ffwd; ?> {
|
| 222 |
+
outline: none;
|
| 223 |
+
}
|
| 224 |
|
| 225 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_lightbox_<?php echo $ffwd; ?>:focus {
|
| 226 |
+
outline: none;
|
| 227 |
+
}
|
| 228 |
|
| 229 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_link_<?php echo $ffwd; ?> {
|
| 230 |
+
outline: none;
|
| 231 |
+
}
|
| 232 |
|
| 233 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> .ffwd_link_<?php echo $ffwd; ?>:focus {
|
| 234 |
+
outline: none;
|
| 235 |
+
}
|
| 236 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .bwg_blog_style_img_cont_<?php echo $ffwd; ?> {
|
| 237 |
+
position: relative;
|
| 238 |
display: inline-block;
|
| 239 |
+
}
|
| 240 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .bwg_blog_style_img_cont_<?php echo $ffwd; ?> .ffwd_blog_style_img_<?php echo $ffwd; ?> {
|
| 241 |
+
padding: 0 !important;
|
| 242 |
+
width: auto;
|
| 243 |
border-radius: 0px;
|
| 244 |
+
}
|
| 245 |
+
/*pagination styles*/
|
| 246 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .tablenav-pages_<?php echo $ffwd; ?> {
|
| 247 |
text-align: <?php echo $theme_row->page_nav_align; ?>;
|
| 248 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
| 249 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
| 253 |
display: block;
|
| 254 |
height: 30px;
|
| 255 |
line-height: 30px;
|
| 256 |
+
}
|
| 257 |
+
@media only screen and (max-width : 520px) {
|
| 258 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .displaying-num_<?php echo $ffwd; ?> {
|
| 259 |
+
display: none;
|
| 260 |
}
|
| 261 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> {
|
| 262 |
float: none !important;
|
| 274 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?> {
|
| 275 |
text-align: center !important;
|
| 276 |
}
|
| 277 |
+
}
|
| 278 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .displaying-num_<?php echo $ffwd; ?> {
|
| 279 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
| 280 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
| 281 |
font-weight: <?php echo $theme_row->page_nav_font_weight; ?>;
|
| 282 |
color: #<?php echo $theme_row->page_nav_font_color; ?>;
|
| 283 |
margin-right: 10px;
|
| 284 |
vertical-align: middle;
|
| 285 |
+
}
|
| 286 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .paging-input_<?php echo $ffwd; ?> {
|
| 287 |
font-size: <?php echo $theme_row->page_nav_font_size; ?>px;
|
| 288 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
| 289 |
font-weight: <?php echo $theme_row->page_nav_font_weight; ?>;
|
| 290 |
color: #<?php echo $theme_row->page_nav_font_color; ?>;
|
| 291 |
vertical-align: middle;
|
| 292 |
+
}
|
| 293 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .tablenav-pages_<?php echo $ffwd; ?> a.disabled,
|
| 294 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .tablenav-pages_<?php echo $ffwd; ?> a.disabled:hover,
|
| 295 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .tablenav-pages_<?php echo $ffwd; ?> a.disabled:focus {
|
| 296 |
cursor: default;
|
| 297 |
color: rgba(<?php echo $rgb_page_nav_font_color['red']; ?>, <?php echo $rgb_page_nav_font_color['green']; ?>, <?php echo $rgb_page_nav_font_color['blue']; ?>, 0.5);
|
| 298 |
+
}
|
| 299 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .tablenav-pages_<?php echo $ffwd; ?> a {
|
| 300 |
cursor: pointer;
|
| 301 |
font-size: 12px;
|
| 302 |
font-family: <?php echo $theme_row->page_nav_font_style; ?>;
|
| 313 |
opacity: <?php echo number_format($theme_row->page_nav_button_bg_transparent / 100, 2, ".", ""); ?>;
|
| 314 |
filter: Alpha(opacity=<?php echo $theme_row->page_nav_button_bg_transparent; ?>);
|
| 315 |
box-shadow: <?php echo $theme_row->page_nav_box_shadow; ?>;
|
| 316 |
+
<?php echo ($theme_row->page_nav_button_transition ) ? 'transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;' : ''; ?>
|
| 317 |
+
}
|
| 318 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> #spider_popup_overlay_<?php echo $ffwd; ?> {
|
| 319 |
background-color: #<?php echo $theme_row->lightbox_overlay_bg_color; ?>;
|
| 320 |
+
opacity: <?php echo number_format($theme_row->lightbox_overlay_bg_transparent / 100, 2, ".", ""); ?>;
|
| 321 |
+
filter: Alpha(opacity=<?php echo $theme_row->lightbox_overlay_bg_transparent; ?>);
|
| 322 |
+
}
|
| 323 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> {
|
| 324 |
+
<?php if(!$ffwd_info['blog_style_view_type']) echo 'float: right;width: 45%;padding: 0px 10px;'; else echo 'margin-bottom: 15px;padding: 0px;'; ?>
|
| 325 |
+
text-align: justify;
|
| 326 |
+
background-color: #<?php echo $theme_row->blog_style_obj_info_bg_color; ?>;
|
| 327 |
+
height: 100%;
|
| 328 |
+
box-sizing:border-box;
|
| 329 |
+
}
|
| 330 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_pic_container_<?php echo $ffwd; ?> img {
|
| 331 |
+
border-radius: 0px;
|
| 332 |
+
}
|
| 333 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_from_time_post_<?php echo $ffwd; ?> {
|
| 334 |
font-size: 11px;
|
| 335 |
font-weight: normal;
|
| 336 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 337 |
+
padding: 3px 0px 3px 18px;
|
| 338 |
+
margin: 2px 0px 0px 0px;
|
| 339 |
min-width: 72px;
|
| 340 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 0px center;
|
| 341 |
+
background-size: 12px;
|
| 342 |
color: #<?php echo $theme_row->blog_style_obj_story_color; ?>;
|
| 343 |
+
}
|
| 344 |
|
| 345 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_pic_container_<?php echo $ffwd; ?> {
|
| 346 |
float:left;
|
| 347 |
margin:0px 4px 0px 0px
|
| 348 |
+
}
|
| 349 |
|
| 350 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_hashtag_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_message_tag_<?php echo $ffwd; ?> {
|
| 351 |
color: #<?php echo $theme_row->blog_style_obj_hashtags_color; ?>;
|
| 354 |
text-decoration:none;
|
| 355 |
outline: none;
|
| 356 |
border-style: none;
|
| 357 |
+
}
|
| 358 |
|
| 359 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_hashtag_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_message_tag_<?php echo $ffwd; ?>:hover {
|
| 360 |
+
text-decoration:underline;
|
| 361 |
+
color: #21759b;
|
| 362 |
+
outline: none;
|
| 363 |
border-style: none;
|
| 364 |
+
}
|
| 365 |
|
| 366 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .bwg_blog_style_full_width {
|
| 367 |
+
float: none !important;
|
| 368 |
+
width: 100% !important;
|
| 369 |
+
}
|
| 370 |
|
| 371 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_name_<?php echo $ffwd; ?> {
|
| 372 |
+
font-size: <?php echo $theme_row->blog_style_obj_page_name_size; ?>px;
|
| 373 |
+
font-weight: <?php echo $theme_row->blog_style_obj_page_name_font_weight; ?>;
|
| 374 |
+
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 375 |
color: #<?php echo $theme_row->blog_style_page_name_color; ?>;
|
| 376 |
margin: 0px;
|
| 377 |
text-decoration: none;
|
| 378 |
outline: none;
|
| 379 |
border-style: none;
|
| 380 |
transition: 0.1s color linear;
|
| 381 |
+
}
|
| 382 |
|
| 383 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_name_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_from_name_<?php echo $ffwd; ?>:focus {
|
| 384 |
+
font-size: <?php echo $theme_row->blog_style_obj_page_name_size; ?>px;
|
| 385 |
+
font-weight: <?php echo $theme_row->blog_style_obj_page_name_font_weight; ?>;
|
| 386 |
+
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 387 |
color: #<?php echo $theme_row->blog_style_page_name_color; ?>;
|
| 388 |
margin: 0px;
|
| 389 |
text-decoration: none;
|
| 390 |
outline: none;
|
| 391 |
border-style: none;
|
| 392 |
transition: 0.1s color linear;
|
| 393 |
+
}
|
| 394 |
|
| 395 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_blog_style_object_story_<?php echo $ffwd; ?> {
|
| 396 |
+
color: #<?php echo $theme_row->blog_style_obj_story_color; ?>;
|
| 397 |
font-size: <?php echo $theme_row->blog_style_obj_story_size; ?>px;
|
| 398 |
font-weight: <?php echo $theme_row->blog_style_obj_story_font_weight; ?>;
|
| 399 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 400 |
+
}
|
| 401 |
|
| 402 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_see_more_message, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_see_more_description {
|
| 403 |
font-weight: <?php echo $theme_row->blog_style_obj_message_font_weight; ?>;
|
| 433 |
outline: none;
|
| 434 |
border: none;
|
| 435 |
margin: 0px;
|
| 436 |
+
}
|
| 437 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_info_container_<?php echo $ffwd; ?> .ffwd_place_name_<?php echo $ffwd; ?>:hover {
|
| 438 |
color: #<?php echo $theme_row->blog_style_obj_place_color; ?>;
|
| 439 |
font-size: <?php echo $theme_row->blog_style_obj_place_size; ?>px;
|
| 443 |
outline: none;
|
| 444 |
border: none;
|
| 445 |
margin: 0px;
|
| 446 |
+
}
|
| 447 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_blog_style_object_name_<?php echo $ffwd; ?> {
|
| 448 |
+
outline: none;
|
| 449 |
border-style: none;
|
| 450 |
color: #<?php echo $theme_row->blog_style_obj_name_color; ?>;
|
| 451 |
+
font-weight: <?php echo $theme_row->blog_style_obj_name_font_weight; ?>;
|
| 452 |
+
font-size: <?php echo $theme_row->blog_style_obj_name_size; ?>px;
|
| 453 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 454 |
font-style: normal;
|
| 455 |
margin: 10px 0px 7px 0px;
|
| 456 |
+
text-align: left;
|
| 457 |
+
}
|
| 458 |
|
| 459 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_blog_style_object_name_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_blog_style_object_name_<?php echo $ffwd; ?>:focus {
|
| 460 |
+
outline: none;
|
| 461 |
border-style: none;
|
| 462 |
text-decoration: underline;
|
| 463 |
color: #<?php echo $theme_row->blog_style_obj_name_color; ?>;
|
| 464 |
+
font-weight: <?php echo $theme_row->blog_style_obj_name_font_weight; ?>;
|
| 465 |
+
font-size: <?php echo $theme_row->blog_style_obj_name_size; ?>px;
|
| 466 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 467 |
font-style: normal;
|
| 468 |
margin: 10px 0px 7px 0px;
|
| 469 |
+
text-align: left;
|
| 470 |
+
}
|
| 471 |
|
| 472 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .bwg_blog_style_object_description_<?php echo $ffwd; ?> {
|
| 473 |
+
color: #<?php echo $theme_row->blog_style_obj_message_color; ?>;
|
| 474 |
font-size: <?php echo $theme_row->blog_style_obj_message_size; ?>px;
|
| 475 |
+
font-weight: <?php echo $theme_row->blog_style_obj_message_font_weight; ?>;
|
| 476 |
font-style: normal;
|
| 477 |
+
font-variant: normal;
|
| 478 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 479 |
+
}
|
| 480 |
|
| 481 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_description_hide_<?php echo $ffwd; ?> {
|
| 482 |
+
}
|
| 483 |
|
| 484 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_blog_style_object_messages_<?php echo $ffwd; ?> {
|
| 485 |
+
color: #<?php echo $theme_row->blog_style_obj_message_color; ?>;
|
| 486 |
font-size: <?php echo $theme_row->blog_style_obj_message_size; ?>px;
|
| 487 |
+
font-weight: <?php echo $theme_row->blog_style_obj_message_font_weight; ?>;
|
| 488 |
font-style: normal;
|
| 489 |
+
font-variant: normal;
|
| 490 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 491 |
+
}
|
| 492 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .fa {
|
| 493 |
+
vertical-align: baseline;
|
| 494 |
+
}
|
| 495 |
|
| 496 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_title_spun1_<?php echo $ffwd; ?> {
|
| 497 |
display: block;
|
| 498 |
background-color: #<?php echo $theme_row->blog_style_obj_likes_social_bg_color; ?>;
|
| 499 |
margin: 8px 0px 0px 0px;
|
| 504 |
border-width: 1px;
|
| 505 |
border-color: #E8E8E8;
|
| 506 |
cursor: pointer;
|
| 507 |
+
}
|
| 508 |
|
| 509 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_title_spun1_<?php echo $ffwd; ?> .ffwd_comments_likes_<?php echo $ffwd; ?> {
|
| 510 |
+
display: block;
|
| 511 |
+
opacity: 1;
|
| 512 |
+
filter: Alpha(opacity=100);
|
| 513 |
+
text-align: center;
|
| 514 |
+
/*width: 180px;*/
|
| 515 |
+
padding: 0px;
|
| 516 |
+
position: relative;
|
| 517 |
+
}
|
| 518 |
|
| 519 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> {
|
| 520 |
margin: 4px 0px 0px 0px;
|
| 591 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_replies_<?php echo $ffwd; ?> .ffwd_comment_replies_label_<?php echo $ffwd; ?> {
|
| 592 |
cursor: pointer;
|
| 593 |
padding: 0px 0px 0px 18px;
|
| 594 |
+
/*background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;*/
|
| 595 |
+
background-size: 10px;
|
| 596 |
+
font-weight: <?php echo $theme_row->blog_style_obj_comments_social_font_weight; ?>;
|
| 597 |
+
font-size: <?php echo $theme_row->blog_style_obj_comments_font_size; ?>px;
|
| 598 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 599 |
+
font-variant: initial;
|
| 600 |
+
color: rgb(165, 165, 165);
|
| 601 |
}
|
| 602 |
|
| 603 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_replies_<?php echo $ffwd; ?> .ffwd_comment_replies_content_<?php echo $ffwd; ?> {
|
| 613 |
|
| 614 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_message_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_message_<?php echo $ffwd; ?> {
|
| 615 |
color: #<?php echo $theme_row->blog_style_obj_comments_color; ?>;
|
| 616 |
+
font-weight: <?php echo $theme_row->blog_style_obj_comments_social_font_weight; ?>;
|
| 617 |
+
font-size: <?php echo $theme_row->blog_style_obj_comments_font_size; ?>px;
|
| 618 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 619 |
}
|
| 620 |
|
| 621 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_author_name_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_author_name_<?php echo $ffwd; ?> {
|
| 622 |
+
text-decoration:none;
|
| 623 |
+
outline: none;
|
| 624 |
border-style: none;
|
| 625 |
+
color: #<?php echo $theme_row->blog_style_obj_users_font_color; ?>;
|
| 626 |
+
font-weight: <?php echo $theme_row->blog_style_obj_comments_social_font_weight; ?>;
|
| 627 |
+
font-size: <?php echo $theme_row->blog_style_obj_comments_font_size; ?>px;
|
| 628 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 629 |
}
|
| 630 |
|
| 631 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_author_name_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_author_name_<?php echo $ffwd; ?>:hover {
|
| 632 |
+
text-decoration:underline;
|
| 633 |
+
outline: none;
|
| 634 |
border-style: none;
|
| 635 |
+
cursor: pointer;
|
| 636 |
+
color: #<?php echo $theme_row->blog_style_obj_users_font_color; ?>;
|
| 637 |
+
font-weight: <?php echo $theme_row->blog_style_obj_comments_social_font_weight; ?>;
|
| 638 |
+
font-size: <?php echo $theme_row->blog_style_obj_comments_font_size; ?>px;
|
| 639 |
}
|
| 640 |
|
| 641 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_date_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_date_<?php echo $ffwd; ?> {
|
| 642 |
padding: 0px 0px 0px 18px;
|
| 643 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 644 |
+
background-size: 10px;
|
| 645 |
+
font-weight: <?php echo $theme_row->blog_style_obj_comments_social_font_weight; ?>;
|
| 646 |
+
font-size: <?php echo $theme_row->blog_style_obj_comments_font_size; ?>px;
|
| 647 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 648 |
+
font-variant: initial;
|
| 649 |
+
color: rgb(165, 165, 165);
|
| 650 |
}
|
| 651 |
|
| 652 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_content_<?php echo $ffwd; ?> .ffwd_comment_likes_count_<?php echo $ffwd; ?>, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_comment_<?php echo $ffwd; ?> .ffwd_comment_reply_content_<?php echo $ffwd; ?> .ffwd_comment_reply_likes_count_<?php echo $ffwd; ?> {
|
| 653 |
+
padding: 0px 0px 0px 13px;
|
| 654 |
+
margin: 0px 0px 0px 5px;
|
| 655 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/like_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 656 |
+
background-size: 10px;
|
| 657 |
+
font-weight: <?php echo $theme_row->blog_style_obj_comments_social_font_weight; ?>;
|
| 658 |
+
font-size: <?php echo $theme_row->blog_style_obj_comments_font_size; ?>px;
|
| 659 |
font-family: <?php echo $theme_row->blog_style_obj_comments_font_family; ?>;
|
| 660 |
+
font-variant: initial;
|
| 661 |
+
color: rgb(165, 165, 165);
|
| 662 |
}
|
| 663 |
|
| 664 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> .ffwd_like_name_<?php echo $ffwd; ?> {
|
| 670 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 671 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 672 |
float: left;
|
| 673 |
+
}
|
| 674 |
|
| 675 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> .ffwd_like_name_<?php echo $ffwd; ?>:hover,#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> .ffwd_like_name_<?php echo $ffwd; ?>:focus {
|
| 676 |
text-decoration: underline;
|
| 681 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 682 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 683 |
float: left;
|
| 684 |
+
}
|
| 685 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> .ffwd_like_name_cont_<?php echo $ffwd; ?> {
|
| 686 |
float: left;
|
| 687 |
}
|
| 695 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 696 |
float: left;
|
| 697 |
margin: 0px 0px 0px 5px;
|
| 698 |
+
}
|
| 699 |
|
| 700 |
|
| 701 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_likes_names_<?php echo $ffwd; ?> {
|
| 702 |
float: left;
|
| 703 |
+
|
| 704 |
+
min-height: 16px;
|
| 705 |
+
}
|
| 706 |
+
|
| 707 |
+
|
| 708 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_react_icons_like_<?php echo $ffwd; ?> {
|
| 709 |
+
float: left;
|
| 710 |
+
display: block;
|
| 711 |
+
height: 22px;
|
| 712 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/like_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 713 |
+
background-size: 12px;
|
| 714 |
+
width: 20px;
|
| 715 |
+
}
|
| 716 |
|
| 717 |
|
| 718 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_react_icons_love_<?php echo $ffwd; ?> {
|
| 719 |
float: left;
|
| 720 |
+
display: block;
|
| 721 |
+
height: 22px;
|
| 722 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/love_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 723 |
+
background-size: 16px;
|
| 724 |
+
width: 20px;
|
| 725 |
+
margin-left: -2px;
|
| 726 |
+
}
|
| 727 |
+
|
| 728 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_react_icons_haha_<?php echo $ffwd; ?> {
|
| 729 |
+
float: left;
|
| 730 |
+
display: block;
|
| 731 |
+
height: 22px;
|
| 732 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/haha_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 733 |
+
background-size: 16px;
|
| 734 |
+
width: 20px;
|
| 735 |
+
margin-left: -2px;
|
| 736 |
+
}
|
| 737 |
+
|
| 738 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_react_icons_wow_<?php echo $ffwd; ?> {
|
| 739 |
+
float: left;
|
| 740 |
+
display: block;
|
| 741 |
+
height: 22px;
|
| 742 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/wow_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 743 |
+
background-size: 16px;
|
| 744 |
+
width: 20px;
|
| 745 |
+
margin-left: -2px;
|
| 746 |
+
}
|
| 747 |
+
|
| 748 |
+
|
| 749 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_react_icons_sad_<?php echo $ffwd; ?> {
|
| 750 |
+
float: left;
|
| 751 |
+
display: block;
|
| 752 |
+
height: 22px;
|
| 753 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/sad_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 754 |
+
background-size: 17px;
|
| 755 |
+
width: 20px;
|
| 756 |
+
margin-left: -2px;
|
| 757 |
+
}
|
| 758 |
+
|
| 759 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_likes_names_count_<?php echo $ffwd; ?> .ffwd_react_icons_angry_<?php echo $ffwd; ?> {
|
| 760 |
+
float: left;
|
| 761 |
+
display: block;
|
| 762 |
+
height: 22px;
|
| 763 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/angry_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 764 |
+
background-size: 17px;
|
| 765 |
+
width: 20px;
|
| 766 |
+
margin-left: -2px;
|
| 767 |
+
}
|
| 768 |
+
|
| 769 |
+
|
| 770 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_likes_<?php echo $ffwd; ?> {
|
| 771 |
+
float: left;
|
| 772 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/like_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 773 |
+
background-size: 12px;
|
| 774 |
+
color: #<?php echo $theme_row->blog_style_obj_likes_social_color; ?>;
|
| 775 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 776 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 777 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 779 |
min-height: 20px;
|
| 780 |
line-height: 20px;
|
| 781 |
padding: 0px 0px 0px 24px;
|
| 782 |
+
}
|
| 783 |
|
| 784 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_<?php echo $ffwd; ?> {
|
| 785 |
margin: 0px 4px 0px 0px;
|
| 786 |
float: right;
|
| 787 |
+
}
|
| 788 |
|
| 789 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_share_<?php echo $ffwd; ?> {
|
| 790 |
float: right;
|
| 791 |
+
}
|
| 792 |
|
| 793 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_facebook_<?php echo $ffwd; ?> {
|
| 794 |
+
color: #<?php echo $theme_row->blog_style_obj_likes_social_color; ?>;
|
| 795 |
margin: 0px 0px 0px 0px;
|
| 796 |
text-decoration: none;
|
| 797 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 802 |
float: left;
|
| 803 |
border-style: none;
|
| 804 |
outline: none;
|
| 805 |
+
}
|
| 806 |
|
| 807 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_facebook_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_view_on_facebook_<?php echo $ffwd; ?>:focus {
|
| 808 |
color: #<?php echo $theme_row->blog_style_obj_likes_social_color; ?>;
|
| 811 |
border-style: none;
|
| 812 |
}
|
| 813 |
|
| 814 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_shares_<?php echo $ffwd; ?> {
|
| 815 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/share_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 816 |
+
background-size: 15px;
|
| 817 |
+
color: #<?php echo $theme_row->blog_style_obj_likes_social_color; ?>;
|
| 818 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 819 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 820 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 824 |
float: left;
|
| 825 |
margin: 0px 0px 0px 4px;
|
| 826 |
box-sizing: border-box;
|
| 827 |
+
}
|
| 828 |
+
|
| 829 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_comments_count_<?php echo $ffwd; ?> {
|
| 830 |
+
float: left;
|
| 831 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/comment_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 832 |
+
background-size: 16px;
|
| 833 |
+
margin: 0px 0px 0px 4px;
|
| 834 |
+
color: #<?php echo $theme_row->blog_style_obj_likes_social_color; ?>;
|
| 835 |
font-family: <?php echo $theme_row->blog_style_obj_font_family; ?>;
|
| 836 |
font-weight: <?php echo $theme_row->blog_style_obj_likes_social_font_weight; ?>;
|
| 837 |
font-size: <?php echo $theme_row->blog_style_obj_likes_social_size; ?>px;
|
| 839 |
line-height: 20px;
|
| 840 |
padding: 0px 0px 0px 24px;
|
| 841 |
box-sizing: border-box;
|
| 842 |
+
}
|
| 843 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> #spider_popup_overlay_<?php echo $ffwd; ?> {
|
| 844 |
+
background-color: #000000;
|
| 845 |
+
opacity: 0.70;
|
| 846 |
+
filter: Alpha(opacity=70)
|
| 847 |
+
}
|
| 848 |
+
|
| 849 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_share_<?php echo $ffwd; ?> .ffwd_share_button_<?php echo $ffwd; ?> {
|
| 850 |
+
float: right;
|
| 851 |
+
transition: 0.2s all linear;
|
| 852 |
+
vertical-align: middle;
|
| 853 |
min-height: 20px;
|
| 854 |
min-width: 25px;
|
| 855 |
margin: 0px 4px 0px 0px;
|
| 856 |
padding: 0px;
|
| 857 |
border-style: none;
|
| 858 |
outline: none;
|
| 859 |
+
}
|
| 860 |
|
| 861 |
+
.ffwd_share_button_<?php echo $ffwd; ?> i {
|
| 862 |
+
font-weight: bold;
|
| 863 |
|
| 864 |
+
}
|
| 865 |
|
| 866 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_share_<?php echo $ffwd; ?> .ffwd_share_button_<?php echo $ffwd; ?>:hover, #ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .ffwd_share_<?php echo $ffwd; ?> .ffwd_share_button_<?php echo $ffwd; ?>:focus {
|
| 867 |
border-style: none;
|
| 868 |
outline: none;
|
| 869 |
+
}
|
| 870 |
|
| 871 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_facebook_<?php echo $ffwd; ?> {
|
| 872 |
+
// background: url('<?php echo WD_FFWD_URL . '/images/feed/facebook_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat center center;
|
| 873 |
background-size: 18px;
|
| 874 |
+
color:#3A548C;
|
| 875 |
+
}
|
| 876 |
|
| 877 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_facebook_<?php echo $ffwd; ?>:hover {
|
| 878 |
+
// background: url('<?php echo WD_FFWD_URL . '/images/feed/facebook_white.png' ?>') no-repeat center center;
|
| 879 |
background-size: 18px;
|
| 880 |
+
}
|
| 881 |
|
| 882 |
|
| 883 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_twitter_<?php echo $ffwd; ?> {
|
| 884 |
+
//background: url('<?php echo WD_FFWD_URL . '/images/feed/twitter_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat center center;
|
| 885 |
background-size: 22px;
|
| 886 |
+
color:#55ACEE;
|
| 887 |
+
}
|
| 888 |
|
| 889 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_twitter_<?php echo $ffwd; ?>:hover {
|
| 890 |
+
// background: url('<?php echo WD_FFWD_URL . '/images/feed/twitter_white.png' ?>') no-repeat center center;
|
| 891 |
background-size: 22px;
|
| 892 |
+
}
|
| 893 |
|
| 894 |
|
| 895 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_google_<?php echo $ffwd; ?> {
|
| 896 |
+
//background: url('<?php echo WD_FFWD_URL . '/images/feed/google_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat center center;
|
| 897 |
background-size: 18px;
|
| 898 |
+
color:#D73D32;
|
| 899 |
+
}
|
| 900 |
|
| 901 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> a.ffwd_google_<?php echo $ffwd; ?>:hover {
|
| 902 |
+
//background: url('<?php echo WD_FFWD_URL . '/images/feed/google_white.png' ?>') no-repeat center center;
|
| 903 |
background-size: 18px;
|
| 904 |
+
}
|
| 905 |
|
| 906 |
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_place_street_<?php echo $ffwd; ?> {
|
| 907 |
color: #<?php echo $theme_row->blog_style_evt_str_color; ?>;
|
| 915 |
font-weight: <?php echo $theme_row->blog_style_evt_ctzpcn_font_weight; ?>;
|
| 916 |
font-size: <?php echo $theme_row->blog_style_evt_ctzpcn_size; ?>px;
|
| 917 |
}
|
| 918 |
+
#ffwd_container1_<?php echo $ffwd; ?> #ffwd_container2_<?php echo $ffwd; ?> .blog_style_object_container_<?php echo $ffwd; ?> .ffwd_place_map_<?php echo $ffwd; ?> {
|
| 919 |
color: #<?php echo $theme_row->blog_style_evt_map_color; ?>;
|
| 920 |
font-family: <?php echo $theme_row->blog_style_evt_info_font_family; ?>;
|
| 921 |
font-weight: <?php echo $theme_row->blog_style_evt_map_font_weight; ?>;
|
| 927 |
font-weight: <?php echo $theme_row->blog_style_evt_date_font_weight; ?>;
|
| 928 |
font-size: <?php echo $theme_row->blog_style_evt_date_size; ?>px;
|
| 929 |
}
|
| 930 |
+
#ffwd_ajax_loading_<?php echo $ffwd; ?> {
|
| 931 |
position:absolute;
|
| 932 |
width: 100%;
|
| 933 |
z-index: 115;
|
| 935 |
height: 100%;
|
| 936 |
vertical-align: middle;
|
| 937 |
}
|
| 938 |
+
#ffwd_ajax_loading_tab_<?php echo $ffwd; ?> {
|
| 939 |
display: table;
|
| 940 |
vertical-align: middle;
|
| 941 |
width: 100%;
|
| 944 |
opacity: 0.7;
|
| 945 |
filter: Alpha(opacity=70);
|
| 946 |
}
|
| 947 |
+
#ffwd_ajax_loading_tab_cell_<?php echo $ffwd; ?> {
|
| 948 |
display: table-cell;
|
| 949 |
text-align: center;
|
| 950 |
position: relative;
|
| 956 |
position:relative;
|
| 957 |
vertical-align: middle;
|
| 958 |
}
|
| 959 |
+
|
| 960 |
+
.ffwd_reacts_<?php echo $ffwd; ?> img
|
| 961 |
+
{
|
| 962 |
+
height: 39px;
|
| 963 |
+
display:none;
|
| 964 |
+
-webkit-transition: transform 0.2s;
|
| 965 |
+
transition: transform 0.2s;
|
| 966 |
+
}
|
| 967 |
+
|
| 968 |
+
.ffwd_reacts_<?php echo $ffwd; ?> img:hover
|
| 969 |
+
{
|
| 970 |
+
|
| 971 |
+
transform: scale(1.2);
|
| 972 |
+
-ms-transform: scale(1.2);
|
| 973 |
+
-webkit-transform: scale(1.2);
|
| 974 |
+
}
|
| 975 |
+
|
| 976 |
+
|
| 977 |
+
|
| 978 |
+
.ffwd_reacts_<?php echo $ffwd; ?>
|
| 979 |
+
{
|
| 980 |
+
/* display: none;*/
|
| 981 |
+
|
| 982 |
+
height: 50px;
|
| 983 |
+
background-color: #<?php echo $theme_row->blog_style_obj_likes_social_bg_color; ?>;
|
| 984 |
+
position: absolute;
|
| 985 |
+
z-index: 2;
|
| 986 |
+
top: -63px;
|
| 987 |
+
left: 0px;
|
| 988 |
+
border-radius: 50px;
|
| 989 |
+
padding: 4px 18px;
|
| 990 |
+
}
|
| 991 |
+
|
| 992 |
+
.ffwd_tooltip_<?php echo $ffwd; ?> {
|
| 993 |
+
position: relative;
|
| 994 |
+
display: inline-block;
|
| 995 |
+
|
| 996 |
+
}
|
| 997 |
+
|
| 998 |
+
.ffwd_tooltip_<?php echo $ffwd; ?> .ffwd_tooltiptext_<?php echo $ffwd; ?> {
|
| 999 |
+
visibility: hidden;
|
| 1000 |
+
width: 120px;
|
| 1001 |
+
background-color: #232323;
|
| 1002 |
+
color: #fff;
|
| 1003 |
+
text-align: center;
|
| 1004 |
+
border-radius: 6px;
|
| 1005 |
+
padding: 5px 0;
|
| 1006 |
+
position: absolute;
|
| 1007 |
+
z-index: 1;
|
| 1008 |
+
bottom: 125%;
|
| 1009 |
+
left: 50%;
|
| 1010 |
+
margin-left: -60px;
|
| 1011 |
+
opacity: 0;
|
| 1012 |
+
transition: opacity 0.2s;
|
| 1013 |
+
}
|
| 1014 |
+
|
| 1015 |
+
.ffwd_tooltip_<?php echo $ffwd; ?> .ffwd_tooltiptext_<?php echo $ffwd; ?>::after {
|
| 1016 |
+
content: "";
|
| 1017 |
+
position: absolute;
|
| 1018 |
+
top: 100%;
|
| 1019 |
+
left: 50%;
|
| 1020 |
+
margin-left: -5px;
|
| 1021 |
+
border-width: 5px;
|
| 1022 |
+
border-style: solid;
|
| 1023 |
+
border-color: #232323 transparent transparent transparent;
|
| 1024 |
+
}
|
| 1025 |
+
|
| 1026 |
+
.ffwd_tooltip_<?php echo $ffwd; ?>:hover .ffwd_tooltiptext_<?php echo $ffwd; ?> {
|
| 1027 |
+
visibility: visible;
|
| 1028 |
+
opacity: 1;
|
| 1029 |
+
}
|
| 1030 |
+
|
| 1031 |
+
|
| 1032 |
+
|
| 1033 |
+
|
| 1034 |
+
|
| 1035 |
+
|
| 1036 |
+
|
| 1037 |
+
.ffwd_reactions-toggle_<?php echo $ffwd; ?> {
|
| 1038 |
+
display: block;
|
| 1039 |
+
position: relative;
|
| 1040 |
+
}
|
| 1041 |
+
|
| 1042 |
+
|
| 1043 |
+
|
| 1044 |
+
.ffwd_reactions-container_<?php echo $ffwd; ?> .ffwd_reactions_slideup_<?php echo $ffwd; ?> {
|
| 1045 |
+
|
| 1046 |
+
visibility: hidden; /* hides sub-menu */
|
| 1047 |
+
opacity: 0;
|
| 1048 |
+
|
| 1049 |
+
transform: translateY(2em);
|
| 1050 |
+
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
|
| 1051 |
+
transition-delay: 1s, 0s, 0.3s;
|
| 1052 |
+
}
|
| 1053 |
+
|
| 1054 |
+
.ffwd_reactions-container_<?php echo $ffwd; ?>:hover .ffwd_reactions_slideup_<?php echo $ffwd; ?> {
|
| 1055 |
+
|
| 1056 |
+
visibility: visible; /* shows sub-menu */
|
| 1057 |
+
opacity: 1;
|
| 1058 |
+
z-index: 1;
|
| 1059 |
+
transform: translateY(0%);
|
| 1060 |
+
transition-delay: 0s, 0s, 0.3s;
|
| 1061 |
+
|
| 1062 |
+
}
|
| 1063 |
+
|
| 1064 |
+
|
| 1065 |
+
|
| 1066 |
+
|
| 1067 |
+
|
| 1068 |
+
|
| 1069 |
+
|
| 1070 |
+
|
| 1071 |
+
|
| 1072 |
+
</style>
|
| 1073 |
+
<script>
|
| 1074 |
+
var client_side_today = new Date(),
|
| 1075 |
+
client_server_date_difference = (Date.parse(client_side_today) / 1000) - <?php echo time(); ?>,
|
| 1076 |
+
owner_info_<?php echo $ffwd; ?> = JSON.parse('<?php echo addslashes($this->model->page_user_group); ?>');
|
| 1077 |
+
ffwd_options = JSON.parse('<?php echo stripslashes($this->model->get_option_json_data()); ?>');
|
| 1078 |
+
ffwd_params_<?php echo $ffwd; ?> = JSON.parse('<?php echo json_encode($ffwd_info); ?>');
|
| 1079 |
+
</script>
|
| 1080 |
+
<div id="fb-root"></div>
|
| 1081 |
<script>(function(d, s, id) {
|
| 1082 |
+
var js, fjs = d.getElementsByTagName(s)[0];
|
| 1083 |
+
if (d.getElementById(id)) return;
|
| 1084 |
+
js = d.createElement(s); js.id = id;
|
| 1085 |
+
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=1509500312675877";
|
| 1086 |
+
fjs.parentNode.insertBefore(js, fjs);
|
| 1087 |
+
}(document, 'script', 'facebook-jssdk'));
|
| 1088 |
</script>
|
| 1089 |
<div id="ffwd_container1_<?php echo $ffwd; ?>">
|
| 1090 |
+
<div id="ffwd_container2_<?php echo $ffwd; ?>">
|
| 1091 |
<?php if($ffwd_info['type'] == "page" && $ffwd_info["fb_plugin"] && $ffwd_info['page_plugin_pos'] == "top") { ?>
|
| 1092 |
+
<div class="ffwd_page_plugin_<?php echo $ffwd; ?>">
|
| 1093 |
<div class="fb-page" data-href="https://www.facebook.com/<?php echo $ffwd_info['from']; ?>" data-width="<?php echo $ffwd_info['page_plugin_width']; ?>" data-small-header="<?php echo $ffwd_info['page_plugin_header']; ?>" data-adapt-container-width="true" data-hide-cover="<?php echo $ffwd_info['page_plugin_cover']; ?>" data-show-facepile="<?php echo $ffwd_info['page_plugin_fans']; ?>" data-show-posts="false">
|
| 1094 |
<div class="fb-xfbml-parse-ignore">
|
| 1095 |
</div>
|
| 1096 |
</div>
|
| 1097 |
</div>
|
| 1098 |
+
<?php } ?>
|
| 1099 |
<form id="ffwd_front_form_<?php echo $ffwd; ?>" method="post" action="#">
|
| 1100 |
+
<div class="blog_style_objects_conteiner_<?php echo $ffwd; ?>">
|
| 1101 |
<div class="blog_style_objects_conteiner_1_<?php echo $ffwd; ?>">
|
| 1102 |
<?php if($ffwd_info["fb_name"]) { ?>
|
| 1103 |
<div class="ffwd_blog_style_header_container_<?php echo $ffwd; ?>">
|
| 1104 |
+
|
| 1105 |
<div class="ffwd_blog_style_header_<?php echo $ffwd; ?>">
|
| 1106 |
<?php echo $ffwd_info['name']; ?>
|
| 1107 |
</div>
|
| 1108 |
</div>
|
| 1109 |
<?php } ?>
|
| 1110 |
+
<div id="ffwd_ajax_loading_<?php echo $ffwd; ?>" style="display:none;">
|
| 1111 |
+
<div id="ffwd_ajax_loading_tab_<?php echo $ffwd; ?>" >
|
| 1112 |
+
<div id="ffwd_ajax_loading_tab_cell_<?php echo $ffwd; ?>" >
|
| 1113 |
<div id="loading_div_<?php echo $ffwd; ?>">
|
| 1114 |
<img src="<?php echo WD_FFWD_URL . '/images/ajax_loader.png'; ?>" class="spider_ajax_loading" style="float: none; width:50px;">
|
| 1115 |
</div>
|
| 1132 |
<div class="ffwd_blog_style_object_info_container_<?php echo $ffwd; ?><?php echo ($ffwd_data_row->type == 'status') ? ' bwg_blog_style_full_width' : ''; ?>" >
|
| 1133 |
<div class="ffwd_blog_style_object_from_<?php echo $ffwd; ?>" >
|
| 1134 |
<?php
|
| 1135 |
+
if($theme_row->blog_style_obj_date_pos == "before")
|
| 1136 |
+
echo $this->model->ffwd_time($ffwd_data_row, $ffwd,$ffwd_info['event_date']);
|
| 1137 |
?>
|
| 1138 |
<div class="ffwd_blog_style_object_from_pic_container_<?php echo $ffwd; ?>">
|
| 1139 |
<a id="ffwd_blog_style_object_from_pic_<?php echo $ffwd . '_' . $ffwd_data_row->id; ?>" class="ffwd_blog_style_object_from_pic_<?php echo $ffwd; ?>" href="" target="_blank">
|
| 1143 |
<span id="ffwd_blog_style_object_story_<?php echo $ffwd . '_' . $ffwd_data_row->id; ?>" class="ffwd_blog_style_object_story_<?php echo $ffwd; ?>" >
|
| 1144 |
</span>
|
| 1145 |
<?php
|
| 1146 |
+
if($theme_row->blog_style_obj_date_pos == "after")
|
| 1147 |
+
echo $this->model->ffwd_time($ffwd_data_row, $ffwd,$ffwd_info['event_date']);
|
| 1148 |
?>
|
| 1149 |
</div>
|
| 1150 |
<div style="clear:both"></div>
|
| 1169 |
echo nl2br($description);
|
| 1170 |
?>
|
| 1171 |
</p>
|
| 1172 |
+
<?php
|
| 1173 |
endif;
|
| 1174 |
if($theme_row->blog_style_obj_date_pos == "bottom")
|
| 1175 |
echo $this->model->ffwd_time($ffwd_data_row, $ffwd,$ffwd_info['event_date']);
|
| 1179 |
$src = ($ffwd_data_row->type != 'events') ? '' : $ffwd_data_row->source;
|
| 1180 |
$class_name = ($ffwd_data_row->type == 'link') ? 'ffwd_link_' . $ffwd : 'ffwd_lightbox_' . $ffwd;
|
| 1181 |
$href = ($ffwd_data_row->type == 'link') ? $ffwd_data_row->link : "";
|
| 1182 |
+
$link_to_facebook = ($ffwd_data_row->link != "" && $ffwd_data_row->type != "link" && $ffwd_data_row->type != "video") ? $ffwd_data_row->link : "https://www.facebook.com/".$ffwd_data_row->object_id;
|
| 1183 |
|
| 1184 |
+
if($ffwd_info['image_onclick_action']=='facebook')
|
| 1185 |
+
{
|
| 1186 |
+
$href=$link_to_facebook;
|
| 1187 |
|
| 1188 |
+
}
|
| 1189 |
+
if($ffwd_info['image_onclick_action']=='none')
|
| 1190 |
+
{
|
| 1191 |
+
$href='#';
|
| 1192 |
|
| 1193 |
+
}
|
| 1194 |
|
| 1195 |
+
?>
|
| 1196 |
+
|
| 1197 |
+
<div class="blog_style_image_container_<?php echo $ffwd;?>">
|
| 1198 |
+
<div class="ffwd_blog_style_object_ver_<?php echo $ffwd; ?>" >
|
| 1199 |
+
<div class="ffwd_blog_style_object_ver_al_<?php echo $ffwd; ?>">
|
| 1200 |
+
<a style="position:relative;" class="<?php echo $class_name; ?>" href="<?php echo $href; ?>" data-id="<?php echo $ffwd_data_row->id; ?>" >
|
| 1201 |
+
<div class="bwg_blog_style_img_cont_<?php echo $ffwd; ?>">
|
| 1202 |
+
<img id="ffwd_blog_style_img_<?php echo $ffwd_data_row->id; ?>_<?php echo $ffwd; ?>" class="ffwd_blog_style_img_<?php echo $ffwd; ?>" src="<?php echo $src; ?>" />
|
| 1203 |
+
<?php if($ffwd_data_row->type == 'video'): ?>
|
| 1204 |
+
<div class="ffwd_play_icon_<?php echo $ffwd; ?>" data-id="<?php echo $ffwd_data_row->id; ?>" >
|
| 1205 |
+
</div>
|
| 1206 |
+
<?php endif; ?>
|
| 1207 |
+
</div>
|
| 1208 |
+
</a>
|
| 1209 |
+
</div>
|
| 1210 |
</div>
|
| 1211 |
</div>
|
|
|
|
| 1212 |
<?php endif; ?>
|
| 1213 |
<div style="clear:both">
|
| 1214 |
</div>
|
| 1221 |
<?php
|
| 1222 |
if($show_likes) {
|
| 1223 |
?>
|
| 1224 |
+
<span class="ffwd_reactions-container_<?php echo $ffwd; ?>">
|
| 1225 |
+
<div id="ffwd_reacts_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" class="ffwd_reactions_slideup_<?php echo $ffwd; ?> ffwd_reacts_<?php echo $ffwd; ?>">
|
| 1226 |
+
<div class="ffwd_tooltip_<?php echo $ffwd; ?>">
|
| 1227 |
+
<img id="ffwd_reactions_like_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" src="<?php echo WD_FFWD_URL . '/images/feed/like_'. $theme_row->blog_style_obj_icons_color .'.png' ?>" />
|
| 1228 |
+
<span id="ffwd_tootlip_text_like_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" class="ffwd_tooltiptext_<?php echo $ffwd; ?>" >LIKE</span>
|
| 1229 |
+
</div>
|
| 1230 |
+
|
| 1231 |
+
<div class="ffwd_tooltip_<?php echo $ffwd; ?>">
|
| 1232 |
+
|
| 1233 |
+
<img id="ffwd_reactions_love_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" src="<?php echo WD_FFWD_URL . '/images/feed/love_'. $theme_row->blog_style_obj_icons_color .'.png' ?>" />
|
| 1234 |
+
<span id="ffwd_tootlip_text_love_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" class="ffwd_tooltiptext_<?php echo $ffwd; ?>">LOVE</span>
|
| 1235 |
+
</div>
|
| 1236 |
+
<div class="ffwd_tooltip_<?php echo $ffwd; ?>">
|
| 1237 |
+
|
| 1238 |
+
<img id="ffwd_reactions_haha_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" src="<?php echo WD_FFWD_URL . '/images/feed/haha_'. $theme_row->blog_style_obj_icons_color .'.png' ?>" />
|
| 1239 |
+
<span id="ffwd_tootlip_text_haha_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" class="ffwd_tooltiptext_<?php echo $ffwd; ?>">HAHA</span>
|
| 1240 |
+
</div>
|
| 1241 |
+
<div class="ffwd_tooltip_<?php echo $ffwd; ?>">
|
| 1242 |
+
<img id="ffwd_reactions_wow_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" src="<?php echo WD_FFWD_URL . '/images/feed/wow_'. $theme_row->blog_style_obj_icons_color .'.png' ?>" />
|
| 1243 |
+
<span id="ffwd_tootlip_text_wow_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" class="ffwd_tooltiptext_<?php echo $ffwd; ?>">WOW</span>
|
| 1244 |
+
</div>
|
| 1245 |
+
<div class="ffwd_tooltip_<?php echo $ffwd; ?>">
|
| 1246 |
+
<img id="ffwd_reactions_sad_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" src="<?php echo WD_FFWD_URL . '/images/feed/sad_'. $theme_row->blog_style_obj_icons_color .'.png' ?>" />
|
| 1247 |
+
<span id="ffwd_tootlip_text_sad_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" class="ffwd_tooltiptext_<?php echo $ffwd; ?>">SAD</span>
|
| 1248 |
+
</div>
|
| 1249 |
+
<div class="ffwd_tooltip_<?php echo $ffwd; ?>">
|
| 1250 |
+
<img id="ffwd_reactions_angry_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" src="<?php echo WD_FFWD_URL . '/images/feed/angry_'. $theme_row->blog_style_obj_icons_color .'.png' ?>" />
|
| 1251 |
+
<span id="ffwd_tootlip_text_angry_<?php echo $ffwd_data_row->id ?>_<?php echo $ffwd; ?>" class="ffwd_tooltiptext_<?php echo $ffwd; ?>">ANGRY</span>
|
| 1252 |
+
</div>
|
| 1253 |
+
</div>
|
| 1254 |
+
<div id="ffwd_likes_<?php echo $ffwd . '_' . $ffwd_data_row->id; ?>" class="ffwd_likes_<?php echo $ffwd; ?> ffwd_reactions-toggle_<?php echo $ffwd; ?>" style="display : <?php echo ($ffwd_data_row->type == "events") ? 'none': 'block'; ?>">
|
| 1255 |
</div>
|
| 1256 |
+
</span>
|
| 1257 |
<?php
|
| 1258 |
}
|
| 1259 |
if($show_shares) {
|
| 1280 |
if ($blog_style_facebook) {
|
| 1281 |
?>
|
| 1282 |
<a class="ffwd_facebook_<?php echo $ffwd; ?> ffwd_share_button_<?php echo $ffwd; ?>" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Facebook', 'ffwd'); ?>">
|
| 1283 |
+
<i title="Share on Facebook" class="ffwd_ctrl_btn ffwd_facebook fa fa-facebook"></i>
|
| 1284 |
+
</a>
|
| 1285 |
<?php
|
| 1286 |
}
|
| 1287 |
if ($blog_style_google) {
|
| 1288 |
?>
|
| 1289 |
<a class="ffwd_google_<?php echo $ffwd; ?> ffwd_share_button_<?php echo $ffwd; ?>" href="https://plus.google.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Google+', 'ffwd'); ?>">
|
| 1290 |
+
<i title="Share on Google+" class="bwg_ctrl_btn bwg_google fa fa-google-plus"></i>
|
| 1291 |
+
</a>
|
| 1292 |
<?php
|
| 1293 |
}
|
| 1294 |
if ($blog_style_twitter) {
|
| 1295 |
?>
|
| 1296 |
<a class="ffwd_twitter_<?php echo $ffwd; ?> ffwd_share_button_<?php echo $ffwd; ?>" href="https://twitter.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Twitter', 'ffwd'); ?>" style="background-size: 22px !important;" >
|
| 1297 |
+
<i title="Share on Twitter" class="bwg_ctrl_btn bwg_twitter fa fa-twitter"></i>
|
| 1298 |
+
</a>
|
| 1299 |
<?php
|
| 1300 |
}
|
| 1301 |
+
?>
|
| 1302 |
</div>
|
| 1303 |
<?php
|
| 1304 |
}
|
| 1319 |
if($show_comments || $show_likes) { ?>
|
| 1320 |
<div class="ffwd_comments_<?php echo $ffwd; ?>" style="display:none">
|
| 1321 |
<?php
|
| 1322 |
+
if($show_likes) {
|
| 1323 |
+
?>
|
| 1324 |
+
<div id="ffwd_likes_names_count_<?php echo $ffwd_data_row->id; ?>_<?php echo $ffwd; ?>" class="ffwd_likes_names_count_<?php echo $ffwd; ?>" style="display : <?php echo ($ffwd_data_row->type == "events") ? 'none': 'block'; ?>" >
|
| 1325 |
+
</div>
|
| 1326 |
+
<?php
|
| 1327 |
+
}
|
| 1328 |
+
if($show_comments) {
|
| 1329 |
+
?>
|
| 1330 |
+
<div id="ffwd_comments_content_<?php echo $ffwd_data_row->id; ?>_<?php echo $ffwd; ?>" class="ffwd_comments_content_<?php echo $ffwd; ?>" >
|
| 1331 |
+
</div>
|
| 1332 |
+
<?php
|
| 1333 |
+
} ?>
|
| 1334 |
</div>
|
| 1335 |
<?php
|
| 1336 |
}
|
| 1341 |
}
|
| 1342 |
?>
|
| 1343 |
<script>
|
| 1344 |
+
|
| 1345 |
var id_object_id_<?php echo $ffwd; ?> = '<?php echo addslashes(json_encode($this->model->id_object_id_json)); ?>',
|
| 1346 |
+
graph_url_<?php echo $ffwd; ?> = '<?php echo $this->model->graph_url; ?>';
|
| 1347 |
+
ffwd_fill_likes_blog_style(JSON.parse(id_object_id_<?php echo $ffwd; ?>), '<?php echo $ffwd; ?>', owner_info_<?php echo $ffwd; ?>, ffwd_params_<?php echo $ffwd; ?>, graph_url_<?php echo $ffwd; ?>);
|
| 1348 |
</script>
|
| 1349 |
</div>
|
| 1350 |
</div>
|
| 1351 |
<?php
|
| 1352 |
+
if ($ffwd_info['pagination_type'] && $ffwd_info['objects_per_page'] && ($theme_row->page_nav_position == 'bottom')) {
|
| 1353 |
+
WDW_FFWD_Library::ajax_html_frontend_page_nav($theme_row, $page_nav['total'], $page_nav['limit'], 'ffwd_front_form_' . $ffwd, $ffwd_info['objects_per_page'], $ffwd, 'ffwd_standart_objcets_cont_' . $ffwd, 0, 'album', /*$options_row->enable_seo*/true, $ffwd_info['pagination_type']);
|
| 1354 |
+
}
|
| 1355 |
?>
|
| 1356 |
</div>
|
| 1357 |
+
</div>
|
| 1358 |
+
</form>
|
| 1359 |
<?php if($ffwd_info['type'] == "page" && $ffwd_info["fb_plugin"] && $ffwd_info['page_plugin_pos'] == "bottom") { ?>
|
| 1360 |
<div class="ffwd_page_plugin_<?php echo $ffwd; ?>">
|
| 1361 |
<div class="fb-page" data-href="https://www.facebook.com/<?php echo $ffwd_info['from']; ?>" data-width="<?php echo $ffwd_info['page_plugin_width']; ?>" data-small-header="<?php echo $ffwd_info['page_plugin_header']; ?>" data-adapt-container-width="true" data-hide-cover="<?php echo $ffwd_info['page_plugin_cover']; ?>" data-show-facepile="<?php echo $ffwd_info['page_plugin_fans']; ?>" data-show-posts="false">
|
| 1364 |
</div>
|
| 1365 |
</div>
|
| 1366 |
<?php } ?>
|
| 1367 |
+
<div id="spider_popup_loading_<?php echo $ffwd; ?>" class="spider_popup_loading"></div>
|
| 1368 |
+
<div id="spider_popup_overlay_<?php echo $ffwd; ?>" class="spider_popup_overlay" onclick="ffwd_destroypopup(1000)"></div>
|
| 1369 |
+
</div>
|
| 1370 |
+
</div>
|
| 1371 |
+
<script>
|
| 1372 |
+
function ffwd_gallery_box_<?php echo $ffwd; ?>(image_id) {
|
| 1373 |
+
ffwd_createpopup('<?php echo addslashes(add_query_arg($ffwd_info_array, admin_url('admin-ajax.php'))); ?>&image_id=' + image_id + '&content_type=<?php echo $ffwd_info['content_type']; ?>', '<?php echo $ffwd; ?>', '<?php echo $ffwd_info['popup_width']; ?>', '<?php echo $ffwd_info['popup_height']; ?>', 1, 'testpopup', 5);
|
| 1374 |
+
}
|
| 1375 |
+
|
| 1376 |
+
function ffwd_document_ready_<?php echo $ffwd; ?>() {
|
| 1377 |
+
<?php if($ffwd_info['image_onclick_action']=='lightbox') { ?>
|
| 1378 |
+
|
| 1379 |
+
jQuery("body").on("click", ".ffwd_lightbox_<?php echo $ffwd; ?>, .ffwd_play_icon_<?php echo $ffwd; ?>", function () {
|
| 1380 |
+
ffwd_gallery_box_<?php echo $ffwd; ?>(jQuery(this).attr("data-id"));
|
| 1381 |
+
return false;
|
| 1382 |
+
});
|
| 1383 |
+
<?php } ?>
|
| 1384 |
+
|
| 1385 |
+
}
|
| 1386 |
+
jQuery(document).ready(function () {
|
| 1387 |
+
ffwd_document_ready_<?php echo $ffwd; ?>();
|
| 1388 |
+
jQuery('body').on('click', '.ffwd_see_more_message', function(e) {
|
| 1389 |
+
e.preventDefault();
|
| 1390 |
+
jQuery(this).parent().find('.ffwd_blog_style_object_message_hide').css('display', 'inline');
|
| 1391 |
+
jQuery(this).html('<?php echo __('See less','ffwd') ?>').removeClass('ffwd_see_more_message').addClass('ffwd_see_less_message');
|
| 1392 |
+
jQuery(this).parent().find('.more_dotes').css('display', 'none');
|
| 1393 |
+
});
|
| 1394 |
+
|
| 1395 |
+
jQuery('body').on('click', '.ffwd_see_less_message', function(e) {
|
| 1396 |
+
e.preventDefault();
|
| 1397 |
+
jQuery(this).parent().find('.ffwd_blog_style_object_message_hide').css('display', 'none');
|
| 1398 |
+
jQuery(this).html('<?php echo __('See more','ffwd') ?>').removeClass('ffwd_see_less_message').addClass('ffwd_see_more_message');
|
| 1399 |
+
jQuery(this).parent().find('.more_dotes').css('display', 'inline');
|
| 1400 |
+
});
|
| 1401 |
+
|
| 1402 |
+
jQuery('body').on('click', '.ffwd_see_more_description', function(e) {
|
| 1403 |
+
e.preventDefault();
|
| 1404 |
+
jQuery(this).parent().find('.ffwd_blog_style_object_description_hide').css('display', 'inline');
|
| 1405 |
+
jQuery(this).html('<?php echo __('See less','ffwd') ?>').removeClass('ffwd_see_more_description').addClass('ffwd_see_less_description');
|
| 1406 |
+
jQuery(this).parent().find('.more_dotes').css('display', 'none');
|
| 1407 |
+
});
|
| 1408 |
+
|
| 1409 |
+
jQuery('body').on('click', '.ffwd_see_less_description', function(e) {
|
| 1410 |
+
e.preventDefault();
|
| 1411 |
+
jQuery(this).parent().find('.ffwd_blog_style_object_description_hide').css('display', 'none');
|
| 1412 |
+
jQuery(this).html('<?php echo __('See more','ffwd') ?>').removeClass('ffwd_see_less_description').addClass('ffwd_see_more_description');
|
| 1413 |
+
jQuery(this).parent().find('.more_dotes').css('display', 'inline');
|
| 1414 |
+
});
|
| 1415 |
+
|
| 1416 |
+
jQuery('body').on('click', '.ffwd_view_more_comments', function(e) {
|
| 1417 |
+
e.preventDefault();
|
| 1418 |
+
jQuery(this).parent().parent().parent().find('.ffwd_comment_<?php echo $ffwd; ?>').css('display', 'block');
|
| 1419 |
+
jQuery(this).html('');
|
| 1420 |
+
});
|
| 1421 |
|
| 1422 |
jQuery('body').on('click', '.ffwd_comment_replies_label_<?php echo $ffwd; ?>', function(e) {
|
| 1423 |
+
e.preventDefault();
|
| 1424 |
+
jQuery(this).parent().find('.ffwd_comment_replies_content_<?php echo $ffwd; ?>').css('display', 'block');
|
| 1425 |
+
jQuery(this).remove();
|
| 1426 |
+
});
|
| 1427 |
|
| 1428 |
jQuery('body').on('click', '.ffwd_view_on_facebook_<?php echo $ffwd; ?>', function(e) {
|
| 1429 |
+
e.stopPropagation();
|
| 1430 |
+
});
|
| 1431 |
|
| 1432 |
+
jQuery('body').on('click', '.ffwd_title_spun1_<?php echo $ffwd; ?>', function(e) {
|
| 1433 |
+
e.preventDefault();
|
| 1434 |
var ffwd_comments = jQuery(this).parent().find('.ffwd_comments_<?php echo $ffwd; ?>');
|
| 1435 |
+
if(ffwd_comments.children().length == 0) return;
|
| 1436 |
+
if(ffwd_comments.css('display') == 'none')
|
| 1437 |
+
ffwd_comments.slideDown(500);
|
| 1438 |
+
else
|
| 1439 |
+
ffwd_comments.slideUp(500);
|
| 1440 |
+
});
|
| 1441 |
|
| 1442 |
jQuery('body').on('click', '.ffwd_share_button_<?php echo $ffwd; ?>', function(e) {
|
| 1443 |
+
e.stopPropagation();
|
| 1444 |
+
});
|
| 1445 |
|
| 1446 |
jQuery(window).resize(function() {
|
| 1447 |
ffwd_blog_style_resize(ffwd_params_<?php echo $ffwd; ?>, '<?php echo $ffwd; ?>')
|
| 1448 |
});
|
| 1449 |
+
});
|
| 1450 |
+
</script>
|
| 1451 |
+
<?php
|
| 1452 |
+
if ($from_shortcode) {
|
| 1453 |
+
return;
|
| 1454 |
+
}
|
| 1455 |
+
else {
|
| 1456 |
+
die();
|
| 1457 |
+
}
|
| 1458 |
+
}
|
| 1459 |
+
|
| 1460 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 1461 |
+
// Getters & Setters //
|
| 1462 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 1463 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 1464 |
+
// Private Methods //
|
| 1465 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 1466 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 1467 |
+
// Listeners //
|
| 1468 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
| 1469 |
}
|
frontend/views/FFWDViewPopupBox.php
CHANGED
|
@@ -69,7 +69,7 @@ class FFWDViewPopupBox {
|
|
| 69 |
$enable_author = (isset($_GET['enable_author']) ? esc_html($_GET['enable_author']) : 0);
|
| 70 |
$enable_name = (isset($_GET['enable_name']) ? esc_html($_GET['enable_name']) : 0);
|
| 71 |
$enable_place_name = (isset($_GET['enable_place_name']) ? esc_html($_GET['enable_place_name']) : 0);
|
| 72 |
-
|
| 73 |
$enable_image_facebook = (isset($_GET['enable_image_facebook']) ? esc_html($_GET['enable_image_facebook']) : 0);
|
| 74 |
$enable_image_twitter = (isset($_GET['enable_image_twitter']) ? esc_html($_GET['enable_image_twitter']) : 0);
|
| 75 |
$enable_image_google = (isset($_GET['enable_image_google']) ? esc_html($_GET['enable_image_google']) : 0);
|
|
@@ -81,10 +81,10 @@ class FFWDViewPopupBox {
|
|
| 81 |
|
| 82 |
|
| 83 |
|
| 84 |
-
|
| 85 |
$view_on_fb = isset($option_row->view_on_fb) ? $option_row->view_on_fb : 1;
|
| 86 |
$ffwd_info = $this->model->get_ffwd_info_data($fb_id);
|
| 87 |
-
|
| 88 |
|
| 89 |
$option_row->comments_order=$ffwd_info->comments_order;
|
| 90 |
$option_row->comments_filter=$ffwd_info->comments_filter;
|
|
@@ -196,9 +196,9 @@ class FFWDViewPopupBox {
|
|
| 196 |
/*display: table;*/
|
| 197 |
display: table-cell;
|
| 198 |
}
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
.ffwd_ctrl_btn {
|
| 203 |
color: #<?php echo $theme_row->lightbox_ctrl_btn_color; ?>;
|
| 204 |
font-size: <?php echo $theme_row->lightbox_ctrl_btn_height; ?>px;
|
|
@@ -219,33 +219,33 @@ class FFWDViewPopupBox {
|
|
| 219 |
box-shadow: 0px 0px 1px #FFFFFF;
|
| 220 |
}
|
| 221 |
.ffwd_play {
|
| 222 |
-
|
| 223 |
-
|
| 224 |
}
|
| 225 |
|
| 226 |
.ffwd_play:hover {
|
| 227 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/play.png' ?>') no-repeat center center;
|
| 228 |
-
|
| 229 |
}
|
| 230 |
|
| 231 |
.ffwd_pause {
|
| 232 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/pause_gray.png' ?>') no-repeat center center;
|
| 233 |
-
|
| 234 |
}
|
| 235 |
|
| 236 |
.ffwd_pause:hover {
|
| 237 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/pause.png' ?>') no-repeat center center;
|
| 238 |
-
|
| 239 |
}
|
| 240 |
|
| 241 |
.ffwd_facebook {
|
| 242 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/facebook_hover.png' ?>') no-repeat center center;
|
| 243 |
-
|
| 244 |
}
|
| 245 |
|
| 246 |
.ffwd_facebook:hover {
|
| 247 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/facebook_white.png' ?>') no-repeat center center;
|
| 248 |
-
|
| 249 |
}
|
| 250 |
.ffwd_comment {
|
| 251 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/comment_lightboxgray.png' ?>') no-repeat center center;
|
|
@@ -263,12 +263,12 @@ class FFWDViewPopupBox {
|
|
| 263 |
}
|
| 264 |
.ffwd_google {
|
| 265 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/google_hover.png' ?>') no-repeat center center;
|
| 266 |
-
|
| 267 |
|
| 268 |
}
|
| 269 |
.ffwd_google:hover {
|
| 270 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/google_white.png' ?>') no-repeat center center;
|
| 271 |
-
|
| 272 |
}
|
| 273 |
.ffwd_resize_in_full {
|
| 274 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/resize_in_gray.png' ?>') no-repeat center center;
|
|
@@ -277,7 +277,7 @@ class FFWDViewPopupBox {
|
|
| 277 |
.ffwd_resize_in_full:hover {
|
| 278 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/resize_in.png' ?>') no-repeat center center;
|
| 279 |
}
|
| 280 |
-
|
| 281 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/resize_out_gray.png' ?>') no-repeat center center;
|
| 282 |
|
| 283 |
}
|
|
@@ -324,17 +324,17 @@ class FFWDViewPopupBox {
|
|
| 324 |
width:20px;
|
| 325 |
z-index: 10107;
|
| 326 |
position: absolute;
|
| 327 |
-
|
| 328 |
left: 0;
|
| 329 |
border-left-style: none;
|
| 330 |
border-top-style: none;
|
| 331 |
-
|
| 332 |
}
|
| 333 |
.ffwd_sub_attachmenst_cont_right {
|
| 334 |
background-color: #FFFFFF;
|
| 335 |
cursor: pointer;
|
| 336 |
position: absolute;
|
| 337 |
-
|
| 338 |
right: 0;
|
| 339 |
width:20px;
|
| 340 |
background-color:#<?php echo $theme_row->lightbox_filmstrip_rl_bg_color ?>;
|
|
@@ -345,33 +345,33 @@ class FFWDViewPopupBox {
|
|
| 345 |
border-right-style: none;
|
| 346 |
border-top-style: none;
|
| 347 |
}
|
| 348 |
-
|
| 349 |
-
|
| 350 |
color: #<?php echo $theme_row->lightbox_filmstrip_rl_btn_color; ?>;
|
| 351 |
font-size: <?php echo $theme_row->lightbox_filmstrip_rl_btn_size; ?>px;
|
| 352 |
|
| 353 |
-
|
| 354 |
-
|
| 355 |
-
|
| 356 |
color: #<?php echo $theme_row->lightbox_filmstrip_rl_btn_color; ?>;
|
| 357 |
font-size: <?php echo $theme_row->lightbox_filmstrip_rl_btn_size; ?>px;
|
| 358 |
|
| 359 |
-
|
| 360 |
-
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
| 366 |
-
|
| 367 |
-
|
| 368 |
-
|
| 369 |
-
|
| 370 |
-
|
| 371 |
-
|
| 372 |
-
|
| 373 |
-
|
| 374 |
-
|
| 375 |
.ffwd_sub_attachmenst {
|
| 376 |
left: 20px;
|
| 377 |
overflow: hidden;
|
|
@@ -385,7 +385,7 @@ class FFWDViewPopupBox {
|
|
| 385 |
}
|
| 386 |
.ffwd_sub_attachmenst_thumbnails {
|
| 387 |
height: <?php echo $image_filmstrip_height ?>px;
|
| 388 |
-
|
| 389 |
margin: 0 auto;
|
| 390 |
overflow: hidden;
|
| 391 |
position: relative;
|
|
@@ -407,20 +407,20 @@ class FFWDViewPopupBox {
|
|
| 407 |
background-color: rgba(<?php echo $rgb_lightbox_ctrl_cont_bg_color['red']; ?>, <?php echo $rgb_lightbox_ctrl_cont_bg_color['green']; ?>, <?php echo $rgb_lightbox_ctrl_cont_bg_color['blue']; ?>, <?php echo number_format($theme_row->lightbox_ctrl_cont_transparent / 100, 2, ".", ""); ?>);
|
| 408 |
/*background: none repeat scroll 0 0 #<?php echo $theme_row->lightbox_ctrl_cont_bg_color; ?>;*/
|
| 409 |
/*background: url('<?php echo WD_FFWD_URL . '/images/feed/cb_cont.png' ?>') no-repeat 0px center;*/
|
| 410 |
-
|
| 411 |
-
|
| 412 |
-
|
| 413 |
-
|
| 414 |
-
|
| 415 |
-
|
| 416 |
-
|
| 417 |
-
|
| 418 |
-
|
| 419 |
-
|
| 420 |
-
|
| 421 |
-
|
| 422 |
-
|
| 423 |
-
|
| 424 |
height: <?php echo $theme_row->lightbox_ctrl_btn_height + 2 * $theme_row->lightbox_ctrl_btn_margin_top; ?>px;
|
| 425 |
/*opacity: <?php echo number_format($theme_row->lightbox_ctrl_cont_transparent / 100, 2, ".", ""); ?>;
|
| 426 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_ctrl_cont_transparent; ?>);*/
|
|
@@ -431,21 +431,21 @@ class FFWDViewPopupBox {
|
|
| 431 |
}
|
| 432 |
.ffwd_toggle_container {
|
| 433 |
background: none repeat scroll 0 0 #<?php echo $theme_row->lightbox_ctrl_cont_bg_color; ?>;
|
| 434 |
-
|
| 435 |
-
|
| 436 |
-
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
|
| 448 |
-
|
| 449 |
cursor: pointer;
|
| 450 |
left: 50%;
|
| 451 |
line-height: 0;
|
|
@@ -499,27 +499,27 @@ class FFWDViewPopupBox {
|
|
| 499 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_rl_btn_transparent; ?>);
|
| 500 |
}
|
| 501 |
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
-
|
| 510 |
-
|
| 511 |
-
|
| 512 |
-
|
| 513 |
-
|
| 514 |
-
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
| 519 |
-
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
|
| 524 |
.ffwd_ctrl_btn:hover,
|
| 525 |
.ffwd_toggle_btn:hover,
|
|
@@ -559,7 +559,7 @@ class FFWDViewPopupBox {
|
|
| 559 |
height: 100%;
|
| 560 |
overflow: hidden;
|
| 561 |
position: absolute;
|
| 562 |
-
|
| 563 |
top: 0;
|
| 564 |
width: <?php echo $theme_row->lightbox_obj_width; ?>px;
|
| 565 |
z-index: 10103;
|
|
@@ -583,9 +583,9 @@ class FFWDViewPopupBox {
|
|
| 583 |
width: 100%;
|
| 584 |
z-index: 10101;
|
| 585 |
}
|
| 586 |
-
|
| 587 |
-
|
| 588 |
-
|
| 589 |
}
|
| 590 |
.ffwd_comments_close {
|
| 591 |
cursor: pointer;
|
|
@@ -596,15 +596,15 @@ class FFWDViewPopupBox {
|
|
| 596 |
padding: 5px 10px;
|
| 597 |
z-index: 10150;
|
| 598 |
}
|
| 599 |
-
|
| 600 |
-
|
| 601 |
-
|
| 602 |
-
|
| 603 |
-
|
| 604 |
-
|
| 605 |
-
|
| 606 |
-
|
| 607 |
-
|
| 608 |
.ffwd_ctrl_btn_container a,
|
| 609 |
.ffwd_ctrl_btn_container a:hover {
|
| 610 |
text-decoration: none;
|
|
@@ -636,9 +636,9 @@ class FFWDViewPopupBox {
|
|
| 636 |
display: table;
|
| 637 |
position: absolute;
|
| 638 |
text-align: center;
|
| 639 |
-
|
| 640 |
-
|
| 641 |
-
|
| 642 |
vertical-align: middle;
|
| 643 |
width: 100%;
|
| 644 |
}
|
|
@@ -648,18 +648,18 @@ class FFWDViewPopupBox {
|
|
| 648 |
position: absolute;
|
| 649 |
width: <?php echo ($filmstrip_direction == 'horizontal' ? $image_width : $image_filmstrip_width); ?>px;
|
| 650 |
z-index: 10105;
|
| 651 |
-
|
| 652 |
}
|
| 653 |
.ffwd_filmstrip {
|
| 654 |
-
|
| 655 |
overflow: hidden;
|
| 656 |
position: absolute;
|
| 657 |
-
|
| 658 |
z-index: 10106;
|
| 659 |
}
|
| 660 |
.ffwd_filmstrip_thumbnails {
|
| 661 |
height: <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : ($image_filmstrip_height + $filmstrip_thumb_margin_hor) * count($image_rows)); ?>px;
|
| 662 |
-
|
| 663 |
margin: 0 auto;
|
| 664 |
overflow: hidden;
|
| 665 |
position: relative;
|
|
@@ -696,22 +696,22 @@ class FFWDViewPopupBox {
|
|
| 696 |
cursor: pointer;
|
| 697 |
display: <?php echo ($filmstrip_direction == 'horizontal' ? 'table-cell' : 'block') ?>;
|
| 698 |
vertical-align: middle;
|
| 699 |
-
|
| 700 |
z-index: 10106;
|
| 701 |
-
|
| 702 |
-
|
| 703 |
-
|
| 704 |
}
|
| 705 |
.ffwd_filmstrip_right {
|
| 706 |
background-color: #<?php echo $theme_row->lightbox_filmstrip_rl_bg_color; ?>;
|
| 707 |
cursor: pointer;
|
| 708 |
-
|
| 709 |
-
|
| 710 |
display: <?php echo ($filmstrip_direction == 'horizontal' ? 'table-cell' : 'block') ?>;
|
| 711 |
vertical-align: middle;
|
| 712 |
z-index: 10106;
|
| 713 |
-
|
| 714 |
-
|
| 715 |
}
|
| 716 |
.ffwd_filmstrip_left i,
|
| 717 |
.ffwd_filmstrip_right i {
|
|
@@ -730,8 +730,8 @@ class FFWDViewPopupBox {
|
|
| 730 |
display: table-cell;
|
| 731 |
position: absolute;
|
| 732 |
vertical-align: middle;
|
| 733 |
-
|
| 734 |
-
|
| 735 |
}
|
| 736 |
.ffwd_slide_bg {
|
| 737 |
margin: 0 auto;
|
|
@@ -780,7 +780,7 @@ class FFWDViewPopupBox {
|
|
| 780 |
}
|
| 781 |
.ffwd_object_info_main_container {
|
| 782 |
text-align: left;
|
| 783 |
-
|
| 784 |
padding:0px 20px;
|
| 785 |
}
|
| 786 |
.ffwd_object_from {
|
|
@@ -794,77 +794,77 @@ class FFWDViewPopupBox {
|
|
| 794 |
display: inline-block;
|
| 795 |
}
|
| 796 |
.ffwd_from_name {
|
| 797 |
-
|
| 798 |
font-weight: <?php echo $theme_row->lightbox_obj_page_name_font_weight; ?>;
|
| 799 |
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 800 |
-
|
| 801 |
-
|
| 802 |
-
|
| 803 |
-
|
| 804 |
}
|
| 805 |
-
|
| 806 |
-
|
| 807 |
-
|
| 808 |
}
|
| 809 |
-
|
| 810 |
-
|
| 811 |
font-weight: <?php echo $theme_row->lightbox_obj_place_font_weight; ?>;
|
| 812 |
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 813 |
-
|
| 814 |
-
|
| 815 |
-
|
| 816 |
-
|
| 817 |
}
|
| 818 |
-
|
| 819 |
-
|
| 820 |
-
|
| 821 |
}
|
| 822 |
.ffwd_story {
|
| 823 |
-
|
| 824 |
-
|
| 825 |
-
|
| 826 |
-
|
| 827 |
-
|
| 828 |
.ffwd_object_from_name_time_cont {
|
| 829 |
float: left;
|
| 830 |
max-width: 76%;
|
| 831 |
color: #ADADAD;
|
| 832 |
font-size: 13px;
|
| 833 |
-
|
| 834 |
}
|
| 835 |
.ffwd_popup_from_time_post {
|
| 836 |
-
|
| 837 |
-
|
| 838 |
-
|
| 839 |
padding: 3px 0px 3px 18px;
|
| 840 |
margin: 2px 0px 5px 0px;
|
| 841 |
-
|
| 842 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->lightbox_obj_icons_color .'.png' ?>') no-repeat 0px center;
|
| 843 |
background-size: 12px;
|
| 844 |
-
|
| 845 |
}
|
| 846 |
|
| 847 |
-
|
| 848 |
-
|
| 849 |
-
|
| 850 |
-
|
| 851 |
padding: 3px 0px 3px 18px;
|
| 852 |
margin: 2px 0px 5px 0px;
|
| 853 |
-
|
| 854 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->lightbox_obj_icons_color .'.png' ?>') no-repeat 0px center;
|
| 855 |
background-size: 12px;
|
| 856 |
-
|
| 857 |
}
|
| 858 |
|
| 859 |
.ffwd_object_name {
|
| 860 |
text-align: left;
|
| 861 |
text-decoration: none;
|
| 862 |
margin-bottom: 5px;
|
| 863 |
-
|
| 864 |
-
|
| 865 |
-
|
| 866 |
font-weight: <?php echo $theme_row->lightbox_obj_name_font_weight; ?>;
|
| 867 |
-
|
| 868 |
}
|
| 869 |
|
| 870 |
.ffwd_object_name:hover {
|
|
@@ -872,13 +872,13 @@ class FFWDViewPopupBox {
|
|
| 872 |
text-decoration: underline;
|
| 873 |
}
|
| 874 |
.ffwd_object_messages {
|
| 875 |
-
|
| 876 |
-
|
| 877 |
font-weight: <?php echo $theme_row->lightbox_obj_message_font_weight; ?>;
|
| 878 |
-
|
| 879 |
-
|
| 880 |
-
|
| 881 |
-
|
| 882 |
}
|
| 883 |
.ffwd_comments_likes_container {
|
| 884 |
padding: 5px 20px;
|
|
@@ -887,61 +887,61 @@ class FFWDViewPopupBox {
|
|
| 887 |
border-color: #E8E8E8;
|
| 888 |
background-color: #<?php echo $theme_row->lightbox_obj_likes_social_bg_color; ?>;
|
| 889 |
}
|
| 890 |
-
|
| 891 |
-
|
| 892 |
}
|
| 893 |
-
|
| 894 |
-
|
| 895 |
-
|
| 896 |
}
|
| 897 |
-
|
| 898 |
-
|
| 899 |
-
|
| 900 |
-
|
| 901 |
-
|
| 902 |
-
|
| 903 |
-
|
| 904 |
-
|
| 905 |
}
|
| 906 |
-
|
| 907 |
-
|
| 908 |
-
|
| 909 |
-
|
| 910 |
}
|
| 911 |
.ffwd_likes {
|
| 912 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/like_'. $theme_row->lightbox_obj_icons_color_likes_comments_count .'.png' ?>') no-repeat 3px center;
|
| 913 |
background-size: 12px;
|
| 914 |
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?>;
|
| 915 |
-
|
| 916 |
-
|
| 917 |
-
|
| 918 |
}
|
| 919 |
-
|
| 920 |
-
|
| 921 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/share_'. $theme_row->lightbox_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 922 |
-
|
| 923 |
-
|
| 924 |
-
|
| 925 |
-
|
| 926 |
-
|
| 927 |
-
|
| 928 |
.ffwd_comments_count {
|
| 929 |
-
|
| 930 |
-
|
| 931 |
-
|
| 932 |
-
|
| 933 |
-
|
| 934 |
-
|
| 935 |
-
|
| 936 |
}
|
| 937 |
|
| 938 |
-
|
| 939 |
-
|
| 940 |
padding: 0px 0px 0px 24px;
|
| 941 |
-
|
| 942 |
-
|
| 943 |
-
|
| 944 |
-
|
| 945 |
.ffwd_comments {
|
| 946 |
margin: 0px 0px 0px 0px;
|
| 947 |
}
|
|
@@ -962,61 +962,61 @@ class FFWDViewPopupBox {
|
|
| 962 |
min-height: 16px;
|
| 963 |
line-height: 16px;
|
| 964 |
}
|
| 965 |
-
|
| 966 |
-
|
| 967 |
-
|
| 968 |
.ffwd_likes_name {
|
| 969 |
-
|
| 970 |
-
|
| 971 |
-
|
| 972 |
-
|
| 973 |
-
|
| 974 |
-
|
| 975 |
-
|
| 976 |
}
|
| 977 |
.ffwd_likes_name:hover {
|
| 978 |
-
|
| 979 |
-
|
| 980 |
-
|
| 981 |
-
|
| 982 |
}
|
| 983 |
.ffwd_likes_count_last_part {
|
| 984 |
-
|
| 985 |
-
|
| 986 |
-
|
| 987 |
-
|
| 988 |
-
|
| 989 |
-
|
| 990 |
-
|
| 991 |
-
|
| 992 |
}
|
| 993 |
.ffwd_comments_content {
|
| 994 |
padding: 0px 20px;
|
| 995 |
margin: 4px 0px 0px 0px;
|
| 996 |
}
|
| 997 |
.ffwd_single_comment, .ffwd_comment_reply {
|
| 998 |
-
|
| 999 |
-
|
| 1000 |
-
|
| 1001 |
-
|
| 1002 |
-
|
| 1003 |
-
|
| 1004 |
-
|
| 1005 |
-
}
|
| 1006 |
-
|
| 1007 |
-
|
| 1008 |
-
|
| 1009 |
-
|
| 1010 |
-
|
| 1011 |
-
|
| 1012 |
-
|
| 1013 |
/*background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;*/
|
| 1014 |
background-size: 10px;
|
| 1015 |
font-size: 11px;
|
| 1016 |
font-weight: 400;
|
| 1017 |
font-variant: initial;
|
| 1018 |
color: rgb(165, 165, 165);
|
| 1019 |
-
|
| 1020 |
.ffwd_comment_author_pic, .ffwd_comment_reply_author_pic {
|
| 1021 |
float: left;
|
| 1022 |
}
|
|
@@ -1025,48 +1025,48 @@ class FFWDViewPopupBox {
|
|
| 1025 |
margin: 0px 0px 0px 5px !important;
|
| 1026 |
max-width: 80%;
|
| 1027 |
text-align: justify;
|
| 1028 |
-
|
| 1029 |
}
|
| 1030 |
|
| 1031 |
.ffwd_comment_author_name, .ffwd_comment_reply_author_name {
|
| 1032 |
text-decoration:none;
|
| 1033 |
outline: none;
|
| 1034 |
color: #<?php echo $theme_row->lightbox_obj_users_font_color; ?> !important;
|
| 1035 |
-
|
| 1036 |
-
|
| 1037 |
-
|
| 1038 |
}
|
| 1039 |
.ffwd_view_more_comments, .ffwd_view_more_comments:hover {
|
| 1040 |
text-decoration:none;
|
| 1041 |
outline: none;
|
| 1042 |
color: #<?php echo $theme_row->lightbox_obj_comments_color; ?>; !important;
|
| 1043 |
-
|
| 1044 |
-
|
| 1045 |
-
|
| 1046 |
}
|
| 1047 |
-
|
| 1048 |
text-decoration:underline;
|
| 1049 |
}
|
| 1050 |
.ffwd_comment_author_name:hover, .ffwd_comment_reply_author_name:hover {
|
| 1051 |
text-decoration:underline;
|
| 1052 |
outline: none;
|
| 1053 |
color: #<?php echo $theme_row->lightbox_obj_users_font_color; ?>;
|
| 1054 |
-
|
| 1055 |
font-weight: <?php echo $theme_row->lightbox_obj_comments_social_font_weight; ?>;
|
| 1056 |
-
|
| 1057 |
}
|
| 1058 |
-
|
| 1059 |
-
|
| 1060 |
-
|
| 1061 |
font-weight: <?php echo $theme_row->lightbox_obj_comments_social_font_weight; ?>;
|
| 1062 |
-
|
| 1063 |
-
|
| 1064 |
-
|
| 1065 |
-
|
| 1066 |
.ffwd_comment_content > .ffwd_comment_date_likes {
|
| 1067 |
margin: 2px 0px 0px 0px;
|
| 1068 |
}
|
| 1069 |
-
|
| 1070 |
margin: 4px 0px 0px 0px;
|
| 1071 |
}
|
| 1072 |
.ffwd_comment_date, .ffwd_comment_reply_date {
|
|
@@ -1089,45 +1089,45 @@ class FFWDViewPopupBox {
|
|
| 1089 |
color: rgb(165, 165, 165);
|
| 1090 |
}
|
| 1091 |
.ffwd_object_name_mess_desp_cont {
|
| 1092 |
-
|
| 1093 |
}
|
| 1094 |
.ffwd_object_description {
|
| 1095 |
margin: 0px !important;
|
| 1096 |
line-height: 16px;
|
| 1097 |
-
|
| 1098 |
-
|
| 1099 |
font-weight: <?php echo $theme_row->lightbox_obj_message_font_weight; ?>;
|
| 1100 |
-
|
| 1101 |
-
|
| 1102 |
-
|
| 1103 |
}
|
| 1104 |
.ffwd_hashtag, .ffwd_message_tag {
|
| 1105 |
-
|
| 1106 |
-
|
| 1107 |
-
|
| 1108 |
-
|
| 1109 |
}
|
| 1110 |
.ffwd_hashtag:hover, .ffwd_hashtag:active, .ffwd_hashtag:focus, .ffwd_message_tag:focus, .ffwd_message_tag:hover, .ffwd_message_tag:active {
|
| 1111 |
text-decoration:underline !important;
|
| 1112 |
outline: none;
|
| 1113 |
}
|
| 1114 |
.ffwd_see_more, .ffwd_see_less {
|
| 1115 |
-
|
| 1116 |
-
|
| 1117 |
-
|
| 1118 |
-
|
| 1119 |
text-decoration: none;
|
| 1120 |
outline: none !important;
|
| 1121 |
-
|
| 1122 |
}
|
| 1123 |
.ffwd_see_more:hover, .ffwd_see_less:hover, .ffwd_see_more:focus, .ffwd_see_less:focus, {
|
| 1124 |
-
|
| 1125 |
-
|
| 1126 |
-
|
| 1127 |
-
|
| 1128 |
text-decoration: underline;
|
| 1129 |
outline: none !important;
|
| 1130 |
-
|
| 1131 |
}
|
| 1132 |
.ffwd_view_more_comments_cont {
|
| 1133 |
text-align: left;
|
|
@@ -1135,231 +1135,245 @@ class FFWDViewPopupBox {
|
|
| 1135 |
margin: 6px 0px 10px 0px;
|
| 1136 |
}
|
| 1137 |
|
| 1138 |
-
|
| 1139 |
-
|
| 1140 |
-
|
| 1141 |
-
|
| 1142 |
-
|
| 1143 |
-
|
| 1144 |
-
|
| 1145 |
-
|
| 1146 |
-
|
| 1147 |
-
|
| 1148 |
-
|
| 1149 |
-
|
| 1150 |
.ffwd_place_map {
|
| 1151 |
-
|
| 1152 |
-
|
| 1153 |
-
|
| 1154 |
-
|
| 1155 |
-
|
| 1156 |
-
|
| 1157 |
-
|
| 1158 |
-
|
| 1159 |
-
|
| 1160 |
-
|
| 1161 |
-
|
| 1162 |
-
|
| 1163 |
-
|
| 1164 |
-
|
| 1165 |
-
|
| 1166 |
|
| 1167 |
.ffwd_next_btn,
|
| 1168 |
.ffwd_prev_btn
|
| 1169 |
{
|
| 1170 |
-
position: relative;
|
| 1171 |
-
top: 10px;
|
| 1172 |
-
color:#fff;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1173 |
}
|
| 1174 |
-
.spider_popup_close i
|
| 1175 |
-
{
|
| 1176 |
-
color:#fff;
|
| 1177 |
-
}
|
| 1178 |
</style>
|
| 1179 |
<script>
|
| 1180 |
var data = [],
|
| 1181 |
-
|
| 1182 |
-
|
| 1183 |
-
|
| 1184 |
-
|
| 1185 |
-
|
| 1186 |
-
|
| 1187 |
-
|
| 1188 |
-
|
| 1189 |
-
|
| 1190 |
-
|
| 1191 |
-
|
| 1192 |
-
|
| 1193 |
-
|
| 1194 |
|
| 1195 |
<?php
|
| 1196 |
$image_id_exist = FALSE;
|
| 1197 |
$j = 0;
|
|
|
|
| 1198 |
foreach ($image_rows as $key => $image_row) {
|
| 1199 |
-
|
| 1200 |
-
|
| 1201 |
-
|
| 1202 |
-
|
| 1203 |
-
|
| 1204 |
-
|
| 1205 |
-
|
| 1206 |
-
|
| 1207 |
-
|
| 1208 |
-
|
| 1209 |
-
|
| 1210 |
-
|
| 1211 |
-
|
| 1212 |
-
|
| 1213 |
$thumb_url = isset($image_row->thumb_url) && $image_row->thumb_url!='' ? $image_row->thumb_url : plugins_url('../../images/ffwd/no-image.png', __FILE__ );
|
| 1214 |
-
|
| 1215 |
-
|
| 1216 |
-
|
| 1217 |
-
|
| 1218 |
-
|
| 1219 |
|
| 1220 |
-
|
| 1221 |
-
|
| 1222 |
-
|
| 1223 |
-
|
| 1224 |
-
|
| 1225 |
-
|
| 1226 |
-
|
| 1227 |
-
|
| 1228 |
-
|
| 1229 |
-
|
| 1230 |
-
|
| 1231 |
-
|
| 1232 |
-
|
| 1233 |
-
|
| 1234 |
-
|
| 1235 |
-
|
| 1236 |
-
|
| 1237 |
-
|
| 1238 |
-
|
| 1239 |
-
|
| 1240 |
-
|
| 1241 |
-
|
| 1242 |
-
|
| 1243 |
-
|
| 1244 |
-
|
| 1245 |
-
|
| 1246 |
-
|
| 1247 |
-
|
| 1248 |
-
|
| 1249 |
-
|
| 1250 |
-
|
| 1251 |
-
|
| 1252 |
-
|
| 1253 |
-
|
| 1254 |
-
|
| 1255 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1256 |
}
|
| 1257 |
?>
|
| 1258 |
</script>
|
| 1259 |
<?php
|
| 1260 |
if (!$image_id_exist) {
|
| 1261 |
-
echo WDW_FFWD_Library::message(__('The image has been deleted.', '
|
| 1262 |
die();
|
| 1263 |
}
|
| 1264 |
?>
|
| 1265 |
<div class="ffwd_image_wrap">
|
| 1266 |
<?php
|
| 1267 |
if ($enable_image_ctrl_btn) {
|
| 1268 |
-
|
| 1269 |
-
|
| 1270 |
-
|
| 1271 |
-
|
| 1272 |
-
<?php
|
| 1273 |
-
if ($enable_image_fullscreen) {
|
| 1274 |
-
if (!$open_with_fullscreen) {
|
| 1275 |
-
?>
|
| 1276 |
-
<span title="<?php echo __('Maximize', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_resize-full ffwd_resize_out_full" style="background-size: 20px !important;"></span>
|
| 1277 |
-
<?php
|
| 1278 |
-
}
|
| 1279 |
-
?>
|
| 1280 |
-
<span title="<?php echo __('Fullscreen', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_fullscreen" style="background-size: 20px !important;"></span>
|
| 1281 |
-
<?php
|
| 1282 |
-
}
|
| 1283 |
-
if ($enable_object_info) {
|
| 1284 |
-
?>
|
| 1285 |
-
<span title="<?php echo __('Show info and comments', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_comment" style="background-size: 23px !important;"></span>
|
| 1286 |
-
<?php
|
| 1287 |
-
}
|
| 1288 |
-
if($ffwd_info->content_type == 'specific' && ($content == 'videos' || $content == 'events'))
|
| 1289 |
-
$share_url = 'https://www.facebook.com/' . $current_object_id;
|
| 1290 |
-
else
|
| 1291 |
-
$share_url = $current_obj_link;
|
| 1292 |
-
$share_image_url = urlencode($current_image_url);
|
| 1293 |
-
if ($enable_image_facebook) {
|
| 1294 |
-
?>
|
| 1295 |
-
<a id="ffwd_facebook_a" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Facebook', 'ffwd'); ?>">
|
| 1296 |
-
<span title="<?php echo __('Share on Facebook', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_facebook"></span>
|
| 1297 |
-
</a>
|
| 1298 |
-
<?php
|
| 1299 |
-
}
|
| 1300 |
-
if ($enable_image_twitter) {
|
| 1301 |
-
?>
|
| 1302 |
-
<a id="ffwd_twitter_a" href="https://twitter.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Twitter', 'ffwd'); ?>">
|
| 1303 |
-
<span title="<?php echo __('Share on Twitter', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_twitter" style="background-size: 22px !important;"></span>
|
| 1304 |
-
</a>
|
| 1305 |
-
<?php
|
| 1306 |
-
}
|
| 1307 |
-
if ($enable_image_google) {
|
| 1308 |
-
?>
|
| 1309 |
-
<a id="ffwd_google_a" href="https://plus.google.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Google+', 'ffwd'); ?>">
|
| 1310 |
-
<span title="<?php echo __('Share on Google+', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_google"></span>
|
| 1311 |
-
</a>
|
| 1312 |
-
<?php
|
| 1313 |
-
}
|
| 1314 |
-
if (/*$enable_image_pinterest && */false) {
|
| 1315 |
-
?>
|
| 1316 |
-
<a id="ffwd_pinterest_a" href="http://pinterest.com/pin/create/button/?s=100&url=<?php echo urlencode($share_url); ?>&media=<?php echo $share_image_url; ?>&description=<?php echo $current_image_description; ?>" target="_blank" title="<?php echo __('Share on Pinterest', 'ffwd'); ?>">
|
| 1317 |
-
<span title="<?php echo __('Share on Pinterest', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_pinterest fa fa-pinterest"></span>
|
| 1318 |
-
</a>
|
| 1319 |
-
<?php
|
| 1320 |
-
}
|
| 1321 |
-
if (/*$enable_image_tumblr && */false) {
|
| 1322 |
-
?>
|
| 1323 |
-
<a id="ffwd_tumblr_a" href="https://www.tumblr.com/share/photo?source=<?php echo $share_image_url; ?>&caption=<?php echo urlencode($current_image_alt); ?>&clickthru=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Tumblr', 'ffwd'); ?>">
|
| 1324 |
-
<span title="<?php echo __('Share on Tumblr', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_tumblr fa fa-tumblr"></span>
|
| 1325 |
-
</a>
|
| 1326 |
-
<?php
|
| 1327 |
-
}
|
| 1328 |
-
if (/*$option_row->popup_enable_fullsize_image*/false) {
|
| 1329 |
-
?>
|
| 1330 |
-
<a id="ffwd_fullsize_image" href="<?php echo $current_image_url; ?>" target="_blank">
|
| 1331 |
-
<span title="<?php echo __('Open image in original size.', 'ffwd'); ?>" class="ffwd_ctrl_btn ffwd_fullsize"></span>
|
| 1332 |
-
</a>
|
| 1333 |
<?php
|
| 1334 |
-
|
| 1335 |
-
|
| 1336 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1337 |
?>
|
| 1338 |
-
|
| 1339 |
-
|
| 1340 |
-
|
| 1341 |
-
<?php
|
| 1342 |
-
}
|
| 1343 |
-
?>
|
| 1344 |
-
</div>
|
| 1345 |
-
<div class="ffwd_toggle_container">
|
| 1346 |
-
<i class="ffwd_toggle_btn fa <?php echo (($theme_row->lightbox_ctrl_btn_pos == 'top') ? 'fa-angle-up' : 'fa-angle-down'); ?>"></i>
|
| 1347 |
-
</div>
|
| 1348 |
-
</div>
|
| 1349 |
-
<?php
|
| 1350 |
-
if ($enable_image_filmstrip && $content_type== "timeline") {
|
| 1351 |
-
?>
|
| 1352 |
-
<div class="ffwd_sub_attachmenst_cont">
|
| 1353 |
-
<div class="ffwd_sub_attachmenst_cont_left"><i class="fa <?php echo ($filmstrip_direction == 'horizontal'? 'fa-angle-left' : 'fa-angle-up'); ?> " style="line-height: <?php echo $image_filmstrip_height ?>px !important;"></i></div>
|
| 1354 |
-
<div class="ffwd_sub_attachmenst">
|
| 1355 |
-
<div class="ffwd_sub_attachmenst_thumbnails">
|
| 1356 |
</div>
|
| 1357 |
</div>
|
| 1358 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1359 |
|
| 1360 |
-
|
| 1361 |
-
<?php } ?>
|
| 1362 |
-
|
| 1363 |
}
|
| 1364 |
$current_pos = 0;
|
| 1365 |
if ($enable_image_filmstrip && $content_type != "timeline") {
|
|
@@ -1369,31 +1383,31 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1369 |
<div class="ffwd_filmstrip">
|
| 1370 |
<div class="ffwd_filmstrip_thumbnails">
|
| 1371 |
<?php
|
| 1372 |
-
|
| 1373 |
-
|
| 1374 |
-
|
| 1375 |
-
|
| 1376 |
-
}
|
| 1377 |
-
if((isset($image_row->width) && $image_row->width != '') && (isset($image_row->height) && $image_row->height != '')){
|
| 1378 |
-
$image_thumb_width = intval($image_row->width);
|
| 1379 |
-
$image_thumb_height = intval($image_row->height);
|
| 1380 |
-
|
| 1381 |
-
$scale = max($image_filmstrip_width / $image_thumb_width, $image_filmstrip_height / $image_thumb_height);
|
| 1382 |
-
$image_thumb_width *= $scale;
|
| 1383 |
-
$image_thumb_height *= $scale;
|
| 1384 |
-
}
|
| 1385 |
-
else {
|
| 1386 |
-
$image_thumb_width = $image_filmstrip_width;
|
| 1387 |
-
$image_thumb_height = $image_filmstrip_height;
|
| 1388 |
-
}
|
| 1389 |
-
$thumb_left = ($image_filmstrip_width - $image_thumb_width) / 2;
|
| 1390 |
-
$thumb_top = ($image_filmstrip_height - $image_thumb_height) / 2;
|
| 1391 |
-
?>
|
| 1392 |
-
<div id="ffwd_filmstrip_thumbnail_<?php echo $key; ?>" class="ffwd_filmstrip_thumbnail <?php echo (($image_row->id == $current_image_id) ? 'ffwd_thumb_active' : 'ffwd_thumb_deactive'); ?>">
|
| 1393 |
-
<img style="width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" class="ffwd_filmstrip_thumbnail_img" src="<?php echo $image_row->thumb_url; ?>" onclick="ffwd_change_image(parseInt(jQuery('#ffwd_current_image_key').val()), '<?php echo $key; ?>', data)" ontouchend="ffwd_change_image(parseInt(jQuery('#ffwd_current_image_key').val()), '<?php echo $key; ?>', data)" image_id="<?php echo $image_row->id; ?>" image_key="<?php echo $key; ?>" alt="" />
|
| 1394 |
-
</div>
|
| 1395 |
-
<?php
|
| 1396 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1397 |
?>
|
| 1398 |
</div>
|
| 1399 |
</div>
|
|
@@ -1415,7 +1429,7 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1415 |
$message = isset($image_row->message) ? $image_row->message : '';
|
| 1416 |
$story = isset($image_row->story) ? $image_row->story : '';
|
| 1417 |
$link = isset($image_row->link) ? $image_row->link : '';
|
| 1418 |
-
|
| 1419 |
$source = isset($image_row->source) ? $image_row->source : '';
|
| 1420 |
$status_type = isset($image_row->status_type) ? $image_row->status_type : '';
|
| 1421 |
$place = isset($image_row->place) ? $image_row->place : '';
|
|
@@ -1440,26 +1454,26 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1440 |
<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;">
|
| 1441 |
<span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">
|
| 1442 |
<?php
|
| 1443 |
-
|
| 1444 |
-
|
| 1445 |
-
|
| 1446 |
-
|
| 1447 |
-
|
| 1448 |
-
}
|
| 1449 |
}
|
| 1450 |
-
|
| 1451 |
-
|
| 1452 |
-
|
|
|
|
| 1453 |
<?php
|
| 1454 |
-
|
| 1455 |
-
|
| 1456 |
-
|
| 1457 |
-
|
| 1458 |
-
|
| 1459 |
-
|
| 1460 |
</span>
|
| 1461 |
<?php
|
| 1462 |
-
|
| 1463 |
?>
|
| 1464 |
</span>
|
| 1465 |
</span>
|
|
@@ -1481,148 +1495,148 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1481 |
</div>
|
| 1482 |
</div>
|
| 1483 |
<?php
|
| 1484 |
-
|
| 1485 |
-
|
| 1486 |
-
|
| 1487 |
-
|
| 1488 |
-
|
| 1489 |
-
|
| 1490 |
-
|
| 1491 |
<img src="<?php echo WD_FFWD_URL . '/images/ajax_loader.png'; ?>" class="spider_ajax_loading" style="width:50px;">
|
| 1492 |
</span>
|
| 1493 |
-
|
| 1494 |
-
|
| 1495 |
-
|
| 1496 |
-
|
| 1497 |
-
|
| 1498 |
-
|
| 1499 |
-
|
| 1500 |
-
|
| 1501 |
-
|
| 1502 |
-
|
| 1503 |
-
|
| 1504 |
-
|
| 1505 |
-
|
| 1506 |
-
|
| 1507 |
-
|
| 1508 |
-
|
| 1509 |
-
|
| 1510 |
-
|
| 1511 |
-
|
| 1512 |
-
|
| 1513 |
-
|
| 1514 |
<span class="ffwd_story" >
|
| 1515 |
</span>
|
| 1516 |
-
|
| 1517 |
-
|
| 1518 |
-
|
| 1519 |
-
|
| 1520 |
-
|
| 1521 |
-
|
| 1522 |
-
|
| 1523 |
-
|
| 1524 |
-
|
| 1525 |
-
|
| 1526 |
-
|
| 1527 |
-
|
| 1528 |
-
|
| 1529 |
-
|
| 1530 |
-
|
| 1531 |
-
|
| 1532 |
-
|
| 1533 |
-
|
| 1534 |
-
|
| 1535 |
-
|
| 1536 |
-
|
| 1537 |
-
|
| 1538 |
-
|
| 1539 |
-
|
| 1540 |
-
|
| 1541 |
-
|
| 1542 |
-
|
| 1543 |
-
|
| 1544 |
-
|
| 1545 |
-
|
| 1546 |
-
|
| 1547 |
-
|
| 1548 |
-
|
| 1549 |
-
|
| 1550 |
-
|
| 1551 |
-
|
| 1552 |
-
|
| 1553 |
-
|
| 1554 |
-
|
| 1555 |
-
|
| 1556 |
-
|
| 1557 |
-
|
| 1558 |
-
|
| 1559 |
-
|
| 1560 |
-
|
| 1561 |
-
|
| 1562 |
-
|
| 1563 |
-
|
| 1564 |
-
|
| 1565 |
-
|
| 1566 |
-
|
| 1567 |
-
|
| 1568 |
-
|
| 1569 |
-
|
| 1570 |
-
|
| 1571 |
-
|
| 1572 |
-
|
| 1573 |
-
|
| 1574 |
-
|
| 1575 |
-
|
| 1576 |
-
|
| 1577 |
-
|
| 1578 |
-
|
| 1579 |
-
|
| 1580 |
-
|
| 1581 |
-
|
| 1582 |
-
|
| 1583 |
-
|
| 1584 |
-
|
| 1585 |
-
|
| 1586 |
-
|
| 1587 |
-
|
| 1588 |
-
|
| 1589 |
-
|
| 1590 |
-
|
| 1591 |
-
|
| 1592 |
-
|
| 1593 |
-
|
| 1594 |
-
|
| 1595 |
-
|
| 1596 |
-
|
| 1597 |
-
|
| 1598 |
-
|
| 1599 |
-
|
| 1600 |
-
|
| 1601 |
-
|
| 1602 |
-
|
| 1603 |
-
|
| 1604 |
-
|
| 1605 |
-
|
| 1606 |
-
|
| 1607 |
-
|
| 1608 |
-
|
| 1609 |
-
|
| 1610 |
-
|
| 1611 |
-
|
| 1612 |
-
|
| 1613 |
-
|
| 1614 |
-
|
| 1615 |
-
|
| 1616 |
-
|
| 1617 |
-
|
| 1618 |
-
|
| 1619 |
<a class="spider_popup_close" onclick="ffwd_destroypopup(1000); return false;" ontouchend="ffwd_destroypopup(1000); return false;"><span><i class="ffwd_close_btn fa fa-times"></i></span></a>
|
| 1620 |
<script>
|
| 1621 |
-
|
| 1622 |
-
|
| 1623 |
-
|
| 1624 |
-
|
| 1625 |
-
|
| 1626 |
if ((jQuery("#spider_popup_wrap").width() >= jQuery(window).width()) || (jQuery("#spider_popup_wrap").height() >= jQuery(window).height())) {
|
| 1627 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 1628 |
}
|
|
@@ -1632,34 +1646,34 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1632 |
var selectedImagePos = -ffwd_current_filmstrip_pos - (jQuery(".ffwd_filmstrip_thumbnail").<?php echo $outerWidth_or_outerHeight; ?>(true)) / 2;
|
| 1633 |
var imagesContainerLeft = Math.min(0, Math.max(filmStripWidth - jQuery(".ffwd_filmstrip_thumbnails").<?php echo $width_or_height; ?>(), selectedImagePos + filmStripWidth / 2));
|
| 1634 |
jQuery(".ffwd_filmstrip_thumbnails").animate({
|
| 1635 |
-
|
| 1636 |
-
|
| 1637 |
-
|
| 1638 |
-
|
| 1639 |
-
|
| 1640 |
}
|
| 1641 |
function ffwd_move_filmstrip() {
|
| 1642 |
var image_left = jQuery(".ffwd_thumb_active").position().<?php echo $left_or_top; ?>,
|
| 1643 |
-
|
| 1644 |
-
|
| 1645 |
-
|
| 1646 |
-
|
| 1647 |
-
|
| 1648 |
if (ffwd_filmstrip_width > ffwd_filmstrip_thumbnails_width) return;
|
| 1649 |
if (image_left < Math.abs(long_filmstrip_cont_left)) {
|
| 1650 |
jQuery(".ffwd_filmstrip_thumbnails").animate({
|
| 1651 |
-
|
| 1652 |
-
|
| 1653 |
duration: 500,
|
| 1654 |
-
|
| 1655 |
});
|
| 1656 |
}
|
| 1657 |
else if (image_right > long_filmstrip_cont_right) {
|
| 1658 |
jQuery(".ffwd_filmstrip_thumbnails").animate({
|
| 1659 |
-
|
| 1660 |
-
|
| 1661 |
duration: 500,
|
| 1662 |
-
|
| 1663 |
});
|
| 1664 |
}
|
| 1665 |
}
|
|
@@ -1676,45 +1690,48 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1676 |
}
|
| 1677 |
/*Change subattachment*/
|
| 1678 |
function ffwd_change_subattachment(object) {
|
| 1679 |
-
|
|
|
|
| 1680 |
|
| 1681 |
ffwd_event_stack_for_attachments.push(object);
|
| 1682 |
|
| 1683 |
return;
|
| 1684 |
}
|
|
|
|
| 1685 |
var object_id = object.attr('object_id'),
|
| 1686 |
-
|
| 1687 |
-
|
| 1688 |
-
|
| 1689 |
-
|
| 1690 |
-
|
| 1691 |
-
|
| 1692 |
-
|
| 1693 |
-
|
| 1694 |
-
|
| 1695 |
-
|
| 1696 |
-
|
| 1697 |
-
|
| 1698 |
-
|
| 1699 |
|
| 1700 |
var direction = 'right',
|
| 1701 |
-
|
| 1702 |
-
|
| 1703 |
-
|
| 1704 |
-
|
| 1705 |
-
|
| 1706 |
-
|
| 1707 |
function ffwd_afterload_attachments() {
|
| 1708 |
ffwd_<?php echo $image_effect; ?>(current_image_class, next_image_class, direction);
|
| 1709 |
-
|
| 1710 |
-
|
| 1711 |
-
|
| 1712 |
-
|
| 1713 |
-
|
| 1714 |
-
|
| 1715 |
-
|
| 1716 |
-
|
| 1717 |
/* Change likes comments and all info */
|
|
|
|
| 1718 |
ffwd_fill_likes_comments(object_id);
|
| 1719 |
}
|
| 1720 |
}
|
|
@@ -1734,7 +1751,7 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1734 |
jQuery("#ffwd_current_image_key").val(key);
|
| 1735 |
}
|
| 1736 |
if (ffwd_trans_in_progress) {
|
| 1737 |
-
|
| 1738 |
ffwd_event_stack.push(current_key + '-' + key);
|
| 1739 |
return;
|
| 1740 |
}
|
|
@@ -1745,8 +1762,7 @@ if ($enable_image_filmstrip && $content_type== "timeline") {
|
|
| 1745 |
else if (ffwd_current_key == key) {
|
| 1746 |
return;
|
| 1747 |
}
|
| 1748 |
-
|
| 1749 |
-
<?php if ($enable_image_filmstrip && $content_type== "timeline" ) {?>
|
| 1750 |
//////////////////////////CHANGE subattachment
|
| 1751 |
if(jQuery('.ffwd_sub_attachmenst_thumbnails').html()!='')
|
| 1752 |
{
|
|
@@ -1759,10 +1775,10 @@ console.log(key+' '+ffwd_current_key);
|
|
| 1759 |
|
| 1760 |
if(subattachment_last_key!=subattachment_key)
|
| 1761 |
{
|
| 1762 |
-
|
| 1763 |
-
|
| 1764 |
-
|
| 1765 |
-
|
| 1766 |
|
| 1767 |
}
|
| 1768 |
|
|
@@ -1774,21 +1790,21 @@ console.log(key+' '+ffwd_current_key);
|
|
| 1774 |
|
| 1775 |
if(subattachment_key>=0)
|
| 1776 |
{
|
| 1777 |
-
|
| 1778 |
-
|
| 1779 |
|
| 1780 |
-
|
| 1781 |
-
|
| 1782 |
|
| 1783 |
}
|
| 1784 |
|
| 1785 |
|
| 1786 |
}
|
| 1787 |
|
| 1788 |
-
subattachment_key=0;
|
| 1789 |
|
| 1790 |
///////////////////////////////END CHANGE subattachment
|
| 1791 |
-
<?php }?>
|
| 1792 |
|
| 1793 |
jQuery("#spider_popup_left").hover().css({"display": "inline"});
|
| 1794 |
jQuery("#spider_popup_right").hover().css({"display": "inline"});
|
|
@@ -1802,29 +1818,29 @@ subattachment_key=0;
|
|
| 1802 |
if(ffwd_content_type != 'timeline' && ffwd_from_album == '0' && data[key]["type"].indexOf('video') === -1) {
|
| 1803 |
/*content type is specific*/
|
| 1804 |
var is_video = data[key]['type'] == 'videos' ? true : false,
|
| 1805 |
-
|
| 1806 |
-
|
| 1807 |
-
|
| 1808 |
if (!is_video) {
|
| 1809 |
innhtml += '<img style="max-height: ' + cur_height + 'px; max-width: ' + cur_width + 'px;" class="ffwd_popup_image" src="'+ jQuery('<div />').html(data[key]["main_url"]).text() + '" alt="' + data[key]["alt"] + '" />';
|
| 1810 |
}
|
| 1811 |
else { /*videos*/
|
| 1812 |
innhtml += '<span style="height: ' + cur_height + 'px; width: ' + cur_width + 'px;" class="ffwd_video">';
|
| 1813 |
-
|
| 1814 |
-
|
| 1815 |
-
|
| 1816 |
-
|
| 1817 |
-
|
| 1818 |
-
|
| 1819 |
-
|
| 1820 |
-
|
| 1821 |
-
|
| 1822 |
-
|
| 1823 |
-
|
| 1824 |
-
|
| 1825 |
-
|
| 1826 |
}
|
| 1827 |
-
|
| 1828 |
}
|
| 1829 |
innhtml += '</span></span>';
|
| 1830 |
jQuery(next_image_class).html(innhtml);
|
|
@@ -1837,15 +1853,15 @@ subattachment_key=0;
|
|
| 1837 |
if(this.complete) jQuery(this).load();
|
| 1838 |
});
|
| 1839 |
}
|
| 1840 |
-
|
| 1841 |
-
|
| 1842 |
-
|
| 1843 |
-
|
| 1844 |
-
|
| 1845 |
-
|
| 1846 |
-
|
| 1847 |
-
|
| 1848 |
-
|
| 1849 |
}
|
| 1850 |
else {
|
| 1851 |
/*content type is timeline or gallery from album*/
|
|
@@ -1857,42 +1873,42 @@ subattachment_key=0;
|
|
| 1857 |
function ffwd_afterload(current_image_class, next_image_class, direction, key, from_album, link) {
|
| 1858 |
from_album = (typeof(from_album) === 'undefined') ? false : from_album;
|
| 1859 |
ffwd_<?php echo $image_effect; ?>(current_image_class, next_image_class, direction);
|
| 1860 |
-
|
| 1861 |
-
|
| 1862 |
-
|
| 1863 |
-
|
| 1864 |
-
|
| 1865 |
-
|
| 1866 |
jQuery(current_image_class + " .ffwd_popup_iframe").each(function () {
|
| 1867 |
jQuery(this)[0].contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*');
|
| 1868 |
jQuery(this)[0].contentWindow.postMessage('{ "method": "pause" }', "*");
|
| 1869 |
jQuery(this)[0].contentWindow.postMessage('pause', '*');
|
| 1870 |
});
|
| 1871 |
-
|
| 1872 |
-
|
| 1873 |
-
|
| 1874 |
-
|
| 1875 |
else
|
| 1876 |
-
|
| 1877 |
|
| 1878 |
jQuery("#ffwd_facebook_a").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + ffwd_share_url);
|
| 1879 |
jQuery("#ffwd_twitter_a").attr("href", "https://twitter.com/share?url=" + ffwd_share_url);
|
| 1880 |
jQuery("#ffwd_google_a").attr("href", "https://plus.google.com/share?url=" + ffwd_share_url);
|
| 1881 |
|
| 1882 |
-
|
| 1883 |
-
|
| 1884 |
-
|
| 1885 |
if(!from_album) {
|
| 1886 |
/*change object info*/
|
| 1887 |
ffwd_change_info(key);
|
| 1888 |
/*change likes comments and all info */
|
| 1889 |
-
ffwd_fill_likes_comments(
|
| 1890 |
}
|
| 1891 |
<?php
|
| 1892 |
if ($enable_image_filmstrip && $content_type!= "timeline" ) {
|
| 1893 |
-
|
| 1894 |
-
|
| 1895 |
-
|
| 1896 |
}
|
| 1897 |
?>
|
| 1898 |
}
|
|
@@ -1923,9 +1939,9 @@ subattachment_key=0;
|
|
| 1923 |
if (typeof jQuery().fullscreen !== 'undefined' && jQuery.isFunction(jQuery().fullscreen) && !jQuery.fullscreen.isFullScreen()) {
|
| 1924 |
jQuery(".ffwd_resize-full").show();
|
| 1925 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full ffwd_resize_out_full");
|
| 1926 |
-
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Maximize', '
|
| 1927 |
jQuery(".ffwd_fullscreen").attr("class", "ffwd_ctrl_btn ffwd_fullscreen ");
|
| 1928 |
-
jQuery(".ffwd_fullscreen").attr("title", "<?php echo __('Fullscreen', '
|
| 1929 |
}
|
| 1930 |
|
| 1931 |
var comment_container_width = 0;
|
|
@@ -2041,7 +2057,7 @@ subattachment_key=0;
|
|
| 2041 |
if (((jQuery(window).height() > <?php echo $image_height - 2 * $theme_row->lightbox_close_btn_top; ?>) && (jQuery(window).width() >= <?php echo $image_width - 2 * $theme_row->lightbox_close_btn_right; ?>)) && (<?php echo $open_with_fullscreen; ?> != 1)) {
|
| 2042 |
jQuery(".spider_popup_close_fullscreen").attr("class", "spider_popup_close");
|
| 2043 |
}
|
| 2044 |
-
|
| 2045 |
if ((jQuery("#spider_popup_wrap").width() < jQuery(window).width()) && (jQuery("#spider_popup_wrap").height() < jQuery(window).height())) {
|
| 2046 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 2047 |
}
|
|
@@ -2064,34 +2080,34 @@ subattachment_key=0;
|
|
| 2064 |
border_width = 0;
|
| 2065 |
}
|
| 2066 |
jQuery(".ffwd_object_info_container").animate({
|
| 2067 |
-
|
| 2068 |
-
|
| 2069 |
-
|
| 2070 |
-
|
| 2071 |
-
|
| 2072 |
-
|
| 2073 |
-
|
| 2074 |
-
|
| 2075 |
jQuery(".ffwd_image_wrap").animate({
|
| 2076 |
-
|
| 2077 |
-
|
| 2078 |
-
|
| 2079 |
jQuery(".ffwd_image_container").animate({
|
| 2080 |
width: jQuery("#spider_popup_wrap").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>
|
| 2081 |
-
|
| 2082 |
jQuery(".ffwd_popup_image").animate({
|
| 2083 |
-
|
| 2084 |
}, {
|
| 2085 |
-
|
| 2086 |
});
|
| 2087 |
|
| 2088 |
jQuery(".ffwd_video").animate({
|
| 2089 |
-
|
| 2090 |
-
|
| 2091 |
-
|
| 2092 |
-
|
| 2093 |
-
|
| 2094 |
-
|
| 2095 |
jQuery(".ffwd_filmstrip_container").animate({<?php echo $width_or_height; ?>: jQuery(".spider_popup_wrap").<?php echo $width_or_height; ?>()}, 500);
|
| 2096 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: jQuery(".spider_popup_wrap").<?php echo $width_or_height; ?>() - 40}, 500);
|
| 2097 |
|
|
@@ -2101,7 +2117,7 @@ subattachment_key=0;
|
|
| 2101 |
/* Set filmstrip initial position.*/
|
| 2102 |
ffwd_set_filmstrip_pos(jQuery(".spider_popup_wrap").width() - 40);
|
| 2103 |
jQuery(".ffwd_object_info_container").attr("class", "ffwd_object_info_container ffwd_close");
|
| 2104 |
-
jQuery(".ffwd_comment").attr("title", "<?php echo __('Show Comments', '
|
| 2105 |
}
|
| 2106 |
else {
|
| 2107 |
/* Open comment.*/
|
|
@@ -2122,53 +2138,53 @@ subattachment_key=0;
|
|
| 2122 |
}
|
| 2123 |
jQuery(".ffwd_object_info_container").animate({<?php echo $theme_row->lightbox_obj_pos; ?>: 0}, 500);
|
| 2124 |
jQuery(".ffwd_image_wrap").animate({
|
| 2125 |
-
|
| 2126 |
-
|
| 2127 |
-
|
| 2128 |
jQuery(".ffwd_image_container").animate({
|
| 2129 |
width: jQuery("#spider_popup_wrap").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?> - jQuery(".ffwd_object_info_container").width()}, 500);
|
| 2130 |
jQuery(".ffwd_popup_image").animate({
|
| 2131 |
-
|
| 2132 |
-
|
| 2133 |
-
|
| 2134 |
-
|
| 2135 |
-
|
| 2136 |
|
| 2137 |
jQuery(".ffwd_video").animate({
|
| 2138 |
-
|
| 2139 |
-
|
| 2140 |
-
|
| 2141 |
-
|
| 2142 |
-
|
| 2143 |
-
|
| 2144 |
jQuery(".ffwd_filmstrip_container").css({<?php echo $width_or_height; ?>: jQuery("#spider_popup_wrap").<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'vertical' ? 0: 'jQuery(".ffwd_object_info_container").width()'); ?>});
|
| 2145 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: jQuery(".ffwd_filmstrip_container").<?php echo $width_or_height; ?>() - 40}, 500);
|
| 2146 |
|
| 2147 |
/* If content type is timeline*/
|
| 2148 |
-
|
| 2149 |
jQuery(".ffwd_sub_attachmenst").animate({width: sub_att_cont}, 500);
|
| 2150 |
|
| 2151 |
/* Set filmstrip initial position.*/
|
| 2152 |
ffwd_set_filmstrip_pos(jQuery(".ffwd_filmstrip_container").<?php echo $width_or_height; ?>() - 40);
|
| 2153 |
jQuery(".ffwd_object_info_container").attr("class", "ffwd_object_info_container ffwd_open");
|
| 2154 |
-
jQuery(".ffwd_comment").attr("title", "<?php echo __('Hide Comments', '
|
| 2155 |
}
|
| 2156 |
}
|
| 2157 |
jQuery(document).ready(function () {
|
| 2158 |
|
| 2159 |
-
<?php if($ffwd_info->open_commentbox==1 && $enable_object_info==1) { ?>
|
| 2160 |
-
ffwd_comment()
|
| 2161 |
-
<?php }?>
|
| 2162 |
|
| 2163 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/comment_lightbox.png');
|
| 2164 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/play.png' );
|
| 2165 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/pause.png' );
|
| 2166 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/facebook_white.png' );
|
| 2167 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/twitter_white.png' );
|
| 2168 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/google_white.png' );
|
| 2169 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/resize_in.png' );
|
| 2170 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/resize_out.png' );
|
| 2171 |
-
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png' );
|
| 2172 |
|
| 2173 |
if (typeof jQuery().swiperight !== 'undefined' && jQuery.isFunction(jQuery().swiperight)) {
|
| 2174 |
jQuery('#spider_popup_wrap').swiperight(function () {
|
|
@@ -2208,14 +2224,14 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2208 |
}
|
| 2209 |
/* Set image container height.*/
|
| 2210 |
<?php if ($filmstrip_direction == 'horizontal') { ?>
|
| 2211 |
-
|
| 2212 |
-
|
| 2213 |
-
|
| 2214 |
else {
|
| 2215 |
-
|
| 2216 |
-
|
| 2217 |
-
|
| 2218 |
-
|
| 2219 |
} ?>
|
| 2220 |
var mousewheelevt = (/Firefox/i.test(navigator.userAgent)) ? "DOMMouseScroll" : "mousewheel" /*FF doesn't recognize mousewheel as of FF3.x*/
|
| 2221 |
jQuery('.ffwd_filmstrip').on(mousewheelevt, function(e) {
|
|
@@ -2318,21 +2334,21 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2318 |
/* Close controll buttons.*/
|
| 2319 |
jQuery(".ffwd_ctrl_btn_container").animate({<?php echo $theme_row->lightbox_ctrl_btn_pos; ?>: '-' + jQuery(".ffwd_ctrl_btn_container").height()}, 500);
|
| 2320 |
jQuery(".ffwd_toggle_container").animate({
|
| 2321 |
-
|
| 2322 |
-
|
| 2323 |
-
|
| 2324 |
-
|
| 2325 |
-
|
| 2326 |
}
|
| 2327 |
else {
|
| 2328 |
/* Open controll buttons.*/
|
| 2329 |
jQuery(".ffwd_ctrl_btn_container").animate({<?php echo $theme_row->lightbox_ctrl_btn_pos; ?>: 0}, 500);
|
| 2330 |
jQuery(".ffwd_toggle_container").animate({
|
| 2331 |
-
|
| 2332 |
-
|
| 2333 |
-
|
| 2334 |
-
|
| 2335 |
-
|
| 2336 |
}
|
| 2337 |
});
|
| 2338 |
/* Maximize/minimize.*/
|
|
@@ -2361,30 +2377,30 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2361 |
jQuery(".ffwd_image_wrap").animate({width: ffwd_popup_current_width - comment_container_width}, 500);
|
| 2362 |
jQuery(".ffwd_image_container").animate({height: ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>, width: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>}, 500);
|
| 2363 |
jQuery(".ffwd_popup_image").animate({
|
| 2364 |
-
|
| 2365 |
-
|
| 2366 |
-
|
| 2367 |
-
|
| 2368 |
-
|
| 2369 |
|
| 2370 |
-
|
| 2371 |
-
|
| 2372 |
-
}
|
| 2373 |
}
|
| 2374 |
-
}
|
|
|
|
| 2375 |
|
| 2376 |
jQuery(".ffwd_video").animate({
|
| 2377 |
-
|
| 2378 |
-
|
| 2379 |
-
|
| 2380 |
-
|
| 2381 |
-
|
| 2382 |
|
| 2383 |
-
|
| 2384 |
-
|
| 2385 |
-
}
|
| 2386 |
}
|
| 2387 |
-
}
|
|
|
|
| 2388 |
jQuery(".ffwd_filmstrip_container").animate({<?php echo $width_or_height; ?>: ffwd_popup_current_<?php echo $width_or_height; ?> - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?>}, 500);
|
| 2389 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: ffwd_popup_current_<?php echo $width_or_height; ?> - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40}, 500);
|
| 2390 |
|
|
@@ -2394,7 +2410,7 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2394 |
/* Set filmstrip initial position.*/
|
| 2395 |
ffwd_set_filmstrip_pos(ffwd_popup_current_<?php echo $width_or_height; ?> - 40);
|
| 2396 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full ffwd_resize_out_full");
|
| 2397 |
-
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Maximize', '
|
| 2398 |
}
|
| 2399 |
else {
|
| 2400 |
ffwd_popup_current_width = jQuery(window).width();
|
|
@@ -2411,21 +2427,21 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2411 |
jQuery(".ffwd_image_wrap").animate({width: (jQuery(window).width() - comment_container_width)}, 500);
|
| 2412 |
jQuery(".ffwd_image_container").animate({height: (ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>), width: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>}, 500);
|
| 2413 |
jQuery(".ffwd_popup_image").animate({
|
| 2414 |
-
|
| 2415 |
-
|
| 2416 |
-
|
| 2417 |
-
|
| 2418 |
-
|
| 2419 |
-
|
| 2420 |
|
| 2421 |
jQuery(".ffwd_video").animate({
|
| 2422 |
-
|
| 2423 |
-
|
| 2424 |
-
|
| 2425 |
-
|
| 2426 |
-
|
| 2427 |
-
|
| 2428 |
-
|
| 2429 |
jQuery(".ffwd_filmstrip_container").animate({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?>}, 500);
|
| 2430 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40}, 500);
|
| 2431 |
|
|
@@ -2435,7 +2451,7 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2435 |
/* Set filmstrip initial position.*/
|
| 2436 |
ffwd_set_filmstrip_pos(jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40);
|
| 2437 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full ffwd_resize_in_full");
|
| 2438 |
-
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Restore', '
|
| 2439 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 2440 |
}
|
| 2441 |
});
|
|
@@ -2457,10 +2473,10 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2457 |
<?php
|
| 2458 |
/* "Full width lightbox" sets yes.*/
|
| 2459 |
if ($open_with_fullscreen) {
|
| 2460 |
-
|
| 2461 |
ffwd_popup_current_width = jQuery(window).width();
|
| 2462 |
ffwd_popup_current_height = jQuery(window).height();
|
| 2463 |
-
|
| 2464 |
}
|
| 2465 |
?>
|
| 2466 |
jQuery("#spider_popup_wrap").on("fscreenclose", function() {
|
|
@@ -2494,10 +2510,10 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2494 |
/* Set filmstrip initial position.*/
|
| 2495 |
ffwd_set_filmstrip_pos(ffwd_popup_current_<?php echo $width_or_height; ?> - 40);
|
| 2496 |
jQuery(".ffwd_resize-full").show();
|
| 2497 |
-
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full
|
| 2498 |
-
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Maximize', '
|
| 2499 |
jQuery(".ffwd_fullscreen").attr("class", "ffwd_ctrl_btn ffwd_fullscreen ");
|
| 2500 |
-
jQuery(".ffwd_fullscreen").attr("title", "<?php echo __('Fullscreen', '
|
| 2501 |
if ((jQuery("#spider_popup_wrap").width() < jQuery(window).width()) && (jQuery("#spider_popup_wrap").height() < jQuery(window).height())) {
|
| 2502 |
jQuery(".spider_popup_close_fullscreen").attr("class", "spider_popup_close");
|
| 2503 |
}
|
|
@@ -2512,40 +2528,40 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2512 |
else {
|
| 2513 |
/* Fullscreen.*/
|
| 2514 |
jQuery("#spider_popup_wrap").fullscreen();
|
| 2515 |
-
|
| 2516 |
-
|
| 2517 |
-
|
| 2518 |
-
|
| 2519 |
-
|
| 2520 |
-
|
| 2521 |
-
|
| 2522 |
-
|
| 2523 |
-
|
| 2524 |
-
|
| 2525 |
-
|
| 2526 |
-
|
| 2527 |
-
|
| 2528 |
-
|
| 2529 |
-
|
| 2530 |
-
|
| 2531 |
-
|
| 2532 |
-
|
| 2533 |
-
|
| 2534 |
-
|
| 2535 |
-
|
| 2536 |
-
|
| 2537 |
-
|
| 2538 |
-
|
| 2539 |
-
|
| 2540 |
-
|
| 2541 |
-
|
| 2542 |
-
|
| 2543 |
-
|
| 2544 |
-
|
| 2545 |
-
|
| 2546 |
-
|
| 2547 |
-
|
| 2548 |
-
|
| 2549 |
}
|
| 2550 |
}
|
| 2551 |
return false;
|
|
@@ -2555,60 +2571,60 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2555 |
if (jQuery(".ffwd_ctrl_btn").hasClass("ffwd_play")) {
|
| 2556 |
/* PLay.*/
|
| 2557 |
ffwd_play();
|
| 2558 |
-
jQuery(".ffwd_play_pause").attr("title", "<?php echo __('Pause', '
|
| 2559 |
jQuery(".ffwd_play_pause").attr("class", "ffwd_ctrl_btn ffwd_play_pause ffwd_pause");
|
| 2560 |
}
|
| 2561 |
else {
|
| 2562 |
/* Pause.*/
|
| 2563 |
window.clearInterval(ffwd_playInterval);
|
| 2564 |
-
jQuery(".ffwd_play_pause").attr("title", "<?php echo __('Play', '
|
| 2565 |
jQuery(".ffwd_play_pause").attr("class", "ffwd_ctrl_btn ffwd_play_pause ffwd_play");
|
| 2566 |
}
|
| 2567 |
});
|
| 2568 |
/* Open with autoplay.*/
|
| 2569 |
<?php
|
| 2570 |
if ($open_with_autoplay) {
|
| 2571 |
-
|
| 2572 |
-
|
| 2573 |
-
|
| 2574 |
-
|
| 2575 |
-
|
| 2576 |
}
|
| 2577 |
?>
|
| 2578 |
/* Open with fullscreen.*/
|
| 2579 |
<?php
|
| 2580 |
if ($open_with_fullscreen) {
|
| 2581 |
-
|
| 2582 |
-
|
| 2583 |
-
|
| 2584 |
}
|
| 2585 |
?>
|
| 2586 |
-
|
| 2587 |
-
|
| 2588 |
-
|
| 2589 |
-
|
| 2590 |
-
|
| 2591 |
-
|
| 2592 |
-
|
| 2593 |
-
|
| 2594 |
-
|
| 2595 |
|
| 2596 |
/*View more comments*/
|
| 2597 |
jQuery('body').on('click', '.ffwd_view_more_comments', function(e) {
|
| 2598 |
e.preventDefault();
|
| 2599 |
-
|
| 2600 |
jQuery(this).html('');
|
| 2601 |
});
|
| 2602 |
|
| 2603 |
-
|
| 2604 |
-
|
| 2605 |
e.preventDefault();
|
| 2606 |
jQuery(this).parent().find('.ffwd_comment_replies_content').css('display', 'block');
|
| 2607 |
jQuery(this).remove();
|
| 2608 |
});
|
| 2609 |
|
| 2610 |
-
|
| 2611 |
-
ffwd_fill_likes_comments(
|
| 2612 |
|
| 2613 |
/* See more see less messages*/
|
| 2614 |
jQuery('body').on('click', '.ffwd_see_more_message', function(e) {
|
|
@@ -2621,7 +2637,7 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2621 |
ffwd_see_less_more(jQuery(this), 'less', 'message');
|
| 2622 |
});
|
| 2623 |
|
| 2624 |
-
|
| 2625 |
jQuery('body').on('click', '.ffwd_see_more_description', function(e) {
|
| 2626 |
e.preventDefault();
|
| 2627 |
ffwd_see_less_more(jQuery(this), 'more', 'description');
|
|
@@ -2632,387 +2648,414 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 2632 |
ffwd_see_less_more(jQuery(this), 'less', 'description');
|
| 2633 |
});
|
| 2634 |
|
| 2635 |
-
|
| 2636 |
-
|
| 2637 |
-
|
| 2638 |
/*If content_type is timeline*/
|
| 2639 |
<?php
|
| 2640 |
if ($content_type == 'timeline' || $from_album || strpos($type, "video") !== false) {
|
| 2641 |
-
|
| 2642 |
-
|
| 2643 |
-
|
| 2644 |
}
|
| 2645 |
?>
|
| 2646 |
|
| 2647 |
});
|
| 2648 |
|
| 2649 |
-
|
| 2650 |
-
|
| 2651 |
-
|
| 2652 |
-
|
| 2653 |
-
|
| 2654 |
-
|
| 2655 |
-
|
| 2656 |
-
|
| 2657 |
-
|
| 2658 |
-
|
| 2659 |
-
|
| 2660 |
-
|
| 2661 |
-
|
| 2662 |
-
|
| 2663 |
-
|
| 2664 |
-
|
| 2665 |
-
|
| 2666 |
-
|
| 2667 |
-
|
| 2668 |
-
|
| 2669 |
-
|
| 2670 |
-
|
| 2671 |
-
|
| 2672 |
-
|
| 2673 |
-
|
| 2674 |
-
|
| 2675 |
-
|
| 2676 |
-
|
| 2677 |
-
|
| 2678 |
-
|
| 2679 |
-
|
| 2680 |
-
|
| 2681 |
-
|
| 2682 |
-
|
| 2683 |
-
|
| 2684 |
-
|
| 2685 |
-
|
| 2686 |
-
|
| 2687 |
-
|
| 2688 |
-
|
| 2689 |
-
|
| 2690 |
-
|
| 2691 |
-
|
| 2692 |
-
|
| 2693 |
-
|
| 2694 |
-
|
| 2695 |
-
|
| 2696 |
-
|
| 2697 |
-
|
| 2698 |
-
|
| 2699 |
-
|
| 2700 |
-
|
| 2701 |
-
|
| 2702 |
-
|
| 2703 |
-
|
| 2704 |
-
|
| 2705 |
-
|
| 2706 |
-
|
| 2707 |
-
|
| 2708 |
-
|
| 2709 |
-
|
| 2710 |
-
|
| 2711 |
-
|
| 2712 |
-
|
| 2713 |
-
|
| 2714 |
-
|
| 2715 |
-
|
| 2716 |
-
|
| 2717 |
-
|
| 2718 |
-
|
| 2719 |
-
|
| 2720 |
-
|
| 2721 |
-
|
| 2722 |
-
|
| 2723 |
-
|
| 2724 |
-
|
| 2725 |
-
|
| 2726 |
-
|
| 2727 |
-
|
| 2728 |
-
|
| 2729 |
-
|
| 2730 |
-
|
| 2731 |
-
|
| 2732 |
-
|
| 2733 |
-
|
| 2734 |
-
|
| 2735 |
-
|
| 2736 |
-
|
| 2737 |
-
|
| 2738 |
-
|
| 2739 |
-
|
| 2740 |
-
|
| 2741 |
-
|
| 2742 |
-
|
| 2743 |
-
|
| 2744 |
-
|
| 2745 |
-
|
| 2746 |
-
|
| 2747 |
-
|
| 2748 |
-
|
| 2749 |
-
|
| 2750 |
-
|
| 2751 |
-
|
| 2752 |
-
|
| 2753 |
-
|
| 2754 |
-
|
| 2755 |
-
|
| 2756 |
-
|
| 2757 |
-
|
| 2758 |
-
|
| 2759 |
-
|
| 2760 |
-
|
| 2761 |
-
|
| 2762 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2763 |
|
| 2764 |
/*Function for comments and likes cont*/
|
| 2765 |
function ffwd_fill_src(ffwd_info_from, first_time, current_image_class, next_image_class, key, direction, ffwd_from_album) {
|
| 2766 |
var url_for_cur_id = popup_graph_url.replace('{FB_ID}', data[key]['object_id']),
|
| 2767 |
-
|
| 2768 |
-
|
| 2769 |
-
|
| 2770 |
-
|
| 2771 |
-
|
| 2772 |
-
|
| 2773 |
-
|
| 2774 |
-
|
| 2775 |
-
|
| 2776 |
-
|
| 2777 |
-
|
| 2778 |
-
|
| 2779 |
-
|
| 2780 |
-
|
| 2781 |
-
|
| 2782 |
-
|
| 2783 |
-
|
| 2784 |
-
|
| 2785 |
-
|
| 2786 |
-
|
| 2787 |
-
|
| 2788 |
-
|
| 2789 |
-
|
| 2790 |
-
|
| 2791 |
-
|
| 2792 |
-
|
| 2793 |
-
|
| 2794 |
-
|
| 2795 |
-
|
| 2796 |
-
|
| 2797 |
-
|
|
|
|
| 2798 |
|
| 2799 |
-
|
| 2800 |
-
|
| 2801 |
-
|
| 2802 |
-
|
| 2803 |
-
|
| 2804 |
-
|
| 2805 |
-
|
| 2806 |
-
|
| 2807 |
-
|
| 2808 |
-
|
| 2809 |
-
|
| 2810 |
-
|
| 2811 |
-
|
| 2812 |
-
|
| 2813 |
-
|
| 2814 |
-
|
| 2815 |
-
|
| 2816 |
-
|
| 2817 |
-
|
| 2818 |
-
|
|
|
|
|
|
|
|
|
|
| 2819 |
'</div>';
|
| 2820 |
-
}
|
| 2821 |
-
jQuery('.ffwd_sub_attachmenst_thumbnails').html(filmstrip_thumbnails).css('width', (length) * '<?php echo ($image_filmstrip_width + $filmstrip_thumb_margin_hor) ; ?>' + 'px');
|
| 2822 |
-
show_hide_sub_attachments('0px');
|
| 2823 |
-
jQuery('.ffwd_image_container').css('top','<?php echo $image_filmstrip_height; ?>px')
|
| 2824 |
-
|
| 2825 |
}
|
| 2826 |
-
|
| 2827 |
-
|
| 2828 |
-
|
| 2829 |
-
|
| 2830 |
-
|
| 2831 |
-
|
| 2832 |
-
|
| 2833 |
-
|
| 2834 |
-
|
| 2835 |
-
|
| 2836 |
-
|
| 2837 |
-
|
| 2838 |
-
|
| 2839 |
-
|
| 2840 |
-
|
| 2841 |
-
|
| 2842 |
-
|
| 2843 |
-
|
| 2844 |
-
|
| 2845 |
-
|
| 2846 |
-
|
| 2847 |
-
|
| 2848 |
-
|
| 2849 |
-
|
| 2850 |
-
|
| 2851 |
-
|
| 2852 |
-
|
| 2853 |
-
|
| 2854 |
-
|
| 2855 |
-
|
| 2856 |
-
|
| 2857 |
-
|
| 2858 |
-
|
| 2859 |
-
|
| 2860 |
-
|
| 2861 |
-
|
| 2862 |
-
|
| 2863 |
-
|
| 2864 |
-
|
| 2865 |
-
|
| 2866 |
-
|
| 2867 |
-
|
| 2868 |
-
|
| 2869 |
-
|
| 2870 |
-
|
| 2871 |
-
|
| 2872 |
-
|
| 2873 |
-
|
| 2874 |
-
|
| 2875 |
-
|
| 2876 |
-
|
| 2877 |
-
|
| 2878 |
-
|
| 2879 |
-
|
| 2880 |
-
|
| 2881 |
-
|
| 2882 |
-
|
| 2883 |
-
|
| 2884 |
-
|
| 2885 |
-
|
| 2886 |
-
});
|
| 2887 |
-
} else {
|
| 2888 |
-
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
| 2889 |
jQuery('.ffwd_sub_attachmenst_thumbnails').html('');
|
| 2890 |
-
jQuery('.ffwd_image_container').css('top','0')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2891 |
|
| 2892 |
|
| 2893 |
-
|
| 2894 |
-
|
| 2895 |
-
|
| 2896 |
-
{
|
| 2897 |
-
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
| 2898 |
jQuery('.ffwd_sub_attachmenst_thumbnails').html('');
|
| 2899 |
-
jQuery('.ffwd_image_container').css('top','0')
|
| 2900 |
|
| 2901 |
|
| 2902 |
}
|
| 2903 |
-
|
| 2904 |
-
|
| 2905 |
-
|
| 2906 |
-
|
| 2907 |
-
|
| 2908 |
-
|
| 2909 |
-
|
| 2910 |
-
|
| 2911 |
-
|
| 2912 |
-
|
| 2913 |
-
|
| 2914 |
-
|
| 2915 |
-
|
| 2916 |
-
|
| 2917 |
-
|
| 2918 |
-
|
| 2919 |
-
|
| 2920 |
-
|
| 2921 |
-
|
| 2922 |
-
|
| 2923 |
-
|
| 2924 |
-
|
| 2925 |
-
|
| 2926 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2927 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2928 |
});
|
| 2929 |
-
|
| 2930 |
-
|
| 2931 |
-
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
| 2932 |
-
var innhtml = '<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;"><span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">';
|
| 2933 |
-
/*Get facebook video source (because it changed for period)*/
|
| 2934 |
-
var url_for_video = popup_graph_url.replace('{FB_ID}', data[key]['object_id']);
|
| 2935 |
-
url_for_video = url_for_video.replace('{EDGE}', '');
|
| 2936 |
-
url_for_video = url_for_video.replace('{FIELDS}', 'fields=source&');
|
| 2937 |
-
url_for_video = url_for_video.replace('{OTHER}', '');
|
| 2938 |
-
jQuery.getJSON(url_for_video, function(result) {
|
| 2939 |
-
var video_src = result['source'];
|
| 2940 |
-
innhtml += '<span style="height: ' + cur_height + 'px; width: ' + cur_width + 'px;" class="ffwd_video">';
|
| 2941 |
-
if(data[key]['status_type'] == 'shared_story') {
|
| 2942 |
-
innhtml += '<iframe src="' + video_src + '&enablejsapi=1&wmode=transparent' + '"' +
|
| 2943 |
-
' style="'+
|
| 2944 |
-
'max-width:'+'100%'+" !important; "+
|
| 2945 |
-
'max-height:'+'100%'+" !important; "+
|
| 2946 |
-
'width:'+'100%; '+
|
| 2947 |
-
'height:'+ '100%; ' +
|
| 2948 |
-
'margin:0; '+
|
| 2949 |
-
'display:table-cell; vertical-align:middle;"'+
|
| 2950 |
-
'frameborder="0" scrolling="no" allowtransparency="false" allowfullscreen'+
|
| 2951 |
-
' class="ffwd_popup_iframe"></iframe>';
|
| 2952 |
-
innhtml += "</span>";
|
| 2953 |
-
}
|
| 2954 |
-
else {
|
| 2955 |
-
innhtml += '<video class="ffwd_popup_image" src="'+video_src+'" controls autoplay="autoplay"></video>'
|
| 2956 |
-
innhtml += "</span>";
|
| 2957 |
-
}
|
| 2958 |
-
innhtml += '</span></span>';
|
| 2959 |
-
jQuery(next_image_class).html(innhtml);
|
| 2960 |
-
if(first_time) {
|
| 2961 |
-
var ffwd_share_url = encodeURIComponent((typeof data[key]['link'] != 'undefined' && data[key]['link'] != "") ? data[key]['link'] : 'https://www.facebook.com/'+data[key]['object_id']);
|
| 2962 |
-
jQuery("#ffwd_facebook_a").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + ffwd_share_url);
|
| 2963 |
-
jQuery("#ffwd_twitter_a").attr("href", "https://twitter.com/share?url=" + ffwd_share_url);
|
| 2964 |
-
jQuery("#ffwd_google_a").attr("href", "https://plus.google.com/share?url=" + ffwd_share_url);
|
| 2965 |
-
|
| 2966 |
-
/* Change view on facebook link */
|
| 2967 |
-
view_on_facebook = 'https://www.facebook.com/'+data[key]['object_id'];
|
| 2968 |
-
jQuery("#ffwd_view_on_facebook").attr("href", view_on_facebook);
|
| 2969 |
-
return;
|
| 2970 |
-
}
|
| 2971 |
-
var cur_video = document.querySelector(next_image_class + ' video');
|
| 2972 |
-
if(typeof cur_video != 'undefined' && cur_video != null)
|
| 2973 |
-
cur_video.onloadeddata = function() {
|
| 2974 |
-
/*console.log('can playy');*/
|
| 2975 |
-
ffwd_afterload(current_image_class, next_image_class, direction, key);
|
| 2976 |
-
};
|
| 2977 |
-
else
|
| 2978 |
-
ffwd_afterload(current_image_class, next_image_class, direction, key);
|
| 2979 |
-
}).error(function () {
|
| 2980 |
-
console.log('Unable to get video from facebook');
|
| 2981 |
-
});
|
| 2982 |
-
return;
|
| 2983 |
-
}
|
| 2984 |
else {
|
| 2985 |
/*From album*/
|
| 2986 |
jQuery.getJSON(graph_url_for_album_photo, function(result) {
|
| 2987 |
var images = result['images'];
|
| 2988 |
-
|
| 2989 |
var innhtml = '<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;"><span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">';
|
| 2990 |
-
|
| 2991 |
-
|
| 2992 |
jQuery(next_image_class).html(innhtml);
|
| 2993 |
|
| 2994 |
/*Fill create time field*/
|
| 2995 |
-
|
| 2996 |
-
|
| 2997 |
|
| 2998 |
/*Fill likes and comments*/
|
| 2999 |
-
ffwd_fill_likes_comments(
|
| 3000 |
|
| 3001 |
/*Don't change image when first open lightbox*/
|
| 3002 |
if(first_time) {
|
| 3003 |
-
|
| 3004 |
-
|
| 3005 |
-
|
| 3006 |
-
|
| 3007 |
-
|
| 3008 |
-
|
| 3009 |
-
|
| 3010 |
-
|
| 3011 |
-
|
| 3012 |
-
|
| 3013 |
|
| 3014 |
var cur_img = jQuery(next_image_class).find('img');
|
| 3015 |
-
|
| 3016 |
ffwd_afterload(current_image_class, next_image_class, direction, key, true, result['link']);
|
| 3017 |
}).each(function() {
|
| 3018 |
if(this.complete) jQuery(this).load();
|
|
@@ -3039,20 +3082,20 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 3039 |
jQuery(".ffwd_image_wrap").css({width: (jQuery(window).width() - comment_container_width)});
|
| 3040 |
jQuery(".ffwd_image_container").css({height: (ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>), width: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>});
|
| 3041 |
jQuery(".ffwd_popup_image").css({
|
| 3042 |
-
|
| 3043 |
-
|
| 3044 |
}, {
|
| 3045 |
complete: function () { }
|
| 3046 |
-
|
| 3047 |
jQuery(".ffwd_popup_video").css({
|
| 3048 |
-
|
| 3049 |
-
|
| 3050 |
}, {
|
| 3051 |
complete: function () { }
|
| 3052 |
-
|
| 3053 |
jQuery(".ffwd_video").css({
|
| 3054 |
-
|
| 3055 |
-
|
| 3056 |
});
|
| 3057 |
jQuery(".ffwd_filmstrip_container").css({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?>});
|
| 3058 |
jQuery(".ffwd_filmstrip").css({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40});
|
|
@@ -3064,7 +3107,7 @@ jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png
|
|
| 3064 |
ffwd_set_filmstrip_pos(jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40);
|
| 3065 |
|
| 3066 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full");
|
| 3067 |
-
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Restore', '
|
| 3068 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 3069 |
}
|
| 3070 |
|
| 69 |
$enable_author = (isset($_GET['enable_author']) ? esc_html($_GET['enable_author']) : 0);
|
| 70 |
$enable_name = (isset($_GET['enable_name']) ? esc_html($_GET['enable_name']) : 0);
|
| 71 |
$enable_place_name = (isset($_GET['enable_place_name']) ? esc_html($_GET['enable_place_name']) : 0);
|
| 72 |
+
$enable_message_desc = (isset($_GET['enable_message_desc']) ? esc_html($_GET['enable_message_desc']) : 0);
|
| 73 |
$enable_image_facebook = (isset($_GET['enable_image_facebook']) ? esc_html($_GET['enable_image_facebook']) : 0);
|
| 74 |
$enable_image_twitter = (isset($_GET['enable_image_twitter']) ? esc_html($_GET['enable_image_twitter']) : 0);
|
| 75 |
$enable_image_google = (isset($_GET['enable_image_google']) ? esc_html($_GET['enable_image_google']) : 0);
|
| 81 |
|
| 82 |
|
| 83 |
|
| 84 |
+
$this->model->ffwd_set_date_timezone_offset();
|
| 85 |
$view_on_fb = isset($option_row->view_on_fb) ? $option_row->view_on_fb : 1;
|
| 86 |
$ffwd_info = $this->model->get_ffwd_info_data($fb_id);
|
| 87 |
+
$content = $ffwd_info->content;
|
| 88 |
|
| 89 |
$option_row->comments_order=$ffwd_info->comments_order;
|
| 90 |
$option_row->comments_filter=$ffwd_info->comments_filter;
|
| 196 |
/*display: table;*/
|
| 197 |
display: table-cell;
|
| 198 |
}
|
| 199 |
+
.ffwd_video > video {
|
| 200 |
+
<?php if($ffwd_info->content_type == 'timeline') echo 'width: 100%;height: 100%;'; ?>
|
| 201 |
+
}
|
| 202 |
.ffwd_ctrl_btn {
|
| 203 |
color: #<?php echo $theme_row->lightbox_ctrl_btn_color; ?>;
|
| 204 |
font-size: <?php echo $theme_row->lightbox_ctrl_btn_height; ?>px;
|
| 219 |
box-shadow: 0px 0px 1px #FFFFFF;
|
| 220 |
}
|
| 221 |
.ffwd_play {
|
| 222 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/play_gray.png' ?>') no-repeat center center;
|
| 223 |
+
background-size: 16px 18px !important;
|
| 224 |
}
|
| 225 |
|
| 226 |
.ffwd_play:hover {
|
| 227 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/play.png' ?>') no-repeat center center;
|
| 228 |
+
background-size: 16px 18px !important;
|
| 229 |
}
|
| 230 |
|
| 231 |
.ffwd_pause {
|
| 232 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/pause_gray.png' ?>') no-repeat center center;
|
| 233 |
+
background-size: 16px 18px !important;
|
| 234 |
}
|
| 235 |
|
| 236 |
.ffwd_pause:hover {
|
| 237 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/pause.png' ?>') no-repeat center center;
|
| 238 |
+
background-size: 16px 18px !important;
|
| 239 |
}
|
| 240 |
|
| 241 |
.ffwd_facebook {
|
| 242 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/facebook_hover.png' ?>') no-repeat center center;
|
| 243 |
+
background-size: 18px;
|
| 244 |
}
|
| 245 |
|
| 246 |
.ffwd_facebook:hover {
|
| 247 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/facebook_white.png' ?>') no-repeat center center;
|
| 248 |
+
background-size: 18px;
|
| 249 |
}
|
| 250 |
.ffwd_comment {
|
| 251 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/comment_lightboxgray.png' ?>') no-repeat center center;
|
| 263 |
}
|
| 264 |
.ffwd_google {
|
| 265 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/google_hover.png' ?>') no-repeat center center;
|
| 266 |
+
background-size: 18px;
|
| 267 |
|
| 268 |
}
|
| 269 |
.ffwd_google:hover {
|
| 270 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/google_white.png' ?>') no-repeat center center;
|
| 271 |
+
background-size: 18px;
|
| 272 |
}
|
| 273 |
.ffwd_resize_in_full {
|
| 274 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/resize_in_gray.png' ?>') no-repeat center center;
|
| 277 |
.ffwd_resize_in_full:hover {
|
| 278 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/resize_in.png' ?>') no-repeat center center;
|
| 279 |
}
|
| 280 |
+
.ffwd_resize_out_full {
|
| 281 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/resize_out_gray.png' ?>') no-repeat center center;
|
| 282 |
|
| 283 |
}
|
| 324 |
width:20px;
|
| 325 |
z-index: 10107;
|
| 326 |
position: absolute;
|
| 327 |
+
height: <?php echo $image_filmstrip_height ?>px;
|
| 328 |
left: 0;
|
| 329 |
border-left-style: none;
|
| 330 |
border-top-style: none;
|
| 331 |
+
background-color:#<?php echo $theme_row->lightbox_filmstrip_rl_bg_color ?>;
|
| 332 |
}
|
| 333 |
.ffwd_sub_attachmenst_cont_right {
|
| 334 |
background-color: #FFFFFF;
|
| 335 |
cursor: pointer;
|
| 336 |
position: absolute;
|
| 337 |
+
height: <?php echo $image_filmstrip_height ?>px;
|
| 338 |
right: 0;
|
| 339 |
width:20px;
|
| 340 |
background-color:#<?php echo $theme_row->lightbox_filmstrip_rl_bg_color ?>;
|
| 345 |
border-right-style: none;
|
| 346 |
border-top-style: none;
|
| 347 |
}
|
| 348 |
+
.ffwd_sub_attachmenst_cont_right i {
|
| 349 |
+
line-height: <?php echo $image_filmstrip_height ?>px !important;
|
| 350 |
color: #<?php echo $theme_row->lightbox_filmstrip_rl_btn_color; ?>;
|
| 351 |
font-size: <?php echo $theme_row->lightbox_filmstrip_rl_btn_size; ?>px;
|
| 352 |
|
| 353 |
+
}
|
| 354 |
+
.ffwd_sub_attachmenst_cont_left i {
|
| 355 |
+
line-height: <?php echo $image_filmstrip_height ?>px !important;
|
| 356 |
color: #<?php echo $theme_row->lightbox_filmstrip_rl_btn_color; ?>;
|
| 357 |
font-size: <?php echo $theme_row->lightbox_filmstrip_rl_btn_size; ?>px;
|
| 358 |
|
| 359 |
+
}
|
| 360 |
+
.ffwd_sub_attachmenst_button_container {
|
| 361 |
+
height: 10px;
|
| 362 |
+
width: 100%;
|
| 363 |
+
background-color: rgba(255, 255, 255, 0);
|
| 364 |
+
position: absolute;
|
| 365 |
+
top: 58px;
|
| 366 |
+
left: 0px;
|
| 367 |
+
text-align : center;
|
| 368 |
+
}
|
| 369 |
+
.ffwd_sub_attachmenst_button_container > .ffwd_sub_attachmenst_button {
|
| 370 |
+
height: inherit;
|
| 371 |
+
width: 30px;
|
| 372 |
+
background-color: rgba(255, 255, 255, 1);
|
| 373 |
+
margin: 0 auto;
|
| 374 |
+
}
|
| 375 |
.ffwd_sub_attachmenst {
|
| 376 |
left: 20px;
|
| 377 |
overflow: hidden;
|
| 385 |
}
|
| 386 |
.ffwd_sub_attachmenst_thumbnails {
|
| 387 |
height: <?php echo $image_filmstrip_height ?>px;
|
| 388 |
+
<?php echo $left_or_top; ?>: 0px;
|
| 389 |
margin: 0 auto;
|
| 390 |
overflow: hidden;
|
| 391 |
position: relative;
|
| 407 |
background-color: rgba(<?php echo $rgb_lightbox_ctrl_cont_bg_color['red']; ?>, <?php echo $rgb_lightbox_ctrl_cont_bg_color['green']; ?>, <?php echo $rgb_lightbox_ctrl_cont_bg_color['blue']; ?>, <?php echo number_format($theme_row->lightbox_ctrl_cont_transparent / 100, 2, ".", ""); ?>);
|
| 408 |
/*background: none repeat scroll 0 0 #<?php echo $theme_row->lightbox_ctrl_cont_bg_color; ?>;*/
|
| 409 |
/*background: url('<?php echo WD_FFWD_URL . '/images/feed/cb_cont.png' ?>') no-repeat 0px center;*/
|
| 410 |
+
<?php
|
| 411 |
+
if ($theme_row->lightbox_ctrl_btn_pos == 'top') {
|
| 412 |
+
?>
|
| 413 |
+
border-bottom-left-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 414 |
+
border-bottom-right-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 415 |
+
<?php
|
| 416 |
+
}
|
| 417 |
+
else {
|
| 418 |
+
?>
|
| 419 |
+
bottom: 0;
|
| 420 |
+
border-top-left-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 421 |
+
border-top-right-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 422 |
+
<?php
|
| 423 |
+
}?>
|
| 424 |
height: <?php echo $theme_row->lightbox_ctrl_btn_height + 2 * $theme_row->lightbox_ctrl_btn_margin_top; ?>px;
|
| 425 |
/*opacity: <?php echo number_format($theme_row->lightbox_ctrl_cont_transparent / 100, 2, ".", ""); ?>;
|
| 426 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_ctrl_cont_transparent; ?>);*/
|
| 431 |
}
|
| 432 |
.ffwd_toggle_container {
|
| 433 |
background: none repeat scroll 0 0 #<?php echo $theme_row->lightbox_ctrl_cont_bg_color; ?>;
|
| 434 |
+
<?php
|
| 435 |
+
if ($theme_row->lightbox_ctrl_btn_pos == 'top') {
|
| 436 |
+
?>
|
| 437 |
+
border-bottom-left-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 438 |
+
border-bottom-right-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 439 |
+
top: <?php echo $theme_row->lightbox_ctrl_btn_height + 2 * $theme_row->lightbox_ctrl_btn_margin_top; ?>px;
|
| 440 |
+
<?php
|
| 441 |
+
}
|
| 442 |
+
else {
|
| 443 |
+
?>
|
| 444 |
+
border-top-left-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 445 |
+
border-top-right-radius: <?php echo $theme_row->lightbox_ctrl_cont_border_radius; ?>px;
|
| 446 |
+
bottom: <?php echo $theme_row->lightbox_ctrl_btn_height + 2 * $theme_row->lightbox_ctrl_btn_margin_top; ?>px;
|
| 447 |
+
<?php
|
| 448 |
+
}?>
|
| 449 |
cursor: pointer;
|
| 450 |
left: 50%;
|
| 451 |
line-height: 0;
|
| 499 |
filter: Alpha(opacity=<?php echo $theme_row->lightbox_rl_btn_transparent; ?>);
|
| 500 |
}
|
| 501 |
|
| 502 |
+
<?php
|
| 503 |
+
if(/*$option_row->autohide_lightbox_navigation*/false){?>
|
| 504 |
+
#spider_popup_left-ico{
|
| 505 |
+
left: -9999px;
|
| 506 |
+
}
|
| 507 |
+
#spider_popup_right-ico{
|
| 508 |
+
left: -9999px;
|
| 509 |
+
}
|
| 510 |
+
<?php
|
| 511 |
+
}
|
| 512 |
+
else { ?>
|
| 513 |
+
#spider_popup_left-ico{
|
| 514 |
+
left: 20px;
|
| 515 |
+
}
|
| 516 |
+
#spider_popup_right-ico{
|
| 517 |
+
left: auto;
|
| 518 |
+
right: 20px;
|
| 519 |
+
}
|
| 520 |
+
<?php
|
| 521 |
+
}
|
| 522 |
+
?>
|
| 523 |
|
| 524 |
.ffwd_ctrl_btn:hover,
|
| 525 |
.ffwd_toggle_btn:hover,
|
| 559 |
height: 100%;
|
| 560 |
overflow: hidden;
|
| 561 |
position: absolute;
|
| 562 |
+
<?php echo $theme_row->lightbox_obj_pos; ?>: -<?php echo $theme_row->lightbox_obj_width; ?>px;
|
| 563 |
top: 0;
|
| 564 |
width: <?php echo $theme_row->lightbox_obj_width; ?>px;
|
| 565 |
z-index: 10103;
|
| 583 |
width: 100%;
|
| 584 |
z-index: 10101;
|
| 585 |
}
|
| 586 |
+
.ffwd_object_info * {
|
| 587 |
+
font-weight: normal;
|
| 588 |
+
font-family: helvetica, arial, sans-serif;
|
| 589 |
}
|
| 590 |
.ffwd_comments_close {
|
| 591 |
cursor: pointer;
|
| 596 |
padding: 5px 10px;
|
| 597 |
z-index: 10150;
|
| 598 |
}
|
| 599 |
+
.ffwd_comments_close_btn {
|
| 600 |
+
float: <?php echo (($theme_row->lightbox_obj_pos == 'left') ? 'right' : 'left'); ?>;
|
| 601 |
+
padding: 10px;
|
| 602 |
+
}
|
| 603 |
+
.ffwd_comments_close:after {
|
| 604 |
+
content: '';
|
| 605 |
+
display: block;
|
| 606 |
+
clear: both;
|
| 607 |
+
}
|
| 608 |
.ffwd_ctrl_btn_container a,
|
| 609 |
.ffwd_ctrl_btn_container a:hover {
|
| 610 |
text-decoration: none;
|
| 636 |
display: table;
|
| 637 |
position: absolute;
|
| 638 |
text-align: center;
|
| 639 |
+
<?php if($enable_image_filmstrip && $content_type!='timeline'){ ?>
|
| 640 |
+
<?php echo $theme_row->lightbox_filmstrip_pos; ?>: <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : $image_filmstrip_width); ?>px;
|
| 641 |
+
<?php } ?>
|
| 642 |
vertical-align: middle;
|
| 643 |
width: 100%;
|
| 644 |
}
|
| 648 |
position: absolute;
|
| 649 |
width: <?php echo ($filmstrip_direction == 'horizontal' ? $image_width : $image_filmstrip_width); ?>px;
|
| 650 |
z-index: 10105;
|
| 651 |
+
<?php echo $theme_row->lightbox_filmstrip_pos; ?>: 0;
|
| 652 |
}
|
| 653 |
.ffwd_filmstrip {
|
| 654 |
+
<?php echo $left_or_top; ?>: 20px;
|
| 655 |
overflow: hidden;
|
| 656 |
position: absolute;
|
| 657 |
+
<?php echo $width_or_height; ?>: <?php echo ($filmstrip_direction == 'horizontal' ? $image_width - 40 : $image_height - 40); ?>px;
|
| 658 |
z-index: 10106;
|
| 659 |
}
|
| 660 |
.ffwd_filmstrip_thumbnails {
|
| 661 |
height: <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : ($image_filmstrip_height + $filmstrip_thumb_margin_hor) * count($image_rows)); ?>px;
|
| 662 |
+
<?php echo $left_or_top; ?>: 0px;
|
| 663 |
margin: 0 auto;
|
| 664 |
overflow: hidden;
|
| 665 |
position: relative;
|
| 696 |
cursor: pointer;
|
| 697 |
display: <?php echo ($filmstrip_direction == 'horizontal' ? 'table-cell' : 'block') ?>;
|
| 698 |
vertical-align: middle;
|
| 699 |
+
<?php echo $width_or_height; ?>: 20px;
|
| 700 |
z-index: 10106;
|
| 701 |
+
<?php echo $left_or_top; ?>: 0;
|
| 702 |
+
<?php echo ($filmstrip_direction == 'horizontal' ? '' : 'position: absolute;') ?>
|
| 703 |
+
<?php echo ($filmstrip_direction == 'horizontal' ? '' : 'width: 100%;') ?>
|
| 704 |
}
|
| 705 |
.ffwd_filmstrip_right {
|
| 706 |
background-color: #<?php echo $theme_row->lightbox_filmstrip_rl_bg_color; ?>;
|
| 707 |
cursor: pointer;
|
| 708 |
+
<?php echo($filmstrip_direction == 'horizontal' ? 'right' : 'bottom') ?>: 0;
|
| 709 |
+
<?php echo $width_or_height; ?>: 20px;
|
| 710 |
display: <?php echo ($filmstrip_direction == 'horizontal' ? 'table-cell' : 'block') ?>;
|
| 711 |
vertical-align: middle;
|
| 712 |
z-index: 10106;
|
| 713 |
+
<?php echo ($filmstrip_direction == 'horizontal' ? '' : 'position: absolute;') ?>
|
| 714 |
+
<?php echo ($filmstrip_direction == 'horizontal' ? '' : 'width: 100%;') ?>
|
| 715 |
}
|
| 716 |
.ffwd_filmstrip_left i,
|
| 717 |
.ffwd_filmstrip_right i {
|
| 730 |
display: table-cell;
|
| 731 |
position: absolute;
|
| 732 |
vertical-align: middle;
|
| 733 |
+
width: 100%;
|
| 734 |
+
height: 100%;
|
| 735 |
}
|
| 736 |
.ffwd_slide_bg {
|
| 737 |
margin: 0 auto;
|
| 780 |
}
|
| 781 |
.ffwd_object_info_main_container {
|
| 782 |
text-align: left;
|
| 783 |
+
background-color: #<?php echo $theme_row->lightbox_obj_info_bg_color; ?>;
|
| 784 |
padding:0px 20px;
|
| 785 |
}
|
| 786 |
.ffwd_object_from {
|
| 794 |
display: inline-block;
|
| 795 |
}
|
| 796 |
.ffwd_from_name {
|
| 797 |
+
font-size: <?php echo $theme_row->lightbox_obj_page_name_size; ?>px;
|
| 798 |
font-weight: <?php echo $theme_row->lightbox_obj_page_name_font_weight; ?>;
|
| 799 |
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 800 |
+
color: #<?php echo $theme_row->lightbox_page_name_color; ?> !important;
|
| 801 |
+
margin: 0px;
|
| 802 |
+
text-decoration: none;
|
| 803 |
+
outline: none;
|
| 804 |
}
|
| 805 |
+
.ffwd_from_name:hover {
|
| 806 |
+
text-decoration: underline;
|
| 807 |
+
outline: none;
|
| 808 |
}
|
| 809 |
+
.ffwd_place_name {
|
| 810 |
+
font-size: <?php echo $theme_row->lightbox_obj_place_size; ?>px;
|
| 811 |
font-weight: <?php echo $theme_row->lightbox_obj_place_font_weight; ?>;
|
| 812 |
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 813 |
+
color: #<?php echo $theme_row->lightbox_obj_place_color; ?> !important;
|
| 814 |
+
margin: 0px;
|
| 815 |
+
text-decoration: none;
|
| 816 |
+
outline: none;
|
| 817 |
}
|
| 818 |
+
.ffwd_place_name:hover {
|
| 819 |
+
text-decoration: underline;
|
| 820 |
+
outline: none;
|
| 821 |
}
|
| 822 |
.ffwd_story {
|
| 823 |
+
color: #<?php echo $theme_row->lightbox_obj_story_color; ?>;
|
| 824 |
+
font-size: <?php echo $theme_row->lightbox_obj_story_size; ?>px;
|
| 825 |
+
font-weight: <?php echo $theme_row->lightbox_obj_story_font_weight; ?>;
|
| 826 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 827 |
+
}
|
| 828 |
.ffwd_object_from_name_time_cont {
|
| 829 |
float: left;
|
| 830 |
max-width: 76%;
|
| 831 |
color: #ADADAD;
|
| 832 |
font-size: 13px;
|
| 833 |
+
line-height: 16px;
|
| 834 |
}
|
| 835 |
.ffwd_popup_from_time_post {
|
| 836 |
+
font-size: 11px;
|
| 837 |
+
font-weight: normal;
|
| 838 |
+
font-family: helvetica, arial, sans-serif;
|
| 839 |
padding: 3px 0px 3px 18px;
|
| 840 |
margin: 2px 0px 5px 0px;
|
| 841 |
+
min-width: 72px;
|
| 842 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->lightbox_obj_icons_color .'.png' ?>') no-repeat 0px center;
|
| 843 |
background-size: 12px;
|
| 844 |
+
color: #<?php echo $theme_row->lightbox_obj_story_color; ?>;
|
| 845 |
}
|
| 846 |
|
| 847 |
+
.ffwd_popup_from_time_event {
|
| 848 |
+
font-size: <?php echo $theme_row->lightbox_evt_date_size; ?>px;
|
| 849 |
+
font-weight: <?php echo $theme_row->lightbox_evt_date_font_weight; ?>;
|
| 850 |
+
font-family: <?php echo $theme_row->lightbox_evt_info_font_family; ?>;
|
| 851 |
padding: 3px 0px 3px 18px;
|
| 852 |
margin: 2px 0px 5px 0px;
|
| 853 |
+
min-width: 72px;
|
| 854 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->lightbox_obj_icons_color .'.png' ?>') no-repeat 0px center;
|
| 855 |
background-size: 12px;
|
| 856 |
+
color: #<?php echo $theme_row->lightbox_evt_date_color; ?>;
|
| 857 |
}
|
| 858 |
|
| 859 |
.ffwd_object_name {
|
| 860 |
text-align: left;
|
| 861 |
text-decoration: none;
|
| 862 |
margin-bottom: 5px;
|
| 863 |
+
line-height: 16px;
|
| 864 |
+
color: #<?php echo $theme_row->lightbox_obj_name_color; ?> !important;
|
| 865 |
+
font-size: <?php echo $theme_row->lightbox_obj_name_size; ?>px;
|
| 866 |
font-weight: <?php echo $theme_row->lightbox_obj_name_font_weight; ?>;
|
| 867 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 868 |
}
|
| 869 |
|
| 870 |
.ffwd_object_name:hover {
|
| 872 |
text-decoration: underline;
|
| 873 |
}
|
| 874 |
.ffwd_object_messages {
|
| 875 |
+
color: #<?php echo $theme_row->lightbox_obj_message_color; ?>;
|
| 876 |
+
font-size: <?php echo $theme_row->lightbox_obj_message_size; ?>px;
|
| 877 |
font-weight: <?php echo $theme_row->lightbox_obj_message_font_weight; ?>;
|
| 878 |
+
font-style: normal;
|
| 879 |
+
font-variant: normal;
|
| 880 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 881 |
+
line-height: 16px;
|
| 882 |
}
|
| 883 |
.ffwd_comments_likes_container {
|
| 884 |
padding: 5px 20px;
|
| 887 |
border-color: #E8E8E8;
|
| 888 |
background-color: #<?php echo $theme_row->lightbox_obj_likes_social_bg_color; ?>;
|
| 889 |
}
|
| 890 |
+
.ffwd_comments_likes_container > .ffwd_comments_likes {
|
| 891 |
+
float: left;
|
| 892 |
}
|
| 893 |
+
.ffwd_comments_likes_container > .ffwd_view_on {
|
| 894 |
+
margin: 0px 4px 0px 0px;
|
| 895 |
+
float: right;
|
| 896 |
}
|
| 897 |
+
.ffwd_comments_likes_container > .ffwd_view_on > .ffwd_view_on_facebook {
|
| 898 |
+
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?>;
|
| 899 |
+
text-decoration: none;
|
| 900 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 901 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 902 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 903 |
+
line-height: 20px;
|
| 904 |
+
float: left;
|
| 905 |
}
|
| 906 |
+
.ffwd_comments_likes_container > .ffwd_view_on > .ffwd_view_on_facebook:hover, .ffwd_comments_likes_container > .ffwd_view_on > .ffwd_view_on_facebook:focus {
|
| 907 |
+
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?>;
|
| 908 |
+
text-decoration: underline;
|
| 909 |
+
outline: none;
|
| 910 |
}
|
| 911 |
.ffwd_likes {
|
| 912 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/like_'. $theme_row->lightbox_obj_icons_color_likes_comments_count .'.png' ?>') no-repeat 3px center;
|
| 913 |
background-size: 12px;
|
| 914 |
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?>;
|
| 915 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 916 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 917 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 918 |
}
|
| 919 |
+
.ffwd_shares {
|
| 920 |
+
margin: 0px 0px 0px 4px;
|
| 921 |
background: url('<?php echo WD_FFWD_URL . '/images/feed/share_'. $theme_row->lightbox_obj_icons_color .'.png' ?>') no-repeat 3px center;
|
| 922 |
+
background-size: 16px;
|
| 923 |
+
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?>;
|
| 924 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 925 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 926 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 927 |
+
}
|
| 928 |
.ffwd_comments_count {
|
| 929 |
+
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?>;
|
| 930 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 931 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 932 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 933 |
+
background: url('<?php echo WD_FFWD_URL . '/images/feed/comment_'. $theme_row->lightbox_obj_icons_color_likes_comments_count .'.png' ?>') no-repeat 3px center;
|
| 934 |
+
background-size: 16px;
|
| 935 |
+
margin: 0px 0px 0px 4px;
|
| 936 |
}
|
| 937 |
|
| 938 |
+
.ffwd_likes, .ffwd_shares, .ffwd_comments_count{
|
| 939 |
+
float: left;
|
| 940 |
padding: 0px 0px 0px 24px;
|
| 941 |
+
min-height: 20px;
|
| 942 |
+
line-height: 20px;
|
| 943 |
+
box-sizing: border-box;
|
| 944 |
+
}
|
| 945 |
.ffwd_comments {
|
| 946 |
margin: 0px 0px 0px 0px;
|
| 947 |
}
|
| 962 |
min-height: 16px;
|
| 963 |
line-height: 16px;
|
| 964 |
}
|
| 965 |
+
.ffwd_likes_name_cont {
|
| 966 |
+
float: left;
|
| 967 |
+
}
|
| 968 |
.ffwd_likes_name {
|
| 969 |
+
text-decoration: none;
|
| 970 |
+
outline: none;
|
| 971 |
+
color: #<?php echo $theme_row->lightbox_obj_users_font_color; ?> !important;
|
| 972 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 973 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 974 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 975 |
+
float: left;
|
| 976 |
}
|
| 977 |
.ffwd_likes_name:hover {
|
| 978 |
+
text-decoration: underline;
|
| 979 |
+
outline: none;
|
| 980 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 981 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 982 |
}
|
| 983 |
.ffwd_likes_count_last_part {
|
| 984 |
+
text-decoration: none;
|
| 985 |
+
outline: none;
|
| 986 |
+
color: #ADADAD;
|
| 987 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 988 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 989 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 990 |
+
float: left;
|
| 991 |
+
margin: 0px 0px 0px 5px;
|
| 992 |
}
|
| 993 |
.ffwd_comments_content {
|
| 994 |
padding: 0px 20px;
|
| 995 |
margin: 4px 0px 0px 0px;
|
| 996 |
}
|
| 997 |
.ffwd_single_comment, .ffwd_comment_reply {
|
| 998 |
+
padding: 6px;
|
| 999 |
+
box-sizing: border-box;
|
| 1000 |
+
background-color: #<?php echo $theme_row->lightbox_obj_comments_bg_color; ?>;
|
| 1001 |
+
border-<?php echo ($theme_row->lightbox_obj_comment_border_type != 'all') ? $theme_row->lightbox_obj_comment_border_type . '-' : ''; ?>style: <?php echo $theme_row->lightbox_obj_comment_border_style; ?>;
|
| 1002 |
+
border-width: <?php echo $theme_row->lightbox_obj_comment_border_width; ?>px;
|
| 1003 |
+
border-color: #<?php echo $theme_row->lightbox_obj_comment_border_color; ?>;
|
| 1004 |
+
margin: 0px 0px 3px 0px;
|
| 1005 |
+
}
|
| 1006 |
+
.ffwd_comment_replies_content {
|
| 1007 |
+
display: none;
|
| 1008 |
+
margin: 4px 0px 0px 0px;
|
| 1009 |
+
}
|
| 1010 |
+
.ffwd_comment_replies_label {
|
| 1011 |
+
cursor: pointer;
|
| 1012 |
+
padding: 0px 0px 0px 18px;
|
| 1013 |
/*background: url('<?php echo WD_FFWD_URL . '/images/feed/time_'. $theme_row->blog_style_obj_icons_color .'.png' ?>') no-repeat 3px center;*/
|
| 1014 |
background-size: 10px;
|
| 1015 |
font-size: 11px;
|
| 1016 |
font-weight: 400;
|
| 1017 |
font-variant: initial;
|
| 1018 |
color: rgb(165, 165, 165);
|
| 1019 |
+
}
|
| 1020 |
.ffwd_comment_author_pic, .ffwd_comment_reply_author_pic {
|
| 1021 |
float: left;
|
| 1022 |
}
|
| 1025 |
margin: 0px 0px 0px 5px !important;
|
| 1026 |
max-width: 80%;
|
| 1027 |
text-align: justify;
|
| 1028 |
+
line-height: 14px;
|
| 1029 |
}
|
| 1030 |
|
| 1031 |
.ffwd_comment_author_name, .ffwd_comment_reply_author_name {
|
| 1032 |
text-decoration:none;
|
| 1033 |
outline: none;
|
| 1034 |
color: #<?php echo $theme_row->lightbox_obj_users_font_color; ?> !important;
|
| 1035 |
+
font-family: <?php echo $theme_row->lightbox_obj_comments_font_family; ?>;
|
| 1036 |
+
font-weight: bold;
|
| 1037 |
+
font-size: <?php echo $theme_row->lightbox_obj_comments_font_size; ?>px;
|
| 1038 |
}
|
| 1039 |
.ffwd_view_more_comments, .ffwd_view_more_comments:hover {
|
| 1040 |
text-decoration:none;
|
| 1041 |
outline: none;
|
| 1042 |
color: #<?php echo $theme_row->lightbox_obj_comments_color; ?>; !important;
|
| 1043 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 1044 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 1045 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 1046 |
}
|
| 1047 |
+
.ffwd_view_more_comments:hover {
|
| 1048 |
text-decoration:underline;
|
| 1049 |
}
|
| 1050 |
.ffwd_comment_author_name:hover, .ffwd_comment_reply_author_name:hover {
|
| 1051 |
text-decoration:underline;
|
| 1052 |
outline: none;
|
| 1053 |
color: #<?php echo $theme_row->lightbox_obj_users_font_color; ?>;
|
| 1054 |
+
font-size: <?php echo $theme_row->lightbox_obj_comments_font_size; ?>px;
|
| 1055 |
font-weight: <?php echo $theme_row->lightbox_obj_comments_social_font_weight; ?>;
|
| 1056 |
+
font-family: <?php echo $theme_row->lightbox_obj_comments_font_family; ?>;
|
| 1057 |
}
|
| 1058 |
+
.ffwd_comment_message, .ffwd_comment_reply_message {
|
| 1059 |
+
color: #<?php echo $theme_row->lightbox_obj_comments_color; ?>;
|
| 1060 |
+
font-size: <?php echo $theme_row->lightbox_obj_comments_font_size; ?>px;
|
| 1061 |
font-weight: <?php echo $theme_row->lightbox_obj_comments_social_font_weight; ?>;
|
| 1062 |
+
font-family: <?php echo $theme_row->lightbox_obj_comments_font_family; ?>;
|
| 1063 |
+
font-style: normal;
|
| 1064 |
+
font-variant: normal;
|
| 1065 |
+
}
|
| 1066 |
.ffwd_comment_content > .ffwd_comment_date_likes {
|
| 1067 |
margin: 2px 0px 0px 0px;
|
| 1068 |
}
|
| 1069 |
+
.ffwd_comment_content > .ffwd_comment_replies {
|
| 1070 |
margin: 4px 0px 0px 0px;
|
| 1071 |
}
|
| 1072 |
.ffwd_comment_date, .ffwd_comment_reply_date {
|
| 1089 |
color: rgb(165, 165, 165);
|
| 1090 |
}
|
| 1091 |
.ffwd_object_name_mess_desp_cont {
|
| 1092 |
+
margin: 0px 0px 7px 0px!important;
|
| 1093 |
}
|
| 1094 |
.ffwd_object_description {
|
| 1095 |
margin: 0px !important;
|
| 1096 |
line-height: 16px;
|
| 1097 |
+
color: #<?php echo $theme_row->lightbox_obj_message_color; ?>;
|
| 1098 |
+
font-size: <?php echo $theme_row->lightbox_obj_message_size; ?>px;
|
| 1099 |
font-weight: <?php echo $theme_row->lightbox_obj_message_font_weight; ?>;
|
| 1100 |
+
font-style: normal;
|
| 1101 |
+
font-variant: normal;
|
| 1102 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 1103 |
}
|
| 1104 |
.ffwd_hashtag, .ffwd_message_tag {
|
| 1105 |
+
color: #<?php echo $theme_row->lightbox_obj_hashtags_color; ?> !important;
|
| 1106 |
+
font-size: <?php echo $theme_row->lightbox_obj_hashtags_size; ?>px;
|
| 1107 |
+
font-weight: <?php echo $theme_row->lightbox_obj_hashtags_font_weight; ?>;
|
| 1108 |
+
text-decoration:none;
|
| 1109 |
}
|
| 1110 |
.ffwd_hashtag:hover, .ffwd_hashtag:active, .ffwd_hashtag:focus, .ffwd_message_tag:focus, .ffwd_message_tag:hover, .ffwd_message_tag:active {
|
| 1111 |
text-decoration:underline !important;
|
| 1112 |
outline: none;
|
| 1113 |
}
|
| 1114 |
.ffwd_see_more, .ffwd_see_less {
|
| 1115 |
+
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?> !important;
|
| 1116 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 1117 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 1118 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 1119 |
text-decoration: none;
|
| 1120 |
outline: none !important;
|
| 1121 |
+
border: none !important;
|
| 1122 |
}
|
| 1123 |
.ffwd_see_more:hover, .ffwd_see_less:hover, .ffwd_see_more:focus, .ffwd_see_less:focus, {
|
| 1124 |
+
color: #<?php echo $theme_row->lightbox_obj_likes_social_color; ?> !important;
|
| 1125 |
+
font-family: <?php echo $theme_row->lightbox_obj_font_family; ?>;
|
| 1126 |
+
font-weight: <?php echo $theme_row->lightbox_obj_likes_social_font_weight; ?>;
|
| 1127 |
+
font-size: <?php echo $theme_row->lightbox_obj_likes_social_size; ?>px;
|
| 1128 |
text-decoration: underline;
|
| 1129 |
outline: none !important;
|
| 1130 |
+
border: none !important;
|
| 1131 |
}
|
| 1132 |
.ffwd_view_more_comments_cont {
|
| 1133 |
text-align: left;
|
| 1135 |
margin: 6px 0px 10px 0px;
|
| 1136 |
}
|
| 1137 |
|
| 1138 |
+
.ffwd_place_street {
|
| 1139 |
+
color: #<?php echo $theme_row->lightbox_evt_str_color; ?>;
|
| 1140 |
+
font-family: <?php echo $theme_row->lightbox_evt_info_font_family; ?>;
|
| 1141 |
+
font-weight: <?php echo $theme_row->lightbox_evt_str_font_weight; ?>;
|
| 1142 |
+
font-size: <?php echo $theme_row->lightbox_evt_str_size; ?>px;
|
| 1143 |
+
}
|
| 1144 |
+
.ffwd_place_city_state_country {
|
| 1145 |
+
color: #<?php echo $theme_row->lightbox_evt_ctzpcn_color; ?>;
|
| 1146 |
+
font-family: <?php echo $theme_row->lightbox_evt_info_font_family; ?>;
|
| 1147 |
+
font-weight: <?php echo $theme_row->lightbox_evt_ctzpcn_font_weight; ?>;
|
| 1148 |
+
font-size: <?php echo $theme_row->lightbox_evt_ctzpcn_size; ?>px;
|
| 1149 |
+
}
|
| 1150 |
.ffwd_place_map {
|
| 1151 |
+
color: #<?php echo $theme_row->lightbox_evt_map_color; ?> !important;
|
| 1152 |
+
font-family: <?php echo $theme_row->lightbox_evt_info_font_family; ?>;
|
| 1153 |
+
font-weight: <?php echo $theme_row->lightbox_evt_map_font_weight; ?>;
|
| 1154 |
+
font-size: <?php echo $theme_row->lightbox_evt_map_size; ?>px;
|
| 1155 |
+
text-decoration: none;
|
| 1156 |
+
}
|
| 1157 |
+
.ffwd_place_map:hover {
|
| 1158 |
+
text-decoration: underline;
|
| 1159 |
+
}
|
| 1160 |
+
.ffwd_from_time_event {
|
| 1161 |
+
color: #<?php echo $theme_row->lightbox_evt_date_color; ?>;
|
| 1162 |
+
font-family: <?php echo $theme_row->lightbox_evt_info_font_family; ?>;
|
| 1163 |
+
font-weight: <?php echo $theme_row->lightbox_evt_date_font_weight; ?>;
|
| 1164 |
+
font-size: <?php echo $theme_row->lightbox_evt_date_size; ?>px;
|
| 1165 |
+
}
|
| 1166 |
|
| 1167 |
.ffwd_next_btn,
|
| 1168 |
.ffwd_prev_btn
|
| 1169 |
{
|
| 1170 |
+
position: relative;
|
| 1171 |
+
top: 10px;
|
| 1172 |
+
color:#fff;
|
| 1173 |
+
}
|
| 1174 |
+
.spider_popup_close i
|
| 1175 |
+
{
|
| 1176 |
+
color:#fff;
|
| 1177 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1178 |
</style>
|
| 1179 |
<script>
|
| 1180 |
var data = [],
|
| 1181 |
+
ffwd_event_stack = [],
|
| 1182 |
+
ffwd_event_stack_for_attachments = [],
|
| 1183 |
+
popup_graph_url = '<?php echo $this->model->graph_url; ?>',
|
| 1184 |
+
client_side_today_popup = new Date(),
|
| 1185 |
+
client_server_date_difference_popup = (Date.parse(client_side_today_popup) / 1000) - <?php echo time(); ?>,
|
| 1186 |
+
ffwd_content_type = '<?php echo $ffwd_info->content_type; ?>',
|
| 1187 |
+
ffwd_content = '<?php echo $content; ?>',
|
| 1188 |
+
ffwd_from_album = <?php echo $from_album; ?>,
|
| 1189 |
+
ffwd_date_timezone_offset = <?php echo $this->model->date_offset; ?>,
|
| 1190 |
+
owner_info = JSON.parse('<?php echo $this->model->page_user_group; ?>'),
|
| 1191 |
+
ffwd_options = JSON.parse('<?php echo stripslashes($this->model->get_option_json_data()); ?>'),
|
| 1192 |
+
ffwd_enable_author = '<?php echo $enable_author; ?>';
|
| 1193 |
+
ffwd_enable_place_name = '<?php echo $enable_place_name; ?>';
|
| 1194 |
|
| 1195 |
<?php
|
| 1196 |
$image_id_exist = FALSE;
|
| 1197 |
$j = 0;
|
| 1198 |
+
$id_object_id_json=array();
|
| 1199 |
foreach ($image_rows as $key => $image_row) {
|
| 1200 |
+
$type = isset($image_row->type) ? $image_row->type : '';
|
| 1201 |
+
$message = isset($image_row->message) ? str_replace(array("\r\n", "\n", "\r", "\n\n", '"'), array(esc_html("<br/><br/>"), esc_html("<br/>"), esc_html("<br/>"), esc_html("<br/><br/>"), esc_html('"')), $image_row->message) : '';
|
| 1202 |
+
$story = isset($image_row->story) ? str_replace(array('"'), array(esc_html('"')), $image_row->story) : '';
|
| 1203 |
+
$from = isset($image_row->from) ? $image_row->from : '';
|
| 1204 |
+
$link = isset($image_row->link) ? $image_row->link : '';
|
| 1205 |
+
$source = isset($image_row->source) ? $image_row->source : '';
|
| 1206 |
+
$status_type = isset($image_row->status_type) ? $image_row->status_type : '';
|
| 1207 |
+
$place = isset($image_row->place) ? str_replace(array("'"), array(esc_html("'")), $image_row->place) : '';
|
| 1208 |
+
$story_tags = isset($image_row->story_tags) ? str_replace(array("'"), array(esc_html("'")), $image_row->story_tags) : '';
|
| 1209 |
+
$message_tags = isset($image_row->message_tags) ? str_replace(array("'"), array(esc_html("'")), $image_row->message_tags) : '';
|
| 1210 |
+
$created_time = isset($image_row->created_time) ? $image_row->created_time : '';
|
| 1211 |
+
$updated_time = isset($image_row->updated_time) ? $image_row->updated_time : '';
|
| 1212 |
+
$description = isset($image_row->description) ? str_replace(array("\r\n", "\n", '\r', "\n\n", '"'), array(esc_html("<br/>"), esc_html("<br/>"), esc_html("<br/>"), esc_html("<br/><br/>"), esc_html('"')), $image_row->description) : '';
|
| 1213 |
+
$main_url = isset($image_row->main_url) && $image_row->main_url!='' ? $image_row->main_url : plugins_url('../../images/ffwd/no-image.png', __FILE__ );
|
| 1214 |
$thumb_url = isset($image_row->thumb_url) && $image_row->thumb_url!='' ? $image_row->thumb_url : plugins_url('../../images/ffwd/no-image.png', __FILE__ );
|
| 1215 |
+
$name = isset($image_row->name) ? str_replace(array("\r\n", "\n", '\r', "\n\n", '"'), array(esc_html("<br/>"), esc_html("<br/>"), esc_html("<br/>"), esc_html("<br/><br/>"), esc_html('"')), $image_row->name) : '';
|
| 1216 |
+
$comments = isset($image_row->comments) ? $image_row->comments : '';
|
| 1217 |
+
$attachments = isset($image_row->attachments) ? $image_row->attachments : '';
|
| 1218 |
+
$who_post = isset($image_row->who_post) ? $image_row->who_post : '';
|
| 1219 |
+
$shares = isset($image_row->shares) ? $image_row->shares : '';
|
| 1220 |
|
| 1221 |
+
|
| 1222 |
+
|
| 1223 |
+
|
| 1224 |
+
|
| 1225 |
+
$alt = $name;
|
| 1226 |
+
if($type == 'status' || $type == 'link') {
|
| 1227 |
+
continue;
|
| 1228 |
+
}
|
| 1229 |
+
|
| 1230 |
+
if ($image_row->id == $image_id) {
|
| 1231 |
+
$current_image_key = $j;
|
| 1232 |
+
}
|
| 1233 |
+
if ($image_row->id == $current_image_id) {
|
| 1234 |
+
$current_object_id = $image_row->object_id;
|
| 1235 |
+
$current_image_alt = $name;
|
| 1236 |
+
$current_image_description = $description;
|
| 1237 |
+
$current_image_url = $main_url;
|
| 1238 |
+
$current_thumb_url = $thumb_url;
|
| 1239 |
+
$current_obj_link = $link;
|
| 1240 |
+
$image_id_exist = TRUE;
|
| 1241 |
+
}
|
| 1242 |
+
?>
|
| 1243 |
+
data["<?php echo $j; ?>"] = [];
|
| 1244 |
+
data["<?php echo $j; ?>"]["number"] = <?php echo $j + 1; ?>;
|
| 1245 |
+
data["<?php echo $j; ?>"]["id"] = "<?php echo $image_row->id; ?>";
|
| 1246 |
+
data["<?php echo $j; ?>"]["from"] = "<?php echo $from; ?>";
|
| 1247 |
+
data["<?php echo $j; ?>"]["object_id"] = "<?php echo $image_row->object_id; ?>";
|
| 1248 |
+
data["<?php echo $j; ?>"]["type"] = "<?php echo $type; ?>";
|
| 1249 |
+
data["<?php echo $j; ?>"]["message"] = "<?php echo $message; ?>";
|
| 1250 |
+
data["<?php echo $j; ?>"]["story"] = "<?php echo $story; ?>";
|
| 1251 |
+
data["<?php echo $j; ?>"]["link"] = "<?php echo $link; ?>";
|
| 1252 |
+
data["<?php echo $j; ?>"]["source"] ="<?php echo $source; ?>";
|
| 1253 |
+
data["<?php echo $j; ?>"]["status_type"] = "<?php echo $status_type; ?>";
|
| 1254 |
+
data["<?php echo $j; ?>"]["place"] = jQuery.parseJSON('<?php echo addslashes($place); ?>');
|
| 1255 |
+
data["<?php echo $j; ?>"]["story_tags"] = jQuery.parseJSON('<?php echo addslashes($story_tags); ?>');
|
| 1256 |
+
data["<?php echo $j; ?>"]["message_tags"] = jQuery.parseJSON('<?php echo addslashes($message_tags); ?>');
|
| 1257 |
+
data["<?php echo $j; ?>"]["created_time"] = "<?php echo $created_time; ?>";
|
| 1258 |
+
data["<?php echo $j; ?>"]["updated_time"] = "<?php echo $updated_time; ?>";
|
| 1259 |
+
data["<?php echo $j; ?>"]["description"] = "<?php echo $description; ?>";
|
| 1260 |
+
data["<?php echo $j; ?>"]["main_url"] = "<?php echo $main_url; ?>";
|
| 1261 |
+
data["<?php echo $j; ?>"]["thumb_url"] = "<?php echo $thumb_url; ?>";
|
| 1262 |
+
data["<?php echo $j; ?>"]["alt"] = "<?php echo $name; ?>";
|
| 1263 |
+
data["<?php echo $j; ?>"]["name"] = "<?php echo $name; ?>";;
|
| 1264 |
+
data["<?php echo $j; ?>"]["comments"] = jQuery.parseJSON('<?php echo addslashes($comments); ?>');
|
| 1265 |
+
data["<?php echo $j; ?>"]["attachments"] = jQuery.parseJSON('<?php echo addslashes($attachments); ?>');
|
| 1266 |
+
data["<?php echo $j; ?>"]["who_post"] = jQuery.parseJSON('<?php echo addslashes($who_post); ?>');
|
| 1267 |
+
data["<?php echo $j; ?>"]["shares"] = jQuery.parseJSON('<?php echo addslashes($shares); ?>');
|
| 1268 |
+
<?php
|
| 1269 |
+
$j++;
|
| 1270 |
}
|
| 1271 |
?>
|
| 1272 |
</script>
|
| 1273 |
<?php
|
| 1274 |
if (!$image_id_exist) {
|
| 1275 |
+
echo WDW_FFWD_Library::message(__('The image has been deleted.', 'bwg'), 'error');
|
| 1276 |
die();
|
| 1277 |
}
|
| 1278 |
?>
|
| 1279 |
<div class="ffwd_image_wrap">
|
| 1280 |
<?php
|
| 1281 |
if ($enable_image_ctrl_btn) {
|
| 1282 |
+
?>
|
| 1283 |
+
<div class="ffwd_btn_container">
|
| 1284 |
+
<div class="ffwd_ctrl_btn_container">
|
| 1285 |
+
<span title="<?php echo __('Play', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_play_pause ffwd_play"></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1286 |
<?php
|
| 1287 |
+
if ($enable_image_fullscreen) {
|
| 1288 |
+
if (!$open_with_fullscreen) {
|
| 1289 |
+
?>
|
| 1290 |
+
<span title="<?php echo __('Maximize', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_resize-full ffwd_resize_out_full" style="background-size: 20px !important;"></span>
|
| 1291 |
+
<?php
|
| 1292 |
+
}
|
| 1293 |
+
?>
|
| 1294 |
+
<span title="<?php echo __('Fullscreen', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_fullscreen" style="background-size: 20px !important;"></span>
|
| 1295 |
+
<?php
|
| 1296 |
+
}
|
| 1297 |
+
if ($enable_object_info) {
|
| 1298 |
+
?>
|
| 1299 |
+
<span title="<?php echo __('Show info and comments', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_comment" style="background-size: 23px !important;"></span>
|
| 1300 |
+
<?php
|
| 1301 |
+
}
|
| 1302 |
+
if($ffwd_info->content_type == 'specific' && ($content == 'videos' || $content == 'events'))
|
| 1303 |
+
$share_url = 'https://www.facebook.com/' . $current_object_id;
|
| 1304 |
+
else
|
| 1305 |
+
$share_url = $current_obj_link;
|
| 1306 |
+
$share_image_url = urlencode($current_image_url);
|
| 1307 |
+
if ($enable_image_facebook) {
|
| 1308 |
+
?>
|
| 1309 |
+
<a id="ffwd_facebook_a" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Facebook', 'bwg'); ?>">
|
| 1310 |
+
<span title="<?php echo __('Share on Facebook', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_facebook"></span>
|
| 1311 |
+
</a>
|
| 1312 |
+
<?php
|
| 1313 |
+
}
|
| 1314 |
+
if ($enable_image_twitter) {
|
| 1315 |
+
?>
|
| 1316 |
+
<a id="ffwd_twitter_a" href="https://twitter.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Twitter', 'bwg'); ?>">
|
| 1317 |
+
<span title="<?php echo __('Share on Twitter', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_twitter" style="background-size: 22px !important;"></span>
|
| 1318 |
+
</a>
|
| 1319 |
+
<?php
|
| 1320 |
+
}
|
| 1321 |
+
if ($enable_image_google) {
|
| 1322 |
+
?>
|
| 1323 |
+
<a id="ffwd_google_a" href="https://plus.google.com/share?url=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Google+', 'bwg'); ?>">
|
| 1324 |
+
<span title="<?php echo __('Share on Google+', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_google"></span>
|
| 1325 |
+
</a>
|
| 1326 |
+
<?php
|
| 1327 |
+
}
|
| 1328 |
+
if (/*$enable_image_pinterest && */false) {
|
| 1329 |
+
?>
|
| 1330 |
+
<a id="ffwd_pinterest_a" href="http://pinterest.com/pin/create/button/?s=100&url=<?php echo urlencode($share_url); ?>&media=<?php echo $share_image_url; ?>&description=<?php echo $current_image_description; ?>" target="_blank" title="<?php echo __('Share on Pinterest', 'bwg'); ?>">
|
| 1331 |
+
<span title="<?php echo __('Share on Pinterest', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_pinterest fa fa-pinterest"></span>
|
| 1332 |
+
</a>
|
| 1333 |
+
<?php
|
| 1334 |
+
}
|
| 1335 |
+
if (/*$enable_image_tumblr && */false) {
|
| 1336 |
+
?>
|
| 1337 |
+
<a id="ffwd_tumblr_a" href="https://www.tumblr.com/share/photo?source=<?php echo $share_image_url; ?>&caption=<?php echo urlencode($current_image_alt); ?>&clickthru=<?php echo urlencode($share_url); ?>" target="_blank" title="<?php echo __('Share on Tumblr', 'bwg'); ?>">
|
| 1338 |
+
<span title="<?php echo __('Share on Tumblr', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_tumblr fa fa-tumblr"></span>
|
| 1339 |
+
</a>
|
| 1340 |
+
<?php
|
| 1341 |
+
}
|
| 1342 |
+
if (/*$option_row->popup_enable_fullsize_image*/false) {
|
| 1343 |
+
?>
|
| 1344 |
+
<a id="ffwd_fullsize_image" href="<?php echo $current_image_url; ?>" target="_blank">
|
| 1345 |
+
<span title="<?php echo __('Open image in original size.', 'bwg'); ?>" class="ffwd_ctrl_btn ffwd_fullsize"></span>
|
| 1346 |
+
</a>
|
| 1347 |
+
<?php
|
| 1348 |
+
}
|
| 1349 |
+
if (/*$option_row->popup_enable_download*/false) {
|
| 1350 |
+
$current_image_arr = explode('/', $current_image_url);
|
| 1351 |
+
?>
|
| 1352 |
+
<a id="ffwd_download" href="<?php echo $current_image_url; ?>" target="_blank" download="<?php echo end($current_image_arr); ?>">
|
| 1353 |
+
<span title="<?php echo __('Download original image', 'bwg'); ?>" class="ffwd_ctrl_btn fa fa-download"></span>
|
| 1354 |
+
</a>
|
| 1355 |
+
<?php
|
| 1356 |
+
}
|
| 1357 |
?>
|
| 1358 |
+
</div>
|
| 1359 |
+
<div class="ffwd_toggle_container">
|
| 1360 |
+
<i class="ffwd_toggle_btn fa <?php echo (($theme_row->lightbox_ctrl_btn_pos == 'top') ? 'fa-angle-up' : 'fa-angle-down'); ?>"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1361 |
</div>
|
| 1362 |
</div>
|
| 1363 |
+
<?php
|
| 1364 |
+
if ($enable_image_filmstrip && $content_type== "timeline") {
|
| 1365 |
+
?>
|
| 1366 |
+
<div class="ffwd_sub_attachmenst_cont">
|
| 1367 |
+
<div class="ffwd_sub_attachmenst_cont_left"><i class="fa <?php echo ($filmstrip_direction == 'horizontal'? 'fa-angle-left' : 'fa-angle-up'); ?> " style="line-height: <?php echo $image_filmstrip_height ?>px !important;"></i></div>
|
| 1368 |
+
<div class="ffwd_sub_attachmenst">
|
| 1369 |
+
<div class="ffwd_sub_attachmenst_thumbnails">
|
| 1370 |
+
</div>
|
| 1371 |
+
</div>
|
| 1372 |
+
<div class="ffwd_sub_attachmenst_cont_right"><i class="fa <?php echo ($filmstrip_direction == 'horizontal'? 'fa-angle-right' : 'fa-angle-down'); ?>" style="line-height: <?php echo $image_filmstrip_height ?>px !important;"></i></div>
|
| 1373 |
|
| 1374 |
+
</div>
|
| 1375 |
+
<?php } ?>
|
| 1376 |
+
<?php
|
| 1377 |
}
|
| 1378 |
$current_pos = 0;
|
| 1379 |
if ($enable_image_filmstrip && $content_type != "timeline") {
|
| 1383 |
<div class="ffwd_filmstrip">
|
| 1384 |
<div class="ffwd_filmstrip_thumbnails">
|
| 1385 |
<?php
|
| 1386 |
+
foreach ($image_rows as $key => $image_row) {
|
| 1387 |
+
if ($image_row->id == $current_image_id) {
|
| 1388 |
+
$current_pos = $key * (($filmstrip_direction == 'horizontal' ? $image_filmstrip_width : $image_filmstrip_height) + $filmstrip_thumb_margin_hor);
|
| 1389 |
+
$current_key = $key;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1390 |
}
|
| 1391 |
+
if((isset($image_row->width) && $image_row->width != '') && (isset($image_row->height) && $image_row->height != '')){
|
| 1392 |
+
$image_thumb_width = intval($image_row->width);
|
| 1393 |
+
$image_thumb_height = intval($image_row->height);
|
| 1394 |
+
|
| 1395 |
+
$scale = max($image_filmstrip_width / $image_thumb_width, $image_filmstrip_height / $image_thumb_height);
|
| 1396 |
+
$image_thumb_width *= $scale;
|
| 1397 |
+
$image_thumb_height *= $scale;
|
| 1398 |
+
}
|
| 1399 |
+
else {
|
| 1400 |
+
$image_thumb_width = $image_filmstrip_width;
|
| 1401 |
+
$image_thumb_height = $image_filmstrip_height;
|
| 1402 |
+
}
|
| 1403 |
+
$thumb_left = ($image_filmstrip_width - $image_thumb_width) / 2;
|
| 1404 |
+
$thumb_top = ($image_filmstrip_height - $image_thumb_height) / 2;
|
| 1405 |
+
?>
|
| 1406 |
+
<div id="ffwd_filmstrip_thumbnail_<?php echo $key; ?>" class="ffwd_filmstrip_thumbnail <?php echo (($image_row->id == $current_image_id) ? 'ffwd_thumb_active' : 'ffwd_thumb_deactive'); ?>">
|
| 1407 |
+
<img style="width:<?php echo $image_thumb_width; ?>px; height:<?php echo $image_thumb_height; ?>px; margin-left: <?php echo $thumb_left; ?>px; margin-top: <?php echo $thumb_top; ?>px;" class="ffwd_filmstrip_thumbnail_img" src="<?php echo $image_row->thumb_url; ?>" onclick="ffwd_change_image(parseInt(jQuery('#ffwd_current_image_key').val()), '<?php echo $key; ?>', data)" ontouchend="ffwd_change_image(parseInt(jQuery('#ffwd_current_image_key').val()), '<?php echo $key; ?>', data)" image_id="<?php echo $image_row->id; ?>" image_key="<?php echo $key; ?>" alt="" />
|
| 1408 |
+
</div>
|
| 1409 |
+
<?php
|
| 1410 |
+
}
|
| 1411 |
?>
|
| 1412 |
</div>
|
| 1413 |
</div>
|
| 1429 |
$message = isset($image_row->message) ? $image_row->message : '';
|
| 1430 |
$story = isset($image_row->story) ? $image_row->story : '';
|
| 1431 |
$link = isset($image_row->link) ? $image_row->link : '';
|
| 1432 |
+
$view_on_facebook = ($link != "" && $type != "link" && $type != "video") ? $link : "https://www.facebook.com/".$object_id;
|
| 1433 |
$source = isset($image_row->source) ? $image_row->source : '';
|
| 1434 |
$status_type = isset($image_row->status_type) ? $image_row->status_type : '';
|
| 1435 |
$place = isset($image_row->place) ? $image_row->place : '';
|
| 1454 |
<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;">
|
| 1455 |
<span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">
|
| 1456 |
<?php
|
| 1457 |
+
if (strpos($type, "photo") !== false || strpos($type, "events") !== false) {
|
| 1458 |
+
if ($ffwd_info->content_type == "specific") {
|
| 1459 |
+
?>
|
| 1460 |
+
<img class="ffwd_popup_image" src="<?php echo $main_url; ?>" alt="<?php echo $name; ?>" />
|
| 1461 |
+
<?php
|
|
|
|
| 1462 |
}
|
| 1463 |
+
}
|
| 1464 |
+
elseif(strpos($type, "video") !== false) { /*Videos*/
|
| 1465 |
+
?>
|
| 1466 |
+
<span class="ffwd_video">
|
| 1467 |
<?php
|
| 1468 |
+
if($ffwd_info->content_type != 'timeline'):
|
| 1469 |
+
if($status_type == 'shared_story') { ?>
|
| 1470 |
+
<iframe class="ffwd_popup_iframe" src="<?php echo $source. '&enablejsapi=1&wmode=transparent'; ?>" style="width: inherit; height: inherit; margin:0;" frameborder="0" scrolling="no" allowtransparency="false" allowfullscreen></iframe>
|
| 1471 |
+
<?php } else { ?>
|
| 1472 |
+
<video class="ffwd_popup_image" src="<?php echo $source; ?>" controls autoplay="autoplay"></video>
|
| 1473 |
+
<?php } endif; ?>
|
| 1474 |
</span>
|
| 1475 |
<?php
|
| 1476 |
+
}
|
| 1477 |
?>
|
| 1478 |
</span>
|
| 1479 |
</span>
|
| 1495 |
</div>
|
| 1496 |
</div>
|
| 1497 |
<?php
|
| 1498 |
+
if ($enable_object_info) {
|
| 1499 |
+
?>
|
| 1500 |
+
<div class="ffwd_object_info_wrap">
|
| 1501 |
+
<div class="ffwd_object_info_container ffwd_close">
|
| 1502 |
+
<div id="ajax_loading" style="position:absolute;">
|
| 1503 |
+
<div id="opacity_div" style="display:none; background-color:rgba(255, 255, 255, 0.2); position:absolute; z-index:10150;"></div>
|
| 1504 |
+
<span id="loading_div" style="display:none; text-align:center; position:relative; vertical-align:middle; z-index:10170">
|
| 1505 |
<img src="<?php echo WD_FFWD_URL . '/images/ajax_loader.png'; ?>" class="spider_ajax_loading" style="width:50px;">
|
| 1506 |
</span>
|
| 1507 |
+
</div>
|
| 1508 |
+
<div class="ffwd_object_info">
|
| 1509 |
+
<div id="ffwd_object_info">
|
| 1510 |
+
|
| 1511 |
+
|
| 1512 |
+
<div class="ffwd_object_info_big_container">
|
| 1513 |
+
<div class="ffwd_info_header">
|
| 1514 |
+
<div title="<?php echo __('Hide Comments', 'bwg'); ?>" class="ffwd_comments_close">
|
| 1515 |
+
<div class="ffwd_comments_close_btn"><i class="fa fa-arrow-left"></i></div>
|
| 1516 |
+
</div>
|
| 1517 |
+
<div class="ffwd_object_info_main_container">
|
| 1518 |
+
<div class="ffwd_object_from" >
|
| 1519 |
+
<?php
|
| 1520 |
+
if($theme_row->lightbox_obj_date_pos == "before")
|
| 1521 |
+
$this->model->ffwd_time($created_time, $updated_time, $type);
|
| 1522 |
+
?>
|
| 1523 |
+
<div class="ffwd_object_from_pic_cont">
|
| 1524 |
+
<a class="ffwd_object_from_pic" href="" target="_blank">
|
| 1525 |
+
</a>
|
| 1526 |
+
</div>
|
| 1527 |
+
<div class="ffwd_object_from_name_time_cont" style="">
|
| 1528 |
<span class="ffwd_story" >
|
| 1529 |
</span>
|
| 1530 |
+
<?php
|
| 1531 |
+
if($theme_row->lightbox_obj_date_pos == "after")
|
| 1532 |
+
$this->model->ffwd_time($created_time, $updated_time, $type);
|
| 1533 |
+
?>
|
| 1534 |
+
</div>
|
| 1535 |
+
<div style="clear:both"></div>
|
| 1536 |
+
</div>
|
| 1537 |
+
<div class="ffwd_object_name_mess_desp_cont" >
|
| 1538 |
+
<?php if($enable_name): ?>
|
| 1539 |
+
<a class="ffwd_object_name" href="<?php echo nl2br($link); ?>" id="ffwd_object_name" target="_blank">
|
| 1540 |
+
<?php echo nl2br($name); ?>
|
| 1541 |
+
</a>
|
| 1542 |
+
<?php endif;
|
| 1543 |
+
if($enable_message_desc):
|
| 1544 |
+
?>
|
| 1545 |
+
<p class="ffwd_object_messages">
|
| 1546 |
+
<?php
|
| 1547 |
+
$message = $this->model->see_less_more($message, 'message', $type);
|
| 1548 |
+
$message = $this->model->fill_hashtags($message);
|
| 1549 |
+
$message = $this->model->fill_tags($message, $message_tags);
|
| 1550 |
+
echo nl2br($message);
|
| 1551 |
+
?>
|
| 1552 |
+
</p>
|
| 1553 |
+
<p class="ffwd_object_description">
|
| 1554 |
+
<?php
|
| 1555 |
+
$description = $this->model->see_less_more($description, 'description', $type);
|
| 1556 |
+
$description = $this->model->fill_hashtags($description);
|
| 1557 |
+
echo nl2br($description);
|
| 1558 |
+
?>
|
| 1559 |
+
</p>
|
| 1560 |
+
<?php
|
| 1561 |
+
endif;
|
| 1562 |
+
if($theme_row->lightbox_obj_date_pos == "bottom")
|
| 1563 |
+
$this->model->ffwd_time($created_time, $updated_time, $type);
|
| 1564 |
+
?>
|
| 1565 |
+
</div>
|
| 1566 |
+
</div>
|
| 1567 |
+
<div style="clear:both">
|
| 1568 |
+
</div>
|
| 1569 |
+
<?php if($enable_likes || $enable_shares || $enable_comments): ?>
|
| 1570 |
+
<div class="ffwd_comments_likes_container">
|
| 1571 |
+
<div class="ffwd_comments_likes">
|
| 1572 |
+
<?php
|
| 1573 |
+
if(($content_type == 'timeline' || ($content_type == 'specific' && $content != 'events'))&& $enable_likes):
|
| 1574 |
+
?>
|
| 1575 |
+
<div id="ffwd_likes" class="ffwd_likes">
|
| 1576 |
+
</div>
|
| 1577 |
+
<?php
|
| 1578 |
+
endif;
|
| 1579 |
+
if($content_type == 'timeline' && $enable_shares):
|
| 1580 |
+
?>
|
| 1581 |
+
<div id="ffwd_shares" class="ffwd_shares">
|
| 1582 |
+
</div>
|
| 1583 |
+
<?php
|
| 1584 |
+
endif;
|
| 1585 |
+
if($enable_comments):
|
| 1586 |
+
?>
|
| 1587 |
+
<div id="ffwd_comments_count" class="ffwd_comments_count">
|
| 1588 |
+
</div>
|
| 1589 |
+
<?php
|
| 1590 |
+
endif; ?>
|
| 1591 |
+
<div style="clear:both"></div>
|
| 1592 |
+
</div>
|
| 1593 |
+
<?php if($view_on_fb): ?>
|
| 1594 |
+
<div class="ffwd_view_on" >
|
| 1595 |
+
<a class="ffwd_view_on_facebook" id="ffwd_view_on_facebook" href="<?php echo $view_on_facebook; ?>" target="_blank" title="<?php echo __('View on facebook', 'bwg'); ?>"><?php echo __('View on facebook', 'bwg'); ?></a>
|
| 1596 |
+
</div>
|
| 1597 |
+
<?php endif; ?>
|
| 1598 |
+
<div style="clear:both"></div>
|
| 1599 |
+
</div>
|
| 1600 |
+
|
| 1601 |
+
</div>
|
| 1602 |
+
<?php
|
| 1603 |
+
endif;
|
| 1604 |
+
if($enable_comments || $enable_likes):
|
| 1605 |
+
?>
|
| 1606 |
+
<div class="ffwd_comments">
|
| 1607 |
+
<?php
|
| 1608 |
+
if($content != 'events' && $enable_likes):
|
| 1609 |
+
?>
|
| 1610 |
+
<div id="ffwd_likes_names_count" class="ffwd_likes_names_count">
|
| 1611 |
+
</div>
|
| 1612 |
+
<?php
|
| 1613 |
+
endif;
|
| 1614 |
+
if($enable_comments):
|
| 1615 |
+
?>
|
| 1616 |
+
<div id="ffwd_comments_content" class="ffwd_comments_content">
|
| 1617 |
+
</div>
|
| 1618 |
+
<?php
|
| 1619 |
+
endif;
|
| 1620 |
+
?>
|
| 1621 |
+
</div>
|
| 1622 |
+
<?php
|
| 1623 |
+
endif;
|
| 1624 |
+
?>
|
| 1625 |
+
</div>
|
| 1626 |
+
</div>
|
| 1627 |
+
</div>
|
| 1628 |
+
</div>
|
| 1629 |
+
</div>
|
| 1630 |
+
<?php
|
| 1631 |
+
}
|
| 1632 |
+
?>
|
| 1633 |
<a class="spider_popup_close" onclick="ffwd_destroypopup(1000); return false;" ontouchend="ffwd_destroypopup(1000); return false;"><span><i class="ffwd_close_btn fa fa-times"></i></span></a>
|
| 1634 |
<script>
|
| 1635 |
+
var ffwd_trans_in_progress = false;
|
| 1636 |
+
ffwd_transition_duration = <?php echo (($slideshow_interval < 4) && ($slideshow_interval != 0)) ? ($slideshow_interval * 1000) / 4 : 800; ?>,
|
| 1637 |
+
ffwd_current_key = '<?php echo $current_key; ?>',
|
| 1638 |
+
ffwd_current_filmstrip_pos = <?php echo $current_pos; ?>;
|
| 1639 |
+
var ffwd_playInterval;
|
| 1640 |
if ((jQuery("#spider_popup_wrap").width() >= jQuery(window).width()) || (jQuery("#spider_popup_wrap").height() >= jQuery(window).height())) {
|
| 1641 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 1642 |
}
|
| 1646 |
var selectedImagePos = -ffwd_current_filmstrip_pos - (jQuery(".ffwd_filmstrip_thumbnail").<?php echo $outerWidth_or_outerHeight; ?>(true)) / 2;
|
| 1647 |
var imagesContainerLeft = Math.min(0, Math.max(filmStripWidth - jQuery(".ffwd_filmstrip_thumbnails").<?php echo $width_or_height; ?>(), selectedImagePos + filmStripWidth / 2));
|
| 1648 |
jQuery(".ffwd_filmstrip_thumbnails").animate({
|
| 1649 |
+
<?php echo $left_or_top; ?>: imagesContainerLeft
|
| 1650 |
+
}, {
|
| 1651 |
+
duration: 500,
|
| 1652 |
+
complete: function () { ffwd_filmstrip_arrows(); }
|
| 1653 |
+
});
|
| 1654 |
}
|
| 1655 |
function ffwd_move_filmstrip() {
|
| 1656 |
var image_left = jQuery(".ffwd_thumb_active").position().<?php echo $left_or_top; ?>,
|
| 1657 |
+
image_right = jQuery(".ffwd_thumb_active").position().<?php echo $left_or_top; ?> + jQuery(".ffwd_thumb_active").<?php echo $outerWidth_or_outerHeight; ?>(true),
|
| 1658 |
+
ffwd_filmstrip_width = jQuery(".ffwd_filmstrip").<?php echo $outerWidth_or_outerHeight; ?>(true),
|
| 1659 |
+
ffwd_filmstrip_thumbnails_width = jQuery(".ffwd_filmstrip_thumbnails").<?php echo $outerWidth_or_outerHeight; ?>(true),
|
| 1660 |
+
long_filmstrip_cont_left = jQuery(".ffwd_filmstrip_thumbnails").position().<?php echo $left_or_top; ?>,
|
| 1661 |
+
long_filmstrip_cont_right = Math.abs(jQuery(".ffwd_filmstrip_thumbnails").position().<?php echo $left_or_top; ?>) + ffwd_filmstrip_width;
|
| 1662 |
if (ffwd_filmstrip_width > ffwd_filmstrip_thumbnails_width) return;
|
| 1663 |
if (image_left < Math.abs(long_filmstrip_cont_left)) {
|
| 1664 |
jQuery(".ffwd_filmstrip_thumbnails").animate({
|
| 1665 |
+
<?php echo $left_or_top; ?>: -image_left
|
| 1666 |
+
}, {
|
| 1667 |
duration: 500,
|
| 1668 |
+
complete: function () { ffwd_filmstrip_arrows(); }
|
| 1669 |
});
|
| 1670 |
}
|
| 1671 |
else if (image_right > long_filmstrip_cont_right) {
|
| 1672 |
jQuery(".ffwd_filmstrip_thumbnails").animate({
|
| 1673 |
+
<?php echo $left_or_top; ?>: -(image_right - ffwd_filmstrip_width)
|
| 1674 |
+
}, {
|
| 1675 |
duration: 500,
|
| 1676 |
+
complete: function () { ffwd_filmstrip_arrows(); }
|
| 1677 |
});
|
| 1678 |
}
|
| 1679 |
}
|
| 1690 |
}
|
| 1691 |
/*Change subattachment*/
|
| 1692 |
function ffwd_change_subattachment(object) {
|
| 1693 |
+
|
| 1694 |
+
if (ffwd_trans_in_progress) {
|
| 1695 |
|
| 1696 |
ffwd_event_stack_for_attachments.push(object);
|
| 1697 |
|
| 1698 |
return;
|
| 1699 |
}
|
| 1700 |
+
|
| 1701 |
var object_id = object.attr('object_id'),
|
| 1702 |
+
src = object.find('img').attr('src'),
|
| 1703 |
+
obj_class_name = object.attr('class'),
|
| 1704 |
+
current_image_class = jQuery(".ffwd_popup_image_spun").css("zIndex") == 2 ? ".ffwd_popup_image_spun" : ".ffwd_popup_image_second_spun",
|
| 1705 |
+
next_image_class = current_image_class == ".ffwd_popup_image_second_spun" ? ".ffwd_popup_image_spun" : ".ffwd_popup_image_second_spun",
|
| 1706 |
+
cur_height = jQuery(current_image_class).height(),
|
| 1707 |
+
cur_width = jQuery(current_image_class).width(),
|
| 1708 |
+
innhtml = '<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;"><span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">';
|
| 1709 |
+
innhtml += '<img style="max-height: ' + cur_height + 'px; max-width: ' + cur_width + 'px;" class="ffwd_popup_image" src="'+ jQuery('<div />').html(src).text() + '" alt="" />';
|
| 1710 |
+
innhtml += '</span></span>';
|
| 1711 |
+
jQuery(next_image_class).html(innhtml);
|
| 1712 |
+
|
| 1713 |
+
jQuery("."+obj_class_name).css("opacity", 0.6);
|
| 1714 |
+
object.css("opacity", 1);
|
| 1715 |
|
| 1716 |
var direction = 'right',
|
| 1717 |
+
cur_img = jQuery(next_image_class).find('img');
|
| 1718 |
+
cur_img.one('load', function() {
|
| 1719 |
+
ffwd_afterload_attachments();
|
| 1720 |
+
}).each(function() {
|
| 1721 |
+
if(this.complete) jQuery(this).load();
|
| 1722 |
+
});
|
| 1723 |
function ffwd_afterload_attachments() {
|
| 1724 |
ffwd_<?php echo $image_effect; ?>(current_image_class, next_image_class, direction);
|
| 1725 |
+
/* Change image social networks urls.*/
|
| 1726 |
+
var view_on_facebook = 'https://www.facebook.com/' + object_id,
|
| 1727 |
+
ffwd_share_url = encodeURIComponent(view_on_facebook);
|
| 1728 |
+
jQuery("#ffwd_facebook_a").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + ffwd_share_url);
|
| 1729 |
+
jQuery("#ffwd_twitter_a").attr("href", "https://twitter.com/share?url=" + ffwd_share_url);
|
| 1730 |
+
jQuery("#ffwd_google_a").attr("href", "https://plus.google.com/share?url=" + ffwd_share_url);
|
| 1731 |
+
/* Change view on facebook link */
|
| 1732 |
+
jQuery("#ffwd_view_on_facebook").attr("href", view_on_facebook);
|
| 1733 |
/* Change likes comments and all info */
|
| 1734 |
+
|
| 1735 |
ffwd_fill_likes_comments(object_id);
|
| 1736 |
}
|
| 1737 |
}
|
| 1751 |
jQuery("#ffwd_current_image_key").val(key);
|
| 1752 |
}
|
| 1753 |
if (ffwd_trans_in_progress) {
|
| 1754 |
+
/*console.log('transInprogress');*/
|
| 1755 |
ffwd_event_stack.push(current_key + '-' + key);
|
| 1756 |
return;
|
| 1757 |
}
|
| 1762 |
else if (ffwd_current_key == key) {
|
| 1763 |
return;
|
| 1764 |
}
|
| 1765 |
+
<?php if ($enable_image_filmstrip && $content_type== "timeline" ) {?>
|
|
|
|
| 1766 |
//////////////////////////CHANGE subattachment
|
| 1767 |
if(jQuery('.ffwd_sub_attachmenst_thumbnails').html()!='')
|
| 1768 |
{
|
| 1775 |
|
| 1776 |
if(subattachment_last_key!=subattachment_key)
|
| 1777 |
{
|
| 1778 |
+
jQuery("#ffwd_current_image_key").val(key-1);
|
| 1779 |
+
key-=1;
|
| 1780 |
+
return false;
|
| 1781 |
+
}
|
| 1782 |
|
| 1783 |
}
|
| 1784 |
|
| 1790 |
|
| 1791 |
if(subattachment_key>=0)
|
| 1792 |
{
|
| 1793 |
+
jQuery("#ffwd_current_image_key").val(key+1);
|
| 1794 |
+
key+=1;
|
| 1795 |
|
| 1796 |
+
return false;
|
| 1797 |
+
}
|
| 1798 |
|
| 1799 |
}
|
| 1800 |
|
| 1801 |
|
| 1802 |
}
|
| 1803 |
|
| 1804 |
+
subattachment_key=0;
|
| 1805 |
|
| 1806 |
///////////////////////////////END CHANGE subattachment
|
| 1807 |
+
<?php }?>
|
| 1808 |
|
| 1809 |
jQuery("#spider_popup_left").hover().css({"display": "inline"});
|
| 1810 |
jQuery("#spider_popup_right").hover().css({"display": "inline"});
|
| 1818 |
if(ffwd_content_type != 'timeline' && ffwd_from_album == '0' && data[key]["type"].indexOf('video') === -1) {
|
| 1819 |
/*content type is specific*/
|
| 1820 |
var is_video = data[key]['type'] == 'videos' ? true : false,
|
| 1821 |
+
cur_height = jQuery(current_image_class).height(),
|
| 1822 |
+
cur_width = jQuery(current_image_class).width(),
|
| 1823 |
+
innhtml = '<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;"><span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">';
|
| 1824 |
if (!is_video) {
|
| 1825 |
innhtml += '<img style="max-height: ' + cur_height + 'px; max-width: ' + cur_width + 'px;" class="ffwd_popup_image" src="'+ jQuery('<div />').html(data[key]["main_url"]).text() + '" alt="' + data[key]["alt"] + '" />';
|
| 1826 |
}
|
| 1827 |
else { /*videos*/
|
| 1828 |
innhtml += '<span style="height: ' + cur_height + 'px; width: ' + cur_width + 'px;" class="ffwd_video">';
|
| 1829 |
+
if(data[key]['status_type'] == 'shared_story') {
|
| 1830 |
+
innhtml += '<iframe src="'+data[key]['source']+'&enablejsapi=1&wmode=transparent"' +
|
| 1831 |
+
'style="'+
|
| 1832 |
+
'max-width:'+'100%'+" !important; "+
|
| 1833 |
+
'max-height:'+'100%'+" !important; "+
|
| 1834 |
+
'width:'+'100%; '+
|
| 1835 |
+
'height:'+ '100%; ' +
|
| 1836 |
+
'margin:0; '+
|
| 1837 |
+
'display:table-cell; vertical-align:middle;"'+
|
| 1838 |
+
'frameborder="0" scrolling="no" allowtransparency="false" allowfullscreen'+
|
| 1839 |
+
' class="ffwd_popup_iframe"></iframe>';
|
| 1840 |
+
}else {
|
| 1841 |
+
innhtml += '<video class="ffwd_popup_image" src="'+data[key]['source']+'" controls autoplay="autoplay"></video>';
|
| 1842 |
}
|
| 1843 |
+
innhtml += "</span>";
|
| 1844 |
}
|
| 1845 |
innhtml += '</span></span>';
|
| 1846 |
jQuery(next_image_class).html(innhtml);
|
| 1853 |
if(this.complete) jQuery(this).load();
|
| 1854 |
});
|
| 1855 |
}
|
| 1856 |
+
else {
|
| 1857 |
+
var cur_video = document.querySelector(next_image_class + ' video');
|
| 1858 |
+
if(typeof cur_video != 'undefined' && cur_video != null)
|
| 1859 |
+
cur_video.onloadeddata = function() {
|
| 1860 |
+
ffwd_afterload(current_image_class, next_image_class, direction, key);
|
| 1861 |
+
};
|
| 1862 |
+
else
|
| 1863 |
+
ffwd_afterload(current_image_class, next_image_class, direction, key);
|
| 1864 |
+
}
|
| 1865 |
}
|
| 1866 |
else {
|
| 1867 |
/*content type is timeline or gallery from album*/
|
| 1873 |
function ffwd_afterload(current_image_class, next_image_class, direction, key, from_album, link) {
|
| 1874 |
from_album = (typeof(from_album) === 'undefined') ? false : from_album;
|
| 1875 |
ffwd_<?php echo $image_effect; ?>(current_image_class, next_image_class, direction);
|
| 1876 |
+
/* Pause videos facebook video.*/
|
| 1877 |
+
var curent_video = document.querySelector(current_image_class + ' video');
|
| 1878 |
+
if(curent_video != null && typeof curent_video != 'undefined') {
|
| 1879 |
+
curent_video.pause();
|
| 1880 |
+
}
|
| 1881 |
+
/* Pause youtube or other videos.*/
|
| 1882 |
jQuery(current_image_class + " .ffwd_popup_iframe").each(function () {
|
| 1883 |
jQuery(this)[0].contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*');
|
| 1884 |
jQuery(this)[0].contentWindow.postMessage('{ "method": "pause" }', "*");
|
| 1885 |
jQuery(this)[0].contentWindow.postMessage('pause', '*');
|
| 1886 |
});
|
| 1887 |
+
/* Change image social networks urls.*/
|
| 1888 |
+
if(ffwd_content_type == 'specific' && (ffwd_content == 'videos' || ffwd_content == 'events')){
|
| 1889 |
+
var ffwd_share_url = encodeURIComponent('https://www.facebook.com/' + data[key]['object_id']);
|
| 1890 |
+
}
|
| 1891 |
else
|
| 1892 |
+
var ffwd_share_url = encodeURIComponent((typeof link != 'undefined') ? link : data[key]['link']);
|
| 1893 |
|
| 1894 |
jQuery("#ffwd_facebook_a").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + ffwd_share_url);
|
| 1895 |
jQuery("#ffwd_twitter_a").attr("href", "https://twitter.com/share?url=" + ffwd_share_url);
|
| 1896 |
jQuery("#ffwd_google_a").attr("href", "https://plus.google.com/share?url=" + ffwd_share_url);
|
| 1897 |
|
| 1898 |
+
/* Change view on facebook link */
|
| 1899 |
+
var view_on_facebook = (typeof data[key]['link'] != 'undefined' && data[key]['link'] != "" && data[key]['type'] != "video") ? data[key]['link'] : 'https://www.facebook.com/'+data[key]['object_id'];
|
| 1900 |
+
jQuery("#ffwd_view_on_facebook").attr("href", view_on_facebook);
|
| 1901 |
if(!from_album) {
|
| 1902 |
/*change object info*/
|
| 1903 |
ffwd_change_info(key);
|
| 1904 |
/*change likes comments and all info */
|
| 1905 |
+
ffwd_fill_likes_comments(key);
|
| 1906 |
}
|
| 1907 |
<?php
|
| 1908 |
if ($enable_image_filmstrip && $content_type!= "timeline" ) {
|
| 1909 |
+
?>
|
| 1910 |
+
ffwd_move_filmstrip();
|
| 1911 |
+
<?php
|
| 1912 |
}
|
| 1913 |
?>
|
| 1914 |
}
|
| 1939 |
if (typeof jQuery().fullscreen !== 'undefined' && jQuery.isFunction(jQuery().fullscreen) && !jQuery.fullscreen.isFullScreen()) {
|
| 1940 |
jQuery(".ffwd_resize-full").show();
|
| 1941 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full ffwd_resize_out_full");
|
| 1942 |
+
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Maximize', 'bwg'); ?>");
|
| 1943 |
jQuery(".ffwd_fullscreen").attr("class", "ffwd_ctrl_btn ffwd_fullscreen ");
|
| 1944 |
+
jQuery(".ffwd_fullscreen").attr("title", "<?php echo __('Fullscreen', 'bwg'); ?>");
|
| 1945 |
}
|
| 1946 |
|
| 1947 |
var comment_container_width = 0;
|
| 2057 |
if (((jQuery(window).height() > <?php echo $image_height - 2 * $theme_row->lightbox_close_btn_top; ?>) && (jQuery(window).width() >= <?php echo $image_width - 2 * $theme_row->lightbox_close_btn_right; ?>)) && (<?php echo $open_with_fullscreen; ?> != 1)) {
|
| 2058 |
jQuery(".spider_popup_close_fullscreen").attr("class", "spider_popup_close");
|
| 2059 |
}
|
| 2060 |
+
else {
|
| 2061 |
if ((jQuery("#spider_popup_wrap").width() < jQuery(window).width()) && (jQuery("#spider_popup_wrap").height() < jQuery(window).height())) {
|
| 2062 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 2063 |
}
|
| 2080 |
border_width = 0;
|
| 2081 |
}
|
| 2082 |
jQuery(".ffwd_object_info_container").animate({
|
| 2083 |
+
<?php echo $theme_row->lightbox_obj_pos; ?>: -jQuery(".ffwd_object_info_container").width() - border_width
|
| 2084 |
+
}, {
|
| 2085 |
+
duration: 500,
|
| 2086 |
+
complete: function () {
|
| 2087 |
+
jQuery(".spider_popup_close_fullscreen").show();
|
| 2088 |
+
}
|
| 2089 |
+
}
|
| 2090 |
+
);
|
| 2091 |
jQuery(".ffwd_image_wrap").animate({
|
| 2092 |
+
<?php echo $theme_row->lightbox_obj_pos; ?>: 0,
|
| 2093 |
+
width: jQuery("#spider_popup_wrap").width()
|
| 2094 |
+
}, 500);
|
| 2095 |
jQuery(".ffwd_image_container").animate({
|
| 2096 |
width: jQuery("#spider_popup_wrap").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>
|
| 2097 |
+
}, 500);
|
| 2098 |
jQuery(".ffwd_popup_image").animate({
|
| 2099 |
+
maxWidth: jQuery("#spider_popup_wrap").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>
|
| 2100 |
}, {
|
| 2101 |
+
duration: 500,
|
| 2102 |
});
|
| 2103 |
|
| 2104 |
jQuery(".ffwd_video").animate({
|
| 2105 |
+
width: jQuery("#spider_popup_wrap").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>
|
| 2106 |
+
}, {
|
| 2107 |
+
duration: 500,
|
| 2108 |
+
complete: function () {
|
| 2109 |
+
}
|
| 2110 |
+
});
|
| 2111 |
jQuery(".ffwd_filmstrip_container").animate({<?php echo $width_or_height; ?>: jQuery(".spider_popup_wrap").<?php echo $width_or_height; ?>()}, 500);
|
| 2112 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: jQuery(".spider_popup_wrap").<?php echo $width_or_height; ?>() - 40}, 500);
|
| 2113 |
|
| 2117 |
/* Set filmstrip initial position.*/
|
| 2118 |
ffwd_set_filmstrip_pos(jQuery(".spider_popup_wrap").width() - 40);
|
| 2119 |
jQuery(".ffwd_object_info_container").attr("class", "ffwd_object_info_container ffwd_close");
|
| 2120 |
+
jQuery(".ffwd_comment").attr("title", "<?php echo __('Show Comments', 'bwg'); ?>");
|
| 2121 |
}
|
| 2122 |
else {
|
| 2123 |
/* Open comment.*/
|
| 2138 |
}
|
| 2139 |
jQuery(".ffwd_object_info_container").animate({<?php echo $theme_row->lightbox_obj_pos; ?>: 0}, 500);
|
| 2140 |
jQuery(".ffwd_image_wrap").animate({
|
| 2141 |
+
<?php echo $theme_row->lightbox_obj_pos; ?>: jQuery(".ffwd_object_info_container").width(),
|
| 2142 |
+
width: jQuery("#spider_popup_wrap").width() - jQuery(".ffwd_object_info_container").width()
|
| 2143 |
+
}, 500);
|
| 2144 |
jQuery(".ffwd_image_container").animate({
|
| 2145 |
width: jQuery("#spider_popup_wrap").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?> - jQuery(".ffwd_object_info_container").width()}, 500);
|
| 2146 |
jQuery(".ffwd_popup_image").animate({
|
| 2147 |
+
maxWidth: jQuery("#spider_popup_wrap").width() - jQuery(".ffwd_object_info_container").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>
|
| 2148 |
+
}, {
|
| 2149 |
+
duration: 500,
|
| 2150 |
+
complete: function () { }
|
| 2151 |
+
});
|
| 2152 |
|
| 2153 |
jQuery(".ffwd_video").animate({
|
| 2154 |
+
width: jQuery("#spider_popup_wrap").width() - jQuery(".ffwd_object_info_container").width() - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>
|
| 2155 |
+
}, {
|
| 2156 |
+
duration: 500,
|
| 2157 |
+
complete: function () {
|
| 2158 |
+
}
|
| 2159 |
+
});
|
| 2160 |
jQuery(".ffwd_filmstrip_container").css({<?php echo $width_or_height; ?>: jQuery("#spider_popup_wrap").<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'vertical' ? 0: 'jQuery(".ffwd_object_info_container").width()'); ?>});
|
| 2161 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: jQuery(".ffwd_filmstrip_container").<?php echo $width_or_height; ?>() - 40}, 500);
|
| 2162 |
|
| 2163 |
/* If content type is timeline*/
|
| 2164 |
+
var sub_att_cont = jQuery("#spider_popup_wrap").width() - jQuery(".ffwd_object_info_container").width() - 40;
|
| 2165 |
jQuery(".ffwd_sub_attachmenst").animate({width: sub_att_cont}, 500);
|
| 2166 |
|
| 2167 |
/* Set filmstrip initial position.*/
|
| 2168 |
ffwd_set_filmstrip_pos(jQuery(".ffwd_filmstrip_container").<?php echo $width_or_height; ?>() - 40);
|
| 2169 |
jQuery(".ffwd_object_info_container").attr("class", "ffwd_object_info_container ffwd_open");
|
| 2170 |
+
jQuery(".ffwd_comment").attr("title", "<?php echo __('Hide Comments', 'bwg'); ?>");
|
| 2171 |
}
|
| 2172 |
}
|
| 2173 |
jQuery(document).ready(function () {
|
| 2174 |
|
| 2175 |
+
<?php if($ffwd_info->open_commentbox==1 && $enable_object_info==1) { ?>
|
| 2176 |
+
ffwd_comment()
|
| 2177 |
+
<?php }?>
|
| 2178 |
|
| 2179 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/comment_lightbox.png');
|
| 2180 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/play.png' );
|
| 2181 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/pause.png' );
|
| 2182 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/facebook_white.png' );
|
| 2183 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/twitter_white.png' );
|
| 2184 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/google_white.png' );
|
| 2185 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/resize_in.png' );
|
| 2186 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/resize_out.png' );
|
| 2187 |
+
jQuery('<img>').attr('src','<?php echo WD_FFWD_URL ?>/images/feed/fullscreen.png' );
|
| 2188 |
|
| 2189 |
if (typeof jQuery().swiperight !== 'undefined' && jQuery.isFunction(jQuery().swiperight)) {
|
| 2190 |
jQuery('#spider_popup_wrap').swiperight(function () {
|
| 2224 |
}
|
| 2225 |
/* Set image container height.*/
|
| 2226 |
<?php if ($filmstrip_direction == 'horizontal') { ?>
|
| 2227 |
+
jQuery(".ffwd_image_container").height(jQuery(".ffwd_image_wrap").height() - <?php echo $image_filmstrip_height; ?>);
|
| 2228 |
+
jQuery(".ffwd_image_container").width(jQuery(".ffwd_image_wrap").width());
|
| 2229 |
+
<?php }
|
| 2230 |
else {
|
| 2231 |
+
?>
|
| 2232 |
+
jQuery(".ffwd_image_container").height(jQuery(".ffwd_image_wrap").height());
|
| 2233 |
+
jQuery(".ffwd_image_container").width(jQuery(".ffwd_image_wrap").width() - <?php echo $image_filmstrip_width; ?>);
|
| 2234 |
+
<?php
|
| 2235 |
} ?>
|
| 2236 |
var mousewheelevt = (/Firefox/i.test(navigator.userAgent)) ? "DOMMouseScroll" : "mousewheel" /*FF doesn't recognize mousewheel as of FF3.x*/
|
| 2237 |
jQuery('.ffwd_filmstrip').on(mousewheelevt, function(e) {
|
| 2334 |
/* Close controll buttons.*/
|
| 2335 |
jQuery(".ffwd_ctrl_btn_container").animate({<?php echo $theme_row->lightbox_ctrl_btn_pos; ?>: '-' + jQuery(".ffwd_ctrl_btn_container").height()}, 500);
|
| 2336 |
jQuery(".ffwd_toggle_container").animate({
|
| 2337 |
+
<?php echo $theme_row->lightbox_ctrl_btn_pos; ?>: 0
|
| 2338 |
+
}, {
|
| 2339 |
+
duration: 500,
|
| 2340 |
+
complete: function () { jQuery(".ffwd_toggle_container i").attr("class", "ffwd_toggle_btn fa " + ffwd_close_toggle_btn_class) }
|
| 2341 |
+
});
|
| 2342 |
}
|
| 2343 |
else {
|
| 2344 |
/* Open controll buttons.*/
|
| 2345 |
jQuery(".ffwd_ctrl_btn_container").animate({<?php echo $theme_row->lightbox_ctrl_btn_pos; ?>: 0}, 500);
|
| 2346 |
jQuery(".ffwd_toggle_container").animate({
|
| 2347 |
+
<?php echo $theme_row->lightbox_ctrl_btn_pos; ?>: jQuery(".ffwd_ctrl_btn_container").height()
|
| 2348 |
+
}, {
|
| 2349 |
+
duration: 500,
|
| 2350 |
+
complete: function () { jQuery(".ffwd_toggle_container i").attr("class", "ffwd_toggle_btn fa " + ffwd_open_toggle_btn_class) }
|
| 2351 |
+
});
|
| 2352 |
}
|
| 2353 |
});
|
| 2354 |
/* Maximize/minimize.*/
|
| 2377 |
jQuery(".ffwd_image_wrap").animate({width: ffwd_popup_current_width - comment_container_width}, 500);
|
| 2378 |
jQuery(".ffwd_image_container").animate({height: ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>, width: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>}, 500);
|
| 2379 |
jQuery(".ffwd_popup_image").animate({
|
| 2380 |
+
maxWidth: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>,
|
| 2381 |
+
maxHeight: ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>
|
| 2382 |
+
}, {
|
| 2383 |
+
duration: 500,
|
| 2384 |
+
complete: function () {
|
| 2385 |
|
| 2386 |
+
if ((jQuery("#spider_popup_wrap").width() < jQuery(window).width()) && (jQuery("#spider_popup_wrap").height() < jQuery(window).height())) {
|
| 2387 |
+
jQuery(".spider_popup_close_fullscreen").attr("class", "spider_popup_close");
|
|
|
|
| 2388 |
}
|
| 2389 |
+
}
|
| 2390 |
+
});
|
| 2391 |
|
| 2392 |
jQuery(".ffwd_video").animate({
|
| 2393 |
+
width: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>,
|
| 2394 |
+
height: ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>
|
| 2395 |
+
}, {
|
| 2396 |
+
duration: 500,
|
| 2397 |
+
complete: function () {
|
| 2398 |
|
| 2399 |
+
if ((jQuery("#spider_popup_wrap").width() < jQuery(window).width()) && (jQuery("#spider_popup_wrap").height() < jQuery(window).height())) {
|
| 2400 |
+
jQuery(".spider_popup_close_fullscreen").attr("class", "spider_popup_close");
|
|
|
|
| 2401 |
}
|
| 2402 |
+
}
|
| 2403 |
+
});
|
| 2404 |
jQuery(".ffwd_filmstrip_container").animate({<?php echo $width_or_height; ?>: ffwd_popup_current_<?php echo $width_or_height; ?> - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?>}, 500);
|
| 2405 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: ffwd_popup_current_<?php echo $width_or_height; ?> - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40}, 500);
|
| 2406 |
|
| 2410 |
/* Set filmstrip initial position.*/
|
| 2411 |
ffwd_set_filmstrip_pos(ffwd_popup_current_<?php echo $width_or_height; ?> - 40);
|
| 2412 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full ffwd_resize_out_full");
|
| 2413 |
+
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Maximize', 'bwg'); ?>");
|
| 2414 |
}
|
| 2415 |
else {
|
| 2416 |
ffwd_popup_current_width = jQuery(window).width();
|
| 2427 |
jQuery(".ffwd_image_wrap").animate({width: (jQuery(window).width() - comment_container_width)}, 500);
|
| 2428 |
jQuery(".ffwd_image_container").animate({height: (ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>), width: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>}, 500);
|
| 2429 |
jQuery(".ffwd_popup_image").animate({
|
| 2430 |
+
maxWidth: jQuery(window).width() - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>,
|
| 2431 |
+
maxHeight: jQuery(window).height() - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>
|
| 2432 |
+
}, {
|
| 2433 |
+
duration: 500,
|
| 2434 |
+
complete: function () { }
|
| 2435 |
+
});
|
| 2436 |
|
| 2437 |
jQuery(".ffwd_video").animate({
|
| 2438 |
+
width: jQuery(window).width() - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>,
|
| 2439 |
+
height: jQuery(window).height() - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>
|
| 2440 |
+
}, {
|
| 2441 |
+
duration: 500,
|
| 2442 |
+
complete: function () {
|
| 2443 |
+
}
|
| 2444 |
+
});
|
| 2445 |
jQuery(".ffwd_filmstrip_container").animate({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?>}, 500);
|
| 2446 |
jQuery(".ffwd_filmstrip").animate({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40}, 500);
|
| 2447 |
|
| 2451 |
/* Set filmstrip initial position.*/
|
| 2452 |
ffwd_set_filmstrip_pos(jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40);
|
| 2453 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full ffwd_resize_in_full");
|
| 2454 |
+
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Restore', 'bwg'); ?>");
|
| 2455 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 2456 |
}
|
| 2457 |
});
|
| 2473 |
<?php
|
| 2474 |
/* "Full width lightbox" sets yes.*/
|
| 2475 |
if ($open_with_fullscreen) {
|
| 2476 |
+
?>
|
| 2477 |
ffwd_popup_current_width = jQuery(window).width();
|
| 2478 |
ffwd_popup_current_height = jQuery(window).height();
|
| 2479 |
+
<?php
|
| 2480 |
}
|
| 2481 |
?>
|
| 2482 |
jQuery("#spider_popup_wrap").on("fscreenclose", function() {
|
| 2510 |
/* Set filmstrip initial position.*/
|
| 2511 |
ffwd_set_filmstrip_pos(ffwd_popup_current_<?php echo $width_or_height; ?> - 40);
|
| 2512 |
jQuery(".ffwd_resize-full").show();
|
| 2513 |
+
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full ffwd_resize_out_full");
|
| 2514 |
+
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Maximize', 'bwg'); ?>");
|
| 2515 |
jQuery(".ffwd_fullscreen").attr("class", "ffwd_ctrl_btn ffwd_fullscreen ");
|
| 2516 |
+
jQuery(".ffwd_fullscreen").attr("title", "<?php echo __('Fullscreen', 'bwg'); ?>");
|
| 2517 |
if ((jQuery("#spider_popup_wrap").width() < jQuery(window).width()) && (jQuery("#spider_popup_wrap").height() < jQuery(window).height())) {
|
| 2518 |
jQuery(".spider_popup_close_fullscreen").attr("class", "spider_popup_close");
|
| 2519 |
}
|
| 2528 |
else {
|
| 2529 |
/* Fullscreen.*/
|
| 2530 |
jQuery("#spider_popup_wrap").fullscreen();
|
| 2531 |
+
var screen_width = screen.width;
|
| 2532 |
+
var screen_height = screen.height;
|
| 2533 |
+
jQuery("#spider_popup_wrap").css({
|
| 2534 |
+
width: screen_width,
|
| 2535 |
+
height: screen_height,
|
| 2536 |
+
left: 0,
|
| 2537 |
+
top: 0,
|
| 2538 |
+
margin: 0,
|
| 2539 |
+
zIndex: 100000
|
| 2540 |
+
});
|
| 2541 |
+
jQuery(".ffwd_image_wrap").css({width: screen_width - comment_container_width});
|
| 2542 |
+
jQuery(".ffwd_image_container").css({height: (screen_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>), width: screen_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>});
|
| 2543 |
+
jQuery(".ffwd_popup_image").css({
|
| 2544 |
+
maxWidth: (screen_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>),
|
| 2545 |
+
maxHeight: (screen_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>)
|
| 2546 |
+
});
|
| 2547 |
+
|
| 2548 |
+
jQuery(".ffwd_video").css({
|
| 2549 |
+
width: (screen_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>),
|
| 2550 |
+
height: (screen_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>)
|
| 2551 |
+
});
|
| 2552 |
+
|
| 2553 |
+
jQuery(".ffwd_filmstrip_container").css({<?php echo $width_or_height; ?>: (screen_<?php echo $width_or_height; ?> - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?>)});
|
| 2554 |
+
jQuery(".ffwd_filmstrip").css({<?php echo $width_or_height; ?>: (screen_<?php echo $width_or_height; ?> - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40)});
|
| 2555 |
+
|
| 2556 |
+
/*if content type is timeline*/
|
| 2557 |
+
jQuery(".ffwd_sub_attachmenst").css({width: screen_width - comment_container_width - 40});
|
| 2558 |
+
|
| 2559 |
+
/* Set filmstrip initial position.*/
|
| 2560 |
+
ffwd_set_filmstrip_pos(screen_<?php echo $width_or_height; ?> - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40);
|
| 2561 |
+
jQuery(".ffwd_resize-full").hide();
|
| 2562 |
+
jQuery(".ffwd_fullscreen").attr("class", "ffwd_ctrl_btn ffwd_fullscreen");/* fa fa-resize-small*/
|
| 2563 |
+
jQuery(".ffwd_fullscreen").attr("title", "<?php echo __('Exit Fullscreen', 'bwg'); ?>");
|
| 2564 |
+
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 2565 |
}
|
| 2566 |
}
|
| 2567 |
return false;
|
| 2571 |
if (jQuery(".ffwd_ctrl_btn").hasClass("ffwd_play")) {
|
| 2572 |
/* PLay.*/
|
| 2573 |
ffwd_play();
|
| 2574 |
+
jQuery(".ffwd_play_pause").attr("title", "<?php echo __('Pause', 'bwg'); ?>");
|
| 2575 |
jQuery(".ffwd_play_pause").attr("class", "ffwd_ctrl_btn ffwd_play_pause ffwd_pause");
|
| 2576 |
}
|
| 2577 |
else {
|
| 2578 |
/* Pause.*/
|
| 2579 |
window.clearInterval(ffwd_playInterval);
|
| 2580 |
+
jQuery(".ffwd_play_pause").attr("title", "<?php echo __('Play', 'bwg'); ?>");
|
| 2581 |
jQuery(".ffwd_play_pause").attr("class", "ffwd_ctrl_btn ffwd_play_pause ffwd_play");
|
| 2582 |
}
|
| 2583 |
});
|
| 2584 |
/* Open with autoplay.*/
|
| 2585 |
<?php
|
| 2586 |
if ($open_with_autoplay) {
|
| 2587 |
+
?>
|
| 2588 |
+
ffwd_play();
|
| 2589 |
+
jQuery(".ffwd_play_pause").attr("title", "<?php echo __('Pause', 'bwg'); ?>");
|
| 2590 |
+
jQuery(".ffwd_play_pause").attr("class", "ffwd_ctrl_btn ffwd_play_pause ffwd_pause");
|
| 2591 |
+
<?php
|
| 2592 |
}
|
| 2593 |
?>
|
| 2594 |
/* Open with fullscreen.*/
|
| 2595 |
<?php
|
| 2596 |
if ($open_with_fullscreen) {
|
| 2597 |
+
?>
|
| 2598 |
+
ffwd_open_with_fullscreen();
|
| 2599 |
+
<?php
|
| 2600 |
}
|
| 2601 |
?>
|
| 2602 |
+
// Update scrollbar.
|
| 2603 |
+
if (typeof jQuery().mCustomScrollbar !== 'undefined' && jQuery.isFunction(jQuery().mCustomScrollbar)) {
|
| 2604 |
+
jQuery(".ffwd_object_info").mCustomScrollbar({
|
| 2605 |
+
advanced:{
|
| 2606 |
+
updateOnContentResize: true,
|
| 2607 |
+
scrollInertia: 80
|
| 2608 |
+
}
|
| 2609 |
+
});
|
| 2610 |
+
}
|
| 2611 |
|
| 2612 |
/*View more comments*/
|
| 2613 |
jQuery('body').on('click', '.ffwd_view_more_comments', function(e) {
|
| 2614 |
e.preventDefault();
|
| 2615 |
+
jQuery(this).parent().parent().parent().find('.ffwd_single_comment').css('display', 'block');
|
| 2616 |
jQuery(this).html('');
|
| 2617 |
});
|
| 2618 |
|
| 2619 |
+
/* View replies */
|
| 2620 |
+
jQuery('body').on('click', '.ffwd_comment_replies_label', function(e) {
|
| 2621 |
e.preventDefault();
|
| 2622 |
jQuery(this).parent().find('.ffwd_comment_replies_content').css('display', 'block');
|
| 2623 |
jQuery(this).remove();
|
| 2624 |
});
|
| 2625 |
|
| 2626 |
+
/* Fill comments and likes containers*/
|
| 2627 |
+
ffwd_fill_likes_comments(ffwd_current_key);
|
| 2628 |
|
| 2629 |
/* See more see less messages*/
|
| 2630 |
jQuery('body').on('click', '.ffwd_see_more_message', function(e) {
|
| 2637 |
ffwd_see_less_more(jQuery(this), 'less', 'message');
|
| 2638 |
});
|
| 2639 |
|
| 2640 |
+
/*See more see less description*/
|
| 2641 |
jQuery('body').on('click', '.ffwd_see_more_description', function(e) {
|
| 2642 |
e.preventDefault();
|
| 2643 |
ffwd_see_less_more(jQuery(this), 'more', 'description');
|
| 2648 |
ffwd_see_less_more(jQuery(this), 'less', 'description');
|
| 2649 |
});
|
| 2650 |
|
| 2651 |
+
/*For who post and story*/
|
| 2652 |
+
/*ffwd_who_post(ffwd_current_key);*/
|
| 2653 |
+
ffwd_fill_story_author_place(ffwd_current_key);
|
| 2654 |
/*If content_type is timeline*/
|
| 2655 |
<?php
|
| 2656 |
if ($content_type == 'timeline' || $from_album || strpos($type, "video") !== false) {
|
| 2657 |
+
?>
|
| 2658 |
+
ffwd_fill_src('<?php echo $ffwd_info->from; ?>', true, '.ffwd_popup_image_spun', '.ffwd_popup_image_spun', ffwd_current_key, '', ffwd_from_album);
|
| 2659 |
+
<?php
|
| 2660 |
}
|
| 2661 |
?>
|
| 2662 |
|
| 2663 |
});
|
| 2664 |
|
| 2665 |
+
/*Function for who post*/
|
| 2666 |
+
function ffwd_who_post(key) {
|
| 2667 |
+
|
| 2668 |
+
var ffwd_from = (typeof data[key]["from"] != "undefined" && data[key]["from"].length != 0) ? data[key]["from"] : owner_info['id'];
|
| 2669 |
+
url_for_who_post = popup_graph_url.replace('{FB_ID}', ffwd_from),
|
| 2670 |
+
graph_url_for_who_post = url_for_who_post.replace('{EDGE}', ''),
|
| 2671 |
+
graph_url_for_who_post = graph_url_for_who_post.replace('{FIELDS}', 'fields=picture,name,link&');
|
| 2672 |
+
graph_url_for_who_post = graph_url_for_who_post.replace('{OTHER}', '');
|
| 2673 |
+
jQuery.getJSON(graph_url_for_who_post, popup_createCallback(key));
|
| 2674 |
+
}
|
| 2675 |
+
|
| 2676 |
+
function popup_createCallback(key){
|
| 2677 |
+
return function(result) {
|
| 2678 |
+
popup_do_something_with_data(key, result);
|
| 2679 |
+
};
|
| 2680 |
+
}
|
| 2681 |
+
|
| 2682 |
+
function popup_do_something_with_data(key, result) {
|
| 2683 |
+
ffwd_fill_story_author_place(key, result);
|
| 2684 |
+
}
|
| 2685 |
+
/*Function for fill story, author, place*/
|
| 2686 |
+
function ffwd_fill_story_author_place(key,result) {
|
| 2687 |
+
|
| 2688 |
+
if(data[key]['who_post']==null && !result )
|
| 2689 |
+
ffwd_who_post(key)
|
| 2690 |
+
|
| 2691 |
+
if(data[key]["who_post"])
|
| 2692 |
+
result=data[key]["who_post"]
|
| 2693 |
+
|
| 2694 |
+
|
| 2695 |
+
|
| 2696 |
+
|
| 2697 |
+
if(result)
|
| 2698 |
+
{
|
| 2699 |
+
var who_post = result;
|
| 2700 |
+
var who_post_name_link = (ffwd_enable_author == "1") ? '<a class="ffwd_from_name" href="https://www.facebook.com/'+who_post['id']+'" target="_blank">'+who_post['name']+'</a>' : '',
|
| 2701 |
+
owner_name_link = '<a class="ffwd_from_name" href="https://www.facebook.com/'+owner_info['id']+'" target="_blank">'+owner_info['name']+'</a>',
|
| 2702 |
+
who_post_pic = '<img id="ffwd_user_pic" class="ffwd_user_pic" src="'+who_post['picture']['data']['url']+'" style="max-width:40px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);">',
|
| 2703 |
+
place,
|
| 2704 |
+
full_place = '',
|
| 2705 |
+
place_id = '',
|
| 2706 |
+
story = data[key]["story"].replace(/'/g, "'");
|
| 2707 |
+
who_post_index = story.indexOf(who_post['name']),
|
| 2708 |
+
owner_index = story.indexOf(owner_info['name']),
|
| 2709 |
+
story_tags = data[key]['story_tags'],/*.replace(/'/g, "'")*/
|
| 2710 |
+
place_index = -1;
|
| 2711 |
+
|
| 2712 |
+
if(data[key]['place'] != null) {
|
| 2713 |
+
|
| 2714 |
+
if(data[key]['place']['id'])
|
| 2715 |
+
var place_id = data[key]['place']['id'].replace(/'/g, "'");
|
| 2716 |
+
if(data[key]['place']['location'])
|
| 2717 |
+
{
|
| 2718 |
+
var street = (ffwd_options['event_street'] == "1") ? ((typeof data[key]['place']['location']['street'] != 'undefined') ? data[key]['place']['location']['street'] : '') : '',
|
| 2719 |
+
city = (ffwd_options['event_city'] == "1") ? ((typeof data[key]['place']['location']['city'] != 'undefined') ? data[key]['place']['location']['city'] : '') : '',
|
| 2720 |
+
country = (ffwd_options['event_country'] == "1") ? ((typeof data[key]['place']['location']['country'] != 'undefined') ? data[key]['place']['location']['country'] : '') : '',
|
| 2721 |
+
state = (ffwd_options['event_zip'] == "1") ? ((typeof data[key]['place']['location']['state'] != 'undefined') ? data[key]['place']['location']['state'] : '') : '',
|
| 2722 |
+
zip = (ffwd_options['event_zip'] == "1") ? ((typeof data[key]['place']['location']['zip'] != 'undefined') ? data[key]['place']['location']['zip'] : '') : '',
|
| 2723 |
+
latitude = (ffwd_options['event_map'] == "1") ? ((typeof data[key]['place']['location']['latitude'] != 'undefined') ? data[key]['place']['location']['latitude'] : '') : '',
|
| 2724 |
+
longitude = (ffwd_options['event_map'] == "1") ? ((typeof data[key]['place']['location']['longitude'] != 'undefined') ? data[key]['place']['location']['longitude'] : '') : '';
|
| 2725 |
+
|
| 2726 |
+
full_place = ((ffwd_options['event_street'] == "1") ? '<div class="ffwd_place_street" >'+ street +'</div> ' : '') +
|
| 2727 |
+
((ffwd_options['event_city'] == "1" || ffwd_options['event_zip'] == "1" || ffwd_options['event_country'] == "1" ) ? '<div class="ffwd_place_city_state_country" >'+city+' '+state+' ' + zip + ' ' +country +'</div>' : '') +
|
| 2728 |
+
((ffwd_options['event_map'] == "1") ? '<a class="ffwd_place_map" href="https://maps.google.com/maps?q='+latitude+',' + longitude + '" target="_blank">Map</a>' : '');
|
| 2729 |
+
}
|
| 2730 |
+
}
|
| 2731 |
+
|
| 2732 |
+
if(who_post_index != -1) {
|
| 2733 |
+
story = story.replace(who_post['name'], who_post_name_link);
|
| 2734 |
+
}
|
| 2735 |
+
if(owner_index != -1) {
|
| 2736 |
+
story = story.replace(owner_info['name'], owner_name_link);
|
| 2737 |
+
}
|
| 2738 |
+
if(who_post_index == -1 && owner_index == -1) {
|
| 2739 |
+
story = who_post_name_link;
|
| 2740 |
+
}
|
| 2741 |
+
// With whom after was
|
| 2742 |
+
if(story_tags != null) {
|
| 2743 |
+
var type = story_tags.constructor.name;
|
| 2744 |
+
if(type == "Object") {
|
| 2745 |
+
for(var x in story_tags) {
|
| 2746 |
+
var story_tag_name = story_tags[x]["0"]["name"],
|
| 2747 |
+
story_tag_id = story_tags[x]["0"]["id"];
|
| 2748 |
+
with_name_index = story.indexOf(story_tag_name);
|
| 2749 |
+
if(with_name_index != -1 && story_tag_name != who_post['name'] && story_tag_name != owner_info['name'] && (story_tag_id != place_id)) {
|
| 2750 |
+
story_tag_link = (/*ffwd_params['blog_style_with_whom'] == "1"*/true) ? '<a class="ffwd_from_name" href="https://www.facebook.com/'+story_tag_id+'" target="_blank">'+story_tag_name+'</a>' : '',
|
| 2751 |
+
story = story.replace(story_tag_name, story_tag_link);
|
| 2752 |
+
}
|
| 2753 |
+
else if(story_tag_id == place_id) {
|
| 2754 |
+
// Where after was
|
| 2755 |
+
place_index = 1;
|
| 2756 |
+
place = (ffwd_enable_place_name == "1") ? '<a class="ffwd_place_name" href="https://www.facebook.com/'+data[key]['place']['id']+'" target="_blank">'+story_tag_name+'</a>' : '';
|
| 2757 |
+
story = story.replace("\u2014", "");
|
| 2758 |
+
story = story.replace(story_tag_name.replace(/"/g, """), place);
|
| 2759 |
+
}
|
| 2760 |
+
}
|
| 2761 |
+
}
|
| 2762 |
+
else if(type == "Array") {
|
| 2763 |
+
for(var j=0; j<story_tags.length; j++) {
|
| 2764 |
+
if(typeof story_tags[j]["0"] != "undefined") {
|
| 2765 |
+
var story_tag_name = story_tags[j]["0"]["name"],
|
| 2766 |
+
story_tag_id = story_tags[j]["0"]["id"];
|
| 2767 |
+
}else {
|
| 2768 |
+
var story_tag_name = story_tags[j].name,
|
| 2769 |
+
story_tag_id = story_tags[j].id;
|
| 2770 |
+
}
|
| 2771 |
+
with_name_index = story.indexOf(story_tag_name);
|
| 2772 |
+
if(with_name_index != -1 && story_tag_name != who_post['name'] && story_tag_name != owner_info['name'] && (story_tag_id != place_id)) {
|
| 2773 |
+
story_tag_link = (/*ffwd_params['blog_style_with_whom'] == "1"*/true) ? '<a class="ffwd_from_name" href="https://www.facebook.com/'+story_tag_id+'" target="_blank">'+story_tag_name+'</a>' : '',
|
| 2774 |
+
story = story.replace(story_tag_name, story_tag_link);
|
| 2775 |
+
}
|
| 2776 |
+
else if(story_tag_id == place_id) {
|
| 2777 |
+
// Where after was
|
| 2778 |
+
place_index = 1;
|
| 2779 |
+
place = (ffwd_enable_place_name == "1") ? '<a class="ffwd_place_name" href="https://www.facebook.com/'+data[key]['place']['id']+'" target="_blank">'+story_tag_name+'</a>' : '';
|
| 2780 |
+
story = story.replace("\u2014", "");
|
| 2781 |
+
story = story.replace(story_tag_name.replace(/"/g, """), place);
|
| 2782 |
+
}
|
| 2783 |
+
}
|
| 2784 |
+
}
|
| 2785 |
+
}
|
| 2786 |
+
// Where after was
|
| 2787 |
+
if(ffwd_enable_place_name == "1") {
|
| 2788 |
+
if(data[key]['type'] == 'events')
|
| 2789 |
+
story += full_place;
|
| 2790 |
+
}
|
| 2791 |
+
else {
|
| 2792 |
+
story = story.replace(/ at| in|/gi, "");
|
| 2793 |
+
}
|
| 2794 |
+
jQuery('.ffwd_object_from_pic').html(who_post_pic).attr("href", who_post['link']);;
|
| 2795 |
+
jQuery('.ffwd_story').html(story);
|
| 2796 |
+
|
| 2797 |
+
}
|
| 2798 |
+
}
|
| 2799 |
|
| 2800 |
/*Function for comments and likes cont*/
|
| 2801 |
function ffwd_fill_src(ffwd_info_from, first_time, current_image_class, next_image_class, key, direction, ffwd_from_album) {
|
| 2802 |
var url_for_cur_id = popup_graph_url.replace('{FB_ID}', data[key]['object_id']),
|
| 2803 |
+
cur_id_for_attachments = data[key]['object_id'].replace(data[key]['from'], ffwd_info_from),
|
| 2804 |
+
url_for_cur_id_for_attachments = popup_graph_url.replace('{FB_ID}', cur_id_for_attachments),
|
| 2805 |
+
cur_height = (!first_time) ? jQuery(current_image_class).height() : jQuery('#ffwd_image_container').height(),
|
| 2806 |
+
cur_width = (!first_time) ? jQuery(current_image_class).width() : jQuery('#ffwd_image_container').width(),
|
| 2807 |
+
graph_url_for_attachments = url_for_cur_id_for_attachments.replace('{EDGE}', 'attachments'),
|
| 2808 |
+
graph_url_for_album_photo = url_for_cur_id.replace('{EDGE}', '');
|
| 2809 |
+
|
| 2810 |
+
graph_url_for_attachments = graph_url_for_attachments.replace('{FIELDS}', '');
|
| 2811 |
+
graph_url_for_attachments = graph_url_for_attachments.replace('{OTHER}', '');
|
| 2812 |
+
|
| 2813 |
+
graph_url_for_album_photo = graph_url_for_album_photo.replace('{FIELDS}', 'fields=images,source,width,height,link,created_time&');
|
| 2814 |
+
graph_url_for_album_photo = graph_url_for_album_photo.replace('{OTHER}', '');
|
| 2815 |
+
|
| 2816 |
+
|
| 2817 |
+
if(ffwd_from_album == '0' && data[key]["type"].indexOf('video') === -1) {
|
| 2818 |
+
|
| 2819 |
+
result=data[key]['attachments'];
|
| 2820 |
+
var src = '',
|
| 2821 |
+
id = '',
|
| 2822 |
+
length = 0,
|
| 2823 |
+
album_id = '',
|
| 2824 |
+
filmstrip_thumbnails = '';
|
| 2825 |
+
if (result['data'][0]) {
|
| 2826 |
+
/*If exists subattachments*/
|
| 2827 |
+
if (result['data'][0]['subattachments']) {
|
| 2828 |
+
length = result['data'][0]['subattachments']['data'].length;
|
| 2829 |
+
src = result['data'][0]['subattachments']['data'][0]['media']['image']['src'];
|
| 2830 |
+
id = result['data'][0]['subattachments']['data'][0]['target']['id'];
|
| 2831 |
+
/*First time add profile picture*/
|
| 2832 |
+
if (result['data'][0]['type'] == 'gallery') {
|
| 2833 |
+
src = result['data'][0]['subattachments']['data'][length - 1]['media']['image']['src'];
|
| 2834 |
+
}
|
| 2835 |
|
| 2836 |
+
/*Fill subattachments in filmstrip*/
|
| 2837 |
+
for (var i = 0; i < length; i++) {
|
| 2838 |
+
var sub_src = result['data'][0]['subattachments']['data'][i]['media']['image']['src'],
|
| 2839 |
+
object_id = result['data'][0]['subattachments']['data'][i]['target']['id'];
|
| 2840 |
+
//////////////
|
| 2841 |
+
var image_thumb_width = result['data'][0]['subattachments']['data'][i]['media']['image']['width'];
|
| 2842 |
+
var image_thumb_height = result['data'][0]['subattachments']['data'][i]['media']['image']['height'];
|
| 2843 |
+
|
| 2844 |
+
var scale = Math.max(<?php echo $image_filmstrip_width ?> / image_thumb_width, <?php echo $image_filmstrip_height ?> /
|
| 2845 |
+
image_thumb_height
|
| 2846 |
+
)
|
| 2847 |
+
;
|
| 2848 |
+
image_thumb_width *= scale;
|
| 2849 |
+
image_thumb_height *= scale;
|
| 2850 |
+
var thumb_left = (<?php echo $image_filmstrip_width ?> -image_thumb_width) / 2;
|
| 2851 |
+
var thumb_top = (<?php echo $image_filmstrip_height ?> -image_thumb_height) / 2;
|
| 2852 |
+
|
| 2853 |
+
//////////////////
|
| 2854 |
+
|
| 2855 |
+
filmstrip_thumbnails += '<div class="ffwd_filmstrip_subattach_thumbnail" object_index="' + i + '" object_id="' + object_id + '" onclick="ffwd_change_subattachment(jQuery(this))">' +
|
| 2856 |
+
'<div style="display:table-cell;vertical-align:middle;" >' +
|
| 2857 |
+
'<img style="width:' + image_thumb_width + 'px; height:' + image_thumb_height + 'px; margin-left: ' + thumb_left + 'px; margin-top: ' + thumb_top + 'px;" class="ffwd_filmstrip_thumbnail_img" src="' + sub_src + '" image_id="" image_key="" alt="" />' +
|
| 2858 |
+
'</div>' +
|
| 2859 |
'</div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2860 |
}
|
| 2861 |
+
jQuery('.ffwd_sub_attachmenst_thumbnails').html(filmstrip_thumbnails).css('width', (length) * '<?php echo($image_filmstrip_width + $filmstrip_thumb_margin_hor); ?>' + 'px');
|
| 2862 |
+
show_hide_sub_attachments('0px');
|
| 2863 |
+
jQuery('.ffwd_image_container').css('top', '<?php echo $image_filmstrip_height; ?>px')
|
| 2864 |
+
|
| 2865 |
+
}
|
| 2866 |
+
else if (result['data'][0]['media']) {
|
| 2867 |
+
/*
|
| 2868 |
+
* Check album containing this photo (compare title)
|
| 2869 |
+
* If not Timeline photos or Profile Pictures so get photos from that album
|
| 2870 |
+
*/
|
| 2871 |
+
if (result['data'][0]['title'] != 'Timeline Photos' && result['data'][0]['title'] != 'Profile Pictures') {
|
| 2872 |
+
/*Get that album id*/
|
| 2873 |
+
album_id = result['data'][0]['url'].split("photos/");
|
| 2874 |
+
if (typeof album_id[1] != 'undefined') { /*alert('chucha');*/
|
| 2875 |
+
album_id = album_id[1].split(".");
|
| 2876 |
+
album_id = album_id[1];
|
| 2877 |
+
/*Get photos added to that album*/
|
| 2878 |
+
var url_for_album_subattaments = popup_graph_url.replace('{FB_ID}', ffwd_info_from + '_' + album_id);
|
| 2879 |
+
url_for_album_subattaments = url_for_album_subattaments.replace('{EDGE}', 'attachments');
|
| 2880 |
+
url_for_album_subattaments = url_for_album_subattaments.replace('{FIELDS}', '');
|
| 2881 |
+
url_for_album_subattaments = url_for_album_subattaments.replace('{OTHER}', '');
|
| 2882 |
+
|
| 2883 |
+
jQuery.getJSON(url_for_album_subattaments, function (result) {
|
| 2884 |
+
/*So fill subattachments in filmstrip*/
|
| 2885 |
+
if (result['data'][0]['subattachments']) {
|
| 2886 |
+
length = result['data'][0]['subattachments']['data'].length;
|
| 2887 |
+
for (var i = 0; i < length; i++) {
|
| 2888 |
+
var src = result['data'][0]['subattachments']['data'][i]['media']['image']['src'],
|
| 2889 |
+
object_id = result['data'][0]['subattachments']['data'][i]['target']['id'];
|
| 2890 |
+
var image_thumb_width = result['data'][0]['subattachments']['data'][i]['media']['image']['width'];
|
| 2891 |
+
var image_thumb_height = result['data'][0]['subattachments']['data'][i]['media']['image']['height'];
|
| 2892 |
+
|
| 2893 |
+
var scale = Math.max(<?php echo $image_filmstrip_width ?> / image_thumb_width, <?php echo $image_filmstrip_height ?> /
|
| 2894 |
+
image_thumb_height
|
| 2895 |
+
)
|
| 2896 |
+
;
|
| 2897 |
+
image_thumb_width *= scale;
|
| 2898 |
+
image_thumb_height *= scale;
|
| 2899 |
+
var thumb_left = (<?php echo $image_filmstrip_width ?> -image_thumb_width) / 2;
|
| 2900 |
+
var thumb_top = (<?php echo $image_filmstrip_height ?> -image_thumb_height) / 2;
|
| 2901 |
+
|
| 2902 |
+
//////////////////
|
| 2903 |
+
|
| 2904 |
+
filmstrip_thumbnails += '<div class="ffwd_filmstrip_subattach_thumbnail" object_index="' + i + '" object_id="' + object_id + '" onclick="ffwd_change_subattachment(jQuery(this))">' +
|
| 2905 |
+
'<div style="display:table-cell;vertical-align:middle;" >' +
|
| 2906 |
+
'<img style="width:' + image_thumb_width + 'px; height:' + image_thumb_height + 'px; margin-left: ' + thumb_left + 'px; margin-top: ' + thumb_top + 'px;" class="ffwd_filmstrip_thumbnail_img" src="' + src + '" onclick="" ontouchend="" image_id="" image_key="" alt="" />' +
|
| 2907 |
+
'</div>' +
|
| 2908 |
+
'</div>';
|
| 2909 |
+
}
|
| 2910 |
+
/*2-@ box shadowi xatr*/
|
| 2911 |
+
jQuery('.ffwd_sub_attachmenst_thumbnails').html(filmstrip_thumbnails).css('width', (length) * '<?php echo($image_filmstrip_width + $filmstrip_thumb_margin_hor); ?>' + 'px');
|
| 2912 |
+
|
| 2913 |
+
show_hide_sub_attachments('0px');
|
| 2914 |
+
jQuery('.ffwd_image_container').css('top', '<?php echo $image_filmstrip_height; ?>px')
|
| 2915 |
+
|
| 2916 |
+
}
|
| 2917 |
+
else {
|
| 2918 |
+
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2919 |
jQuery('.ffwd_sub_attachmenst_thumbnails').html('');
|
| 2920 |
+
jQuery('.ffwd_image_container').css('top', '0')
|
| 2921 |
+
|
| 2922 |
+
}
|
| 2923 |
+
}).error(function () {
|
| 2924 |
+
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
| 2925 |
+
jQuery('.ffwd_sub_attachmenst_thumbnails').html('');
|
| 2926 |
+
jQuery('.ffwd_image_container').css('top', '0')
|
| 2927 |
|
| 2928 |
|
| 2929 |
+
});
|
| 2930 |
+
} else {
|
| 2931 |
+
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
|
|
|
|
|
|
| 2932 |
jQuery('.ffwd_sub_attachmenst_thumbnails').html('');
|
| 2933 |
+
jQuery('.ffwd_image_container').css('top', '0')
|
| 2934 |
|
| 2935 |
|
| 2936 |
}
|
| 2937 |
+
}
|
| 2938 |
+
else {
|
| 2939 |
+
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
| 2940 |
+
jQuery('.ffwd_sub_attachmenst_thumbnails').html('');
|
| 2941 |
+
jQuery('.ffwd_image_container').css('top', '0')
|
| 2942 |
+
|
| 2943 |
+
|
| 2944 |
+
}
|
| 2945 |
+
src = result['data'][0]['media']['image']['src'];
|
| 2946 |
+
id = result['data'][0]['target']['id'];
|
| 2947 |
+
}
|
| 2948 |
+
var innhtml = '<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;"><span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">';
|
| 2949 |
+
innhtml += '<img style="max-height: ' + cur_height + 'px; max-width: ' + cur_width + 'px;" class="ffwd_popup_image" src="' + src + '" alt="' + data[key]["alt"] + '" />';
|
| 2950 |
+
innhtml += '</span></span>';
|
| 2951 |
+
jQuery(next_image_class).html(innhtml);
|
| 2952 |
+
/* Don't change image when first open lightbox*/
|
| 2953 |
+
if (first_time) {
|
| 2954 |
+
var view_on_facebook = (typeof data[key]['link'] != 'undefined' && data[key]['link'] != "") ? data[key]['link'] : 'https://www.facebook.com/' + data[key]['object_id'],
|
| 2955 |
+
ffwd_share_url = encodeURIComponent(view_on_facebook);
|
| 2956 |
+
jQuery("#ffwd_facebook_a").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + ffwd_share_url);
|
| 2957 |
+
jQuery("#ffwd_twitter_a").attr("href", "https://twitter.com/share?url=" + ffwd_share_url);
|
| 2958 |
+
jQuery("#ffwd_google_a").attr("href", "https://plus.google.com/share?url=" + ffwd_share_url);
|
| 2959 |
+
/* Change view on facebook link */
|
| 2960 |
+
jQuery("#ffwd_view_on_facebook").attr("href", view_on_facebook);
|
| 2961 |
+
return;
|
| 2962 |
+
}
|
| 2963 |
+
var cur_img = jQuery(next_image_class).find('img');
|
| 2964 |
+
cur_img.one('load', function () {
|
| 2965 |
+
ffwd_afterload(current_image_class, next_image_class, direction, key);
|
| 2966 |
+
}).each(function () {
|
| 2967 |
+
if (this.complete) jQuery(this).load();
|
| 2968 |
+
});
|
| 2969 |
+
}
|
| 2970 |
+
|
| 2971 |
+
}
|
| 2972 |
+
else if(data[key]["type"].indexOf('video') !== -1) {
|
| 2973 |
+
/*Hide subattachment*/
|
| 2974 |
+
show_hide_sub_attachments('-<?php echo $image_filmstrip_height ?>px');
|
| 2975 |
+
var innhtml = '<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;"><span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">';
|
| 2976 |
+
/*Get facebook video source (because it changed for period)*/
|
| 2977 |
+
var url_for_video = popup_graph_url.replace('{FB_ID}', data[key]['object_id']);
|
| 2978 |
+
url_for_video = url_for_video.replace('{EDGE}', '');
|
| 2979 |
+
url_for_video = url_for_video.replace('{FIELDS}', 'fields=source&');
|
| 2980 |
+
url_for_video = url_for_video.replace('{OTHER}', '');
|
| 2981 |
+
jQuery.getJSON(url_for_video, function(result) {
|
| 2982 |
+
var video_src = result['source'];
|
| 2983 |
+
innhtml += '<span style="height: ' + cur_height + 'px; width: ' + cur_width + 'px;" class="ffwd_video">';
|
| 2984 |
+
if(data[key]['status_type'] == 'shared_story') {
|
| 2985 |
+
innhtml += '<iframe src="' + video_src + '&enablejsapi=1&wmode=transparent' + '"' +
|
| 2986 |
+
' style="'+
|
| 2987 |
+
'max-width:'+'100%'+" !important; "+
|
| 2988 |
+
'max-height:'+'100%'+" !important; "+
|
| 2989 |
+
'width:'+'100%; '+
|
| 2990 |
+
'height:'+ '100%; ' +
|
| 2991 |
+
'margin:0; '+
|
| 2992 |
+
'display:table-cell; vertical-align:middle;"'+
|
| 2993 |
+
'frameborder="0" scrolling="no" allowtransparency="false" allowfullscreen'+
|
| 2994 |
+
' class="ffwd_popup_iframe"></iframe>';
|
| 2995 |
+
innhtml += "</span>";
|
| 2996 |
+
}
|
| 2997 |
+
else {
|
| 2998 |
+
innhtml += '<video class="ffwd_popup_image" src="'+video_src+'" controls autoplay="autoplay"></video>'
|
| 2999 |
+
innhtml += "</span>";
|
| 3000 |
}
|
| 3001 |
+
innhtml += '</span></span>';
|
| 3002 |
+
jQuery(next_image_class).html(innhtml);
|
| 3003 |
+
if(first_time) {
|
| 3004 |
+
var ffwd_share_url = encodeURIComponent((typeof data[key]['link'] != 'undefined' && data[key]['link'] != "") ? data[key]['link'] : 'https://www.facebook.com/'+data[key]['object_id']);
|
| 3005 |
+
jQuery("#ffwd_facebook_a").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + ffwd_share_url);
|
| 3006 |
+
jQuery("#ffwd_twitter_a").attr("href", "https://twitter.com/share?url=" + ffwd_share_url);
|
| 3007 |
+
jQuery("#ffwd_google_a").attr("href", "https://plus.google.com/share?url=" + ffwd_share_url);
|
| 3008 |
+
|
| 3009 |
+
/* Change view on facebook link */
|
| 3010 |
+
view_on_facebook = 'https://www.facebook.com/'+data[key]['object_id'];
|
| 3011 |
+
jQuery("#ffwd_view_on_facebook").attr("href", view_on_facebook);
|
| 3012 |
+
return;
|
| 3013 |
+
}
|
| 3014 |
+
var cur_video = document.querySelector(next_image_class + ' video');
|
| 3015 |
+
if(typeof cur_video != 'undefined' && cur_video != null)
|
| 3016 |
+
cur_video.onloadeddata = function() {
|
| 3017 |
+
/*console.log('can playy');*/
|
| 3018 |
+
ffwd_afterload(current_image_class, next_image_class, direction, key);
|
| 3019 |
+
};
|
| 3020 |
+
else
|
| 3021 |
+
ffwd_afterload(current_image_class, next_image_class, direction, key);
|
| 3022 |
+
}).error(function () {
|
| 3023 |
+
console.log('Unable to get video from facebook');
|
| 3024 |
});
|
| 3025 |
+
return;
|
| 3026 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3027 |
else {
|
| 3028 |
/*From album*/
|
| 3029 |
jQuery.getJSON(graph_url_for_album_photo, function(result) {
|
| 3030 |
var images = result['images'];
|
| 3031 |
+
main_src = images[0]['source'];
|
| 3032 |
var innhtml = '<span class="ffwd_popup_image_spun1" style="display: table; width: inherit; height: inherit;"><span class="ffwd_popup_image_spun2" style="display: table-cell; vertical-align: middle; text-align: center;">';
|
| 3033 |
+
innhtml += '<img style="max-height: ' + cur_height + 'px; max-width: ' + cur_width + 'px;" class="ffwd_popup_image" src="'+ main_src + '" alt="' + data[key]["alt"] + '" />';
|
| 3034 |
+
innhtml += '</span></span>';
|
| 3035 |
jQuery(next_image_class).html(innhtml);
|
| 3036 |
|
| 3037 |
/*Fill create time field*/
|
| 3038 |
+
result.type = "";
|
| 3039 |
+
jQuery(".ffwd_popup_from_time_post").html(ffwd_time(result));
|
| 3040 |
|
| 3041 |
/*Fill likes and comments*/
|
| 3042 |
+
ffwd_fill_likes_comments(key);
|
| 3043 |
|
| 3044 |
/*Don't change image when first open lightbox*/
|
| 3045 |
if(first_time) {
|
| 3046 |
+
var view_on_facebook = (typeof result['link'] != 'undefined') ? result['link'] : '',
|
| 3047 |
+
ffwd_share_url = encodeURIComponent(view_on_facebook);
|
| 3048 |
+
jQuery("#ffwd_facebook_a").attr("href", "https://www.facebook.com/sharer/sharer.php?u=" + ffwd_share_url);
|
| 3049 |
+
jQuery("#ffwd_twitter_a").attr("href", "https://twitter.com/share?url=" + ffwd_share_url);
|
| 3050 |
+
jQuery("#ffwd_google_a").attr("href", "https://plus.google.com/share?url=" + ffwd_share_url);
|
| 3051 |
+
|
| 3052 |
+
/* Change view on facebook link */
|
| 3053 |
+
jQuery("#ffwd_view_on_facebook").attr("href", view_on_facebook);
|
| 3054 |
+
return;
|
| 3055 |
+
}
|
| 3056 |
|
| 3057 |
var cur_img = jQuery(next_image_class).find('img');
|
| 3058 |
+
cur_img.one('load', function() {
|
| 3059 |
ffwd_afterload(current_image_class, next_image_class, direction, key, true, result['link']);
|
| 3060 |
}).each(function() {
|
| 3061 |
if(this.complete) jQuery(this).load();
|
| 3082 |
jQuery(".ffwd_image_wrap").css({width: (jQuery(window).width() - comment_container_width)});
|
| 3083 |
jQuery(".ffwd_image_container").css({height: (ffwd_popup_current_height - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>), width: ffwd_popup_current_width - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>});
|
| 3084 |
jQuery(".ffwd_popup_image").css({
|
| 3085 |
+
maxWidth: jQuery(window).width() - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>,
|
| 3086 |
+
maxHeight: jQuery(window).height() - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>
|
| 3087 |
}, {
|
| 3088 |
complete: function () { }
|
| 3089 |
+
});
|
| 3090 |
jQuery(".ffwd_popup_video").css({
|
| 3091 |
+
width: jQuery(window).width() - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>,
|
| 3092 |
+
height: jQuery(window).height() - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>
|
| 3093 |
}, {
|
| 3094 |
complete: function () { }
|
| 3095 |
+
});
|
| 3096 |
jQuery(".ffwd_video").css({
|
| 3097 |
+
width: jQuery(window).width() - comment_container_width - <?php echo ($filmstrip_direction == 'vertical' ? $image_filmstrip_width : 0); ?>,
|
| 3098 |
+
height: jQuery(window).height() - <?php echo ($filmstrip_direction == 'horizontal' ? $image_filmstrip_height : 0); ?>
|
| 3099 |
});
|
| 3100 |
jQuery(".ffwd_filmstrip_container").css({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?>});
|
| 3101 |
jQuery(".ffwd_filmstrip").css({<?php echo $width_or_height; ?>: jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40});
|
| 3107 |
ffwd_set_filmstrip_pos(jQuery(window).<?php echo $width_or_height; ?>() - <?php echo ($filmstrip_direction == 'horizontal' ? 'comment_container_width' : 0); ?> - 40);
|
| 3108 |
|
| 3109 |
jQuery(".ffwd_resize-full").attr("class", "ffwd_ctrl_btn ffwd_resize-full");
|
| 3110 |
+
jQuery(".ffwd_resize-full").attr("title", "<?php echo __('Restore', 'bwg'); ?>");
|
| 3111 |
jQuery(".spider_popup_close").attr("class", "ffwd_ctrl_btn spider_popup_close_fullscreen");
|
| 3112 |
}
|
| 3113 |
|
images/feed/angry_gray.png
ADDED
|
Binary file
|
images/feed/haha_gray.png
ADDED
|
Binary file
|
images/feed/love_gray.png
ADDED
|
Binary file
|
images/feed/sad_gray.png
ADDED
|
Binary file
|
images/feed/wow_gray.png
ADDED
|
Binary file
|
js/ffwd.js
CHANGED
|
@@ -439,7 +439,7 @@ function check_app(wd_fb_prefix) {
|
|
| 439 |
console.log(result[0] + ' : ' + result[1]);
|
| 440 |
jQuery('#'+wd_fb_prefix+'_login_button').attr('href', result[1]);
|
| 441 |
}
|
| 442 |
-
else if(result[0] == 'error') {
|
| 443 |
confirm(result[0] + " : " + result[1] + ".");
|
| 444 |
}
|
| 445 |
|
| 439 |
console.log(result[0] + ' : ' + result[1]);
|
| 440 |
jQuery('#'+wd_fb_prefix+'_login_button').attr('href', result[1]);
|
| 441 |
}
|
| 442 |
+
else if(result[0] == 'error' && app_id != '' && app_secret != '') {
|
| 443 |
confirm(result[0] + " : " + result[1] + ".");
|
| 444 |
}
|
| 445 |
|
js/ffwd_frontend.js
CHANGED
|
@@ -1,175 +1,334 @@
|
|
| 1 |
-
function ffwd_frontend_ajax(form_id, current_view, id, album_id, enter_or_back, type, srch_btn, title, sortByParam, load_more,image_onclick_action) {
|
| 2 |
var page_number = jQuery("#page_number_" + current_view).val();
|
| 3 |
-
|
| 4 |
var ffwd_previous_album_ids = jQuery('#ffwd_previous_album_id_' + current_view).val();
|
| 5 |
-
|
| 6 |
-
|
| 7 |
if (typeof load_more == "undefined") {
|
| 8 |
-
|
| 9 |
-
|
| 10 |
var post_data = {};
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
post_data["ffwd_load_more_" + current_view] = ffwd_load_more;
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
post_data["sortImagesByValue_" + current_view] = sortByParam;
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
if (load_more) {
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
if (jQuery(".pagination-links_" + current_view).length) {
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
}
|
| 68 |
/* For thumnail amd masonry view */
|
| 69 |
function ffwd_fill_likes_thumnail(id_object_id, ffwd, graph_url) {
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
-
if(id_object_id[i]['type'] != 'events')
|
| 81 |
-
jQuery.getJSON(graph_url_for_likesaaa, createCallback_thumbnail(id_object_id[i]['id'], ffwd, 'likes'));
|
| 82 |
-
jQuery.getJSON(graph_url_for_comments, createCallback_thumbnail(id_object_id[i]['id'], ffwd, 'comments'));
|
| 83 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
}
|
| 85 |
|
| 86 |
function createCallback_thumbnail(id, ffwd, type) {
|
| 87 |
-
return function(result) {
|
| 88 |
do_something_with_data_thumbnail(result, id, ffwd, type);
|
| 89 |
};
|
| 90 |
}
|
| 91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
function do_something_with_data_thumbnail(result, id, ffwd, type) {
|
| 93 |
switch (type) {
|
| 94 |
case 'likes' :
|
| 95 |
var likes_count = (typeof result['summary'] != 'undefined') ? parseInt(result['summary']['total_count']) : '0';
|
| 96 |
-
jQuery('#ffwd_likes_'+ffwd+'_' + id + ' span').html(likes_count);
|
| 97 |
-
|
| 98 |
case 'comments' :
|
| 99 |
var comments_count = (typeof result['summary'] != 'undefined') ? parseInt(result['summary']['total_count']) : '0';
|
| 100 |
-
jQuery('#ffwd_comments_'+ffwd+'_' + id + ' span').html(comments_count);
|
| 101 |
-
|
| 102 |
default :
|
| 103 |
console.log('error');
|
| 104 |
-
|
| 105 |
}
|
| 106 |
}
|
| 107 |
|
| 108 |
/* For album view */
|
| 109 |
-
function ffwd_fill_thum_srs_likes_compact_album(id_object_id, ffwd, graph_url, ffwd_album_info,image_onclick_action) {
|
| 110 |
-
if(typeof id_object_id == 'object') {
|
| 111 |
/*Album*/
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
}
|
| 120 |
else {
|
| 121 |
/*Gallery*/
|
| 122 |
var album_id = id_object_id,
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
|
|
|
| 126 |
|
|
|
|
| 127 |
|
| 128 |
-
jQuery.getJSON(url_for_album_photos, createCallback_album('', ffwd, 'photos', graph_url, ffwd_album_info,image_onclick_action));
|
| 129 |
}
|
| 130 |
}
|
| 131 |
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
};
|
| 136 |
}
|
| 137 |
|
| 138 |
-
function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
|
| 140 |
switch (type) {
|
| 141 |
case 'likes' :
|
| 142 |
-
var likes_count = (typeof result['summary'] != 'undefined') ? parseInt(result['summary']['total_count']) : '0';
|
| 143 |
-
jQuery('#ffwd_likes_'+id+'_'+ffwd+' span').html(likes_count);
|
| 144 |
-
break;
|
| 145 |
case 'comments' :
|
| 146 |
-
var
|
| 147 |
-
|
| 148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
case 'covers' :
|
| 150 |
var height = (typeof result['data'][0] != 'undefined') ? result['data'][0]['height'] : 0,
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
if(count) {
|
| 159 |
-
if(width && height){
|
| 160 |
resolution_w = width;
|
| 161 |
resolution_h = height;
|
| 162 |
-
if(resolution_w != 0 && resolution_h != 0){
|
| 163 |
scale = Math.max(ffwd_album_info["album_thumb_width"] / resolution_w, ffwd_album_info["album_thumb_height"] / resolution_h);
|
| 164 |
image_thumb_width = resolution_w * scale;
|
| 165 |
image_thumb_height = resolution_h * scale;
|
| 166 |
}
|
| 167 |
-
else{
|
| 168 |
image_thumb_width = ffwd_album_info["album_thumb_width"];
|
| 169 |
image_thumb_height = ffwd_album_info["album_thumb_height"];
|
| 170 |
}
|
| 171 |
}
|
| 172 |
-
else{
|
| 173 |
image_thumb_width = ffwd_album_info["album_thumb_width"];
|
| 174 |
image_thumb_height = ffwd_album_info["album_thumb_height"];
|
| 175 |
}
|
|
@@ -179,38 +338,61 @@ function do_something_with_data_album(result, id, ffwd, type, graph_url, ffwd_al
|
|
| 179 |
thumb_left = (ffwd_album_info["album_thumb_width"] - image_thumb_width) / 2;
|
| 180 |
thumb_top = (ffwd_album_info["album_thumb_height"] - image_thumb_height) / 2;
|
| 181 |
|
| 182 |
-
jQuery('#ffwd_album_cover_' + id + '_'+ffwd).attr('src', result['data'][0]['source']).css({
|
| 183 |
-
'width'
|
| 184 |
-
'height'
|
| 185 |
-
'margin-left'
|
| 186 |
-
'margin-top'
|
| 187 |
});
|
| 188 |
}
|
| 189 |
else {
|
| 190 |
/*jQuery( "[ffwd_object_id='"+object_id+"']" ).remove();*/
|
| 191 |
}
|
| 192 |
-
|
| 193 |
case 'photos':
|
| 194 |
-
var graph_url_for_likes = graph_url.replace('{EDGE}', '
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
|
|
|
| 198 |
var data = result['data'];
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
images = data[i]['images'],
|
| 206 |
image_obj_id = data[i]['id'];
|
| 207 |
-
|
| 208 |
image = data[i]['images'][index_in_images];
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
|
|
|
| 212 |
|
| 213 |
-
|
| 214 |
width = image['width'],
|
| 215 |
image_thumb_width,
|
| 216 |
image_thumb_height,
|
|
@@ -218,149 +400,282 @@ function do_something_with_data_album(result, id, ffwd, type, graph_url, ffwd_al
|
|
| 218 |
resolution_h,
|
| 219 |
scale;
|
| 220 |
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
}
|
| 229 |
-
else{
|
| 230 |
image_thumb_width = ffwd_album_info["thumb_width"];
|
| 231 |
image_thumb_height = ffwd_album_info["thumb_height"];
|
| 232 |
}
|
| 233 |
-
}
|
| 234 |
-
else{
|
| 235 |
-
image_thumb_width = ffwd_album_info["thumb_width"];
|
| 236 |
-
image_thumb_height = ffwd_album_info["thumb_height"];
|
| 237 |
-
}
|
| 238 |
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
|
| 245 |
-
|
| 246 |
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 251 |
|
| 252 |
-
if(image_onclick_action=='none')
|
| 253 |
-
{
|
| 254 |
-
main_url='#';
|
| 255 |
}
|
| 256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 257 |
|
| 258 |
-
content += '<a class="ffwd_lightbox_'+curent_view+'" href="'+main_url+'" data-image-id="'+i+'" data-image-obj-id="'+image_obj_id+'" >' +
|
| 259 |
-
'<div class="ffwd_standart_thumb_'+curent_view+'">' +
|
| 260 |
-
'<div class="ffwd_standart_thumb_spun1_'+curent_view+'">' +
|
| 261 |
-
'<div class="ffwd_standart_thumb_spun2_'+curent_view+'">' +
|
| 262 |
-
'<img class="ffwd_standart_thumb_img_'+curent_view+'" style="width:'+image_thumb_width+'px; height:'+image_thumb_height+'px; margin-left: '+thumb_left+'px; margin-top: '+thumb_top+'px;" id="" src="'+image.source+'" alt="" />' +
|
| 263 |
-
'<div class="ffwd_likes_comments_container_'+curent_view+'" >' +
|
| 264 |
-
'<div class="ffwd_likes_comments_container_tab_'+curent_view+'" >' +
|
| 265 |
-
'<div class="ffwd_likes_comments_'+curent_view+'" >' +
|
| 266 |
-
'<div id="ffwd_likes_'+i+'_'+curent_view+'" class="ffwd_likes_'+curent_view+'">' +
|
| 267 |
-
'<span></span>' +
|
| 268 |
-
'</div>' +
|
| 269 |
-
'<div id="ffwd_comments_'+i+'_'+curent_view+'" class="ffwd_comments_'+curent_view+'">' +
|
| 270 |
-
'<span></span>' +
|
| 271 |
-
'</div>' +
|
| 272 |
-
'<div style="clear:both"></div>' +
|
| 273 |
-
'</div>' +
|
| 274 |
-
'</div>' +
|
| 275 |
-
'</div>' +
|
| 276 |
-
'</div>' +
|
| 277 |
-
'</div>' +
|
| 278 |
-
'</div>' +
|
| 279 |
-
'</a>';
|
| 280 |
-
|
| 281 |
-
var url_for_likes = graph_url_for_likes.replace('{FB_ID}', data[i]['id']),
|
| 282 |
-
url_for_comments = graph_url_for_comments.replace('{FB_ID}', data[i]['id']);
|
| 283 |
-
jQuery.getJSON(url_for_likes, createCallback_album(i, ffwd, 'likes'));
|
| 284 |
-
jQuery.getJSON(url_for_comments, createCallback_album(i, ffwd, 'comments'));
|
| 285 |
}
|
| 286 |
-
|
| 287 |
-
|
|
|
|
|
|
|
| 288 |
default :
|
| 289 |
console.log('error');
|
| 290 |
-
|
| 291 |
}
|
| 292 |
}
|
| 293 |
/* For Blog-style view */
|
| 294 |
function ffwd_get_passed_time(time) {
|
| 295 |
var today = new Date(),
|
| 296 |
-
|
| 297 |
today = Date.parse(today) / 1000 - client_server_date_difference;
|
| 298 |
-
time = Date.UTC(arr[0],arr[1]-1,arr[2],arr[3],arr[4],arr[5]
|
| 299 |
time /= 1000;
|
| 300 |
time = today - time;
|
|
|
|
| 301 |
var tokens = {
|
| 302 |
-
'year'
|
| 303 |
-
'month'
|
| 304 |
-
'week'
|
| 305 |
-
'day'
|
| 306 |
-
'hour'
|
| 307 |
-
'minute'
|
| 308 |
-
'second'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 309 |
};
|
| 310 |
for (unit in tokens) {
|
| 311 |
if (time < parseInt(tokens[unit])) continue;
|
| 312 |
var numberOfUnits = Math.floor(time / parseInt(tokens[unit]));
|
| 313 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 314 |
}
|
| 315 |
}
|
| 316 |
|
| 317 |
function ffwd_fill_likes_blog_style(id_object_id, ffwd, owner_info, ffwd_params, graph_url) {
|
| 318 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 319 |
/*For likes*/
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
|
|
|
|
|
|
| 325 |
|
| 326 |
/*For comments*/
|
| 327 |
|
|
|
|
|
|
|
|
|
|
| 328 |
var graph_url_for_comments = url_for_cur_id.replace('{EDGE}', 'comments');
|
| 329 |
-
|
| 330 |
-
|
| 331 |
|
| 332 |
/*For future (attachment message_tags fields)*/
|
| 333 |
/*console.log(graph_url_for_comments);*/
|
| 334 |
/*For shares*/
|
| 335 |
var graph_url_for_shares = url_for_cur_id.replace('{EDGE}', '');
|
| 336 |
-
|
| 337 |
-
|
| 338 |
|
| 339 |
/*For attachments*/
|
| 340 |
var graph_url_for_attachments = url_for_cur_id.replace('{EDGE}', 'attachments'),
|
| 341 |
-
|
| 342 |
-
|
| 343 |
|
| 344 |
/*For who post*/
|
| 345 |
|
| 346 |
var url_for_who_post = graph_url.replace('{FB_ID}', id_object_id[i]['from']),
|
| 347 |
|
| 348 |
-
|
| 349 |
-
|
| 350 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 351 |
|
| 352 |
-
if(id_object_id[i]['type'] != 'events') {
|
| 353 |
-
jQuery.getJSON(graph_url_for_likes, createCallback_blog_style(id_object_id[i]['id'], ffwd, 'likes'));
|
| 354 |
-
jQuery.getJSON(graph_url_for_shares, createCallback_blog_style(id_object_id[i]['id'], ffwd, 'shares'));
|
| 355 |
-
jQuery.getJSON(graph_url_for_attachments, createCallback_blog_style(id_object_id[i]['id'], ffwd, 'attachments', "", ffwd_params));
|
| 356 |
}
|
| 357 |
-
|
| 358 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 359 |
}
|
| 360 |
}
|
| 361 |
|
| 362 |
function createCallback_blog_style(id, ffwd, type, owner_info, ffwd_params, graph_url) {
|
| 363 |
-
return function(result) {
|
| 364 |
do_something_with_data_blog_style(result, id, ffwd, type, owner_info, ffwd_params, graph_url);
|
| 365 |
};
|
| 366 |
}
|
|
@@ -368,290 +683,371 @@ function createCallback_blog_style(id, ffwd, type, owner_info, ffwd_params, grap
|
|
| 368 |
function do_something_with_data_blog_style(result, id, ffwd, type, owner_info, ffwd_params, graph_url) {
|
| 369 |
|
| 370 |
switch (type) {
|
| 371 |
-
|
| 372 |
-
var likes_count = parseInt(result['summary']['total_count']);
|
| 373 |
-
jQuery('#ffwd_likes_'+ffwd+'_' + id).html(likes_count);
|
| 374 |
-
if(likes_count >= 3) {
|
| 375 |
-
var likes_some_names = '<div class="ffwd_like_name_cont_'+ffwd+'"> <a class="ffwd_like_name_'+ffwd+'" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + ' , </a><a class="ffwd_like_name_'+ffwd+'" href="https://www.facebook.com/'+result['data'][1]['id']+'" target="_blank">' + result['data'][1]['name'] +' </a></div>';
|
| 376 |
-
var likes_count_last_part = '<div class="ffwd_almost_'+ffwd+'"> and ' + (likes_count - 2) +' others like this </div>';
|
| 377 |
-
}
|
| 378 |
-
else if(likes_count == 2 ) {
|
| 379 |
-
var likes_some_names = '<div class="ffwd_like_name_cont_'+ffwd+'"> <a class="ffwd_like_name_'+ffwd+'" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + ' , </a><a class="ffwd_like_name_'+ffwd+'" href="https://www.facebook.com/'+result['data'][1]['id']+'" target="_blank">' + result['data'][1]['name'] +' </a></div>';
|
| 380 |
-
var likes_count_last_part = '';
|
| 381 |
-
}
|
| 382 |
-
else if(likes_count == 1 ) {
|
| 383 |
-
var likes_some_names = '<div class="ffwd_like_name_cont_'+ffwd+'"> <a class="ffwd_like_name_'+ffwd+'" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + '</a></div>';
|
| 384 |
-
var likes_count_last_part = '';
|
| 385 |
-
}
|
| 386 |
-
else {
|
| 387 |
-
var likes_some_names = '';
|
| 388 |
-
var likes_count_last_part = '';
|
| 389 |
-
}
|
| 390 |
-
var likes_names_count = '<div class="ffwd_likes_names_'+ffwd+'"> '+likes_some_names+likes_count_last_part+' </div><div style="clear:both" ></div>';
|
| 391 |
-
if(likes_count)
|
| 392 |
-
jQuery('#ffwd_likes_names_count_'+id+'_'+ffwd).html(likes_names_count);
|
| 393 |
-
else
|
| 394 |
-
jQuery('#ffwd_likes_names_count_'+id+'_'+ffwd).remove();
|
| 395 |
-
break;
|
| 396 |
case 'comments' :
|
| 397 |
-
|
| 398 |
-
|
|
|
|
| 399 |
/*console.log(result);
|
| 400 |
-
|
| 401 |
var more_comments = false,
|
| 402 |
-
|
| 403 |
-
for(var i=0, j=1, z=0; i<result['data'].length; i++,j++) {
|
| 404 |
comments_exist = true;
|
| 405 |
comment_id = result['data'][i]['id'];
|
| 406 |
var display = 'display:block';
|
| 407 |
-
if(j > 4) {
|
| 408 |
display = 'display:none';
|
| 409 |
more_comments = true;
|
| 410 |
z++;
|
| 411 |
}
|
| 412 |
|
| 413 |
var url_for_cur_id_comm_user_pic = graph_url.replace('{FB_ID}', result['data'][i]['from']['id']);
|
| 414 |
-
|
| 415 |
-
|
| 416 |
-
|
| 417 |
-
|
| 418 |
-
|
| 419 |
-
|
| 420 |
-
|
| 421 |
-
|
| 422 |
-
|
| 423 |
-
|
| 424 |
-
|
| 425 |
-
|
| 426 |
-
|
| 427 |
-
|
| 428 |
-
|
| 429 |
-
|
| 430 |
-
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
-
|
| 435 |
-
|
| 436 |
-
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
|
| 452 |
-
|
| 453 |
-
|
| 454 |
-
|
| 455 |
-
|
| 456 |
-
|
| 457 |
-
jQuery('#ffwd_comment_'+ffwd+'_'+parent_comm_id+' .ffwd_comment_replies_content_'+ffwd).append(comment_reply);
|
| 458 |
-
jQuery.getJSON(url_for_cur_id_comm_rep_user_pic, function(result) {
|
| 459 |
-
jQuery('.reply_user_'+result['id']+'').attr('src', result['picture']['data']['url']);
|
| 460 |
-
});
|
| 461 |
-
}
|
| 462 |
-
ffwd_blog_style_resize(ffwd_params, ffwd);
|
| 463 |
-
});
|
| 464 |
-
}
|
| 465 |
-
if(more_comments) {
|
| 466 |
-
jQuery('#ffwd_comments_content_'+id+'_'+ffwd).append('<div class="ffwd_view_more_comments_cont_'+ffwd+'"> <a href="#" class="ffwd_view_more_comments" more_count="'+z+'"> <span> View '+z+' more comments </span> <a> </div>');
|
| 467 |
-
}
|
| 468 |
-
if(!comments_exist) {
|
| 469 |
-
jQuery('#ffwd_comments_content_'+id+'_'+ffwd).remove();
|
| 470 |
-
}
|
| 471 |
-
ffwd_blog_style_resize(ffwd_params, ffwd);
|
| 472 |
-
break;
|
| 473 |
-
case 'shares' :
|
| 474 |
-
var shares_count = (typeof result['shares'] != 'undefined') ? parseInt(result['shares']['count']) : '0';
|
| 475 |
-
jQuery('#ffwd_shares_'+ffwd+'_' + id).html(shares_count);
|
| 476 |
-
break;
|
| 477 |
-
case 'attachments' :
|
| 478 |
-
|
| 479 |
-
var src = '', length = 0, album_id = '';
|
| 480 |
-
/*
|
| 481 |
erb story mej nshaca vor addes photos aranc albumi anun talu hetevabar @ngela timline -i mej
|
| 482 |
u avtomat et posti subattachmentsneri arkayutayn depqum kberi dranq, ISK ete nshvaca added photos to album esinch
|
| 483 |
hetevabar petqa albumi id-in vercnel araji media-i targeti urlic u pageID + albumid posti subattamentner@ cuyc tal!!!!!
|
| 484 |
*/
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
| 488 |
-
|
| 489 |
-
|
| 490 |
-
|
| 491 |
-
|
| 492 |
-
|
| 493 |
-
|
| 494 |
-
|
| 495 |
-
|
| 496 |
-
|
| 497 |
-
|
| 498 |
-
|
| 499 |
-
|
| 500 |
*/
|
| 501 |
-
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
/*Get photos added to that album*/
|
| 508 |
-
/*
|
| 509 |
-
var url_for_album_subattaments = graph_url.replace('{FB_ID}', '<?php echo $ffwd_data_row->from; ?>_' + album_id);
|
| 510 |
-
var url_for_album_subattaments = url_for_album_subattaments.replace('{EDGE}', 'attachments');
|
| 511 |
-
*/
|
| 512 |
-
}
|
| 513 |
}
|
| 514 |
-
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 519 |
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
|
| 525 |
var who_post = result;
|
| 526 |
-
var who_post_name_link = (ffwd_params['blog_style_author'] == "1") ? '<a class="ffwd_blog_style_object_from_name_'+ffwd+'" href="https://www.facebook.com/'+who_post['id']+'" target="_blank">'+who_post['name']+'</a>' : '',
|
| 527 |
-
owner_name_link = '<a class="ffwd_blog_style_object_from_name_'+ffwd+'" href="https://www.facebook.com/'+owner_info['id']+'" target="_blank">'+owner_info['name']+'</a>',
|
| 528 |
-
who_post_pic = '<img id="ffwd_user_pic_'+ffwd+'_'+id['id']+'" class="ffwd_user_pic" src="'+who_post['picture']['data']['url']+'" style="max-width:40px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);">',
|
| 529 |
-
place,
|
| 530 |
-
full_place = '',
|
| 531 |
-
story = id['story'].replace(/'/g, "'"),
|
| 532 |
-
who_post_index = story.indexOf(who_post['name']),
|
| 533 |
-
owner_index = story.indexOf(owner_info['name']),
|
| 534 |
-
place_name = '',
|
| 535 |
-
place_id = '',
|
| 536 |
-
story_tags = id['story_tags'],
|
| 537 |
-
place_index = -1;
|
| 538 |
-
|
| 539 |
-
if(id['place'] != null) {
|
| 540 |
-
place_id = id['place']['id'];
|
| 541 |
-
var street = (ffwd_params['event_street'] == "1") ? ((typeof id['place']['location']['street'] != 'undefined') ? id['place']['location']['street'] : '') : '',
|
| 542 |
-
city = (ffwd_params['event_city'] == "1") ? ((typeof id['place']['location']['city'] != 'undefined') ? id['place']['location']['city'] : '') : '',
|
| 543 |
-
country = (ffwd_params['event_country'] == "1") ? ((typeof id['place']['location']['country'] != 'undefined') ? id['place']['location']['country'] : '') : '',
|
| 544 |
-
state = (ffwd_params['event_zip'] == "1") ? ((typeof id['place']['location']['state'] != 'undefined') ? id['place']['location']['state'] : '') : '',
|
| 545 |
-
zip = (ffwd_params['event_zip'] == "1") ? ((typeof id['place']['location']['zip'] != 'undefined') ? id['place']['location']['zip'] : '') : '',
|
| 546 |
-
latitude = (ffwd_params['event_map'] == "1") ? ((typeof id['place']['location']['latitude'] != 'undefined') ? id['place']['location']['latitude'] : '') : '',
|
| 547 |
-
longitude = (ffwd_params['event_map'] == "1") ? ((typeof id['place']['location']['longitude'] != 'undefined') ? id['place']['location']['longitude'] : '') : '';
|
| 548 |
-
|
| 549 |
-
full_place = ((ffwd_params['event_street'] == "1") ? '<div class="ffwd_place_street_'+ffwd+'" >'+ street +'</div> ' : '') +
|
| 550 |
-
((ffwd_params['event_city'] == "1" || ffwd_params['event_zip'] == "1" || ffwd_params['event_country'] == "1" ) ? '<div class="ffwd_place_city_state_country_'+ffwd+'" >'+city+' '+state+' ' + zip + ' ' +country +'</div>' : '') +
|
| 551 |
-
((ffwd_params['event_map'] == "1") ? '<a class="ffwd_place_map_'+ffwd+'" style="text-decoration:underline" href="https://maps.google.com/maps?q='+latitude+',' + longitude + '" target="_blank">Map</a>' : '');
|
| 552 |
-
}
|
| 553 |
-
// Who post
|
| 554 |
-
if(who_post_index != -1) {
|
| 555 |
-
story = story.replace(who_post['name'], who_post_name_link);
|
| 556 |
-
}
|
| 557 |
-
if(owner_index != -1) {
|
| 558 |
-
story = story.replace(owner_info['name'], owner_name_link);
|
| 559 |
-
}
|
| 560 |
-
if(who_post_index == -1 && owner_index == -1) {
|
| 561 |
-
story = who_post_name_link;
|
| 562 |
-
}
|
| 563 |
|
| 564 |
-
|
| 565 |
-
|
| 566 |
-
|
| 567 |
-
|
| 568 |
-
|
| 569 |
-
|
| 570 |
-
|
| 571 |
-
|
| 572 |
-
|
| 573 |
-
|
| 574 |
-
|
| 575 |
-
|
| 576 |
-
|
| 577 |
-
|
| 578 |
-
|
| 579 |
-
|
| 580 |
-
|
| 581 |
-
|
| 582 |
-
|
| 583 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 584 |
}
|
| 585 |
-
else if(
|
| 586 |
-
|
| 587 |
-
|
| 588 |
-
|
| 589 |
-
|
| 590 |
-
|
| 591 |
-
var story_tag_name = story_tags[j].name,
|
| 592 |
-
story_tag_id = story_tags[j].id;
|
| 593 |
-
}
|
| 594 |
-
with_name_index = story.indexOf(story_tag_name);
|
| 595 |
-
if((with_name_index != -1) && (story_tag_name != who_post['name']) && (story_tag_name != owner_info['name']) && (story_tag_id != place_id)) {
|
| 596 |
-
story_tag_link = (/*ffwd_params['blog_style_with_whom'] == "1"*/true) ? '<a class="ffwd_blog_style_object_from_name_'+ffwd+'" href="https://www.facebook.com/'+story_tag_id+'" target="_blank">'+story_tag_name+'</a>' : '',
|
| 597 |
-
story = story.replace(story_tag_name, story_tag_link);
|
| 598 |
-
}
|
| 599 |
-
|
| 600 |
-
else if(story_tag_id == place_id) {
|
| 601 |
-
// Where after was
|
| 602 |
-
place_index = 1;
|
| 603 |
-
place = (ffwd_params['blog_style_place_name'] == "1") ? '<a class="ffwd_place_name_'+ffwd+'" href="https://www.facebook.com/'+story_tag_id+'" target="_blank">'+story_tag_name+'</a>' : '';
|
| 604 |
-
story = story.replace("\u2014", "");
|
| 605 |
-
story = story.replace(story_tag_name, place);
|
| 606 |
-
}
|
| 607 |
-
}
|
| 608 |
}
|
| 609 |
}
|
| 610 |
-
|
| 611 |
-
|
| 612 |
-
|
| 613 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 614 |
}
|
| 615 |
}
|
| 616 |
-
|
| 617 |
-
|
| 618 |
-
|
| 619 |
-
|
| 620 |
-
|
| 621 |
-
|
| 622 |
-
|
| 623 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 624 |
}
|
| 625 |
}
|
| 626 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 627 |
function ffwd_blog_style_resize(ffwd_params, ffwd) {
|
| 628 |
var window_width = window.innerWidth,
|
| 629 |
-
|
| 630 |
-
|
| 631 |
-
|
| 632 |
-
|
| 633 |
-
|
| 634 |
-
|
| 635 |
-
|
| 636 |
-
|
| 637 |
-
|
| 638 |
-
|
| 639 |
-
|
| 640 |
-
|
| 641 |
-
|
| 642 |
-
|
| 643 |
-
|
| 644 |
-
|
| 645 |
-
|
| 646 |
-
|
| 647 |
-
|
| 648 |
-
|
| 649 |
-
|
| 650 |
-
|
| 651 |
-
|
| 652 |
-
|
| 653 |
-
|
| 654 |
-
|
| 655 |
|
| 656 |
blogstyle_comment_content.css("max-width", max_width_for_comment_content);
|
| 657 |
blogstyle_comment_reply_content.css("max-width", max_width_for_comment_reply_content);
|
| 1 |
+
function ffwd_frontend_ajax(form_id, current_view, id, album_id, enter_or_back, type, srch_btn, title, sortByParam, load_more, image_onclick_action) {
|
| 2 |
var page_number = jQuery("#page_number_" + current_view).val();
|
| 3 |
+
var ffwd_load_more = jQuery("#ffwd_load_more_" + current_view).val();
|
| 4 |
var ffwd_previous_album_ids = jQuery('#ffwd_previous_album_id_' + current_view).val();
|
| 5 |
+
var ffwd_previous_album_page_numbers = jQuery('#album_page_number_' + current_view).val();
|
| 6 |
+
var masonry_already_loaded = jQuery(".ffwd_masonry_thumb_cont_" + current_view + " img").length;
|
| 7 |
if (typeof load_more == "undefined") {
|
| 8 |
+
var load_more = false;
|
| 9 |
+
}
|
| 10 |
var post_data = {};
|
| 11 |
+
if (album_id == 'back') { // Back from album.
|
| 12 |
+
var album_page_number = ffwd_previous_album_page_numbers.split(",");
|
| 13 |
+
page_number = album_page_number[0];
|
| 14 |
+
jQuery('#album_page_number_' + current_view).val(ffwd_previous_album_page_numbers.replace(album_page_number[0] + ',', ''));
|
| 15 |
+
}
|
| 16 |
+
else if (enter_or_back != '') { // Enter album (not change the page).
|
| 17 |
+
jQuery('#ffwd_previous_album_id_' + current_view).val(enter_or_back + ',' + ffwd_previous_album_ids);
|
| 18 |
+
if (page_number) {
|
| 19 |
+
jQuery('#album_page_number_' + current_view).val(page_number + ',' + ffwd_previous_album_page_numbers);
|
| 20 |
+
}
|
| 21 |
+
page_number = 1;
|
| 22 |
+
}
|
| 23 |
+
if (typeof title == "undefined") {
|
| 24 |
+
var title = "";
|
| 25 |
+
}
|
| 26 |
+
if (typeof sortByParam == "undefined") {
|
| 27 |
+
var sortByParam = jQuery(".bwg_order_" + current_view).val();
|
| 28 |
+
}
|
| 29 |
+
post_data["page_number_" + current_view] = page_number;
|
| 30 |
post_data["ffwd_load_more_" + current_view] = ffwd_load_more;
|
| 31 |
+
post_data["album_id_" + current_view] = album_id;
|
| 32 |
+
post_data["ffwd_previous_album_id_" + current_view] = jQuery('#ffwd_previous_album_id_' + current_view).val();
|
| 33 |
+
post_data["album_page_number_" + current_view] = jQuery('#album_page_number_' + current_view).val();
|
| 34 |
+
post_data["type_" + current_view] = type;
|
| 35 |
+
post_data["title_" + current_view] = title;
|
| 36 |
post_data["sortImagesByValue_" + current_view] = sortByParam;
|
| 37 |
+
// Loading.
|
| 38 |
+
jQuery("#ffwd_ajax_loading_" + current_view).css('display', '');
|
| 39 |
+
jQuery.post(
|
| 40 |
+
window.location,
|
| 41 |
+
post_data,
|
| 42 |
+
function (data) {
|
| 43 |
if (load_more) {
|
| 44 |
+
var strr = jQuery(data).find('#' + id).html();
|
| 45 |
+
jQuery('#' + id).append(strr);
|
| 46 |
+
var str = jQuery(data).find('.ffwd_nav_cont_' + current_view).html();
|
| 47 |
+
jQuery('.ffwd_nav_cont_' + current_view).html(str);
|
| 48 |
+
}
|
| 49 |
+
else {
|
| 50 |
+
var str = jQuery(data).find('#' + form_id).html();
|
| 51 |
+
jQuery('#' + form_id).html(str);
|
| 52 |
+
}
|
| 53 |
+
}
|
| 54 |
+
).success(function (jqXHR, textStatus, errorThrown) {
|
| 55 |
+
jQuery("#ffwd_ajax_loading_" + current_view).css('display', 'none');
|
| 56 |
if (jQuery(".pagination-links_" + current_view).length) {
|
| 57 |
+
jQuery("html, body").animate({scrollTop: jQuery('#' + form_id).offset().top - 150}, 500);
|
| 58 |
+
}
|
| 59 |
+
/* For all*/
|
| 60 |
+
window["ffwd_document_ready_" + current_view]();
|
| 61 |
+
/* For masonry view.*/
|
| 62 |
+
if (id == "ffwd_masonry_thumbnails_" + current_view || id == "ffwd_album_masonry_" + current_view) {
|
| 63 |
+
window["ffwd_masonry_ajax_" + current_view](masonry_already_loaded);
|
| 64 |
+
}
|
| 65 |
+
});
|
| 66 |
+
return false;
|
| 67 |
}
|
| 68 |
/* For thumnail amd masonry view */
|
| 69 |
function ffwd_fill_likes_thumnail(id_object_id, ffwd, graph_url) {
|
| 70 |
+
var ids_array_count=Math.ceil(id_object_id.length/50);
|
| 71 |
+
ids_array=[];
|
| 72 |
+
img_ids=[];
|
| 73 |
+
for(var i = 0; i < ids_array_count; i++)
|
| 74 |
+
{
|
| 75 |
+
ids_array[i]=[];
|
| 76 |
+
k=0;
|
| 77 |
+
for(var j = i*50; j < (i+1)*50; j++ )
|
| 78 |
+
{
|
| 79 |
+
if(!id_object_id[j])
|
| 80 |
+
break;
|
| 81 |
|
| 82 |
+
ids_array[i][k]=[];
|
| 83 |
+
var object_id = id_object_id[i]['from']+'_'+id_object_id[j]['object_id']
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
ids_array[i][k]=object_id;
|
| 87 |
+
img_ids[object_id]=id_object_id[j]['id'];
|
| 88 |
+
k++;
|
| 89 |
+
}
|
| 90 |
|
|
|
|
|
|
|
|
|
|
| 91 |
}
|
| 92 |
+
|
| 93 |
+
for(var i = 0; i < ids_array.length; i++)
|
| 94 |
+
{
|
| 95 |
+
|
| 96 |
+
ids=ids_array[i].join(',');
|
| 97 |
+
|
| 98 |
+
url_for_cur_id_likes_thumb = graph_url.replace('{FB_ID}',''),
|
| 99 |
+
|
| 100 |
+
graph_url_for_likes_thumb = url_for_cur_id_likes_thumb.replace('{EDGE}', '');
|
| 101 |
+
graph_url_for_likes_thumb = graph_url_for_likes_thumb.replace('{FIELDS}', 'ids='+ids+'&fields=comments.summary(true).limit(0),likes.summary(true).limit(0)&');
|
| 102 |
+
graph_url_for_likes_thumb = graph_url_for_likes_thumb.replace('{OTHER}', '');
|
| 103 |
+
|
| 104 |
+
jQuery.getJSON(graph_url_for_likes_thumb,
|
| 105 |
+
function(result)
|
| 106 |
+
{
|
| 107 |
+
|
| 108 |
+
for(var j in result)
|
| 109 |
+
{
|
| 110 |
+
|
| 111 |
+
ffwd_fill_likes_comments_thumb(result[j],ffwd,img_ids[j]);
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
}
|
| 115 |
+
|
| 116 |
+
}
|
| 117 |
+
);
|
| 118 |
+
|
| 119 |
+
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
|
| 123 |
}
|
| 124 |
|
| 125 |
function createCallback_thumbnail(id, ffwd, type) {
|
| 126 |
+
return function (result) {
|
| 127 |
do_something_with_data_thumbnail(result, id, ffwd, type);
|
| 128 |
};
|
| 129 |
}
|
| 130 |
|
| 131 |
+
function ffwd_fill_likes_comments_thumb(result, ffwd,id) {
|
| 132 |
+
|
| 133 |
+
var likes_count = (typeof result['likes']['summary'] != 'undefined') ? parseInt(result['likes']['summary']['total_count']) : '0';
|
| 134 |
+
jQuery('#ffwd_likes_' + ffwd + '_' + id + ' span').html(likes_count);
|
| 135 |
+
|
| 136 |
+
var comments_count = (typeof result['comments']['summary'] != 'undefined') ? parseInt(result['comments']['summary']['total_count']) : '0';
|
| 137 |
+
jQuery('#ffwd_comments_' + ffwd + '_' + id + ' span').html(comments_count);
|
| 138 |
+
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
function do_something_with_data_thumbnail(result, id, ffwd, type) {
|
| 142 |
switch (type) {
|
| 143 |
case 'likes' :
|
| 144 |
var likes_count = (typeof result['summary'] != 'undefined') ? parseInt(result['summary']['total_count']) : '0';
|
| 145 |
+
jQuery('#ffwd_likes_' + ffwd + '_' + id + ' span').html(likes_count);
|
| 146 |
+
break;
|
| 147 |
case 'comments' :
|
| 148 |
var comments_count = (typeof result['summary'] != 'undefined') ? parseInt(result['summary']['total_count']) : '0';
|
| 149 |
+
jQuery('#ffwd_comments_' + ffwd + '_' + id + ' span').html(comments_count);
|
| 150 |
+
break;
|
| 151 |
default :
|
| 152 |
console.log('error');
|
| 153 |
+
break;
|
| 154 |
}
|
| 155 |
}
|
| 156 |
|
| 157 |
/* For album view */
|
| 158 |
+
function ffwd_fill_thum_srs_likes_compact_album(id_object_id, ffwd, graph_url, ffwd_album_info, image_onclick_action) {
|
| 159 |
+
if (typeof id_object_id == 'object') {
|
| 160 |
/*Album*/
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
var ids_array_count=Math.ceil(id_object_id.length/50);
|
| 164 |
+
ids_array=[];
|
| 165 |
+
img_ids=[];
|
| 166 |
+
for(var i = 0; i < ids_array_count; i++)
|
| 167 |
+
{
|
| 168 |
+
ids_array[i]=[];
|
| 169 |
+
k=0;
|
| 170 |
+
for(var j = i*50; j < (i+1)*50; j++ )
|
| 171 |
+
{
|
| 172 |
+
if(!id_object_id[j])
|
| 173 |
+
break;
|
| 174 |
+
|
| 175 |
+
ids_array[i][k]=[];
|
| 176 |
+
var object_id = id_object_id[j]['object_id']
|
| 177 |
+
|
| 178 |
+
|
| 179 |
+
ids_array[i][k]=object_id;
|
| 180 |
+
img_ids[object_id]=id_object_id[j]['id'];
|
| 181 |
+
k++;
|
| 182 |
+
}
|
| 183 |
+
|
| 184 |
+
}
|
| 185 |
+
|
| 186 |
+
for(var i = 0; i < ids_array.length; i++)
|
| 187 |
+
{
|
| 188 |
+
|
| 189 |
+
ids=ids_array[i].join(',');
|
| 190 |
+
|
| 191 |
+
url_for_cur_id_likes_thumb = graph_url.replace('{FB_ID}',''),
|
| 192 |
+
|
| 193 |
+
graph_url_for_likes_thumb = url_for_cur_id_likes_thumb.replace('{EDGE}', 'photos');
|
| 194 |
+
graph_url_for_likes_thumb = graph_url_for_likes_thumb.replace('{FIELDS}', 'ids='+ids+'&fields=source,width,height,count,link&');
|
| 195 |
+
graph_url_for_likes_thumb = graph_url_for_likes_thumb.replace('{OTHER}', '');
|
| 196 |
+
jQuery.getJSON(graph_url_for_likes_thumb,
|
| 197 |
+
function(result)
|
| 198 |
+
{
|
| 199 |
+
|
| 200 |
+
for(var j in result)
|
| 201 |
+
{
|
| 202 |
+
|
| 203 |
+
ffwd_fill_likes_comments_c_album(result[j],ffwd,img_ids[j],ffwd_album_info, image_onclick_action);
|
| 204 |
+
|
| 205 |
+
|
| 206 |
+
}
|
| 207 |
+
|
| 208 |
+
}
|
| 209 |
+
);
|
| 210 |
+
|
| 211 |
+
|
| 212 |
}
|
| 213 |
+
|
| 214 |
+
|
| 215 |
+
|
| 216 |
+
|
| 217 |
}
|
| 218 |
else {
|
| 219 |
/*Gallery*/
|
| 220 |
var album_id = id_object_id,
|
| 221 |
+
graph_url_for_album_photos = graph_url.replace('{EDGE}', 'photos'),
|
| 222 |
+
url_for_album_photos = graph_url_for_album_photos.replace('{FB_ID}', album_id),
|
| 223 |
+
url_for_album_photos = url_for_album_photos.replace('{FIELDS}', 'fields=images,link,from{picture,name,link}&');
|
| 224 |
+
|
| 225 |
|
| 226 |
+
jQuery.getJSON(url_for_album_photos, createCallback_album('', ffwd, 'photos', graph_url, ffwd_album_info, image_onclick_action));
|
| 227 |
|
|
|
|
| 228 |
}
|
| 229 |
}
|
| 230 |
|
| 231 |
+
|
| 232 |
+
|
| 233 |
+
function ffwd_fill_likes_comments_c_album(result,ffwd,id,ffwd_album_info, image_onclick_action)
|
| 234 |
+
{
|
| 235 |
+
var height = (typeof result['data'][0] != 'undefined') ? result['data'][0]['height'] : 0,
|
| 236 |
+
width = (typeof result['data'][0] != 'undefined') ? result['data'][0]['width'] : 0,
|
| 237 |
+
image_thumb_width,
|
| 238 |
+
image_thumb_height,
|
| 239 |
+
resolution_w,
|
| 240 |
+
resolution_h,
|
| 241 |
+
count = (typeof result['data'] != 'undefined') ? result['data'].length : 0,
|
| 242 |
+
scale;
|
| 243 |
+
if (count) {
|
| 244 |
+
if (width && height) {
|
| 245 |
+
resolution_w = width;
|
| 246 |
+
resolution_h = height;
|
| 247 |
+
if (resolution_w != 0 && resolution_h != 0) {
|
| 248 |
+
scale = Math.max(ffwd_album_info["album_thumb_width"] / resolution_w, ffwd_album_info["album_thumb_height"] / resolution_h);
|
| 249 |
+
image_thumb_width = resolution_w * scale;
|
| 250 |
+
image_thumb_height = resolution_h * scale;
|
| 251 |
+
}
|
| 252 |
+
else {
|
| 253 |
+
image_thumb_width = ffwd_album_info["album_thumb_width"];
|
| 254 |
+
image_thumb_height = ffwd_album_info["album_thumb_height"];
|
| 255 |
+
}
|
| 256 |
+
}
|
| 257 |
+
else {
|
| 258 |
+
image_thumb_width = ffwd_album_info["album_thumb_width"];
|
| 259 |
+
image_thumb_height = ffwd_album_info["album_thumb_height"];
|
| 260 |
+
}
|
| 261 |
+
scale = Math.max(ffwd_album_info["album_thumb_width"] / image_thumb_width, image_thumb_height / image_thumb_height);
|
| 262 |
+
image_thumb_width *= scale;
|
| 263 |
+
image_thumb_height *= scale;
|
| 264 |
+
thumb_left = (ffwd_album_info["album_thumb_width"] - image_thumb_width) / 2;
|
| 265 |
+
thumb_top = (ffwd_album_info["album_thumb_height"] - image_thumb_height) / 2;
|
| 266 |
+
|
| 267 |
+
jQuery('#ffwd_album_cover_' + id + '_' + ffwd).attr('src', result['data'][0]['source']).css({
|
| 268 |
+
'width': image_thumb_width + 'px',
|
| 269 |
+
'height': image_thumb_height + 'px',
|
| 270 |
+
'margin-left': thumb_left + 'px',
|
| 271 |
+
'margin-top': thumb_top + 'px',
|
| 272 |
+
});
|
| 273 |
+
}
|
| 274 |
+
else {
|
| 275 |
+
/*jQuery( "[ffwd_object_id='"+object_id+"']" ).remove();*/
|
| 276 |
+
}
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
+
|
| 280 |
+
function createCallback_album(id, ffwd, type, graph_url, ffwd_album_info, image_onclick_action) {
|
| 281 |
+
return function (result) {
|
| 282 |
+
do_something_with_data_album(result, id, ffwd, type, graph_url, ffwd_album_info, image_onclick_action);
|
| 283 |
};
|
| 284 |
}
|
| 285 |
|
| 286 |
+
function ffwd_fill_likes_comments_c_gallery(result,ffwd,id) {
|
| 287 |
+
var likes_count = (typeof result['likes']['summary'] != 'undefined') ? parseInt(result['likes']['summary']['total_count']) : '0';
|
| 288 |
+
jQuery('#ffwd_likes_' + id + '_' + ffwd + ' span').html(likes_count);
|
| 289 |
+
|
| 290 |
+
|
| 291 |
+
var comments_count = (typeof result['comments']['summary'] != 'undefined') ? parseInt(result['comments']['summary']['total_count']) : '0';
|
| 292 |
+
jQuery('#ffwd_comments_' + id + '_' + ffwd + ' span').html(comments_count);
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
|
| 296 |
+
function do_something_with_data_album(result, id, ffwd, type, graph_url, ffwd_album_info, image_onclick_action) {
|
| 297 |
|
| 298 |
switch (type) {
|
| 299 |
case 'likes' :
|
|
|
|
|
|
|
|
|
|
| 300 |
case 'comments' :
|
| 301 |
+
var likes_count = (typeof result['likes']['summary'] != 'undefined') ? parseInt(result['likes']['summary']['total_count']) : '0';
|
| 302 |
+
jQuery('#ffwd_likes_' + id + '_' + ffwd + ' span').html(likes_count);
|
| 303 |
+
|
| 304 |
+
|
| 305 |
+
var comments_count = (typeof result['comments']['summary'] != 'undefined') ? parseInt(result['comments']['summary']['total_count']) : '0';
|
| 306 |
+
jQuery('#ffwd_comments_' + id + '_' + ffwd + ' span').html(comments_count);
|
| 307 |
+
break;
|
| 308 |
case 'covers' :
|
| 309 |
var height = (typeof result['data'][0] != 'undefined') ? result['data'][0]['height'] : 0,
|
| 310 |
+
width = (typeof result['data'][0] != 'undefined') ? result['data'][0]['width'] : 0,
|
| 311 |
+
image_thumb_width,
|
| 312 |
+
image_thumb_height,
|
| 313 |
+
resolution_w,
|
| 314 |
+
resolution_h,
|
| 315 |
+
count = (typeof result['data'] != 'undefined') ? result['data'].length : 0,
|
| 316 |
+
scale;
|
| 317 |
+
if (count) {
|
| 318 |
+
if (width && height) {
|
| 319 |
resolution_w = width;
|
| 320 |
resolution_h = height;
|
| 321 |
+
if (resolution_w != 0 && resolution_h != 0) {
|
| 322 |
scale = Math.max(ffwd_album_info["album_thumb_width"] / resolution_w, ffwd_album_info["album_thumb_height"] / resolution_h);
|
| 323 |
image_thumb_width = resolution_w * scale;
|
| 324 |
image_thumb_height = resolution_h * scale;
|
| 325 |
}
|
| 326 |
+
else {
|
| 327 |
image_thumb_width = ffwd_album_info["album_thumb_width"];
|
| 328 |
image_thumb_height = ffwd_album_info["album_thumb_height"];
|
| 329 |
}
|
| 330 |
}
|
| 331 |
+
else {
|
| 332 |
image_thumb_width = ffwd_album_info["album_thumb_width"];
|
| 333 |
image_thumb_height = ffwd_album_info["album_thumb_height"];
|
| 334 |
}
|
| 338 |
thumb_left = (ffwd_album_info["album_thumb_width"] - image_thumb_width) / 2;
|
| 339 |
thumb_top = (ffwd_album_info["album_thumb_height"] - image_thumb_height) / 2;
|
| 340 |
|
| 341 |
+
jQuery('#ffwd_album_cover_' + id + '_' + ffwd).attr('src', result['data'][0]['source']).css({
|
| 342 |
+
'width': image_thumb_width + 'px',
|
| 343 |
+
'height': image_thumb_height + 'px',
|
| 344 |
+
'margin-left': thumb_left + 'px',
|
| 345 |
+
'margin-top': thumb_top + 'px',
|
| 346 |
});
|
| 347 |
}
|
| 348 |
else {
|
| 349 |
/*jQuery( "[ffwd_object_id='"+object_id+"']" ).remove();*/
|
| 350 |
}
|
| 351 |
+
break;
|
| 352 |
case 'photos':
|
| 353 |
+
var graph_url_for_likes = graph_url.replace('{EDGE}', ''),
|
| 354 |
+
graph_url_for_likes = graph_url_for_likes.replace('{FIELDS}', ''),
|
| 355 |
+
graph_url_for_comments = graph_url.replace('{EDGE}', ''),
|
| 356 |
+
graph_url_for_comments = graph_url_for_comments.replace('{FIELDS}', '&fields=likes.summary(true).limit(0),comments.summary(true).limit(0)&');
|
| 357 |
+
|
| 358 |
var data = result['data'];
|
| 359 |
+
|
| 360 |
+
content = '';
|
| 361 |
+
ffwd_album_info["data"] = [];
|
| 362 |
+
curent_view = ffwd;
|
| 363 |
+
|
| 364 |
+
|
| 365 |
+
var ids_array_count=Math.ceil(data.length/50);
|
| 366 |
+
ids_array=[];
|
| 367 |
+
img_ids=[];
|
| 368 |
+
for(var j = 0; j < ids_array_count; j++)
|
| 369 |
+
{
|
| 370 |
+
ids_array[j]=[];
|
| 371 |
+
k=0;
|
| 372 |
+
for(var i = j*50; i < (j+1)*50; i++ )
|
| 373 |
+
{
|
| 374 |
+
if(!data[i])
|
| 375 |
+
break;
|
| 376 |
+
|
| 377 |
+
ids_array[j][k]=[];
|
| 378 |
+
var object_id = data[i]['from']['id']+'_'+data[i]['id']
|
| 379 |
+
|
| 380 |
+
|
| 381 |
+
ids_array[j][k]=object_id;
|
| 382 |
+
img_ids[object_id]=i;
|
| 383 |
+
k++;
|
| 384 |
+
//////////////////////////////////////////////////////
|
| 385 |
+
var row = {},
|
| 386 |
images = data[i]['images'],
|
| 387 |
image_obj_id = data[i]['id'];
|
| 388 |
+
index_in_images = (images.length > 3) ? 2 : 0,
|
| 389 |
image = data[i]['images'][index_in_images];
|
| 390 |
+
row['id'] = i;
|
| 391 |
+
row['object_id'] = image_obj_id;
|
| 392 |
+
row['from'] = data[i]['from']['id'];
|
| 393 |
+
ffwd_album_info["data"].push(row);
|
| 394 |
|
| 395 |
+
var height = image['height'],
|
| 396 |
width = image['width'],
|
| 397 |
image_thumb_width,
|
| 398 |
image_thumb_height,
|
| 400 |
resolution_h,
|
| 401 |
scale;
|
| 402 |
|
| 403 |
+
if (typeof width != 'undefined' && typeof height != 'undefined') {
|
| 404 |
+
resolution_w = width;
|
| 405 |
+
resolution_h = height;
|
| 406 |
+
if (resolution_w != 0 && resolution_h != 0) {
|
| 407 |
+
scale = Math.max(ffwd_album_info["thumb_width"] / resolution_w, ffwd_album_info["thumb_height"] / resolution_h);
|
| 408 |
+
image_thumb_width = resolution_w * scale;
|
| 409 |
+
image_thumb_height = resolution_h * scale;
|
| 410 |
+
}
|
| 411 |
+
else {
|
| 412 |
+
image_thumb_width = ffwd_album_info["thumb_width"];
|
| 413 |
+
image_thumb_height = ffwd_album_info["thumb_height"];
|
| 414 |
+
}
|
| 415 |
}
|
| 416 |
+
else {
|
| 417 |
image_thumb_width = ffwd_album_info["thumb_width"];
|
| 418 |
image_thumb_height = ffwd_album_info["thumb_height"];
|
| 419 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 420 |
|
| 421 |
+
scale = Math.max(ffwd_album_info["thumb_width"] / image_thumb_width, image_thumb_height / image_thumb_height);
|
| 422 |
+
image_thumb_width *= scale;
|
| 423 |
+
image_thumb_height *= scale;
|
| 424 |
+
thumb_left = (ffwd_album_info["thumb_width"] - image_thumb_width) / 2;
|
| 425 |
+
thumb_top = (ffwd_album_info["thumb_height"] - image_thumb_height) / 2;
|
| 426 |
|
| 427 |
+
main_url = image.source;
|
| 428 |
|
| 429 |
+
if (image_onclick_action == 'facebook') {
|
| 430 |
+
main_url = data[i]['link'];
|
| 431 |
+
}
|
| 432 |
+
|
| 433 |
+
if (image_onclick_action == 'none') {
|
| 434 |
+
main_url = '#';
|
| 435 |
+
}
|
| 436 |
+
|
| 437 |
+
|
| 438 |
+
content += '<a class="ffwd_lightbox_' + curent_view + '" href="' + main_url + '" data-image-id="' + i + '" data-image-obj-id="' + image_obj_id + '" >' +
|
| 439 |
+
'<div class="ffwd_standart_thumb_' + curent_view + '">' +
|
| 440 |
+
'<div class="ffwd_standart_thumb_spun1_' + curent_view + '">' +
|
| 441 |
+
'<div class="ffwd_standart_thumb_spun2_' + curent_view + '">' +
|
| 442 |
+
'<img class="ffwd_standart_thumb_img_' + curent_view + '" style="width:' + image_thumb_width + 'px; height:' + image_thumb_height + 'px; margin-left: ' + thumb_left + 'px; margin-top: ' + thumb_top + 'px;" id="" src="' + image.source + '" alt="" />' +
|
| 443 |
+
'<div class="ffwd_likes_comments_container_' + curent_view + '" >' +
|
| 444 |
+
'<div class="ffwd_likes_comments_container_tab_' + curent_view + '" >' +
|
| 445 |
+
'<div class="ffwd_likes_comments_' + curent_view + '" >' +
|
| 446 |
+
'<div id="ffwd_likes_' + i + '_' + curent_view + '" class="ffwd_likes_' + curent_view + '">' +
|
| 447 |
+
'<span></span>' +
|
| 448 |
+
'</div>' +
|
| 449 |
+
'<div id="ffwd_comments_' + i + '_' + curent_view + '" class="ffwd_comments_' + curent_view + '">' +
|
| 450 |
+
'<span></span>' +
|
| 451 |
+
'</div>' +
|
| 452 |
+
'<div style="clear:both"></div>' +
|
| 453 |
+
'</div>' +
|
| 454 |
+
'</div>' +
|
| 455 |
+
'</div>' +
|
| 456 |
+
'</div>' +
|
| 457 |
+
'</div>' +
|
| 458 |
+
'</div>' +
|
| 459 |
+
'</a>';
|
| 460 |
+
|
| 461 |
+
var url_for_likes = graph_url_for_likes.replace('{FB_ID}', data[i]['from']['id']+'_'+data[i]['id']),
|
| 462 |
+
url_for_comments = graph_url_for_comments.replace('{FB_ID}', data[i]['from']['id']+'_'+data[i]['id']);
|
| 463 |
+
|
| 464 |
+
//jQuery.getJSON(url_for_likes, createCallback_album(i, ffwd, 'likes'));
|
| 465 |
+
|
| 466 |
+
|
| 467 |
+
// jQuery.getJSON(url_for_comments, createCallback_album(i, ffwd, 'comments'));
|
| 468 |
|
|
|
|
|
|
|
|
|
|
| 469 |
}
|
| 470 |
|
| 471 |
+
}
|
| 472 |
+
|
| 473 |
+
//console.log(img_ids);
|
| 474 |
+
|
| 475 |
+
for(var i = 0; i < ids_array.length; i++)
|
| 476 |
+
{
|
| 477 |
+
|
| 478 |
+
ids=ids_array[i].join(',');
|
| 479 |
+
|
| 480 |
+
|
| 481 |
+
|
| 482 |
+
var graph_url_for_comments = graph_url.replace('{EDGE}', '');
|
| 483 |
+
graph_url_for_comments=graph_url_for_comments.replace('{FB_ID}','')
|
| 484 |
+
graph_url_for_comments = graph_url_for_comments.replace('{FIELDS}', '&ids='+ids+'&fields=likes.summary(true).limit(0),comments.summary(true).limit(0)&');
|
| 485 |
+
|
| 486 |
+
|
| 487 |
+
|
| 488 |
+
jQuery.getJSON(graph_url_for_comments,
|
| 489 |
+
function(result)
|
| 490 |
+
{
|
| 491 |
+
|
| 492 |
+
for(var j in result)
|
| 493 |
+
{
|
| 494 |
+
|
| 495 |
+
ffwd_fill_likes_comments_c_gallery(result[j],ffwd,img_ids[j]);
|
| 496 |
+
// console.log(result[j]);
|
| 497 |
+
|
| 498 |
+
}
|
| 499 |
+
|
| 500 |
+
}
|
| 501 |
+
);
|
| 502 |
+
|
| 503 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 504 |
}
|
| 505 |
+
|
| 506 |
+
|
| 507 |
+
jQuery('#ffwd_gallery_' + curent_view).html(content);
|
| 508 |
+
break;
|
| 509 |
default :
|
| 510 |
console.log('error');
|
| 511 |
+
break;
|
| 512 |
}
|
| 513 |
}
|
| 514 |
/* For Blog-style view */
|
| 515 |
function ffwd_get_passed_time(time) {
|
| 516 |
var today = new Date(),
|
| 517 |
+
arr = time.split(/[^0-9]/);
|
| 518 |
today = Date.parse(today) / 1000 - client_server_date_difference;
|
| 519 |
+
time = Date.UTC(arr[0], arr[1] - 1, arr[2], arr[3], arr[4], arr[5]);
|
| 520 |
time /= 1000;
|
| 521 |
time = today - time;
|
| 522 |
+
|
| 523 |
var tokens = {
|
| 524 |
+
'year' : '31536000',
|
| 525 |
+
'month': '2592000',
|
| 526 |
+
'week': '604800',
|
| 527 |
+
'day': '86400',
|
| 528 |
+
'hour': '3600',
|
| 529 |
+
'minute': '60',
|
| 530 |
+
'second': '1'
|
| 531 |
+
};
|
| 532 |
+
var tokens_s = {
|
| 533 |
+
'year' : 'years',
|
| 534 |
+
'month': 'months',
|
| 535 |
+
'week': 'weeks',
|
| 536 |
+
'day': 'days',
|
| 537 |
+
'hour': 'hours',
|
| 538 |
+
'minute': 'minutes',
|
| 539 |
+
'second': 'seconds'
|
| 540 |
};
|
| 541 |
for (unit in tokens) {
|
| 542 |
if (time < parseInt(tokens[unit])) continue;
|
| 543 |
var numberOfUnits = Math.floor(time / parseInt(tokens[unit]));
|
| 544 |
+
|
| 545 |
+
if(numberOfUnits > 1)
|
| 546 |
+
return numberOfUnits + ' ' + ffwd_frontend_text[tokens_s[unit]] + ' ago';
|
| 547 |
+
|
| 548 |
+
return numberOfUnits + ' ' + ffwd_frontend_text[unit] + ' ago' ;
|
| 549 |
}
|
| 550 |
}
|
| 551 |
|
| 552 |
function ffwd_fill_likes_blog_style(id_object_id, ffwd, owner_info, ffwd_params, graph_url) {
|
| 553 |
+
|
| 554 |
+
|
| 555 |
+
|
| 556 |
+
var ids_array_count=Math.ceil(id_object_id.length/50);
|
| 557 |
+
ids_array=[];
|
| 558 |
+
img_ids=[];
|
| 559 |
+
for(var i = 0; i < ids_array_count; i++)
|
| 560 |
+
{
|
| 561 |
+
ids_array[i]=[];
|
| 562 |
+
k=0;
|
| 563 |
+
for(var j = i*50; j < (i+1)*50; j++ )
|
| 564 |
+
{
|
| 565 |
+
if(!id_object_id[j])
|
| 566 |
+
break;
|
| 567 |
+
|
| 568 |
+
ids_array[i][k]=[];
|
| 569 |
+
var object_id = id_object_id[j]['object_id'].replace(id_object_id[j]['from'], owner_info['id'])
|
| 570 |
+
|
| 571 |
+
|
| 572 |
+
ids_array[i][k]=object_id;
|
| 573 |
+
img_ids[object_id]=id_object_id[j]['id'];
|
| 574 |
+
k++;
|
| 575 |
+
}
|
| 576 |
+
|
| 577 |
+
}
|
| 578 |
+
|
| 579 |
+
var reactions_array={};
|
| 580 |
+
|
| 581 |
+
for(var i = 0; i < ids_array.length; i++)
|
| 582 |
+
{
|
| 583 |
+
|
| 584 |
+
ids=ids_array[i].join(',');
|
| 585 |
+
|
| 586 |
+
url_for_cur_id_likes = graph_url.replace('{FB_ID}',''),
|
| 587 |
+
graph_url_for_likes = url_for_cur_id_likes.replace('{EDGE}', '');
|
| 588 |
+
graph_url_for_likes = graph_url_for_likes.replace('{FIELDS}', 'ids='+ids+'&fields=reactions.type(LIKE).limit(0).summary(true).as(like),reactions.type(LOVE).limit(0).summary(true).as(love),reactions.type(WOW).limit(0).summary(true).as(wow),reactions.type(HAHA).limit(0).summary(true).as(haha),reactions.type(SAD).limit(0).summary(true).as(sad),reactions.type(ANGRY).limit(0).summary(true).as(angry),reactions.limit(5).summary(true).as(total_reactions)&');
|
| 589 |
+
graph_url_for_likes = graph_url_for_likes.replace('{OTHER}', 'summary=true');
|
| 590 |
+
jQuery.getJSON(graph_url_for_likes,
|
| 591 |
+
function(result)
|
| 592 |
+
{
|
| 593 |
+
|
| 594 |
+
for(var j in result)
|
| 595 |
+
{
|
| 596 |
+
|
| 597 |
+
ffwd_fill_likes(result[j],ffwd,img_ids[j]);
|
| 598 |
+
|
| 599 |
+
}
|
| 600 |
+
|
| 601 |
+
}
|
| 602 |
+
);
|
| 603 |
+
|
| 604 |
+
|
| 605 |
+
}
|
| 606 |
+
|
| 607 |
+
|
| 608 |
+
for (var i = 0; i < id_object_id.length; i++) {
|
| 609 |
+
|
| 610 |
+
|
| 611 |
/*For likes*/
|
| 612 |
+
|
| 613 |
+
var object_id = id_object_id[i]['object_id'].replace(id_object_id[i]['from'], owner_info['id']);
|
| 614 |
+
|
| 615 |
+
url_for_cur_id = graph_url.replace('{FB_ID}', object_id);
|
| 616 |
+
graph_url_for_likes = url_for_cur_id.replace('{EDGE}', '');
|
| 617 |
+
graph_url_for_likes = graph_url_for_likes.replace('{FIELDS}', 'fields=reactions.type(LIKE).limit(0).summary(true).as(like),reactions.type(LOVE).limit(0).summary(true).as(love),reactions.type(WOW).limit(0).summary(true).as(wow),reactions.type(HAHA).limit(0).summary(true).as(haha),reactions.type(SAD).limit(0).summary(true).as(sad),reactions.type(ANGRY).limit(0).summary(true).as(angry),reactions.limit(5).summary(true).as(total_reactions)&');
|
| 618 |
+
graph_url_for_likes = graph_url_for_likes.replace('{OTHER}', 'summary=true');
|
| 619 |
|
| 620 |
/*For comments*/
|
| 621 |
|
| 622 |
+
|
| 623 |
+
|
| 624 |
+
|
| 625 |
var graph_url_for_comments = url_for_cur_id.replace('{EDGE}', 'comments');
|
| 626 |
+
graph_url_for_comments = graph_url_for_comments.replace('{FIELDS}', 'fields=created_time,from,like_count,message,comment_count&');
|
| 627 |
+
graph_url_for_comments = graph_url_for_comments.replace('{OTHER}', 'summary=true&filter=' + ffwd_params["comments_filter"] + '&order=' + ffwd_params["comments_order"] + '&limit=25');
|
| 628 |
|
| 629 |
/*For future (attachment message_tags fields)*/
|
| 630 |
/*console.log(graph_url_for_comments);*/
|
| 631 |
/*For shares*/
|
| 632 |
var graph_url_for_shares = url_for_cur_id.replace('{EDGE}', '');
|
| 633 |
+
graph_url_for_shares = graph_url_for_shares.replace('{FIELDS}', 'fields=shares&');
|
| 634 |
+
graph_url_for_shares = graph_url_for_shares.replace('{OTHER}', '');
|
| 635 |
|
| 636 |
/*For attachments*/
|
| 637 |
var graph_url_for_attachments = url_for_cur_id.replace('{EDGE}', 'attachments'),
|
| 638 |
+
graph_url_for_attachments = graph_url_for_attachments.replace('{FIELDS}', '');
|
| 639 |
+
graph_url_for_attachments = graph_url_for_attachments.replace('{OTHER}', '');
|
| 640 |
|
| 641 |
/*For who post*/
|
| 642 |
|
| 643 |
var url_for_who_post = graph_url.replace('{FB_ID}', id_object_id[i]['from']),
|
| 644 |
|
| 645 |
+
graph_url_for_who_post = url_for_who_post.replace('{EDGE}', ''),
|
| 646 |
+
graph_url_for_who_post = graph_url_for_who_post.replace('{FIELDS}', 'fields=picture,name,link&');
|
| 647 |
+
graph_url_for_who_post = graph_url_for_who_post.replace('{OTHER}', '');
|
| 648 |
+
|
| 649 |
+
if (id_object_id[i]['type'] != 'events') {
|
| 650 |
+
//jQuery.getJSON(graph_url_for_likes, createCallback_blog_style(id_object_id[i]['id'], ffwd, 'likes'));
|
| 651 |
+
//jQuery.getJSON(graph_url_for_shares, createCallback_blog_style(id_object_id[i]['id'], ffwd, 'shares'));
|
| 652 |
+
|
| 653 |
+
|
| 654 |
+
//do_something_with_data_blog_style(reactions_array[object_id], id_object_id[i]['id'], ffwd, 'likes', "", ffwd_params, graph_url);
|
| 655 |
+
|
| 656 |
+
|
| 657 |
+
do_something_with_data_blog_style(jQuery.parseJSON(id_object_id[i]['shares']), id_object_id[i]['id'], ffwd, 'shares', "", ffwd_params, graph_url);
|
| 658 |
+
|
| 659 |
+
// jQuery.getJSON(graph_url_for_attachments, createCallback_blog_style(id_object_id[i]['id'], ffwd, 'attachments', "", ffwd_params));
|
| 660 |
+
if(id_object_id[i]['attachments'])
|
| 661 |
+
do_something_with_data_blog_style(jQuery.parseJSON(id_object_id[i]['attachments']), id_object_id[i]['id'], ffwd, 'attachments', "", ffwd_params, graph_url);
|
| 662 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 663 |
}
|
| 664 |
+
|
| 665 |
+
if(id_object_id[i]['comments']);
|
| 666 |
+
do_something_with_data_blog_style(jQuery.parseJSON(id_object_id[i]['comments']), id_object_id[i]['id'], ffwd, 'comments', "", ffwd_params, graph_url);
|
| 667 |
+
|
| 668 |
+
// jQuery.getJSON(id_object_id[i]['comments'], createCallback_blog_style(id_object_id[i]['id'], ffwd, 'comments', "", ffwd_params, graph_url));
|
| 669 |
+
//jQuery.getJSON(graph_url_for_who_post, createCallback_blog_style(id_object_id[i], ffwd, 'who_post', owner_info, ffwd_params));
|
| 670 |
+
do_something_with_data_blog_style(jQuery.parseJSON(id_object_id[i]['who_post']), id_object_id[i], ffwd, 'who_post', owner_info, ffwd_params, graph_url);
|
| 671 |
+
|
| 672 |
+
|
| 673 |
+
|
| 674 |
}
|
| 675 |
}
|
| 676 |
|
| 677 |
function createCallback_blog_style(id, ffwd, type, owner_info, ffwd_params, graph_url) {
|
| 678 |
+
return function (result) {
|
| 679 |
do_something_with_data_blog_style(result, id, ffwd, type, owner_info, ffwd_params, graph_url);
|
| 680 |
};
|
| 681 |
}
|
| 683 |
function do_something_with_data_blog_style(result, id, ffwd, type, owner_info, ffwd_params, graph_url) {
|
| 684 |
|
| 685 |
switch (type) {
|
| 686 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 687 |
case 'comments' :
|
| 688 |
+
|
| 689 |
+
var total_count = (result['data'].length < 25) ? result['data'].length : result['summary']['total_count'];
|
| 690 |
+
jQuery('#ffwd_comments_count_' + ffwd + '_' + id).html(total_count);
|
| 691 |
/*console.log(result);
|
| 692 |
+
console.log(result['data'].length);*/
|
| 693 |
var more_comments = false,
|
| 694 |
+
comments_exist = false;
|
| 695 |
+
for (var i = 0, j = 1, z = 0; i < result['data'].length; i++, j++) {
|
| 696 |
comments_exist = true;
|
| 697 |
comment_id = result['data'][i]['id'];
|
| 698 |
var display = 'display:block';
|
| 699 |
+
if (j > 4) {
|
| 700 |
display = 'display:none';
|
| 701 |
more_comments = true;
|
| 702 |
z++;
|
| 703 |
}
|
| 704 |
|
| 705 |
var url_for_cur_id_comm_user_pic = graph_url.replace('{FB_ID}', result['data'][i]['from']['id']);
|
| 706 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{EDGE}', '');
|
| 707 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{FIELDS}', 'fields=picture&');
|
| 708 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{OTHER}', '');
|
| 709 |
+
|
| 710 |
+
|
| 711 |
+
|
| 712 |
+
var comment_author_pic = '<div style="float:left" id="ffwd_comment_author_pic_' + ffwd + '_' + id + '" class="ffwd_comment_author_pic_' + ffwd + '" > <img class="user_' + result['data'][i]['from']['id'] + '" src="https://graph.facebook.com/'+result['data'][i]['from']['id']+'/picture" > </div>',
|
| 713 |
+
comment_author_name = '<a id="ffwd_comment_author_name_' + ffwd + '_' + id + '" href="https://www.facebook.com/' + result['data'][i]['from']['id'] + '" class="ffwd_comment_author_name_' + ffwd + '" > ' + result['data'][i]['from']['name'] + ' </a>',
|
| 714 |
+
comment_message = '<span id="ffwd_comment_message_' + ffwd + '_' + id + '" class="ffwd_comment_message_' + ffwd + '" > ' + result['data'][i]['message'] + ' </span>',
|
| 715 |
+
comment_date = '<span id="ffwd_comment_date_' + ffwd + '_' + id + '" class="ffwd_comment_date_' + ffwd + '" > ' + ffwd_get_passed_time(result['data'][i]['created_time']) + '</span>',
|
| 716 |
+
comment_likes_count = '<span id="ffwd_comment_likes_count_' + ffwd + '_' + id + '" class="ffwd_comment_likes_count_' + ffwd + '" > ' + result['data'][i]['like_count'] + ' </span>',
|
| 717 |
+
comments_date_likes = '<div>' + comment_date + comment_likes_count + '</div>',
|
| 718 |
+
comment_replies_cont = (ffwd_params["comments_filter"] == "toplevel" && ffwd_params["comments_replies"] == "1" && result['data'][i]['comment_count'] > 0) ? '<div class="ffwd_comment_replies_' + ffwd + '"><div id="ffwd_comment_replies_label_'+comment_id+'" class="ffwd_comment_replies_label_' + ffwd + '">' + result['data'][i]['comment_count'] +' '+ffwd_frontend_text.comment_reply+' </div><div class="ffwd_comment_replies_content_' + ffwd + '"></div></div>' : '',
|
| 719 |
+
comment_div_cont = '<div class="ffwd_comment_content_' + ffwd + '" id="ffwd_comment_content_' + ffwd + '_' + id + '" >' + comment_author_name + comment_message + comments_date_likes + comment_replies_cont + '<div style="clear:both"></div></div>',
|
| 720 |
+
comment = '<div id="ffwd_comment_' + ffwd + '_' + comment_id + '" class="ffwd_comment_' + ffwd + '" style="' + display + '">' + comment_author_pic + comment_div_cont + '<div style="clear:both" > </div></div>';
|
| 721 |
+
|
| 722 |
+
jQuery('#ffwd_comments_content_' + id + '_' + ffwd + '').append(comment);
|
| 723 |
+
(function (i) {
|
| 724 |
+
jQuery('#ffwd_comment_replies_label_' + result['data'][i]['id']).bind("click", function () {
|
| 725 |
+
|
| 726 |
+
ffwd_get_comments_replies(result['data'][i]['id'], graph_url, ffwd_params, ffwd);
|
| 727 |
+
})
|
| 728 |
+
}(i))
|
| 729 |
+
|
| 730 |
+
|
| 731 |
+
}
|
| 732 |
+
if (more_comments) {
|
| 733 |
+
jQuery('#ffwd_comments_content_' + id + '_' + ffwd).append('<div class="ffwd_view_more_comments_cont_' + ffwd + '"> <a href="#" class="ffwd_view_more_comments" more_count="' + z + '"> <span>'+ffwd_frontend_text.view+' '+ z + ' '+ffwd_frontend_text.more_comments+'</span> <a> </div>');
|
| 734 |
+
}
|
| 735 |
+
if (!comments_exist) {
|
| 736 |
+
jQuery('#ffwd_comments_content_' + id + '_' + ffwd).remove();
|
| 737 |
+
}
|
| 738 |
+
ffwd_blog_style_resize(ffwd_params, ffwd);
|
| 739 |
+
break;
|
| 740 |
+
case 'shares' :
|
| 741 |
+
|
| 742 |
+
var shares_count = (result!= null && result['count'] != null) ? parseInt(result['count']) : '0';
|
| 743 |
+
jQuery('#ffwd_shares_' + ffwd + '_' + id).html(shares_count);
|
| 744 |
+
break;
|
| 745 |
+
case 'attachments' :
|
| 746 |
+
|
| 747 |
+
var src = '', length = 0, album_id = '';
|
| 748 |
+
/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 749 |
erb story mej nshaca vor addes photos aranc albumi anun talu hetevabar @ngela timline -i mej
|
| 750 |
u avtomat et posti subattachmentsneri arkayutayn depqum kberi dranq, ISK ete nshvaca added photos to album esinch
|
| 751 |
hetevabar petqa albumi id-in vercnel araji media-i targeti urlic u pageID + albumid posti subattamentner@ cuyc tal!!!!!
|
| 752 |
*/
|
| 753 |
+
if (result['data'][0]) {
|
| 754 |
+
/*If exists subattachments*/
|
| 755 |
+
if (result['data'][0]['subattachments']) {
|
| 756 |
+
length = result['data'][0]['subattachments']['data'].length;
|
| 757 |
+
if (typeof result['data'][0]['subattachments']['data'][0]['media'] != "undefined") {
|
| 758 |
+
src = result['data'][0]['subattachments']['data'][0]['media']['image']['src'];
|
| 759 |
+
}
|
| 760 |
+
/*First time add profile picture*/
|
| 761 |
+
if (result['data'][0]['type'] == 'gallery') {
|
| 762 |
+
src = result['data'][0]['subattachments']['data'][length - 1]['media']['image']['src'];
|
| 763 |
+
}
|
| 764 |
+
}
|
| 765 |
+
else if (result['data'][0]['media']) {
|
| 766 |
+
/* Check album containing this photo (compare title)
|
| 767 |
+
* If not Timeline photos or Profile Pictures so get photos from that album
|
| 768 |
*/
|
| 769 |
+
/*if (result['data'][0]['title'] != 'Timeline Photos' && result['data'][0]['title'] != 'Profile Pictures') {
|
| 770 |
+
album_id = result['data'][0]['url'].split("photos/");
|
| 771 |
+
if (typeof album_id[1] != 'undefined') {
|
| 772 |
+
album_id = album_id[1].split(".");
|
| 773 |
+
album_id = album_id[1];
|
| 774 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 775 |
}
|
| 776 |
+
}*/
|
| 777 |
+
src = result['data'][0]['media']['image']['src'];
|
| 778 |
+
}
|
| 779 |
+
jQuery('#ffwd_blog_style_img_' + id + '_' + ffwd).attr('src', src);
|
| 780 |
+
|
| 781 |
+
|
| 782 |
+
|
| 783 |
+
if (src == '')
|
| 784 |
+
jQuery('#ffwd_blog_style_img_' + id + '_' + ffwd).remove();
|
| 785 |
|
| 786 |
+
}
|
| 787 |
+
ffwd_blog_style_resize(ffwd_params, ffwd);
|
| 788 |
+
break;
|
| 789 |
+
case 'who_post' :
|
| 790 |
|
| 791 |
var who_post = result;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 792 |
|
| 793 |
+
var who_post_name_link = (ffwd_params['blog_style_author'] == "1") ? '<a class="ffwd_blog_style_object_from_name_' + ffwd + '" href="https://www.facebook.com/' + who_post['id'] + '" target="_blank">' + who_post['name'] + '</a>' : '',
|
| 794 |
+
owner_name_link = '<a class="ffwd_blog_style_object_from_name_' + ffwd + '" href="https://www.facebook.com/' + owner_info['id'] + '" target="_blank">' + owner_info['name'] + '</a>',
|
| 795 |
+
who_post_pic = '<img id="ffwd_user_pic_' + ffwd + '_' + id['id'] + '" class="ffwd_user_pic" src="' + who_post['picture']['data']['url'] + '" style="max-width:40px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);">',
|
| 796 |
+
place,
|
| 797 |
+
full_place = '',
|
| 798 |
+
story = id['story'].replace(/'/g, "'"),
|
| 799 |
+
who_post_index = story.indexOf(who_post['name']),
|
| 800 |
+
owner_index = story.indexOf(owner_info['name']),
|
| 801 |
+
place_name = '',
|
| 802 |
+
place_id = '',
|
| 803 |
+
story_tags = id['story_tags'],
|
| 804 |
+
place_index = -1;
|
| 805 |
+
|
| 806 |
+
if (id['place'] != null) {
|
| 807 |
+
place_id = id['place']['id'];
|
| 808 |
+
if(id['place']['location']){
|
| 809 |
+
var street = (ffwd_params['event_street'] == "1") ? ((typeof id['place']['location']['street'] != 'undefined') ? id['place']['location']['street'] : '') : '',
|
| 810 |
+
city = (ffwd_params['event_city'] == "1") ? ((typeof id['place']['location']['city'] != 'undefined') ? id['place']['location']['city'] : '') : '',
|
| 811 |
+
country = (ffwd_params['event_country'] == "1") ? ((typeof id['place']['location']['country'] != 'undefined') ? id['place']['location']['country'] : '') : '',
|
| 812 |
+
state = (ffwd_params['event_zip'] == "1") ? ((typeof id['place']['location']['state'] != 'undefined') ? id['place']['location']['state'] : '') : '',
|
| 813 |
+
zip = (ffwd_params['event_zip'] == "1") ? ((typeof id['place']['location']['zip'] != 'undefined') ? id['place']['location']['zip'] : '') : '',
|
| 814 |
+
latitude = (ffwd_params['event_map'] == "1") ? ((typeof id['place']['location']['latitude'] != 'undefined') ? id['place']['location']['latitude'] : '') : '',
|
| 815 |
+
longitude = (ffwd_params['event_map'] == "1") ? ((typeof id['place']['location']['longitude'] != 'undefined') ? id['place']['location']['longitude'] : '') : '';
|
| 816 |
+
|
| 817 |
+
full_place = ((ffwd_params['event_street'] == "1") ? '<div class="ffwd_place_street_' + ffwd + '" >' + street + '</div> ' : '') +
|
| 818 |
+
((ffwd_params['event_city'] == "1" || ffwd_params['event_zip'] == "1" || ffwd_params['event_country'] == "1" ) ? '<div class="ffwd_place_city_state_country_' + ffwd + '" >' + city + ' ' + state + ' ' + zip + ' ' + country + '</div>' : '') +
|
| 819 |
+
((ffwd_params['event_map'] == "1") ? '<a class="ffwd_place_map_' + ffwd + '" style="text-decoration:underline" href="https://maps.google.com/maps?q=' + latitude + ',' + longitude + '" target="_blank">Map</a>' : '');
|
| 820 |
+
}
|
| 821 |
+
}
|
| 822 |
+
// Who post
|
| 823 |
+
if (who_post_index != -1) {
|
| 824 |
+
story = story.replace(who_post['name'], who_post_name_link);
|
| 825 |
+
}
|
| 826 |
+
if (owner_index != -1) {
|
| 827 |
+
story = story.replace(owner_info['name'], owner_name_link);
|
| 828 |
+
}
|
| 829 |
+
if (who_post_index == -1 && owner_index == -1) {
|
| 830 |
+
story = who_post_name_link;
|
| 831 |
+
}
|
| 832 |
+
|
| 833 |
+
// With whom after was
|
| 834 |
+
if (story_tags != null) {
|
| 835 |
+
var type = story_tags.constructor.name;
|
| 836 |
+
if (type == "Object") {
|
| 837 |
+
for (var x in story_tags) {
|
| 838 |
+
var story_tag_name = story_tags[x]["0"]["name"],
|
| 839 |
+
story_tag_id = story_tags[x]["0"]["id"];
|
| 840 |
+
with_name_index = story.indexOf(story_tag_name);
|
| 841 |
+
if ((with_name_index != -1) && (story_tag_name != who_post['name']) && (story_tag_name != owner_info['name']) && (story_tag_id != place_id)) {
|
| 842 |
+
story_tag_link = (/*ffwd_params['blog_style_with_whom'] == "1"*/true) ? '<a class="ffwd_blog_style_object_from_name_' + ffwd + '" href="https://www.facebook.com/' + story_tag_id + '" target="_blank">' + story_tag_name + '</a>' : '',
|
| 843 |
+
story = story.replace(story_tag_name, story_tag_link);
|
| 844 |
}
|
| 845 |
+
else if (story_tag_id == place_id) {
|
| 846 |
+
// Where after was
|
| 847 |
+
place_index = 1;
|
| 848 |
+
place = (ffwd_params['blog_style_place_name'] == "1") ? '<a class="ffwd_place_name_' + ffwd + '" href="https://www.facebook.com/' + story_tag_id + '" target="_blank">' + story_tag_name + '</a>' : '';
|
| 849 |
+
story = story.replace("\u2014", "");
|
| 850 |
+
story = story.replace(story_tag_name, place);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 851 |
}
|
| 852 |
}
|
| 853 |
+
}
|
| 854 |
+
else if (type == "Array") {
|
| 855 |
+
for (var j = 0; j < story_tags.length; j++) {
|
| 856 |
+
if (typeof story_tags[j]["0"] != "undefined") {
|
| 857 |
+
var story_tag_name = story_tags[j]["0"]["name"],
|
| 858 |
+
story_tag_id = story_tags[j]["0"]["id"];
|
| 859 |
+
} else {
|
| 860 |
+
var story_tag_name = story_tags[j].name,
|
| 861 |
+
story_tag_id = story_tags[j].id;
|
| 862 |
+
}
|
| 863 |
+
with_name_index = story.indexOf(story_tag_name);
|
| 864 |
+
if ((with_name_index != -1) && (story_tag_name != who_post['name']) && (story_tag_name != owner_info['name']) && (story_tag_id != place_id)) {
|
| 865 |
+
story_tag_link = (/*ffwd_params['blog_style_with_whom'] == "1"*/true) ? '<a class="ffwd_blog_style_object_from_name_' + ffwd + '" href="https://www.facebook.com/' + story_tag_id + '" target="_blank">' + story_tag_name + '</a>' : '',
|
| 866 |
+
story = story.replace(story_tag_name, story_tag_link);
|
| 867 |
+
}
|
| 868 |
+
|
| 869 |
+
else if (story_tag_id == place_id) {
|
| 870 |
+
// Where after was
|
| 871 |
+
place_index = 1;
|
| 872 |
+
place = (ffwd_params['blog_style_place_name'] == "1") ? '<a class="ffwd_place_name_' + ffwd + '" href="https://www.facebook.com/' + story_tag_id + '" target="_blank">' + story_tag_name + '</a>' : '';
|
| 873 |
+
story = story.replace("\u2014", "");
|
| 874 |
+
story = story.replace(story_tag_name, place);
|
| 875 |
}
|
| 876 |
}
|
| 877 |
+
}
|
| 878 |
+
}
|
| 879 |
+
// Where after was
|
| 880 |
+
if (ffwd_params['blog_style_place_name'] == "1"/* && typeof place != 'undefined' && place != ''*/) {
|
| 881 |
+
if (id['type'] == 'events') {
|
| 882 |
+
story += full_place;
|
| 883 |
+
}
|
| 884 |
+
}
|
| 885 |
+
else {
|
| 886 |
+
story = story.replace(/ at| in|/gi, "");
|
| 887 |
+
}
|
| 888 |
+
jQuery('#ffwd_blog_style_object_from_pic_' + ffwd + '_' + id['id']).html(who_post_pic).attr("href", who_post['link']);
|
| 889 |
+
jQuery('#ffwd_blog_style_object_story_' + ffwd + '_' + id['id']).html(story);
|
| 890 |
+
break;
|
| 891 |
+
default :
|
| 892 |
+
break;
|
| 893 |
}
|
| 894 |
}
|
| 895 |
|
| 896 |
+
|
| 897 |
+
function ffwd_get_comments_replies(comment_id,graph_url,ffwd_params,ffwd) {
|
| 898 |
+
|
| 899 |
+
var url_for_cur_id_comm_replies = graph_url.replace('{FB_ID}', comment_id);
|
| 900 |
+
url_for_cur_id_comm_replies = url_for_cur_id_comm_replies.replace('{EDGE}', 'comments');
|
| 901 |
+
url_for_cur_id_comm_replies = url_for_cur_id_comm_replies.replace('{FIELDS}', 'fields=parent,created_time,from,like_count,message&');
|
| 902 |
+
url_for_cur_id_comm_replies = url_for_cur_id_comm_replies.replace('{OTHER}', '');
|
| 903 |
+
jQuery.getJSON(url_for_cur_id_comm_replies, function (result) {
|
| 904 |
+
for (var k = 0; k < result['data'].length; k++) {
|
| 905 |
+
var parent_comm_id = result['data'][k]["parent"]["id"],
|
| 906 |
+
comment_reply_id = result['data'][k]["id"];
|
| 907 |
+
|
| 908 |
+
var url_for_cur_id_comm_rep_user_pic = graph_url.replace('{FB_ID}', result['data'][k]['from']['id']);
|
| 909 |
+
url_for_cur_id_comm_rep_user_pic = url_for_cur_id_comm_rep_user_pic.replace('{EDGE}', '');
|
| 910 |
+
url_for_cur_id_comm_rep_user_pic = url_for_cur_id_comm_rep_user_pic.replace('{FIELDS}', 'fields=picture&');
|
| 911 |
+
url_for_cur_id_comm_rep_user_pic = url_for_cur_id_comm_rep_user_pic.replace('{OTHER}', '');
|
| 912 |
+
|
| 913 |
+
var comment_reply_author_pic = '<div style="float:left" class="ffwd_comment_reply_author_pic_' + ffwd + '" > <img class="reply_user_' + result['data'][k]['from']['id'] + '" src="https://graph.facebook.com/'+result['data'][k]['from']['id']+'/picture" > </div>',
|
| 914 |
+
comment_reply_author_name = '<a href="https://www.facebook.com/' + result['data'][k]['from']['id'] + '" class="ffwd_comment_reply_author_name_' + ffwd + '" > ' + result['data'][k]['from']['name'] + ' </a>',
|
| 915 |
+
comment_reply_message = '<span class="ffwd_comment_reply_message_' + ffwd + '" > ' + result['data'][k]['message'] + ' </span>',
|
| 916 |
+
comment_reply_date = '<span class="ffwd_comment_reply_date_' + ffwd + '" > ' + ffwd_get_passed_time(result['data'][k]['created_time']) + '</span>',
|
| 917 |
+
comment_reply_likes_count = '<span class="ffwd_comment_reply_likes_count_' + ffwd + '" > ' + result['data'][k]['like_count'] + ' </span>',
|
| 918 |
+
comments_reply_date_likes = '<div>' + comment_reply_date + comment_reply_likes_count + '</div>',
|
| 919 |
+
comment_reply_div_cont = '<div class="ffwd_comment_reply_content_' + ffwd + '" >' + comment_reply_author_name + comment_reply_message + comments_reply_date_likes + '<div style="clear:both"></div></div>',
|
| 920 |
+
comment_reply = '<div id="ffwd_comment_reply_' + ffwd + '_' + comment_reply_id + '" class="ffwd_comment_reply_' + ffwd + '">' + comment_reply_author_pic + comment_reply_div_cont + '<div style="clear:both" > </div></div>';
|
| 921 |
+
jQuery('#ffwd_comment_' + ffwd + '_' + parent_comm_id + ' .ffwd_comment_replies_content_' + ffwd).append(comment_reply);
|
| 922 |
+
|
| 923 |
+
}
|
| 924 |
+
ffwd_blog_style_resize(ffwd_params, ffwd);
|
| 925 |
+
});
|
| 926 |
+
|
| 927 |
+
|
| 928 |
+
}
|
| 929 |
+
function ffwd_fill_likes(result,ffwd,id) {
|
| 930 |
+
var total_reactions_count = parseInt(result['total_reactions']['summary']['total_count']);
|
| 931 |
+
|
| 932 |
+
var likes_count = parseInt(result['like']['summary']['total_count']);
|
| 933 |
+
var love_count = parseInt(result['love']['summary']['total_count']);
|
| 934 |
+
var wow_count = parseInt(result['wow']['summary']['total_count']);
|
| 935 |
+
var haha_count = parseInt(result['haha']['summary']['total_count']);
|
| 936 |
+
var sad_count = parseInt(result['sad']['summary']['total_count']);
|
| 937 |
+
var angry_count = parseInt(result['angry']['summary']['total_count']);
|
| 938 |
+
|
| 939 |
+
|
| 940 |
+
jQuery('#ffwd_likes_' + ffwd + '_' + id).html(total_reactions_count);
|
| 941 |
+
if (total_reactions_count >= 3) {
|
| 942 |
+
var likes_some_names = '<div class="ffwd_like_name_cont_' + ffwd + '"> <a class="ffwd_like_name_' + ffwd + '" href="https://www.facebook.com/' + result['total_reactions']['data'][0]['id'] + '" target="_blank">' + result['total_reactions']['data'][0]['name'] + ' , </a><a class="ffwd_like_name_' + ffwd + '" href="https://www.facebook.com/' + result['total_reactions']['data'][1]['id'] + '" target="_blank">' + result['total_reactions']['data'][1]['name'] + ' </a></div>';
|
| 943 |
+
var likes_count_last_part = '<div class="ffwd_almost_' + ffwd + '"> '+ ffwd_frontend_text.and +' ' + (total_reactions_count - 2) + ' '+ ffwd_frontend_text.others+' </div>';
|
| 944 |
+
}
|
| 945 |
+
else if (total_reactions_count == 2) {
|
| 946 |
+
var likes_some_names = '<div class="ffwd_like_name_cont_' + ffwd + '"> <a class="ffwd_like_name_' + ffwd + '" href="https://www.facebook.com/' + result['total_reactions']['data'][0]['id'] + '" target="_blank">' + result['total_reactions']['data'][0]['name'] + ' , </a><a class="ffwd_like_name_' + ffwd + '" href="https://www.facebook.com/' + result['total_reactions']['data'][1]['id'] + '" target="_blank">' + result['total_reactions']['data'][1]['name'] + ' </a></div>';
|
| 947 |
+
var likes_count_last_part = '';
|
| 948 |
+
}
|
| 949 |
+
else if (total_reactions_count == 1) {
|
| 950 |
+
var likes_some_names = '<div class="ffwd_like_name_cont_' + ffwd + '"> <a class="ffwd_like_name_' + ffwd + '" href="https://www.facebook.com/' + result['total_reactions']['data'][0]['id'] + '" target="_blank">' + result['total_reactions']['data'][0]['name'] + '</a></div>';
|
| 951 |
+
var likes_count_last_part = '';
|
| 952 |
+
}
|
| 953 |
+
else {
|
| 954 |
+
var likes_some_names = '';
|
| 955 |
+
var likes_count_last_part = '';
|
| 956 |
+
}
|
| 957 |
+
|
| 958 |
+
var reactions_icons = ''
|
| 959 |
+
reactions_width=0;
|
| 960 |
+
if (likes_count != 0) {
|
| 961 |
+
reactions_icons += '<span class="ffwd_react_icons_like_' + ffwd + '" title="Like"></span>';
|
| 962 |
+
reactions_width+=40;
|
| 963 |
+
jQuery('#ffwd_reactions_like_' + id + '_' + ffwd).show();
|
| 964 |
+
jQuery('#ffwd_tootlip_text_like_' + id + '_' + ffwd).html('Like: '+likes_count);
|
| 965 |
+
}
|
| 966 |
+
if (love_count != 0) {
|
| 967 |
+
reactions_icons += '<span class="ffwd_react_icons_love_' + ffwd + '" title="Love"></span>';
|
| 968 |
+
reactions_width+=40;
|
| 969 |
+
jQuery('#ffwd_reactions_love_' + id + '_' + ffwd ).show();
|
| 970 |
+
jQuery('#ffwd_tootlip_text_love_' + id + '_' + ffwd).html('Love: '+love_count);
|
| 971 |
+
|
| 972 |
+
|
| 973 |
+
}
|
| 974 |
+
if (haha_count != 0) {
|
| 975 |
+
reactions_icons += '<span class="ffwd_react_icons_haha_' + ffwd + '" title="Haha"></span>';
|
| 976 |
+
reactions_width+=40;
|
| 977 |
+
jQuery('#ffwd_reactions_haha_' + id + '_' + ffwd ).show();
|
| 978 |
+
jQuery('#ffwd_tootlip_text_haha_' + id + '_' + ffwd).html('Haha: '+haha_count);
|
| 979 |
+
|
| 980 |
+
|
| 981 |
+
}
|
| 982 |
+
if(wow_count!=0) {
|
| 983 |
+
reactions_icons += '<span class="ffwd_react_icons_wow_' + ffwd + '" title="WOW"></span>';
|
| 984 |
+
reactions_width+=40;
|
| 985 |
+
jQuery('#ffwd_reactions_wow_' + id + '_' + ffwd).show();
|
| 986 |
+
jQuery('#ffwd_tootlip_text_wow_' + id + '_' + ffwd).html('Wow: '+wow_count);
|
| 987 |
+
|
| 988 |
+
|
| 989 |
+
}
|
| 990 |
+
if(sad_count!=0) {
|
| 991 |
+
reactions_icons += '<span class="ffwd_react_icons_sad_' + ffwd + '" title="Sad"></span>';
|
| 992 |
+
reactions_width+=40;
|
| 993 |
+
jQuery('#ffwd_reactions_sad_' + id + '_' + ffwd).show();
|
| 994 |
+
jQuery('#ffwd_tootlip_text_sad_' + id + '_' + ffwd).html('Sad: '+sad_count);
|
| 995 |
+
|
| 996 |
+
|
| 997 |
+
}
|
| 998 |
+
if(angry_count!=0) {
|
| 999 |
+
reactions_icons += '<span class="ffwd_react_icons_angry_' + ffwd + '" title="Angry"></span>';
|
| 1000 |
+
reactions_width+=40;
|
| 1001 |
+
jQuery('#ffwd_reactions_angry_' + id + '_' + ffwd).show();
|
| 1002 |
+
jQuery('#ffwd_tootlip_text_angry_' + id + '_' + ffwd).html('Angry: '+angry_count);
|
| 1003 |
+
|
| 1004 |
+
|
| 1005 |
+
}
|
| 1006 |
+
|
| 1007 |
+
jQuery('#ffwd_reacts_'+ id + '_' + ffwd).css('width',reactions_width+52 +'px');
|
| 1008 |
+
|
| 1009 |
+
if(total_reactions_count==0)
|
| 1010 |
+
jQuery('#ffwd_reacts_'+ id + '_' + ffwd).css('display','none');
|
| 1011 |
+
|
| 1012 |
+
var likes_names_count = '<div class="ffwd_likes_names_' + ffwd + '">' +reactions_icons+ likes_some_names + likes_count_last_part + ' </div><div style="clear:both" ></div>';
|
| 1013 |
+
|
| 1014 |
+
|
| 1015 |
+
|
| 1016 |
+
if (total_reactions_count)
|
| 1017 |
+
jQuery('#ffwd_likes_names_count_' + id + '_' + ffwd).html(likes_names_count);
|
| 1018 |
+
else
|
| 1019 |
+
jQuery('#ffwd_likes_names_count_' + id + '_' + ffwd).remove();
|
| 1020 |
+
|
| 1021 |
+
}
|
| 1022 |
+
|
| 1023 |
function ffwd_blog_style_resize(ffwd_params, ffwd) {
|
| 1024 |
var window_width = window.innerWidth,
|
| 1025 |
+
blogstyle_object = jQuery(".blog_style_object_container_" + ffwd),
|
| 1026 |
+
blogstyle_object_width = blogstyle_object.width(),
|
| 1027 |
+
blogstyle_comment_content = jQuery(".ffwd_comment_content_" + ffwd),
|
| 1028 |
+
blogstyle_comment_reply_content = jQuery(".ffwd_comment_reply_content_" + ffwd),
|
| 1029 |
+
blogstyle_comment_content_left_margin = (parseInt(blogstyle_comment_content.css("margin-left"))) ?
|
| 1030 |
+
parseInt(blogstyle_comment_content.css("margin-left")) : 0,
|
| 1031 |
+
comment_author_pic_width = (parseInt(jQuery(".ffwd_comment_author_pic_" + ffwd + " img").css("width"))) ?
|
| 1032 |
+
parseInt(jQuery(".ffwd_comment_author_pic_" + ffwd + " img").css("width")) : 0,
|
| 1033 |
+
comment_reply_author_pic_width = (parseInt(jQuery(".ffwd_comment_reply_author_pic_" + ffwd + " img").css("width"))) ?
|
| 1034 |
+
parseInt(jQuery(".ffwd_comment_reply_author_pic_" + ffwd + " img").css("width")) : 0,
|
| 1035 |
+
comment_content_padding = (parseInt(jQuery(".ffwd_comment_" + ffwd).css("padding-left"))) ?
|
| 1036 |
+
parseInt(jQuery(".ffwd_comment_" + ffwd).css("padding-left")) : 0,
|
| 1037 |
+
ffwd_blog_style_img = jQuery(".ffwd_blog_style_img_" + ffwd);
|
| 1038 |
+
/* Minus one for twenty fifteen theme :))*/
|
| 1039 |
+
max_width_for_comment_content = blogstyle_object_width -
|
| 1040 |
+
comment_author_pic_width -
|
| 1041 |
+
blogstyle_comment_content_left_margin -
|
| 1042 |
+
(2 * comment_content_padding) - 1,
|
| 1043 |
+
max_width_for_comment_reply_content = max_width_for_comment_content -
|
| 1044 |
+
comment_reply_author_pic_width -
|
| 1045 |
+
blogstyle_comment_content_left_margin -
|
| 1046 |
+
(2 * comment_content_padding) - 1;
|
| 1047 |
+
|
| 1048 |
+
|
| 1049 |
+
max_width_for_attachment = (ffwd_params["blog_style_view_type"] != "1" && window_width > 520) ?
|
| 1050 |
+
blogstyle_object_width * 0.55 : blogstyle_object_width;
|
| 1051 |
|
| 1052 |
blogstyle_comment_content.css("max-width", max_width_for_comment_content);
|
| 1053 |
blogstyle_comment_reply_content.css("max-width", max_width_for_comment_reply_content);
|
js/ffwd_gallery_box.js
CHANGED
|
@@ -1,41 +1,41 @@
|
|
| 1 |
var isPopUpOpened = false;
|
| 2 |
function ffwd_createpopup(url, current_view, width, height, duration, description, lifetime) {
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
var popup = jQuery(
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
.hide()
|
| 22 |
.appendTo("body");
|
| 23 |
ff_wd_spider_showpopup(description, lifetime, popup, duration);
|
| 24 |
}).success(function(jqXHR, textStatus, errorThrown) {
|
| 25 |
-
|
| 26 |
-
|
| 27 |
}
|
| 28 |
|
| 29 |
function ff_wd_spider_showpopup(description, lifetime, popup, duration) {
|
| 30 |
-
|
| 31 |
-
|
| 32 |
ffwd_spider_receivedpopup(description, lifetime);
|
| 33 |
}
|
| 34 |
|
| 35 |
function ffwd_spider_hasalreadyreceivedpopup(description) {
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
return false;
|
| 40 |
}
|
| 41 |
|
|
@@ -50,42 +50,42 @@ function spider_isunsupporteduseragent() {
|
|
| 50 |
}
|
| 51 |
|
| 52 |
function ffwd_destroypopup(duration) {
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
}
|
| 78 |
|
| 79 |
// Set value by ID.
|
| 80 |
function spider_set_input_value(input_id, input_value) {
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
}
|
| 85 |
|
| 86 |
function ffwd_get_passed_time_popup(time) {
|
| 87 |
var today = new Date(),
|
| 88 |
-
|
| 89 |
today = Date.parse(today) / 1000 - client_server_date_difference_popup;
|
| 90 |
time = Date.UTC(arr[0],arr[1]-1,arr[2],arr[3],arr[4],arr[5] );
|
| 91 |
time /= 1000;
|
|
@@ -117,68 +117,68 @@ function ffwd_time(object) {
|
|
| 117 |
|
| 118 |
function ffwd_set_timezone_format(timezone_offset, date_format, time) {
|
| 119 |
var date = new Date(time);
|
| 120 |
-
|
| 121 |
-
|
| 122 |
var year = new_date.getFullYear(),
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
switch(date_format) {
|
| 153 |
case "ago" :
|
| 154 |
format = ffwd_get_passed_time_popup(time);
|
| 155 |
-
|
| 156 |
case "F j, Y, g:i a" :
|
| 157 |
format = monthNames[month] + ' ' + month_day + ', ' + year + ', ' + formatAMPM(new_date);
|
| 158 |
-
|
| 159 |
case "F j, Y" :
|
| 160 |
format = monthNames[month] + ' ' + month_day + ', ' + year;
|
| 161 |
-
|
| 162 |
case "l, F jS, Y" :
|
| 163 |
format = weekday[week_day] + ', ' + monthNames[month] + ' ' + ordinal_suffix_of(month_day) + ', ' + year;
|
| 164 |
-
|
| 165 |
case "l, F jS, Y, g:i a" :
|
| 166 |
format = weekday[week_day] + ', ' + monthNames[month] + ' ' + ordinal_suffix_of(month_day) + ', ' + year + ', ' + formatAMPM(new_date);
|
| 167 |
-
|
| 168 |
case "Y/m/d at g:i a" :
|
| 169 |
format = year + '/' + ((month + 1) > 10 ? (month + 1) : "0" + (month + 1)) + '/' + (month_day > 10 ? month_day : "0" + month_day) + ' at ' + formatAMPM(new_date);
|
| 170 |
-
|
| 171 |
default:
|
| 172 |
format = ffwd_get_passed_time_popup(time);
|
| 173 |
-
|
| 174 |
}
|
| 175 |
return format;
|
| 176 |
}
|
| 177 |
|
| 178 |
function formatAMPM(date) {
|
| 179 |
var hours = date.getHours(),
|
| 180 |
-
|
| 181 |
-
|
| 182 |
|
| 183 |
hours = hours % 12;
|
| 184 |
hours = hours ? hours : 12;
|
|
@@ -189,26 +189,26 @@ function formatAMPM(date) {
|
|
| 189 |
|
| 190 |
function ordinal_suffix_of(i) {
|
| 191 |
var j = i % 10,
|
| 192 |
-
|
| 193 |
if (j == 1 && k != 11) {
|
| 194 |
-
|
| 195 |
}
|
| 196 |
if (j == 2 && k != 12) {
|
| 197 |
-
|
| 198 |
}
|
| 199 |
if (j == 3 && k != 13) {
|
| 200 |
-
|
| 201 |
}
|
| 202 |
return i + "th";
|
| 203 |
}
|
| 204 |
|
| 205 |
function ffwd_see_show_hide(string, type, row_type) {
|
| 206 |
-
|
| 207 |
-
|
| 208 |
var new_string = string,
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
if(row_type == 'events')
|
| 213 |
text_length = (typeof ffwd_options["event_desp_length"] != "undefined") ? ffwd_options["event_desp_length"] : 200;
|
| 214 |
else
|
|
@@ -217,16 +217,16 @@ function ffwd_see_show_hide(string, type, row_type) {
|
|
| 217 |
if (length > text_length) {
|
| 218 |
var stringCut = string_for_quality.substr(0, text_length);
|
| 219 |
var last_whitespace_in_string_cut = stringCut.lastIndexOf(" ");
|
| 220 |
-
|
| 221 |
var hide_text_length = length - last_whitespace_in_string_cut;
|
| 222 |
|
| 223 |
-
|
| 224 |
-
|
| 225 |
|
| 226 |
var hide_text = string_for_quality.substr(last_whitespace_in_string_cut, hide_text_length);
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
}
|
| 231 |
return new_string;
|
| 232 |
}
|
|
@@ -237,15 +237,15 @@ function ffwd_fill_tags(message, message_tags) {
|
|
| 237 |
if(type == "Array") {
|
| 238 |
for(var j=0; j<message_tags.length; j++) {
|
| 239 |
var tag_name = message_tags[j]["name"],
|
| 240 |
-
|
| 241 |
-
|
| 242 |
}
|
| 243 |
}
|
| 244 |
else if(type == "Object"){
|
| 245 |
for(var x in message_tags) {
|
| 246 |
var tag_name = message_tags[x]["0"]["name"],
|
| 247 |
-
|
| 248 |
-
|
| 249 |
}
|
| 250 |
}
|
| 251 |
return message;
|
|
@@ -330,8 +330,8 @@ function ffwd_cube(tz, ntx, nty, nrx, nry, wrx, wry, current_image_class, next_i
|
|
| 330 |
/*Then sub objects*/
|
| 331 |
if (typeof ffwd_event_stack_for_attachments !== 'undefined' && ffwd_event_stack_for_attachments.length > 0) {
|
| 332 |
var object = ffwd_event_stack_for_attachments[0];
|
| 333 |
-
|
| 334 |
-
|
| 335 |
}
|
| 336 |
}
|
| 337 |
}
|
|
@@ -385,16 +385,16 @@ function ffwd_fade(current_image_class, next_image_class, direction) {
|
|
| 385 |
else {
|
| 386 |
jQuery(current_image_class).animate({'opacity' : 0, 'z-index' : 1}, ffwd_transition_duration);
|
| 387 |
jQuery(next_image_class).animate({
|
| 388 |
-
|
| 389 |
-
|
| 390 |
-
|
| 391 |
-
|
| 392 |
-
|
| 393 |
-
|
| 394 |
-
|
| 395 |
-
|
| 396 |
-
|
| 397 |
-
|
| 398 |
/* For IE.*/
|
| 399 |
jQuery(current_image_class).fadeTo(ffwd_transition_duration, 0);
|
| 400 |
jQuery(next_image_class).fadeTo(ffwd_transition_duration, 1);
|
|
@@ -441,15 +441,15 @@ function ffwd_grid(cols, rows, ro, tx, ty, sc, op, current_image_class, next_ima
|
|
| 441 |
var imgWidth = cur_img.width();
|
| 442 |
var imgHeight = cur_img.height();
|
| 443 |
var contWidth = cont.width(),
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
|
| 452 |
-
|
| 453 |
var imgSrc = typeof cur_img.attr('src')=='undefined' ? '' :cur_img.attr('src');
|
| 454 |
/* tx/ty args can be passed as 'auto'/'min-auto' (meaning use slide width/height or negative slide width/height).*/
|
| 455 |
tx = tx === 'auto' ? contWidth : tx;
|
|
@@ -459,8 +459,8 @@ function ffwd_grid(cols, rows, ro, tx, ty, sc, op, current_image_class, next_ima
|
|
| 459 |
/* Loop through cols.*/
|
| 460 |
for (var i = 0; i < cols; i++) {
|
| 461 |
var topDist = 0,
|
| 462 |
-
|
| 463 |
-
|
| 464 |
/* If imgWidth (px) does not divide cleanly into the specified number of cols, adjust individual col widths to create correct total.*/
|
| 465 |
if (colRemainder > 0) {
|
| 466 |
var add = colRemainder >= colAdd ? colAdd : colRemainder;
|
|
@@ -470,7 +470,7 @@ function ffwd_grid(cols, rows, ro, tx, ty, sc, op, current_image_class, next_ima
|
|
| 470 |
/* Nested loop to create row gridlets for each col.*/
|
| 471 |
for (var j = 0; j < rows; j++) {
|
| 472 |
var newRowHeight = rowHeight,
|
| 473 |
-
|
| 474 |
/* If contHeight (px) does not divide cleanly into the specified number of rows, adjust individual row heights to create correct total.*/
|
| 475 |
if (newRowRemainder > 0) {
|
| 476 |
add = newRowRemainder >= rowAdd ? rowAdd : rowRemainder;
|
|
@@ -518,7 +518,7 @@ function ffwd_grid(cols, rows, ro, tx, ty, sc, op, current_image_class, next_ima
|
|
| 518 |
|
| 519 |
/*First check main objects*/
|
| 520 |
if (typeof ffwd_event_stack !== 'undefined' && ffwd_event_stack.length > 0) {
|
| 521 |
-
|
| 522 |
ffwd_event_stack_for_attachments = [];
|
| 523 |
key = ffwd_event_stack[0].split("-");
|
| 524 |
ffwd_event_stack.shift();
|
|
@@ -527,8 +527,8 @@ function ffwd_grid(cols, rows, ro, tx, ty, sc, op, current_image_class, next_ima
|
|
| 527 |
/*Then sub objects*/
|
| 528 |
if (typeof ffwd_event_stack_for_attachments !== 'undefined' && ffwd_event_stack_for_attachments.length > 0) {
|
| 529 |
var object = ffwd_event_stack_for_attachments[0];
|
| 530 |
-
|
| 531 |
-
|
| 532 |
}
|
| 533 |
}
|
| 534 |
}
|
|
@@ -626,22 +626,22 @@ function show_hide_sub_attachments(pos) {
|
|
| 626 |
/* Change object info*/
|
| 627 |
function ffwd_change_info(key) {
|
| 628 |
var object = data[key],
|
| 629 |
-
|
| 630 |
-
|
| 631 |
-
|
| 632 |
-
|
| 633 |
-
|
| 634 |
-
|
| 635 |
-
|
| 636 |
-
|
| 637 |
-
|
| 638 |
-
|
| 639 |
-
|
| 640 |
-
|
| 641 |
-
|
| 642 |
-
|
| 643 |
-
|
| 644 |
-
|
| 645 |
jQuery('.ffwd_object_name').html(name).attr('href', link);
|
| 646 |
jQuery('.ffwd_object_messages').html(message);
|
| 647 |
jQuery('.ffwd_object_description').html(description);
|
|
@@ -656,7 +656,7 @@ function ffwd_fill_hashtags(str) {
|
|
| 656 |
if(str[i].indexOf('#') !== -1) {
|
| 657 |
var hashtag = str[i].replace('#', '<a class="ffwd_hashtag" target="_blank" href="https://www.facebook.com/hashtag/');
|
| 658 |
var word = str[i].split('#');
|
| 659 |
-
|
| 660 |
hashtag += '">' + word + '</a>';
|
| 661 |
str[i] = hashtag;
|
| 662 |
}
|
|
@@ -668,8 +668,8 @@ function ffwd_fill_hashtags(str) {
|
|
| 668 |
/*See less see more*/
|
| 669 |
function ffwd_see_less_more(that, more_less, type) {
|
| 670 |
var display = (more_less == 'more') ? 'inline' : 'none',
|
| 671 |
-
|
| 672 |
-
|
| 673 |
|
| 674 |
that.parent().parent().find('.ffwd_object_'+type+'_hide').css('display', display);
|
| 675 |
that.html('See ' + less_more).removeClass('ffwd_see_' + more_less + '_' + type).addClass('ffwd_see_' + less_more + '_' + type);
|
|
@@ -677,119 +677,228 @@ function ffwd_see_less_more(that, more_less, type) {
|
|
| 677 |
}
|
| 678 |
|
| 679 |
/*Function for comments and likes cont*/
|
| 680 |
-
function ffwd_fill_likes_comments(
|
| 681 |
-
|
| 682 |
-
|
| 683 |
-
|
| 684 |
-
|
| 685 |
-
|
| 686 |
-
|
| 687 |
-
|
| 688 |
-
|
| 689 |
-
|
| 690 |
-
|
| 691 |
-
/*For shares*/
|
| 692 |
-
var graph_url_for_shares = url_for_cur_id.replace('{EDGE}', '');
|
| 693 |
-
graph_url_for_shares = graph_url_for_shares.replace('{FIELDS}', 'fields=shares&');
|
| 694 |
-
graph_url_for_shares = graph_url_for_shares.replace('{OTHER}', '');
|
| 695 |
-
jQuery.getJSON(graph_url_for_likes, function(result) {
|
| 696 |
-
var likes_count = (typeof result['summary'] != 'undefined') ? parseInt(result['summary']['total_count']) : 0;
|
| 697 |
-
jQuery('#ffwd_likes').html(likes_count);
|
| 698 |
if(likes_count >= 3) {
|
| 699 |
-
var likes_some_names = '<div class="ffwd_likes_name_cont"> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + ' , </a><a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][1]['id']+'" target="_blank">' + result['data'][1]['name'] +'</a></div>',
|
| 700 |
-
|
| 701 |
}
|
| 702 |
else if(likes_count == 2 ) {
|
| 703 |
-
var likes_some_names = '<div> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + ' , </a> , <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][1]['id']+'" target="_blank">' + result['data'][1]['name'] +'</a></div>',
|
| 704 |
-
|
| 705 |
}
|
| 706 |
else if(likes_count == 1 ) {
|
| 707 |
-
var likes_some_names = '<div> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + '</a></div>',
|
| 708 |
-
|
| 709 |
}
|
| 710 |
else {
|
| 711 |
var likes_some_names = '',
|
| 712 |
-
|
| 713 |
}
|
| 714 |
var likes_names_count = '<div class="ffwd_likes_names" > '+likes_some_names+likes_count_last_part+' </div><div style="clear:both" ></div>';
|
| 715 |
if(likes_count > 0)
|
| 716 |
jQuery('#ffwd_likes_names_count').html(likes_names_count).css("display", "block");
|
| 717 |
else
|
| 718 |
jQuery('#ffwd_likes_names_count').css("display", "none");
|
| 719 |
-
});
|
| 720 |
-
/* For shares */
|
| 721 |
-
if(ffwd_content_type == "timeline")
|
| 722 |
-
jQuery.getJSON(graph_url_for_shares, function(result) {
|
| 723 |
-
var shares_count = (typeof result['shares'] != 'undefined') ? parseInt(result['shares']['count']) : '0';
|
| 724 |
-
jQuery('#ffwd_shares').html(shares_count);
|
| 725 |
-
});
|
| 726 |
-
/* For comments */
|
| 727 |
-
jQuery.getJSON(graph_url_for_comments, function(result) {
|
| 728 |
-
var total_count = (result['data'].length < 25) ? result['data'].length : result['summary']['total_count'];
|
| 729 |
-
jQuery('#ffwd_comments_count').html(total_count);
|
| 730 |
-
var more_comments = false;
|
| 731 |
-
jQuery('#ffwd_comments_content').html('');
|
| 732 |
-
for(var i=0, j=1, z=0; i<result['data'].length; i++,j++) {
|
| 733 |
-
var display = 'display:block',
|
| 734 |
-
comment_id = result['data'][i]['id'];
|
| 735 |
-
if(j > 4) {
|
| 736 |
-
display = 'display:none';
|
| 737 |
-
more_comments = true;
|
| 738 |
-
z++;
|
| 739 |
-
}
|
| 740 |
|
| 741 |
-
|
| 742 |
-
|
| 743 |
-
|
| 744 |
-
|
| 745 |
-
|
| 746 |
-
var
|
| 747 |
-
|
| 748 |
-
|
| 749 |
-
|
| 750 |
-
|
| 751 |
-
|
| 752 |
-
|
| 753 |
-
|
| 754 |
-
|
| 755 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 756 |
comment_date_likes = '<div class="ffwd_comment_date_likes">'+ comment_date + comment_likes_count + '</div>',
|
| 757 |
-
comment_replies_cont = (ffwd_options["comments_filter"] == "toplevel" && ffwd_options["comments_replies"] == "1" && result['data'][i]['comment_count'] > 0) ? '<div class="ffwd_comment_replies"><div class="ffwd_comment_replies_label">'+result['data'][i]['comment_count']+' Reply</div><div class="ffwd_comment_replies_content"></div></div>' : '',
|
| 758 |
comment_div_cont = '<div class="ffwd_comment_content" >'+comment_author_name+comment_message+comment_date_likes+comment_replies_cont+'<div style="clear:both"></div></div>',
|
| 759 |
comment = '<div id="ffwd_single_comment_'+comment_id+'" style="'+display+'" class="ffwd_single_comment">' + comment_author_pic + comment_div_cont + '<div style="clear:both" > </div></div>';
|
| 760 |
-
|
| 761 |
-
|
| 762 |
-
|
| 763 |
-
|
| 764 |
-
|
| 765 |
-
|
| 766 |
-
|
| 767 |
-
|
| 768 |
-
|
| 769 |
-
|
| 770 |
-
|
| 771 |
-
|
| 772 |
-
|
| 773 |
-
|
| 774 |
-
|
| 775 |
-
|
| 776 |
-
|
| 777 |
-
|
| 778 |
-
|
| 779 |
-
|
| 780 |
-
|
| 781 |
-
|
| 782 |
-
|
| 783 |
-
|
| 784 |
-
|
| 785 |
-
|
| 786 |
-
|
| 787 |
-
|
| 788 |
-
|
| 789 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 790 |
}
|
| 791 |
-
|
| 792 |
-
|
|
|
|
| 793 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 794 |
});
|
| 795 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
var isPopUpOpened = false;
|
| 2 |
function ffwd_createpopup(url, current_view, width, height, duration, description, lifetime) {
|
| 3 |
+
url = url.replace(/&/g, '&');
|
| 4 |
+
if (isPopUpOpened) { return };
|
| 5 |
+
isPopUpOpened = true;
|
| 6 |
+
if (ffwd_spider_hasalreadyreceivedpopup(description) || spider_isunsupporteduseragent()) {
|
| 7 |
+
return;
|
| 8 |
+
}
|
| 9 |
+
jQuery("html").attr("style", "overflow:hidden !important;");
|
| 10 |
+
jQuery("#spider_popup_loading_" + current_view).css({display: "block"});
|
| 11 |
+
jQuery("#spider_popup_overlay_" + current_view).css({display: "block"});
|
| 12 |
+
jQuery.get(url, function(data) {
|
| 13 |
var popup = jQuery(
|
| 14 |
+
'<div id="spider_popup_wrap" class="spider_popup_wrap" style="' +
|
| 15 |
+
' width:' + width + 'px;' +
|
| 16 |
+
' height:' + height + 'px;' +
|
| 17 |
+
' margin-top:-' + height / 2 + 'px;' +
|
| 18 |
+
' margin-left: -' + width / 2 + 'px; ">' +
|
| 19 |
+
data +
|
| 20 |
+
'</div>')
|
| 21 |
.hide()
|
| 22 |
.appendTo("body");
|
| 23 |
ff_wd_spider_showpopup(description, lifetime, popup, duration);
|
| 24 |
}).success(function(jqXHR, textStatus, errorThrown) {
|
| 25 |
+
jQuery("#spider_popup_loading_" + current_view).css({display: "none !important;"});
|
| 26 |
+
});
|
| 27 |
}
|
| 28 |
|
| 29 |
function ff_wd_spider_showpopup(description, lifetime, popup, duration) {
|
| 30 |
+
isPopUpOpened = true;
|
| 31 |
+
popup.show();
|
| 32 |
ffwd_spider_receivedpopup(description, lifetime);
|
| 33 |
}
|
| 34 |
|
| 35 |
function ffwd_spider_hasalreadyreceivedpopup(description) {
|
| 36 |
+
if (document.cookie.indexOf(description) > -1) {
|
| 37 |
+
delete document.cookie[document.cookie.indexOf(description)];
|
| 38 |
+
}
|
| 39 |
return false;
|
| 40 |
}
|
| 41 |
|
| 50 |
}
|
| 51 |
|
| 52 |
function ffwd_destroypopup(duration) {
|
| 53 |
+
if (document.getElementById("spider_popup_wrap") != null) {
|
| 54 |
+
if (typeof jQuery().fullscreen !== 'undefined' && jQuery.isFunction(jQuery().fullscreen)) {
|
| 55 |
+
if (jQuery.fullscreen.isFullScreen()) {
|
| 56 |
+
jQuery.fullscreen.exit();
|
| 57 |
+
}
|
| 58 |
+
}
|
| 59 |
+
setTimeout(function () {
|
| 60 |
+
jQuery(".spider_popup_wrap").remove();
|
| 61 |
+
jQuery(".spider_popup_loading").css({display: "none"});
|
| 62 |
+
jQuery(".spider_popup_overlay").css({display: "none"});
|
| 63 |
+
jQuery(document).off("keydown");
|
| 64 |
+
jQuery("html").attr("style", "overflow:auto !important");
|
| 65 |
+
}, 20);
|
| 66 |
+
}
|
| 67 |
+
isPopUpOpened = false;
|
| 68 |
+
var isMobile = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase()));
|
| 69 |
+
var viewportmeta = document.querySelector('meta[name="viewport"]');
|
| 70 |
+
if (isMobile && viewportmeta) {
|
| 71 |
+
viewportmeta.content = 'width=device-width, initial-scale=1';
|
| 72 |
+
}
|
| 73 |
+
var scrrr = jQuery(document).scrollTop();
|
| 74 |
+
window.location.hash = "";
|
| 75 |
+
jQuery(document).scrollTop(scrrr);
|
| 76 |
+
clearInterval(ffwd_playInterval);
|
| 77 |
}
|
| 78 |
|
| 79 |
// Set value by ID.
|
| 80 |
function spider_set_input_value(input_id, input_value) {
|
| 81 |
+
if (document.getElementById(input_id)) {
|
| 82 |
+
document.getElementById(input_id).value = input_value;
|
| 83 |
+
}
|
| 84 |
}
|
| 85 |
|
| 86 |
function ffwd_get_passed_time_popup(time) {
|
| 87 |
var today = new Date(),
|
| 88 |
+
arr = time.split(/[^0-9]/);
|
| 89 |
today = Date.parse(today) / 1000 - client_server_date_difference_popup;
|
| 90 |
time = Date.UTC(arr[0],arr[1]-1,arr[2],arr[3],arr[4],arr[5] );
|
| 91 |
time /= 1000;
|
| 117 |
|
| 118 |
function ffwd_set_timezone_format(timezone_offset, date_format, time) {
|
| 119 |
var date = new Date(time);
|
| 120 |
+
new_date_timezone = new Date( date.getTime() + (timezone_offset)* 3600 * 1000).toUTCString().replace( / GMT$/, "" );
|
| 121 |
+
new_date = new Date(new_date_timezone);
|
| 122 |
var year = new_date.getFullYear(),
|
| 123 |
+
month = new_date.getMonth(),
|
| 124 |
+
week_day = new_date.getDay(),
|
| 125 |
+
month_day = new_date.getDate(),
|
| 126 |
+
hour = new_date.getHours(),
|
| 127 |
+
minute = new_date.getMinutes(),
|
| 128 |
+
sec = new_date.getSeconds(),
|
| 129 |
+
weekday= [
|
| 130 |
+
"Sunday",
|
| 131 |
+
"Monday",
|
| 132 |
+
"Tuesday",
|
| 133 |
+
"Wednesday",
|
| 134 |
+
"Thursday",
|
| 135 |
+
"Friday",
|
| 136 |
+
"Saturday",
|
| 137 |
+
],
|
| 138 |
+
monthNames = [
|
| 139 |
+
"January",
|
| 140 |
+
"February",
|
| 141 |
+
"March",
|
| 142 |
+
"April",
|
| 143 |
+
"May",
|
| 144 |
+
"June",
|
| 145 |
+
"July",
|
| 146 |
+
"August",
|
| 147 |
+
"September",
|
| 148 |
+
"October",
|
| 149 |
+
"November",
|
| 150 |
+
"December"
|
| 151 |
+
];
|
| 152 |
switch(date_format) {
|
| 153 |
case "ago" :
|
| 154 |
format = ffwd_get_passed_time_popup(time);
|
| 155 |
+
break;
|
| 156 |
case "F j, Y, g:i a" :
|
| 157 |
format = monthNames[month] + ' ' + month_day + ', ' + year + ', ' + formatAMPM(new_date);
|
| 158 |
+
break;
|
| 159 |
case "F j, Y" :
|
| 160 |
format = monthNames[month] + ' ' + month_day + ', ' + year;
|
| 161 |
+
break;
|
| 162 |
case "l, F jS, Y" :
|
| 163 |
format = weekday[week_day] + ', ' + monthNames[month] + ' ' + ordinal_suffix_of(month_day) + ', ' + year;
|
| 164 |
+
break;
|
| 165 |
case "l, F jS, Y, g:i a" :
|
| 166 |
format = weekday[week_day] + ', ' + monthNames[month] + ' ' + ordinal_suffix_of(month_day) + ', ' + year + ', ' + formatAMPM(new_date);
|
| 167 |
+
break;
|
| 168 |
case "Y/m/d at g:i a" :
|
| 169 |
format = year + '/' + ((month + 1) > 10 ? (month + 1) : "0" + (month + 1)) + '/' + (month_day > 10 ? month_day : "0" + month_day) + ' at ' + formatAMPM(new_date);
|
| 170 |
+
break;
|
| 171 |
default:
|
| 172 |
format = ffwd_get_passed_time_popup(time);
|
| 173 |
+
break;
|
| 174 |
}
|
| 175 |
return format;
|
| 176 |
}
|
| 177 |
|
| 178 |
function formatAMPM(date) {
|
| 179 |
var hours = date.getHours(),
|
| 180 |
+
minutes = date.getMinutes(),
|
| 181 |
+
ampm = hours >= 12 ? 'pm' : 'am';
|
| 182 |
|
| 183 |
hours = hours % 12;
|
| 184 |
hours = hours ? hours : 12;
|
| 189 |
|
| 190 |
function ordinal_suffix_of(i) {
|
| 191 |
var j = i % 10,
|
| 192 |
+
k = i % 100;
|
| 193 |
if (j == 1 && k != 11) {
|
| 194 |
+
return i + "st";
|
| 195 |
}
|
| 196 |
if (j == 2 && k != 12) {
|
| 197 |
+
return i + "nd";
|
| 198 |
}
|
| 199 |
if (j == 3 && k != 13) {
|
| 200 |
+
return i + "rd";
|
| 201 |
}
|
| 202 |
return i + "th";
|
| 203 |
}
|
| 204 |
|
| 205 |
function ffwd_see_show_hide(string, type, row_type) {
|
| 206 |
+
string_for_quality = string.replace(/<br\/>/g, "\n");
|
| 207 |
+
string = string.replace(/<br\/>/g, " \n ");
|
| 208 |
var new_string = string,
|
| 209 |
+
hide_text_paragraph = '',
|
| 210 |
+
length = string_for_quality.length;
|
| 211 |
+
/*console.log(length); xndir@ ispanerin hatk chareri meja*/
|
| 212 |
if(row_type == 'events')
|
| 213 |
text_length = (typeof ffwd_options["event_desp_length"] != "undefined") ? ffwd_options["event_desp_length"] : 200;
|
| 214 |
else
|
| 217 |
if (length > text_length) {
|
| 218 |
var stringCut = string_for_quality.substr(0, text_length);
|
| 219 |
var last_whitespace_in_string_cut = stringCut.lastIndexOf(" ");
|
| 220 |
+
last_whitespace_in_string_cut = (last_whitespace_in_string_cut == -1) ? 0 : last_whitespace_in_string_cut;
|
| 221 |
var hide_text_length = length - last_whitespace_in_string_cut;
|
| 222 |
|
| 223 |
+
stringCut = stringCut.substr(0, last_whitespace_in_string_cut)
|
| 224 |
+
stringCut = stringCut.replace(/\n/g, " \n ");
|
| 225 |
|
| 226 |
var hide_text = string_for_quality.substr(last_whitespace_in_string_cut, hide_text_length);
|
| 227 |
+
hide_text = hide_text.replace(/\n/g, " \n ");
|
| 228 |
+
hide_text_paragraph = ' <span style="display:none" class="ffwd_object_' + type + '_hide" >' + hide_text + ' </span>';
|
| 229 |
+
new_string = stringCut + hide_text_paragraph + ' <span class="ffwd_more_dotes" > ... </span> <a href="" class="ffwd_see_more ffwd_see_more_' + type + '">See more</a>';
|
| 230 |
}
|
| 231 |
return new_string;
|
| 232 |
}
|
| 237 |
if(type == "Array") {
|
| 238 |
for(var j=0; j<message_tags.length; j++) {
|
| 239 |
var tag_name = message_tags[j]["name"],
|
| 240 |
+
tag_id = message_tags[j]["id"];
|
| 241 |
+
message = message.replace(tag_name, '<a class="ffwd_message_tag" target="_blank" href="https://www.facebook.com/'+tag_id+'" >'+tag_name+'</a>');
|
| 242 |
}
|
| 243 |
}
|
| 244 |
else if(type == "Object"){
|
| 245 |
for(var x in message_tags) {
|
| 246 |
var tag_name = message_tags[x]["0"]["name"],
|
| 247 |
+
tag_id = message_tags[x]["0"]["id"];
|
| 248 |
+
message = message.replace(tag_name, '<a class="ffwd_message_tag" target="_blank" href="https://www.facebook.com/'+tag_id+'" >'+tag_name+'</a>');
|
| 249 |
}
|
| 250 |
}
|
| 251 |
return message;
|
| 330 |
/*Then sub objects*/
|
| 331 |
if (typeof ffwd_event_stack_for_attachments !== 'undefined' && ffwd_event_stack_for_attachments.length > 0) {
|
| 332 |
var object = ffwd_event_stack_for_attachments[0];
|
| 333 |
+
ffwd_event_stack_for_attachments.shift();
|
| 334 |
+
ffwd_change_subattachment(object);
|
| 335 |
}
|
| 336 |
}
|
| 337 |
}
|
| 385 |
else {
|
| 386 |
jQuery(current_image_class).animate({'opacity' : 0, 'z-index' : 1}, ffwd_transition_duration);
|
| 387 |
jQuery(next_image_class).animate({
|
| 388 |
+
'opacity' : 1,
|
| 389 |
+
'z-index': 2
|
| 390 |
+
}, {
|
| 391 |
+
duration: ffwd_transition_duration,
|
| 392 |
+
complete: function () {
|
| 393 |
+
|
| 394 |
+
ffwd_trans_in_progress = false;
|
| 395 |
+
jQuery(current_image_class).html('');
|
| 396 |
+
}
|
| 397 |
+
});
|
| 398 |
/* For IE.*/
|
| 399 |
jQuery(current_image_class).fadeTo(ffwd_transition_duration, 0);
|
| 400 |
jQuery(next_image_class).fadeTo(ffwd_transition_duration, 1);
|
| 441 |
var imgWidth = cur_img.width();
|
| 442 |
var imgHeight = cur_img.height();
|
| 443 |
var contWidth = cont.width(),
|
| 444 |
+
contHeight = cont.height(),
|
| 445 |
+
colWidth = Math.floor(contWidth / cols),
|
| 446 |
+
rowHeight = Math.floor(contHeight / rows),
|
| 447 |
+
colRemainder = contWidth - (cols * colWidth),
|
| 448 |
+
colAdd = Math.ceil(colRemainder / cols),
|
| 449 |
+
rowRemainder = contHeight - (rows * rowHeight),
|
| 450 |
+
rowAdd = Math.ceil(rowRemainder / rows),
|
| 451 |
+
leftDist = 0,
|
| 452 |
+
img_leftDist = Math.ceil((jQuery(".ffwd_slide_bg").width() - cur_img.width()) / 2);
|
| 453 |
var imgSrc = typeof cur_img.attr('src')=='undefined' ? '' :cur_img.attr('src');
|
| 454 |
/* tx/ty args can be passed as 'auto'/'min-auto' (meaning use slide width/height or negative slide width/height).*/
|
| 455 |
tx = tx === 'auto' ? contWidth : tx;
|
| 459 |
/* Loop through cols.*/
|
| 460 |
for (var i = 0; i < cols; i++) {
|
| 461 |
var topDist = 0,
|
| 462 |
+
img_topDst = Math.floor((jQuery(".ffwd_slide_bg").height() - cur_img.height()) / 2),
|
| 463 |
+
newColWidth = colWidth;
|
| 464 |
/* If imgWidth (px) does not divide cleanly into the specified number of cols, adjust individual col widths to create correct total.*/
|
| 465 |
if (colRemainder > 0) {
|
| 466 |
var add = colRemainder >= colAdd ? colAdd : colRemainder;
|
| 470 |
/* Nested loop to create row gridlets for each col.*/
|
| 471 |
for (var j = 0; j < rows; j++) {
|
| 472 |
var newRowHeight = rowHeight,
|
| 473 |
+
newRowRemainder = rowRemainder;
|
| 474 |
/* If contHeight (px) does not divide cleanly into the specified number of rows, adjust individual row heights to create correct total.*/
|
| 475 |
if (newRowRemainder > 0) {
|
| 476 |
add = newRowRemainder >= rowAdd ? rowAdd : rowRemainder;
|
| 518 |
|
| 519 |
/*First check main objects*/
|
| 520 |
if (typeof ffwd_event_stack !== 'undefined' && ffwd_event_stack.length > 0) {
|
| 521 |
+
/*console.log('gag');*/
|
| 522 |
ffwd_event_stack_for_attachments = [];
|
| 523 |
key = ffwd_event_stack[0].split("-");
|
| 524 |
ffwd_event_stack.shift();
|
| 527 |
/*Then sub objects*/
|
| 528 |
if (typeof ffwd_event_stack_for_attachments !== 'undefined' && ffwd_event_stack_for_attachments.length > 0) {
|
| 529 |
var object = ffwd_event_stack_for_attachments[0];
|
| 530 |
+
ffwd_event_stack_for_attachments.shift();
|
| 531 |
+
ffwd_change_subattachment(object);
|
| 532 |
}
|
| 533 |
}
|
| 534 |
}
|
| 626 |
/* Change object info*/
|
| 627 |
function ffwd_change_info(key) {
|
| 628 |
var object = data[key],
|
| 629 |
+
name = jQuery('<div />').html(object['name']).text(),
|
| 630 |
+
link = object['link'],
|
| 631 |
+
message = ffwd_see_show_hide(object['message'], 'message', object['type']),
|
| 632 |
+
message_tags = object['message_tags'],
|
| 633 |
+
description = ffwd_see_show_hide(object['description'], 'description', object['type']),
|
| 634 |
+
|
| 635 |
+
time = object['created_time'],
|
| 636 |
+
place_name = '',
|
| 637 |
+
place_id,
|
| 638 |
+
class_name = (object["type"] != "events") ? ".ffwd_popup_from_time_post" : ".ffwd_popup_from_time_event";
|
| 639 |
+
|
| 640 |
+
message = ffwd_fill_hashtags(message);
|
| 641 |
+
message = ffwd_fill_tags(message, message_tags);
|
| 642 |
+
description = ffwd_fill_hashtags(description);
|
| 643 |
+
|
| 644 |
+
ffwd_fill_story_author_place(key);
|
| 645 |
jQuery('.ffwd_object_name').html(name).attr('href', link);
|
| 646 |
jQuery('.ffwd_object_messages').html(message);
|
| 647 |
jQuery('.ffwd_object_description').html(description);
|
| 656 |
if(str[i].indexOf('#') !== -1) {
|
| 657 |
var hashtag = str[i].replace('#', '<a class="ffwd_hashtag" target="_blank" href="https://www.facebook.com/hashtag/');
|
| 658 |
var word = str[i].split('#');
|
| 659 |
+
word = '#' + word[1];
|
| 660 |
hashtag += '">' + word + '</a>';
|
| 661 |
str[i] = hashtag;
|
| 662 |
}
|
| 668 |
/*See less see more*/
|
| 669 |
function ffwd_see_less_more(that, more_less, type) {
|
| 670 |
var display = (more_less == 'more') ? 'inline' : 'none',
|
| 671 |
+
display_dotes = (more_less == 'more') ? 'none' : 'inline',
|
| 672 |
+
less_more = (more_less == 'more') ? 'less' : 'more';
|
| 673 |
|
| 674 |
that.parent().parent().find('.ffwd_object_'+type+'_hide').css('display', display);
|
| 675 |
that.html('See ' + less_more).removeClass('ffwd_see_' + more_less + '_' + type).addClass('ffwd_see_' + less_more + '_' + type);
|
| 677 |
}
|
| 678 |
|
| 679 |
/*Function for comments and likes cont*/
|
| 680 |
+
function ffwd_fill_likes_comments(key) {
|
| 681 |
+
if(ffwd_content_type == "specific")
|
| 682 |
+
{
|
| 683 |
+
var url_for_cur_id = popup_graph_url.replace('{FB_ID}', data[key]['from']+'_'+data[key]['object_id']);
|
| 684 |
+
/*For likes*/
|
| 685 |
+
var graph_url_for_likes = url_for_cur_id.replace('{EDGE}', '');
|
| 686 |
+
graph_url_for_likes = graph_url_for_likes.replace('{FIELDS}', 'fields=likes.summary(true){id,name},comments.summary(true){created_time,from,like_count,message,comment_count}&');
|
| 687 |
+
graph_url_for_likes = graph_url_for_likes.replace('{OTHER}', 'summary=true');
|
| 688 |
+
jQuery.getJSON(graph_url_for_likes, function(result) {
|
| 689 |
+
var likes_count = (typeof result['likes']['summary'] != 'undefined') ? parseInt(result['likes']['summary']['total_count']) : 0;
|
| 690 |
+
jQuery('#ffwd_likes').html(likes_count);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 691 |
if(likes_count >= 3) {
|
| 692 |
+
var likes_some_names = '<div class="ffwd_likes_name_cont"> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['likes']['data'][0]['id']+'" target="_blank">' + result['likes']['data'][0]['name'] + ' , </a><a class="ffwd_likes_name" href="https://www.facebook.com/'+result['likes']['data'][1]['id']+'" target="_blank">' + result['likes']['data'][1]['name'] +'</a></div>',
|
| 693 |
+
likes_count_last_part = '<div class="ffwd_likes_count_last_part" > and ' + (likes_count - 2) +' others like this </div>';
|
| 694 |
}
|
| 695 |
else if(likes_count == 2 ) {
|
| 696 |
+
var likes_some_names = '<div> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['likes']['data'][0]['id']+'" target="_blank">' + result['likes']['data'][0]['name'] + ' , </a> , <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['likes']['data'][1]['id']+'" target="_blank">' + result['likes']['data'][1]['name'] +'</a></div>',
|
| 697 |
+
likes_count_last_part = '';
|
| 698 |
}
|
| 699 |
else if(likes_count == 1 ) {
|
| 700 |
+
var likes_some_names = '<div> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['likes']['data'][0]['id']+'" target="_blank">' + result['likes']['data'][0]['name'] + '</a></div>',
|
| 701 |
+
likes_count_last_part = '';
|
| 702 |
}
|
| 703 |
else {
|
| 704 |
var likes_some_names = '',
|
| 705 |
+
likes_count_last_part = '';
|
| 706 |
}
|
| 707 |
var likes_names_count = '<div class="ffwd_likes_names" > '+likes_some_names+likes_count_last_part+' </div><div style="clear:both" ></div>';
|
| 708 |
if(likes_count > 0)
|
| 709 |
jQuery('#ffwd_likes_names_count').html(likes_names_count).css("display", "block");
|
| 710 |
else
|
| 711 |
jQuery('#ffwd_likes_names_count').css("display", "none");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 712 |
|
| 713 |
+
|
| 714 |
+
var total_count = (result['comments']['data'].length < 25) ? result['comments']['data'].length : result['comments']['summary']['total_count'];
|
| 715 |
+
jQuery('#ffwd_comments_count').html(total_count);
|
| 716 |
+
var more_comments = false;
|
| 717 |
+
jQuery('#ffwd_comments_content').html('');
|
| 718 |
+
for(var i=0, j=1, z=0; i<result['comments']['data'].length; i++,j++) {
|
| 719 |
+
var display = 'display:block',
|
| 720 |
+
comment_id = result['comments']['data'][i]['id'];
|
| 721 |
+
if(j > 4) {
|
| 722 |
+
display = 'display:none';
|
| 723 |
+
more_comments = true;
|
| 724 |
+
z++;
|
| 725 |
+
}
|
| 726 |
+
|
| 727 |
+
var url_for_cur_id_comm_user_pic = popup_graph_url.replace('{FB_ID}', result['comments']['data'][i]['from']['id']);
|
| 728 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{EDGE}', '');
|
| 729 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{FIELDS}', '&fields=picture&');
|
| 730 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{OTHER}', '');
|
| 731 |
+
|
| 732 |
+
|
| 733 |
+
var comment_author_pic = '<div style="float:left" class="ffwd_comment_author_pic" > <img class="user_'+result['comments']['data'][i]['from']['id']+'" style="width:32px;height:32px" src="https://graph.facebook.com/'+result['comments']['data'][i]['from']['id']+'/picture" > </div>',
|
| 734 |
+
comment_author_name = '<a class="ffwd_comment_author_name" href="https://www.facebook.com/'+result['comments']['data'][i]['from']['id']+'" target="_blank"> '+result['comments']['data'][i]['from']['name']+' </a>',
|
| 735 |
+
comment_message = '<span class="ffwd_comment_message" > '+result['comments']['data'][i]['message']+' </span>',
|
| 736 |
+
comment_date = '<span class="ffwd_comment_date" > '+ffwd_get_passed_time_popup(result['comments']['data'][i]['created_time'])+'</span>',
|
| 737 |
+
comment_likes_count = '<span class="ffwd_comment_likes_count"> '+result['comments']['data'][i]['like_count']+' </span>',
|
| 738 |
comment_date_likes = '<div class="ffwd_comment_date_likes">'+ comment_date + comment_likes_count + '</div>',
|
| 739 |
+
comment_replies_cont = (ffwd_options["comments_filter"] == "toplevel" && ffwd_options["comments_replies"] == "1" && result['comments']['data'][i]['comment_count'] > 0) ? '<div class="ffwd_comment_replies"><div id="ffwd_comment_replies_popup_label_' + result['comments']['data'][i]['id']+'" class="ffwd_comment_replies_label">'+result['comments']['data'][i]['comment_count']+' Reply</div><div class="ffwd_comment_replies_content"></div></div>' : '',
|
| 740 |
comment_div_cont = '<div class="ffwd_comment_content" >'+comment_author_name+comment_message+comment_date_likes+comment_replies_cont+'<div style="clear:both"></div></div>',
|
| 741 |
comment = '<div id="ffwd_single_comment_'+comment_id+'" style="'+display+'" class="ffwd_single_comment">' + comment_author_pic + comment_div_cont + '<div style="clear:both" > </div></div>';
|
| 742 |
+
jQuery('#ffwd_comments_content').append(comment);
|
| 743 |
+
/*jQuery.getJSON(url_for_cur_id_comm_user_pic, function(result) {
|
| 744 |
+
jQuery('.user_'+result['id']+'').attr('src', result['picture']['data']['url']);
|
| 745 |
+
});*/
|
| 746 |
+
if(ffwd_options["comments_filter"] == "toplevel" && ffwd_options["comments_replies"] == "1")
|
| 747 |
+
{
|
| 748 |
+
|
| 749 |
+
|
| 750 |
+
(function (i) {
|
| 751 |
+
|
| 752 |
+
jQuery('#ffwd_comment_replies_popup_label_' + result['comments']['data'][i]['id']).bind("click", function () {
|
| 753 |
+
|
| 754 |
+
ffwd_get_comments_replies_popup(result['comments']['data'][i]['id'], popup_graph_url);
|
| 755 |
+
})
|
| 756 |
+
}(i))
|
| 757 |
+
|
| 758 |
+
}
|
| 759 |
+
}
|
| 760 |
+
if(more_comments) {
|
| 761 |
+
jQuery('#ffwd_comments_content').append('<div class="ffwd_view_more_comments_cont"> <a href="#" class="ffwd_view_more_comments" more_count="'+z+'"> <span> View '+z+' more comments </span> <a> </div>');
|
| 762 |
+
}
|
| 763 |
+
;
|
| 764 |
+
|
| 765 |
+
|
| 766 |
+
|
| 767 |
+
|
| 768 |
+
});
|
| 769 |
+
console.log(graph_url_for_likes);
|
| 770 |
+
return;
|
| 771 |
+
}
|
| 772 |
+
|
| 773 |
+
|
| 774 |
+
var url_for_cur_id = popup_graph_url.replace('{FB_ID}', data[key]['object_id']);
|
| 775 |
+
/*For likes*/
|
| 776 |
+
var graph_url_for_likes = url_for_cur_id.replace('{EDGE}', 'likes');
|
| 777 |
+
graph_url_for_likes = graph_url_for_likes.replace('{FIELDS}', 'fields=id,name&');
|
| 778 |
+
graph_url_for_likes = graph_url_for_likes.replace('{OTHER}', 'summary=true');
|
| 779 |
+
/*For comments*/
|
| 780 |
+
var graph_url_for_comments = url_for_cur_id.replace('{EDGE}', 'comments');
|
| 781 |
+
graph_url_for_comments = graph_url_for_comments.replace('{FIELDS}', 'fields=created_time,from,like_count,message,comment_count&');
|
| 782 |
+
graph_url_for_comments = graph_url_for_comments.replace('{OTHER}', 'summary=true&filter='+ffwd_options["comments_filter"]+'&order='+ffwd_options["comments_order"]+'&limit=25');
|
| 783 |
+
/*console.log(graph_url_for_comments)*/
|
| 784 |
+
/*For shares*/
|
| 785 |
+
var graph_url_for_shares = url_for_cur_id.replace('{EDGE}', '');
|
| 786 |
+
graph_url_for_shares = graph_url_for_shares.replace('{FIELDS}', 'fields=shares&');
|
| 787 |
+
graph_url_for_shares = graph_url_for_shares.replace('{OTHER}', '');
|
| 788 |
+
jQuery.getJSON(graph_url_for_likes, function(result) {
|
| 789 |
+
var likes_count = (typeof result['summary'] != 'undefined') ? parseInt(result['summary']['total_count']) : 0;
|
| 790 |
+
jQuery('#ffwd_likes').html(likes_count);
|
| 791 |
+
if(likes_count >= 3) {
|
| 792 |
+
var likes_some_names = '<div class="ffwd_likes_name_cont"> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + ' , </a><a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][1]['id']+'" target="_blank">' + result['data'][1]['name'] +'</a></div>',
|
| 793 |
+
likes_count_last_part = '<div class="ffwd_likes_count_last_part" > and ' + (likes_count - 2) +' others like this </div>';
|
| 794 |
+
}
|
| 795 |
+
else if(likes_count == 2 ) {
|
| 796 |
+
var likes_some_names = '<div> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + ' , </a> , <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][1]['id']+'" target="_blank">' + result['data'][1]['name'] +'</a></div>',
|
| 797 |
+
likes_count_last_part = '';
|
| 798 |
+
}
|
| 799 |
+
else if(likes_count == 1 ) {
|
| 800 |
+
var likes_some_names = '<div> <a class="ffwd_likes_name" href="https://www.facebook.com/'+result['data'][0]['id']+'" target="_blank">' + result['data'][0]['name'] + '</a></div>',
|
| 801 |
+
likes_count_last_part = '';
|
| 802 |
}
|
| 803 |
+
else {
|
| 804 |
+
var likes_some_names = '',
|
| 805 |
+
likes_count_last_part = '';
|
| 806 |
}
|
| 807 |
+
var likes_names_count = '<div class="ffwd_likes_names" > '+likes_some_names+likes_count_last_part+' </div><div style="clear:both" ></div>';
|
| 808 |
+
if(likes_count > 0)
|
| 809 |
+
jQuery('#ffwd_likes_names_count').html(likes_names_count).css("display", "block");
|
| 810 |
+
else
|
| 811 |
+
jQuery('#ffwd_likes_names_count').css("display", "none");
|
| 812 |
});
|
| 813 |
+
/* For shares */
|
| 814 |
+
if(ffwd_content_type == "timeline") {
|
| 815 |
+
var shares_count = (typeof data[key]['shares'] != 'undefined') ? parseInt(data[key]['count']) : '0';
|
| 816 |
+
jQuery('#ffwd_shares').html(shares_count);
|
| 817 |
+
}
|
| 818 |
+
/* For comments */
|
| 819 |
+
|
| 820 |
+
var total_count = (data[key]['comments']['data'].length < 25) ? data[key]['comments']['data'].length : data[key]['comments']['summary']['total_count'];
|
| 821 |
+
jQuery('#ffwd_comments_count').html(total_count);
|
| 822 |
+
var more_comments = false;
|
| 823 |
+
jQuery('#ffwd_comments_content').html('');
|
| 824 |
+
for(var i=0, j=1, z=0; i<data[key]['comments']['data'].length; i++,j++) {
|
| 825 |
+
var display = 'display:block',
|
| 826 |
+
comment_id = data[key]['comments']['data'][i]['id'];
|
| 827 |
+
if(j > 4) {
|
| 828 |
+
display = 'display:none';
|
| 829 |
+
more_comments = true;
|
| 830 |
+
z++;
|
| 831 |
+
}
|
| 832 |
+
|
| 833 |
+
var url_for_cur_id_comm_user_pic = popup_graph_url.replace('{FB_ID}', data[key]['comments']['data'][i]['from']['id']);
|
| 834 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{EDGE}', '');
|
| 835 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{FIELDS}', '&fields=picture&');
|
| 836 |
+
url_for_cur_id_comm_user_pic = url_for_cur_id_comm_user_pic.replace('{OTHER}', '');
|
| 837 |
+
|
| 838 |
+
|
| 839 |
+
var comment_author_pic = '<div style="float:left" class="ffwd_comment_author_pic" > <img class="user_'+data[key]['comments']['data'][i]['from']['id']+'" style="width:32px;height:32px" src="https://graph.facebook.com/'+data[key]['comments']['data'][i]['from']['id']+'/picture" > </div>',
|
| 840 |
+
comment_author_name = '<a class="ffwd_comment_author_name" href="https://www.facebook.com/'+data[key]['comments']['data'][i]['from']['id']+'" target="_blank"> '+data[key]['comments']['data'][i]['from']['name']+' </a>',
|
| 841 |
+
comment_message = '<span class="ffwd_comment_message" > '+data[key]['comments']['data'][i]['message']+' </span>',
|
| 842 |
+
comment_date = '<span class="ffwd_comment_date" > '+ffwd_get_passed_time_popup(data[key]['comments']['data'][i]['created_time'])+'</span>',
|
| 843 |
+
comment_likes_count = '<span class="ffwd_comment_likes_count"> '+data[key]['comments']['data'][i]['like_count']+' </span>',
|
| 844 |
+
comment_date_likes = '<div class="ffwd_comment_date_likes">'+ comment_date + comment_likes_count + '</div>',
|
| 845 |
+
comment_replies_cont = (ffwd_options["comments_filter"] == "toplevel" && ffwd_options["comments_replies"] == "1" && data[key]['comments']['data'][i]['comment_count'] > 0) ? '<div class="ffwd_comment_replies"><div id="ffwd_comment_replies_popup_label_' + data[key]['comments']['data'][i]['id']+'" class="ffwd_comment_replies_label">'+data[key]['comments']['data'][i]['comment_count']+' Reply</div><div class="ffwd_comment_replies_content"></div></div>' : '',
|
| 846 |
+
comment_div_cont = '<div class="ffwd_comment_content" >'+comment_author_name+comment_message+comment_date_likes+comment_replies_cont+'<div style="clear:both"></div></div>',
|
| 847 |
+
comment = '<div id="ffwd_single_comment_'+comment_id+'" style="'+display+'" class="ffwd_single_comment">' + comment_author_pic + comment_div_cont + '<div style="clear:both" > </div></div>';
|
| 848 |
+
jQuery('#ffwd_comments_content').append(comment);
|
| 849 |
+
/*jQuery.getJSON(url_for_cur_id_comm_user_pic, function(result) {
|
| 850 |
+
jQuery('.user_'+result['id']+'').attr('src', result['picture']['data']['url']);
|
| 851 |
+
});*/
|
| 852 |
+
if(ffwd_options["comments_filter"] == "toplevel" && ffwd_options["comments_replies"] == "1")
|
| 853 |
+
{
|
| 854 |
+
|
| 855 |
+
|
| 856 |
+
(function (i) {
|
| 857 |
+
|
| 858 |
+
jQuery('#ffwd_comment_replies_popup_label_' + data[key]['comments']['data'][i]['id']).bind("click", function () {
|
| 859 |
+
|
| 860 |
+
ffwd_get_comments_replies_popup(data[key]['comments']['data'][i]['id'], popup_graph_url);
|
| 861 |
+
})
|
| 862 |
+
}(i))
|
| 863 |
+
|
| 864 |
+
}
|
| 865 |
+
}
|
| 866 |
+
if(more_comments) {
|
| 867 |
+
jQuery('#ffwd_comments_content').append('<div class="ffwd_view_more_comments_cont"> <a href="#" class="ffwd_view_more_comments" more_count="'+z+'"> <span> View '+z+' more comments </span> <a> </div>');
|
| 868 |
+
}
|
| 869 |
+
;
|
| 870 |
+
}
|
| 871 |
+
|
| 872 |
+
|
| 873 |
+
function ffwd_get_comments_replies_popup(comment_id,popup_graph_url) {
|
| 874 |
+
var url_for_cur_id_comm_replies = popup_graph_url.replace('{FB_ID}', comment_id);
|
| 875 |
+
url_for_cur_id_comm_replies = url_for_cur_id_comm_replies.replace('{EDGE}', 'comments');
|
| 876 |
+
url_for_cur_id_comm_replies = url_for_cur_id_comm_replies.replace('{FIELDS}', 'fields=parent,created_time,from,like_count,message&');
|
| 877 |
+
url_for_cur_id_comm_replies = url_for_cur_id_comm_replies.replace('{OTHER}', '');
|
| 878 |
+
jQuery.getJSON(url_for_cur_id_comm_replies, function(result) {
|
| 879 |
+
for (var k = 0; k < result['data'].length; k++) {
|
| 880 |
+
var parent_comm_id = comment_id,
|
| 881 |
+
comment_reply_id = result['data'][k]["id"];
|
| 882 |
+
|
| 883 |
+
var url_for_cur_id_comm_rep_user_pic = popup_graph_url.replace('{FB_ID}', result['data'][k]['from']['id']);
|
| 884 |
+
url_for_cur_id_comm_rep_user_pic = url_for_cur_id_comm_rep_user_pic.replace('{EDGE}', '');
|
| 885 |
+
url_for_cur_id_comm_rep_user_pic = url_for_cur_id_comm_rep_user_pic.replace('{FIELDS}', 'fields=picture&');
|
| 886 |
+
url_for_cur_id_comm_rep_user_pic = url_for_cur_id_comm_rep_user_pic.replace('{OTHER}', '');
|
| 887 |
+
|
| 888 |
+
var comment_reply_author_pic = '<div class="ffwd_comment_reply_author_pic" style="float:left" > <img class="reply_user_' + result['data'][k]['from']['id'] + '" style="width:25px;height:25px" src="https://graph.facebook.com/' + result['data'][k]['from']['id'] + '/picture" > </div>',
|
| 889 |
+
comment_reply_author_name = '<a class="ffwd_comment_reply_author_name" href="https://www.facebook.com/' + result['data'][k]['from']['id'] + '" > ' + result['data'][k]['from']['name'] + ' </a>',
|
| 890 |
+
comment_reply_message = '<span class="ffwd_comment_reply_message" > ' + result['data'][k]['message'] + ' </span>',
|
| 891 |
+
comment_reply_date = '<span class="ffwd_comment_reply_date" > ' + ffwd_get_passed_time_popup(result['data'][k]['created_time']) + '</span>',
|
| 892 |
+
comment_reply_likes_count = '<span class="ffwd_comment_reply_likes_count" > ' + result['data'][k]['like_count'] + ' </span>',
|
| 893 |
+
comment_reply_date_likes = '<div class="ffwd_comment_reply_date_likes">' + comment_reply_date + comment_reply_likes_count + '</div>',
|
| 894 |
+
comment_reply_div_cont = '<div class="ffwd_comment_reply_content" >' + comment_reply_author_name + comment_reply_message + comment_reply_date_likes + '<div style="clear:both"></div></div>',
|
| 895 |
+
comment_reply = '<div class="ffwd_comment_reply" id="ffwd_comment_reply_' + comment_reply_id + '" >' + comment_reply_author_pic + comment_reply_div_cont + '<div style="clear:both" > </div></div>';
|
| 896 |
+
|
| 897 |
+
jQuery('#ffwd_single_comment_' + parent_comm_id + ' .ffwd_comment_replies_content').append(comment_reply);
|
| 898 |
+
/*jQuery.getJSON(url_for_cur_id_comm_rep_user_pic, function(result) {
|
| 899 |
+
jQuery('.reply_user_'+result['id']+'').attr('src', result['picture']['data']['url']);
|
| 900 |
+
});*/
|
| 901 |
+
}
|
| 902 |
+
})
|
| 903 |
+
|
| 904 |
+
}
|
languages/bwg-af.mo
DELETED
|
Binary file
|
languages/bwg-af.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:01+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:05+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: af\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "item(s)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Eerste"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Vorige"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Volgende"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Duur"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Gaan na die eerste bladsy"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Gaan na die vorige bladsy"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "van"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Gaan na die volgende bladsy"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Gaan na die laaste bladsy"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Herstel"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Soek"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Om deur"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "verstek"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "lêernaam"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "grootte"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "Random"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Daar is geen tema gekies of die tema is verwyder."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Daar is geen album gekies of die album is verwyder."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Daar is geen foto's in die gallery."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Terug"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album is leeg."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Daar is geen beelde wat ooreenstem met jou soektog."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Gallery is leeg."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Speel"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Meer"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Verberg"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Daar is geen gallery gekies of die gallery is verwyder."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Wys kommentaar"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Deel op Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Deel op Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Deel op Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Deel op Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Deel op Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Die beeld is verwyder"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maksimeer"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Volskerm"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Wys info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Wys gradering"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Open beeld in die oorspronklike grootte"
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Aflaai oorspronklike beeld"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Gegradeer."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Nog nie gegradeer nie"
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "stemme"
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Die styl van jou gradering"
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Jy het reeds gegradeer"
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Fout. Verkeerde Bevestigingskode."
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Dit is nie 'n geldige e-posadres."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Steek kommentaar"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Noem"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "E-pos "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Kommentaar lewer nie"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Bevestigingskode"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Stuur"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Jou opmerking is wag moderering"
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Verwyder Kommentaar"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Wys kommentaar"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Steek info"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Steek gradering"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Herstel"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Verlaat Volskerm"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Breek"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "veld is required. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Photo gallery plugin autoupdate interval."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-ar.mo
DELETED
|
Binary file
|
languages/bwg-ar.po
DELETED
|
@@ -1,361 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:07+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:08+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: ar\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
| 15 |
-
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
| 16 |
-
"X-Poedit-KeywordsList: __\n"
|
| 17 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 18 |
-
"gallery\n"
|
| 19 |
-
|
| 20 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 21 |
-
msgid " item(s)"
|
| 22 |
-
msgstr "البند (ق)"
|
| 23 |
-
|
| 24 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 25 |
-
msgid "First"
|
| 26 |
-
msgstr " أولا"
|
| 27 |
-
|
| 28 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 29 |
-
msgid "Previous"
|
| 30 |
-
msgstr " السابقة"
|
| 31 |
-
|
| 32 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 33 |
-
msgid "Next"
|
| 34 |
-
msgstr "المقبل"
|
| 35 |
-
|
| 36 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 37 |
-
msgid "Last"
|
| 38 |
-
msgstr "آخر"
|
| 39 |
-
|
| 40 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 41 |
-
msgid "Go to the first page"
|
| 42 |
-
msgstr " انتقل إلى الصفحة الأولى"
|
| 43 |
-
|
| 44 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 45 |
-
msgid "Go to the previous page"
|
| 46 |
-
msgstr " انتقل إلى الصفحة السابقة"
|
| 47 |
-
|
| 48 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 49 |
-
msgid "of"
|
| 50 |
-
msgstr " من"
|
| 51 |
-
|
| 52 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 53 |
-
msgid "Go to the next page"
|
| 54 |
-
msgstr " انتقل إلى الصفحة التالية"
|
| 55 |
-
|
| 56 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 57 |
-
msgid "Go to the last page"
|
| 58 |
-
msgstr " انتقل إلى الصفحة الأخيرة"
|
| 59 |
-
|
| 60 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 61 |
-
msgid "Reset"
|
| 62 |
-
msgstr "إعادة تعيين"
|
| 63 |
-
|
| 64 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 65 |
-
msgid "Search"
|
| 66 |
-
msgstr "البحث"
|
| 67 |
-
|
| 68 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 69 |
-
msgid "Order by: "
|
| 70 |
-
msgstr "ترتيب حسب"
|
| 71 |
-
|
| 72 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 73 |
-
msgid "Default"
|
| 74 |
-
msgstr "افتراضي"
|
| 75 |
-
|
| 76 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 77 |
-
msgid "Filename"
|
| 78 |
-
msgstr "اسم الملف"
|
| 79 |
-
|
| 80 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 81 |
-
msgid "Size"
|
| 82 |
-
msgstr "حجم"
|
| 83 |
-
|
| 84 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 85 |
-
msgid "Random"
|
| 86 |
-
msgstr "عشوائية"
|
| 87 |
-
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 97 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 98 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 99 |
-
msgstr " . لا يوجد أي موضوع المحددة أو تم حذف الموضوع"
|
| 100 |
-
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 106 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 107 |
-
msgid "There is no album selected or the album was deleted."
|
| 108 |
-
msgstr " لا يوجد ألبوم المحددة أو تم حذف الألبوم"
|
| 109 |
-
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 118 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 119 |
-
msgid "There are no images in this gallery."
|
| 120 |
-
msgstr "ا توجد صور في هذا الألبوم"
|
| 121 |
-
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 125 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 126 |
-
msgid "Back"
|
| 127 |
-
msgstr " الظهر"
|
| 128 |
-
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 131 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 132 |
-
msgid "Album is empty."
|
| 133 |
-
msgstr " الألبوم فارغ"
|
| 134 |
-
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 138 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 139 |
-
msgid "There are no images matching your search."
|
| 140 |
-
msgstr "لا توجد صور تتوافق مع البحث."
|
| 141 |
-
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 144 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 145 |
-
msgid "Gallery is empty."
|
| 146 |
-
msgstr " معرض فارغة"
|
| 147 |
-
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 156 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 157 |
-
msgid "Play"
|
| 158 |
-
msgstr "لعب"
|
| 159 |
-
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 161 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 162 |
-
msgid "More"
|
| 163 |
-
msgstr "أكثر"
|
| 164 |
-
|
| 165 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 166 |
-
msgid "Hide"
|
| 167 |
-
msgstr "إخفاء"
|
| 168 |
-
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 174 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 175 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
msgstr "لا توجد المعرض المحددة أو تم حذف المعرض"
|
| 177 |
-
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 179 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 180 |
-
msgid "Show comments"
|
| 181 |
-
msgstr "تظهر التعليقات"
|
| 182 |
-
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 186 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 187 |
-
msgid "Share on Facebook"
|
| 188 |
-
msgstr "حصة في الفيسبوك"
|
| 189 |
-
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 194 |
-
msgid "Share on Twitter"
|
| 195 |
-
msgstr "مشاركة على تويتر"
|
| 196 |
-
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 200 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 201 |
-
msgid "Share on Google+"
|
| 202 |
-
msgstr "في + Google المشاركة"
|
| 203 |
-
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 207 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 208 |
-
msgid "Share on Pinterest"
|
| 209 |
-
msgstr "على حصة بينتيريست"
|
| 210 |
-
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 215 |
-
msgid "Share on Tumblr"
|
| 216 |
-
msgstr "نعرفكم على حصة"
|
| 217 |
-
|
| 218 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 219 |
-
msgid "The image has been deleted."
|
| 220 |
-
msgstr "تم حذف الصورة"
|
| 221 |
-
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 225 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 226 |
-
msgid "Maximize"
|
| 227 |
-
msgstr "تعظيم"
|
| 228 |
-
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 231 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 232 |
-
msgid "Fullscreen"
|
| 233 |
-
msgstr "ملء الشاشة"
|
| 234 |
-
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 236 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 237 |
-
msgid "Show info"
|
| 238 |
-
msgstr "تظهر المعلومات"
|
| 239 |
-
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 241 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 242 |
-
msgid "Show rating"
|
| 243 |
-
msgstr "تظهر التصنيف"
|
| 244 |
-
|
| 245 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 246 |
-
msgid "Open image in original size."
|
| 247 |
-
msgstr "صورة مفتوحة في حجمها الأصلي"
|
| 248 |
-
|
| 249 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 250 |
-
msgid "Download original image"
|
| 251 |
-
msgstr "تحميل الصورة الأصلية"
|
| 252 |
-
|
| 253 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 254 |
-
msgid "Hits: "
|
| 255 |
-
msgstr "الفعالية:"
|
| 256 |
-
|
| 257 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 258 |
-
msgid "Rated."
|
| 259 |
-
msgstr "تصنيف."
|
| 260 |
-
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 262 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 263 |
-
msgid "Not rated yet."
|
| 264 |
-
msgstr "غير مصنفة حتى الآن."
|
| 265 |
-
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 267 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 268 |
-
msgid "Votes: "
|
| 269 |
-
msgstr "عدد الأصوات: "
|
| 270 |
-
|
| 271 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 272 |
-
msgid "Cancel your rating."
|
| 273 |
-
msgstr "إلغاء تقييمك"
|
| 274 |
-
|
| 275 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 276 |
-
msgid "You have already rated."
|
| 277 |
-
msgstr "لقد تقييما بالفعل"
|
| 278 |
-
|
| 279 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 280 |
-
msgid "Error. Incorrect Verification Code."
|
| 281 |
-
msgstr "خطأ. رمز التحقق غير صحيح. "
|
| 282 |
-
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 284 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 285 |
-
msgid "This is not a valid email address."
|
| 286 |
-
msgstr "هذا ليس عنوان بريد إلكتروني صحيح."
|
| 287 |
-
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 289 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 290 |
-
msgid "Hide Comments"
|
| 291 |
-
msgstr "إخفاء التعليقات"
|
| 292 |
-
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 295 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 296 |
-
msgid "Name"
|
| 297 |
-
msgstr "الاسم"
|
| 298 |
-
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 301 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 302 |
-
msgid "Email"
|
| 303 |
-
msgstr "مينا "
|
| 304 |
-
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 307 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 308 |
-
msgid "Comment"
|
| 309 |
-
msgstr "التعليق"
|
| 310 |
-
|
| 311 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 312 |
-
msgid "Verification Code"
|
| 313 |
-
msgstr "كود التحقق"
|
| 314 |
-
|
| 315 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 316 |
-
msgid "Submit"
|
| 317 |
-
msgstr "تقدم"
|
| 318 |
-
|
| 319 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 320 |
-
msgid "Your comment is awaiting moderation"
|
| 321 |
-
msgstr "تعليقك ينتظر الاعتدال"
|
| 322 |
-
|
| 323 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 324 |
-
msgid "Delete Comment"
|
| 325 |
-
msgstr "حذف تعليق"
|
| 326 |
-
|
| 327 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 328 |
-
msgid "Show Comments"
|
| 329 |
-
msgstr " عرض التعليقات"
|
| 330 |
-
|
| 331 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 332 |
-
msgid "Hide info"
|
| 333 |
-
msgstr "إخفاء المعلومات"
|
| 334 |
-
|
| 335 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 336 |
-
msgid "Hide rating"
|
| 337 |
-
msgstr "اخفاء تصنيف"
|
| 338 |
-
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 340 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 341 |
-
msgid "Restore"
|
| 342 |
-
msgstr "استعادة"
|
| 343 |
-
|
| 344 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 345 |
-
msgid "Exit Fullscreen"
|
| 346 |
-
msgstr "خروج ملء الشاشة"
|
| 347 |
-
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 351 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 352 |
-
msgid "Pause"
|
| 353 |
-
msgstr "وقفة"
|
| 354 |
-
|
| 355 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 356 |
-
msgid "field is required."
|
| 357 |
-
msgstr "مطلوب الميدان. "
|
| 358 |
-
|
| 359 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 360 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 361 |
-
msgstr "معرض الصور المساعد الفاصل الزمني للتحديث التلقائي."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-be_BY.mo
DELETED
|
Binary file
|
languages/bwg-be_BY.po
DELETED
|
@@ -1,361 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:09+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:10+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: be_BY\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
| 15 |
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
| 16 |
-
"X-Poedit-KeywordsList: __\n"
|
| 17 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 18 |
-
"gallery\n"
|
| 19 |
-
|
| 20 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 21 |
-
msgid " item(s)"
|
| 22 |
-
msgstr "элемент(ы)"
|
| 23 |
-
|
| 24 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 25 |
-
msgid "First"
|
| 26 |
-
msgstr "Першая"
|
| 27 |
-
|
| 28 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 29 |
-
msgid "Previous"
|
| 30 |
-
msgstr "Папярэдні"
|
| 31 |
-
|
| 32 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 33 |
-
msgid "Next"
|
| 34 |
-
msgstr "Наступная"
|
| 35 |
-
|
| 36 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 37 |
-
msgid "Last"
|
| 38 |
-
msgstr "Апошні"
|
| 39 |
-
|
| 40 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 41 |
-
msgid "Go to the first page"
|
| 42 |
-
msgstr "Да першай старонцы "
|
| 43 |
-
|
| 44 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 45 |
-
msgid "Go to the previous page"
|
| 46 |
-
msgstr "Перайсці на папярэднюю старонку"
|
| 47 |
-
|
| 48 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 49 |
-
msgid "of"
|
| 50 |
-
msgstr "з "
|
| 51 |
-
|
| 52 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 53 |
-
msgid "Go to the next page"
|
| 54 |
-
msgstr "Перайсці да наступнай старонцы "
|
| 55 |
-
|
| 56 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 57 |
-
msgid "Go to the last page"
|
| 58 |
-
msgstr "Перайсці да апошняй старонцы "
|
| 59 |
-
|
| 60 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 61 |
-
msgid "Reset"
|
| 62 |
-
msgstr "Скід"
|
| 63 |
-
|
| 64 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 65 |
-
msgid "Search"
|
| 66 |
-
msgstr "Пошук"
|
| 67 |
-
|
| 68 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 69 |
-
msgid "Order by: "
|
| 70 |
-
msgstr "сартаваць па"
|
| 71 |
-
|
| 72 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 73 |
-
msgid "Default"
|
| 74 |
-
msgstr "дэфолт"
|
| 75 |
-
|
| 76 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 77 |
-
msgid "Filename"
|
| 78 |
-
msgstr "Імя Файла"
|
| 79 |
-
|
| 80 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 81 |
-
msgid "Size"
|
| 82 |
-
msgstr "памер"
|
| 83 |
-
|
| 84 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 85 |
-
msgid "Random"
|
| 86 |
-
msgstr "выпадковы"
|
| 87 |
-
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 97 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 98 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 99 |
-
msgstr "Там няма тэмы абраны або тэма была выдаленая"
|
| 100 |
-
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 106 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 107 |
-
msgid "There is no album selected or the album was deleted."
|
| 108 |
-
msgstr "Там няма абранага альбома ці альбом быў выдалены "
|
| 109 |
-
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 118 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 119 |
-
msgid "There are no images in this gallery."
|
| 120 |
-
msgstr "Там няма малюнкаў у гэтай галерэі "
|
| 121 |
-
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 125 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 126 |
-
msgid "Back"
|
| 127 |
-
msgstr "Вярнуцца "
|
| 128 |
-
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 131 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 132 |
-
msgid "Album is empty."
|
| 133 |
-
msgstr "Альбом пусты "
|
| 134 |
-
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 138 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 139 |
-
msgid "There are no images matching your search."
|
| 140 |
-
msgstr "Там няма малюнкаў Вашаму пошуку."
|
| 141 |
-
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 144 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 145 |
-
msgid "Gallery is empty."
|
| 146 |
-
msgstr "Галерэя пусты "
|
| 147 |
-
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 156 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 157 |
-
msgid "Play"
|
| 158 |
-
msgstr "Гуляць"
|
| 159 |
-
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 161 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 162 |
-
msgid "More"
|
| 163 |
-
msgstr "Больш"
|
| 164 |
-
|
| 165 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 166 |
-
msgid "Hide"
|
| 167 |
-
msgstr "Схаваць"
|
| 168 |
-
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 174 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 175 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
msgstr "Там няма галерэя абраны або галерэі быў выдалены "
|
| 177 |
-
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 179 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 180 |
-
msgid "Show comments"
|
| 181 |
-
msgstr "Паказаць каментары "
|
| 182 |
-
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 186 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 187 |
-
msgid "Share on Facebook"
|
| 188 |
-
msgstr "Адправіць на Facebook "
|
| 189 |
-
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 194 |
-
msgid "Share on Twitter"
|
| 195 |
-
msgstr "Адправіць на Twitter "
|
| 196 |
-
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 200 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 201 |
-
msgid "Share on Google+"
|
| 202 |
-
msgstr "Адправіць у Google+ "
|
| 203 |
-
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 207 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 208 |
-
msgid "Share on Pinterest"
|
| 209 |
-
msgstr "Выкласці на Pinterest"
|
| 210 |
-
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 215 |
-
msgid "Share on Tumblr"
|
| 216 |
-
msgstr "Выкласці на Tumblr"
|
| 217 |
-
|
| 218 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 219 |
-
msgid "The image has been deleted."
|
| 220 |
-
msgstr "Вобраз быў выдалены"
|
| 221 |
-
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 225 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 226 |
-
msgid "Maximize"
|
| 227 |
-
msgstr "Максімізацыя "
|
| 228 |
-
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 231 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 232 |
-
msgid "Fullscreen"
|
| 233 |
-
msgstr "Поўнаэкранны "
|
| 234 |
-
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 236 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 237 |
-
msgid "Show info"
|
| 238 |
-
msgstr "Паказаць інфармацыю"
|
| 239 |
-
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 241 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 242 |
-
msgid "Show rating"
|
| 243 |
-
msgstr "Паказаць рэйтынг"
|
| 244 |
-
|
| 245 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 246 |
-
msgid "Open image in original size."
|
| 247 |
-
msgstr "Адкрыць малюнак у арыгінальным памеры."
|
| 248 |
-
|
| 249 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 250 |
-
msgid "Download original image"
|
| 251 |
-
msgstr "Спампаваць арыгінальнае малюнак"
|
| 252 |
-
|
| 253 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 254 |
-
msgid "Hits: "
|
| 255 |
-
msgstr "праглядаў:"
|
| 256 |
-
|
| 257 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 258 |
-
msgid "Rated."
|
| 259 |
-
msgstr "Намінальная."
|
| 260 |
-
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 262 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 263 |
-
msgid "Not rated yet."
|
| 264 |
-
msgstr "Пакуль не ацэнена"
|
| 265 |
-
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 267 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 268 |
-
msgid "Votes: "
|
| 269 |
-
msgstr "галасоў: "
|
| 270 |
-
|
| 271 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 272 |
-
msgid "Cancel your rating."
|
| 273 |
-
msgstr "Адмяніць свой рэйтынг"
|
| 274 |
-
|
| 275 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 276 |
-
msgid "You have already rated."
|
| 277 |
-
msgstr "Вы ўжо ацанілі"
|
| 278 |
-
|
| 279 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 280 |
-
msgid "Error. Incorrect Verification Code."
|
| 281 |
-
msgstr "Памылка. Няправільны код верыфікацыі. "
|
| 282 |
-
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 284 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 285 |
-
msgid "This is not a valid email address."
|
| 286 |
-
msgstr "Гэта не правільны адрас электроннай пошты."
|
| 287 |
-
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 289 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 290 |
-
msgid "Hide Comments"
|
| 291 |
-
msgstr "Схаваць Каментарыі "
|
| 292 |
-
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 295 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 296 |
-
msgid "Name"
|
| 297 |
-
msgstr " Імя "
|
| 298 |
-
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 301 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 302 |
-
msgid "Email"
|
| 303 |
-
msgstr "E-mail "
|
| 304 |
-
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 307 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 308 |
-
msgid "Comment"
|
| 309 |
-
msgstr "Каментар"
|
| 310 |
-
|
| 311 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 312 |
-
msgid "Verification Code"
|
| 313 |
-
msgstr "код пацверджання"
|
| 314 |
-
|
| 315 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 316 |
-
msgid "Submit"
|
| 317 |
-
msgstr "Уявіце "
|
| 318 |
-
|
| 319 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 320 |
-
msgid "Your comment is awaiting moderation"
|
| 321 |
-
msgstr "Ваш каментар чакае мадэрацыі "
|
| 322 |
-
|
| 323 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 324 |
-
msgid "Delete Comment"
|
| 325 |
-
msgstr "Выдаліць каментар"
|
| 326 |
-
|
| 327 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 328 |
-
msgid "Show Comments"
|
| 329 |
-
msgstr "Паказаць каментары"
|
| 330 |
-
|
| 331 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 332 |
-
msgid "Hide info"
|
| 333 |
-
msgstr "Схаваць"
|
| 334 |
-
|
| 335 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 336 |
-
msgid "Hide rating"
|
| 337 |
-
msgstr "Схаваць рэйтынг"
|
| 338 |
-
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 340 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 341 |
-
msgid "Restore"
|
| 342 |
-
msgstr "Аднаўленне "
|
| 343 |
-
|
| 344 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 345 |
-
msgid "Exit Fullscreen"
|
| 346 |
-
msgstr "Выйдзіце на ўвесь экран "
|
| 347 |
-
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 351 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 352 |
-
msgid "Pause"
|
| 353 |
-
msgstr "Паўза "
|
| 354 |
-
|
| 355 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 356 |
-
msgid "field is required."
|
| 357 |
-
msgstr "поле з'яўляецца абавязковым. "
|
| 358 |
-
|
| 359 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 360 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 361 |
-
msgstr "Фотагалерэя убудова інтэрвалу аўтаматычнага абнаўлення."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-bg_BG.mo
DELETED
|
Binary file
|
languages/bwg-bg_BG.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:11+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:11+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: bg\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "элемент(и)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Първа"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Предишна"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Следваща"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Последен"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Отиди на първата страница"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Отидете на предишната страница."
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "на"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Преминете към следващата страница"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Отиди до последната страница"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Reset"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Search"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Подреждане по"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "неустойка"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Име на файл"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "размер"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "произволен"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Не е избрана тема или темата е била изтрита"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Не е избран албум или албумът е изтрит."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Има още няма снимки в тази галерия"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Назад към"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr " Албум е празна"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Не са открити снимки, отговарящи на вашето търсене."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Галерията е празна"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Възпроизвеждане"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Повече"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Скриване"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Не е избран галерия или галерията е била изтрита."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Покажи коментари"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Споделяне на Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Споделяне на Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Споделете в Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Сподели на Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Сподели на Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Образът е изтрит"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Увеличете"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Полноэкранный"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Покажи информация"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Покажи рейтинг"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Open снимката в оригинален размер. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Изтегляне на оригиналното изображение"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Посещения:"
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Номинално."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Все още неоценен."
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Гласове: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Отмени вашата оценка."
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Вече сте оценили. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Грешка. Грешен код за потвърждение. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Това не е валиден имейл адрес."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Скриване на коментарите"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Име"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Коментар"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Verification Code"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Изпращане"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Вашият коментар изчаква умереност"
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Изтриване на коментар"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Покажи коментарите"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Скриване на информация"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Hide рейтинг"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Възстанови"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Изход полный экран"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Пауза"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "е задължително поле."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Фотогалерия плъгин автоматични интервала актуализация."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-ca.mo
DELETED
|
Binary file
|
languages/bwg-ca.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:12+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:13+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: ca\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "article(s)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "En primer lloc"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Anterior"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Següent"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Passat"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Anar a la primera pàgina "
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Anar a la pàgina anterior"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "de "
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Anar a la pàgina següent"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Anar a l'última pàgina"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Restablir"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Cerca"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "ordenar per"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "defecte"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "nom De l'Arxiu"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "mida"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "aleatori"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "No hi ha tema seleccionat o s'ha eliminat el tema."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "No hi ha cap àlbum seleccionat o es va eliminar l'àlbum."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "No hi ha imatges en aquesta galeria."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Tornar"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Àlbum està buit."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "No hi ha imatges que coincideixen amb la vostra cerca."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galeria és buida."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Juga"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Més"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Amaga"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "No hi ha galeria seleccionada o la galeria s'ha eliminat."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Mostrar comentaris"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Comparteix a Facebook "
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Comparteix a Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Comparteix a Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Compartir a Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Compartir a Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "La imatge ha estat esborrada."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximitzar"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Pantalla completa "
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Mostra la informació"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Mostra classificació"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Obrir imatge en mida original."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Descarregar la imatge original"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "hits:"
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Puntuació."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "No s'ha classificat. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "vots: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Cancel seva qualificació. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Ja has valorat. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Error. Incorrecta del codi de verificació. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Això no és una adreça de correu electrònic vàlida."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Amaga comentaris "
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nom"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Comentari"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "codi de verificació"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Enviar"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "La vostra revisió està pendent de moderació "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Eliminar comentari"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Mostrar comentaris"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Anterior informació"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Amaga qualificació"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Restaurar"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Surt de la pantalla completa"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pausa"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "Es requereix camp."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Galeria de fotos plugin d'interval d'actualització automàtica."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-cs_CZ.mo
DELETED
|
Binary file
|
languages/bwg-cs_CZ.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:13+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:13+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: cs\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "položka(ek)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "První"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Předchozí"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Další"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Trvat"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Přejít na první stránku"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Přejít na předchozí stránku"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "z"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Přejděte na další stránku"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Přejít na poslední stránku"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Obnovit"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Hledat"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Seřadit podle"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "standardní"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Název souboru"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "velikost"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "náhodný"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Není vybrán žádný motiv nebo téma bylo smazáno"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Neexistuje žádný vybrané album nebo alba byl smazán"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "V této galerii žádné snímky"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Zpět"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album je prázdný"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Nejsou žádné snímky, které odpovídají zadaným."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galerie je prázdná"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Přehrát"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Více"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Skrýt"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Není vybrán žádný galerie nebo galerie byla smazána"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Ukaž komentáře"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Sdílejte na Facebooku"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Sdílet na Twitteru"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Sdílet na Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Share on Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Share on Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Obraz byl smazán"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximalizovat"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Celá obrazovka"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Zobrazit informace"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Zobrazit hodnocení"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Otevřít obrázek v původní velikosti."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Stáhnout původní obrázek. "
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Zobrazení: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Jmenovitý."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Zatím nebyla hodnocena. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "hlasů: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Zrušit své hodnocení"
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Už jste hodnotili"
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Chyba. Nesprávný ověřovací kód. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Toto není platná e-mailová adresa."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Skrýt komentáře"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Jméno"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "E-mail "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Komentovat"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Ověřovací kód"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Odeslat"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Váš komentář čeká na moderování "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Odstranit komentář"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Zobrazit komentáře"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Skrýt"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Skrýt hodnocení"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Obnovit"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Ukončete celá obrazovka"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pauza"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "je povinné pole."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Fotogalerie plugin pro automatickou aktualizaci interval."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-da_DK.mo
DELETED
|
Binary file
|
languages/bwg-da_DK.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:14+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:14+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: da\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "vare (r)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "First"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Forrige"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Næste"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Sidste"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Gå til første side"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Gå til den forrige side."
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "af"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Gå til næste side"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Gå til sidste side"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Reset"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Søg"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Sorter efter"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Standard"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Filnavn"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "størrelse"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "Tilfældig"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Der er ikke valgt tema eller temaet blev slettet"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr " Der er ikke valgt album eller albummet blev slettet"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Der er ingen billeder i dette galleri."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Back"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album er tom."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Der er ingen billeder matcher din søgning."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Gallery er tom."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Afspil"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Mere"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Skjul"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Der er ikke valgt galleri eller galleriet blev slettet."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Vis kommentarer"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Del på Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Del på Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Del på Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Del på Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Del på Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Billedet er blevet slettet."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maksimer"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Fullscreen"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Vis info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Vis rating"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Åbn billede i original størrelse"
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Download originalbilledet"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Bedømt."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Ikke bedømt endnu. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "stemmer: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Annullere din bedømmelse. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Du har allerede bedømt. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Fejl. Forkert bekræftelseskode. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Dette er ikke en gyldig e-mail-adresse."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Skjul kommentarer"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Navn"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "E-mail "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Kommentar"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "bekræftelseskode"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Send"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Din kommentar afventer moderation "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Slet kommentar"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Vis kommentarer"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Skjul"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Skjul rating."
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Gendan"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Afslut fuldskærm"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pause"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "felt er påkrævet."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Billedgalleri plugin automatisk opdatering interval."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-de_DE.mo
DELETED
|
Binary file
|
languages/bwg-de_DE.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:15+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:15+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: de\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr " Foto(s)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Erste"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Zurück"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Weiter"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Letzte"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Gehen Sie auf die erste Seite"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Gehen Sie auf die vorherige Seite"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "von"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Gehen Sie auf der nächsten Seite"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Gehen Sie auf der letzten Seite"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Zurücksetzen"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Suchen"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Sortieren nach"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Default"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Dateinamen"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "Größe"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "zufällig"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Es gibt kein Thema ausgewählt oder das Thema gelöscht wurde"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Es gibt kein Album ausgewählt oder das Album gelöscht wurd"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Es sind keine Bilder in dieser Galerie"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Zurück"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album ist leer"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Es gibt keine Bilder, die Ihren Such."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galerie ist leer"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Spielen"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Mehr"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Ausblenden"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Es gibt keine Galerie ausgewählt oder die Galerie gelöscht wurde"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Kommentare anzeigen"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Teilen auf Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Teilen Sie auf Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Teilen auf Google+ "
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Share on Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Share on Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Das Bild wurde gelöscht. "
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximieren"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Vollbild"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Info anzeigen"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Zeigen Bewertung"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Bild in Originalgröße. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Originalbild"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Treffer: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Nenn."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Noch nicht bewertet. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Stimmen: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Abbrechen Ihre Bewertung. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Sie haben schon bewertet. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Fehler. Falsche Verifikations-Code. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Dies ist keine gültige E-Mail-Adresse."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Kommentare ausblenden "
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Zu nennen"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "E-Mail "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Kommentar"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Bestätigungs-Code"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Senden"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Ihr Kommentar wartet auf Moderation "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Kommentar löschen"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Anmerkungen anzeigen "
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Ausblenden"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Bewertung ausblenden"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Wiederherstellen"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Verlassen Sie Vollbild "
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pause"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "Feld ist erforderlich."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Foto-Galerie Plugin automatische Aktualisierungsintervall."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-el.mo
DELETED
|
Binary file
|
languages/bwg-el.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:15+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:16+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: el\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "στοιχείο"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Πρώτον"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Προηγούμενη"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Επόμενο"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Φορτίο"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Πήγαινε στην πρώτη σελίδα"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Μετάβαση στην προηγούμενη σελίδα"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "της"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Μετάβαση στην επόμενη σελίδα"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Μετάβαση στην τελευταία σελίδα"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Επαναφορά"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Αναζήτηση"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Ταξινόμηση κατά"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "αθέτηση"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Όνομα αρχείου"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "μέγεθος"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "τυχαίος"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Δεν υπάρχει θέμα επιλογής ή το θέμα διαγράφηκε"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Δεν υπάρχει επιλεγμένο άλμπουμ ή το άλμπουμ έχει διαγραφεί"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Δεν υπάρχουν εικόνες σε αυτή την συλλογή"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Πίσω"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album είναι άδειο"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Δεν υπάρχουν εικόνες που ταιριάζουν στην αναζήτησή σας."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Gallery σας είναι άδειο"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Παίξτε"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Περισσότερα"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Απόκρυψη"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Δεν υπάρχει επιλεγμένη γκαλερί ή η γκαλερί έχει διαγραφεί"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Δείτε σχόλια"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Μοιραστείτε στο Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Μοιραστείτε στο Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Μοιραστείτε στο Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Μοιραστείτε στο Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Μοιραστείτε στο Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Η εικόνα έχει διαγραφεί."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Μεγιστοποίηση"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Πλήρης οθόνη"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Δείτε πληροφορίες"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Εμφάνιση αξιολόγησης"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Ανοίξτε την εικόνα στο αρχικό της μέγεθος."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Κατεβάστε αρχική εικόνα"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Επισκέψεις: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Ονομαστική."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Δεν έχει βαθμολογηθεί ακόμα. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "ψήφοι: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Ακύρωση βαθμολογία σας. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Έχετε ήδη αξιολογήσει. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Σφάλμα. Λάθος Κωδικός Επαλήθευσης. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Αυτό δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Απόκρυψη Σχόλια"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Όνομα"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Σχόλιο"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Κωδικός Επαλήθευσης"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Υποβολή"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Το σχόλιό σας αναμένει συγκράτηση "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Διαγραφή σχολίου"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Εμφάνιση σχολίων"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Απόκρυψη"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Απόκρυψη βαθμολογία."
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Επαναφορά"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Έξοδος από πλήρη οθόνη"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Παύση"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "το πεδίο είναι υποχρεωτικό. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Φωτογραφίες plugin αυτόματο χρονικό διάστημα ενημέρωσης."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-en_US.mo
DELETED
|
Binary file
|
languages/bwg-en_US.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:16+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:17+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: en_GB\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "item(s)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "First"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Previous"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Next"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Last"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Go to the first page"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Go to the previous page"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "of"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Go to the next page"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Go to the last page"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Reset"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Search"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Order by: "
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Default"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Filename"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "Size"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "Random"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "There is no theme selected or the theme was deleted."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "There is no album selected or the album was deleted."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "There are no images in this gallery."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Back"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album is empty."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "There are no images matching your search."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Gallery is empty."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Play"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "More"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Hide"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Show comments"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Share on Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Share on Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Share on Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Share on Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Share on Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "The image has been deleted."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximize"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Fullscreen"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Show info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Show rating"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Open image in original size."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Download original image"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Rated."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Not rated yet."
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Votes: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Cancel your rating."
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "You have already rated."
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Error. Incorrect Verification Code."
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "This is not a valid email address."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Hide Comments"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Name"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Comment"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Verification Code"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Submit"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Your comment is awaiting moderation"
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Delete Comment"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Show Comments"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Hide info"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Hide rating"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Restore"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Exit Fullscreen"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pause"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "field is required."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Photo gallery plugin autoupdate interval."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-eo_EO.mo
DELETED
|
Binary file
|
languages/bwg-eo_EO.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:17+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:18+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: eo\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "listero"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Unua"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Malantaŭa"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Sekva"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Daŭri"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Iru al la unua paĝo"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Iru al la antaŭa paĝo"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "de"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Iru al la sekva paĝo"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Iru al la lasta paĝo"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Restarigi"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Serĉu"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Ordigita laŭ"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "defaŭlta"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "dosiernomo"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "grandeco"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "Random"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Ne estas la temo elektita aŭ la temo estis forigita."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Ne estas disko selektitaj aŭ la albumo estis forigita."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Ne estas bildoj en ĉi galerion."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Dorso"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Albumo estas malplena"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Ne estas bildoj kongruas kun via serĉo."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galerio estas malplena"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Ludi"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Pli"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Kaŝi"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Ne estas galerio selektitaj aŭ la galerio estis forigita."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Montri komentojn"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Kunhavigi en Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Kunhavigi en Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Kunhavigi sur Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Dividi en Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Dividi en Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "La bildo estas forigita"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maksimumigi"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Fullscreen"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Montru informoj"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Montru kvalifikon"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Malferma bildo in originala grandeco. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Elŝuti originala bildo"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Trafoj: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Rated."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Ne rated ankoraŭ."
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Voĉdonoj: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Nuligi via takso. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Vi jam rated. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Eraro. Malĝusta Konfirma Kodo. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Tio ne estas valida retadreso. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Kaŝi Komentoj"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nomo"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "retpoŝto "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Komento"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Konfirma kodo"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Submetu"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Via komento atendas modereco "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Forigi Komento"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Montri komentojn"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Kaŝi info"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Kaŝi kvalifikon"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Redonu"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Eliro Fullscreen"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Paŭzi"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "kampo estas bezonata. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Foto galerio kromaĵo aŭtomata ĝisdatigo intervalo."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-es_ES.mo
DELETED
|
Binary file
|
languages/bwg-es_ES.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:19+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:19+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: es\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "artículo (s)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "En primer lugar"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Anterior"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Siguiente"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Pasado"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Ir a la primera página"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Ir a la página anterior"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "de"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Ir a la página siguiente"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Ir a la última página"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Restablecer"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Búsqueda"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Ordenar por"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "defecto"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Nombre Del Archivo"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "tamaño"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "aleatorio"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "No hay tema seleccionado o se ha eliminado el tema"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "No hay ningún álbum seleccionado o se eliminó el álbum"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "No hay imágenes en esta galería."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Back"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Álbum está vacío"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "No hay imágenes que coinciden con su búsqueda."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galería está vacía"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Juega"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Más"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Ocultar"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "No hay galería seleccionada o la galería se ha eliminado."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Mostrar comentarios"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Comparte en Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Comparte en Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Comparte en Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Compartir en Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Compartir en Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "La imagen ha sido borrada. "
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximizar"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Pantalla completa"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Mostrar info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Mostrar clasificación"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Abrir imagen en tamaño original. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Descargar la imagen original"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Puntuación."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "No se ha clasificado. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Votos: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Cancelar su calificación. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Ya has valorado. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Error. Incorrecta del código de verificación. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Esto no es una dirección de correo electrónico válida."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Ocultar comentarios"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nombre"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Comentario"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Código de Verificación"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Enviar"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Tu comentario está pendiente de moderación "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Eliminar comentario"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Restaurar"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Anterior información"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Ocultar calificación"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Restaurar"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Salir de pantalla completa"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pausa"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "Se requiere campo. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Galería de fotos plugin de intervalo de actualización automática."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-et.mo
DELETED
|
Binary file
|
languages/bwg-et.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:20+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:21+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: et\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "objekt"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Esimene"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Eelmine"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Järgmine"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Viimane"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Mine esimesele lehele"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Mine eelmisele lehele"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "kohta"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Mine järgmisele lehele"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Mine viimasele lehele"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Reset"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Otsi"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Järjestus"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Vaikimisi"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Faili"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "suurus"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "juhuslik"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Ei ole teema valik või teema kustutati."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Ühtegi albumit valitud või album kustutati."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Puuduvad pildid selles galeriis."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Tagasi"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album on tühi."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Puuduvad pildid Teie otsingukriteeriumitele."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galerii on tühi."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Esita"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Rohkem"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Peida"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Ei ole valitud galeriisse või galerii kustutatud."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Näita kommentaare."
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Jaga Facebookis."
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Jaga veebisaidil Twitter."
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Jaga Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Jaga Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Jaga Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Pilt on eemaldatud. "
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maksimeerida"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Fullscreen"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Näita info. "
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Näita hinnang"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Ava pilt originaalsuuruses."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Lae alla originaalpilt"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Hinnatud."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Pole veel hinnatud. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Hääli: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Loobu oma hinnang. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Te olete juba hinnatud."
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Viga. Vale kinnituskood. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "See ei ole kehtiv e-posti aadress."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Peida kommentaarid"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nimi"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Post"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Kommentaar"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Kontrollkood"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Saada"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Sinu kommentaar ootab mõõdukalt "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Kustuta kommentaar"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Näita Kommentaarid"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Peida info"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Peida hinnang"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Taasta"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Exit Fullscreen"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Paus"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "valdkonnas on vaja. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Pildigalerii plugin automaatselt värskendamise intervalli."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-fa_IR.mo
DELETED
|
Binary file
|
languages/bwg-fa_IR.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:22+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:25+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: fa\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "آیتم استفاده کنید"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "نخست"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "قبلی"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "بعد"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "تاریخ و زمان آخرین"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "برو به صفحه اول"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "برو به صفحه قبلی"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "از"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "برو به صفحه بعد"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "برو به صفحه آخر"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "تنظیم مجدد"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "جستجو"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "مرتب سازی بر اساس"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "پیش فرض"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "نام فایل"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "اندازه"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "تصادفی"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "هیچ موضوع انتخاب شده وجود دارد و یا موضوع حذف شد"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "هیچ آلبوم انتخاب شده وجود دارد و یا این آلبوم حذف شد"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "تصویر در این گالری وجود دارد"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "برگشت"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "آلبوم خالی است"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "تصویر مطابق با جستجو شما وجود دارد."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "گالری خالی است"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "بازی"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "بیشتر"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "مخفی شود"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "هیچ گالری انتخاب شده وجود دارد و یا از گالری حذف شده است"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "نمایش نظرات"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "در فیس بوک به اشتراک بگذارید"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "در توییتر به اشتراک بگذارید"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "در + Google به اشتراک بگذارید"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "اشتراک در Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "به اشتراک گذاشتن در وبلاگ Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "تصویر حذف شده است"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "به حداکثر رساندن"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "تمام صفحه"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "نمایش اطلاعات"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "نمایش امتیاز"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "باز کردن تصویر در اندازه اصلی"
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "دانلود تصویر اصلی"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "بازدید:"
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "دارای رتبه."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "هنوز رتبه بندی نشده"
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "امتیاز: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "لغو امتیاز خود را"
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "شما در حال حاضر به امتیاز"
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "خطا. کد امنیتی اشتباه است. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "این یک آدرس ایمیل معتبر نیست. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "مخفی کردن نظرات"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "نام و نام خانوادگی"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "پست الکترونیک "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "نظر"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "کد امنیتی"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "ثبت کردن"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "نظر شما در انتظار تایید"
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "حذف نظر"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "نمایش نظرات"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "مخفی کردن اطلاعات"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "مخفی کردن امتیاز"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "بازگرداندن"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "خروج از تمام صفحه"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "مکث"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "فیلد الزامی است."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "عکس پلاگین گالری فاصله بروز رسانی خودکار."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-fi.mo
DELETED
|
Binary file
|
languages/bwg-fi.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:25+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:26+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: fi\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "kohde(tta)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Ensin"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Edellinen"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Seuraava"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Kestää"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Mene ensimmäiselle sivulle"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Siirry edelliselle sivulle"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "annettu"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Siirry seuraavalle sivulle"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Siirry viimeiselle sivulle"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Nollaa"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Etsi"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Järjestä"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "oletusarvo"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Tiedostonimi"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "koko"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "satunnainen"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Ei ole mitään teemaa tai valitun teeman poistettiin"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Ei ole albumia valittuna tai albumin poistettiin"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Ei kuvia tässä galleriassa"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Takaisin"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Albumi on tyhjä."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Kuvia ei ole vastaa hakuasi."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galleria on tyhjä."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Pelata"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Enemmän"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Piilota"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Ei ole galleriaan tai galleriassa poistettiin"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Näytä kommentit"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Jaa Facebookissa"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Jaa Twitterissä"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Jaa Google+-palvelussa"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Jaa Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Jaa Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Kuva on poistettu."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maksimoimiseksi"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Fullscreen"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Näytä info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Näytä arvosanan."
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Avoin kuva alkuperäisessä koossa. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Lataa alkuperäinen kuva"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Osumia: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Mitoitettu."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Ei vielä."
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Äänestykset: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Peruuta luokitus. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Olet jo arvostellut. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Virhe. Väärä Varmennuskoodi. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Tämä ei ole voimassa oleva sähköpostiosoite."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Piilota kommentit"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nimi"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Sähköposti"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Kommentti"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Varmennuskoodi"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Lähetä"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Kommenttisi odottaa maltillisesti "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Poista kommentti"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Näytä kommentit"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Piilota tiedot"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Piilota luokitus"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Palauta"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Poistu koko näytön"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Tauko"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "kenttä on pakollinen. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Kuvagalleria plugin automaattinen päivitys välein."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-fr_FR.mo
DELETED
|
Binary file
|
languages/bwg-fr_FR.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:27+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:27+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: fr\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "article(s)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Première"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Précédent"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Suivant"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Durer"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Aller à la première page"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Aller à la page précédente"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "de"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Aller à la page suivante"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Aller à la dernière page"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Réinitialiser"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Recherche"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Classement par"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Par défaut"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Nom De Fichier"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "taille"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "aléatoire"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Il n'ya pas de thème choisi ou le thème a été supprimé."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Il n'y a aucune album sélectionné ou l'album a été supprimé."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Il n'y a pas d'images dans cette galerie."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Retour"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "L'album est vide."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Il n'y a pas d'images correspondant à votre recherche."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galerie est vide."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Lecture"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Plus"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Cacher"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Il n'ya pas de galerie sélectionné ou la galerie a été supprimé."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Afficher les commentaires"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Partager sur Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Partager sur Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Partager sur Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Partager sur Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Partager sur Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "L'image a été supprimée"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximisez"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Plein écran"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Afficher infos"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Afficher les classifications"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Ouvrir l'image dans sa taille originale. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Télécharger l'image originale"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Classé."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Pas encore évalué."
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Votes:"
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Annuler votre note"
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Vous avez déjà noté. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Erreur. Code de vérification incorrecte. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Ce n'est pas une adresse email valide. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Masquer les commentaires"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nom"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Commentaire"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "code de vérification"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Envoyer"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Votre commentaire est en attente de modération "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Supprimer le commentaire"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Afficher les commentaires"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Masquer info"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Masquer note"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Restaurer"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Quitter plein écran"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pause"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "champ est obligatoire. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Galerie de photos plugin intervalle de mise à jour automatique."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-gl_ES.mo
DELETED
|
Binary file
|
languages/bwg-gl_ES.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:27+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:27+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: es\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "artículo(s)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "En primer lugar"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Anterior"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Siguiente"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Pasado"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Ir a la primera página"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Ir a la página anterior"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "de"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Ir a la página siguiente"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Ir a la última página"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Restablecer"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Búsqueda"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "ordenar por"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Defecto"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "nome Do Arquivo"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "tamaño"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "acaso"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "No hay tema seleccionado o se ha eliminado el tema."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr " No hay ningún álbum seleccionado o se eliminó el álbum."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "No hay imágenes en esta galería."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Back"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Álbum está vacío."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "No hay imágenes que coinciden con su búsqueda."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galería está vacía."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Juega"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Más"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Ocultar"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "No hay galería seleccionada o la galería se ha eliminado."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Mostrar comentarios."
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Comparte en Facebook."
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Comparte en Twitter."
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Comparte en Google+."
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Compartir en Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Compartir en Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "La imagen ha sido borrada. "
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximizar"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Pantalla completa"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Mostrar info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Mostrar clasificación"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Abrir imagen en tamaño original."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Descargar la imagen original"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Puntuación."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "No se ha clasificado. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Votos: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Cancelar su calificación. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Ya has valorado. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Error. Incorrecta del código de verificación. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Esto no es una dirección de correo electrónico válida. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Ocultar comentarios"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nombre"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Comentario"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Código de Verificación"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Enviar"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Tu comentario está pendiente de moderación "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Eliminar comentario"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr " Mostrar comentarios"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Anterior información"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Ocultar calificación."
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Restaurar"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Salir de pantalla completa"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pausa"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "Se requiere campo. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Galería de fotos plugin de intervalo de actualización automática."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-he_IL.mo
DELETED
|
Binary file
|
languages/bwg-he_IL.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:28+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:28+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: he_IL\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "פריט (ים)."
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "פריט (ים)."
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "קודם"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "הבא"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "אחרון"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "עבור לדף הראשון"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "עבור לדף הקודם"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "של"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "לעבור לדף הבא"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "עבור לדף האחרון"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "איפוס"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "חיפוש"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "סדר לפי"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "ברירת מחדל"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "שם הקובץ"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "גודל"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "אקראי"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "אין נושא שנבחר או הנושא נמחק"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "אין אלבום שנבחר או את האלבום נמחק"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "אין תמונות בגלריה זו"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "חזור"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "האלבום הוא ריק"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "אין תמונות החיפוש שלך תואמות."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "הגלריה היא ריקה"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Translation:"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "יותר"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "הסתר"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "אין גלריה הנבחרת או הגלריה נמחקה"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "הצג הערות"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "לשתף בפייסבוק"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "לשתף בטוויטר"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "שתף ב-Google +"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "שתף בPinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "שתף על Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "התמונה נמחקה"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "מקסם"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "מסך מלא"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "הצג מידע"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "הצג דירוג"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "תמונה פתוחה בגודל מקורי."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "להוריד את התמונה מקורית"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "להיטים: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "מדורג."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "לא דורג עדיין"
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "הצבעות: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "לבטל הדירוג שלך"
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "כבר דרגו"
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "שגיאה. מספר אימות שגויה."
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "זה לא כתובת דוא\"ל חוקית. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "הסתר הערות"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "שם"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "דוא\"ל "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "להגיב"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "קוד אימות"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "שליחה"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "התגובה שלך מחכה לאישור"
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "מחיקת הערה"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "הצג תגובות"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "הסתר מידע"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "דירוג הסתר"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "שחזור"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "צא ממסך מלא"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "השהה"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "שדה נדרש."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "תוסף גלריית תמונות מרווח עדכון אוטומטי."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-hi_IN.mo
DELETED
|
Binary file
|
languages/bwg-hi_IN.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 12:28+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 12:29+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: hi_IN\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "मद (ओं)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "पहले"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "पिछले"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "अगला"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "पिछले"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "प्रथम पृष्ठ पर जाएं"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "पिछले पृष्ठ पर जाएँ"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "की"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "अगले पेज पर जाएं"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "अंतिम पृष्ठ पर जाएं"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "रीसेट"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "खोज"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "द्वारा आदेश"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "चूक"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "फ़ाइल का नाम"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "आकार"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "बिना सोचे समझे"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "वहाँ चयनित कोई विषय है या विषय हटाया गया था"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "वहाँ चयनित कोई एल्बम नहीं है या एलबम हटा दिया गया था."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "इस गैलरी में कोई चित्र नहीं हैं"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "पीछे"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "एलबम खाली है"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "आपकी खोज से मेल खाते कोई छवियाँ हैं."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "गैलरी खाली है"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "चलायें"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "ज़्यादा"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "छिपाएँ"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "वहाँ चयनित नहीं गैलरी है या गैलरी हटा दिया गया था"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "टिप्पणियां दिखाएं"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "फेसबुक पर शेयर करें"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "ट्विटर पर साझा करे"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Google+ से साझा करें"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Pinterest पर शेयर"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Tumblr पर साझा करें"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "छवि हटा दिया गया है"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "अधिकतम करें"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "फुलस्क्रीन"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "जानकारी दिखाएँ"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "मू्ल्यांकन"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "मूल आकार में खुले छवि"
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "मूल छवि को डाउनलोड करें"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "हिट्स:"
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "मूल्यांकन किया गया."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "अभी तक रेटेड नहीं."
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "वोट: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "आपकी रेटिंग रद्द. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "आप पहले से ही मूल्यांकन किया गया है. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "त्रुटि. गलत सत्यापन कोड. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "यह एक मान्य ईमेल पता नहीं है."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "टिप्पणियां छुपाएं"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "नाम"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "ईमेल"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "टिप्पणी"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "सत्यापन कोड"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "सबमिट करें"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "आपकी टिप्पणी मॉडरेशन की प्रतीक्षा में है "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "टिप्पणी हटाएँ."
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "टिप्पणियां दिखाएं"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "जानकारी छुपाएं"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "छिपाएँ रेटिंग"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "पुनर्स्थापित"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "ूर्ण स्क्रीन से बाहर निकलें"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "रोकें"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "क्षेत्र की आवश्यकता है."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "फोटो गैलरी प्लगइन स्वचालित अद्यतन अंतराल।"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-hr.mo
DELETED
|
Binary file
|
languages/bwg-hr.po
DELETED
|
@@ -1,361 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:00+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:01+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: hr\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
| 15 |
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
| 16 |
-
"X-Poedit-KeywordsList: __\n"
|
| 17 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 18 |
-
"gallery\n"
|
| 19 |
-
|
| 20 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 21 |
-
msgid " item(s)"
|
| 22 |
-
msgstr "stavke"
|
| 23 |
-
|
| 24 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 25 |
-
msgid "First"
|
| 26 |
-
msgstr "Prvo"
|
| 27 |
-
|
| 28 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 29 |
-
msgid "Previous"
|
| 30 |
-
msgstr "Prethodni"
|
| 31 |
-
|
| 32 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 33 |
-
msgid "Next"
|
| 34 |
-
msgstr "Next"
|
| 35 |
-
|
| 36 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 37 |
-
msgid "Last"
|
| 38 |
-
msgstr "Trajati"
|
| 39 |
-
|
| 40 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 41 |
-
msgid "Go to the first page"
|
| 42 |
-
msgstr "Idi na prvoj stranici"
|
| 43 |
-
|
| 44 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 45 |
-
msgid "Go to the previous page"
|
| 46 |
-
msgstr "Idi na prethodnu stranicu"
|
| 47 |
-
|
| 48 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 49 |
-
msgid "of"
|
| 50 |
-
msgstr "od"
|
| 51 |
-
|
| 52 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 53 |
-
msgid "Go to the next page"
|
| 54 |
-
msgstr "Idi na sljedeću stranicu"
|
| 55 |
-
|
| 56 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 57 |
-
msgid "Go to the last page"
|
| 58 |
-
msgstr "Idi na posljednjoj stranici"
|
| 59 |
-
|
| 60 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 61 |
-
msgid "Reset"
|
| 62 |
-
msgstr "Reset"
|
| 63 |
-
|
| 64 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 65 |
-
msgid "Search"
|
| 66 |
-
msgstr "Traži"
|
| 67 |
-
|
| 68 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 69 |
-
msgid "Order by: "
|
| 70 |
-
msgstr "Order by"
|
| 71 |
-
|
| 72 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 73 |
-
msgid "Default"
|
| 74 |
-
msgstr "Uobičajeno"
|
| 75 |
-
|
| 76 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 77 |
-
msgid "Filename"
|
| 78 |
-
msgstr "Naziv"
|
| 79 |
-
|
| 80 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 81 |
-
msgid "Size"
|
| 82 |
-
msgstr "veličina"
|
| 83 |
-
|
| 84 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 85 |
-
msgid "Random"
|
| 86 |
-
msgstr "slučajan"
|
| 87 |
-
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 97 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 98 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 99 |
-
msgstr "Nema odabrane teme ili tema bila izbrisana."
|
| 100 |
-
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 106 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 107 |
-
msgid "There is no album selected or the album was deleted."
|
| 108 |
-
msgstr "Nema odabrani album ili album je izbrisan."
|
| 109 |
-
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 118 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 119 |
-
msgid "There are no images in this gallery."
|
| 120 |
-
msgstr "Nema slika u ovoj galeriji."
|
| 121 |
-
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 125 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 126 |
-
msgid "Back"
|
| 127 |
-
msgstr "Natrag"
|
| 128 |
-
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 131 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 132 |
-
msgid "Album is empty."
|
| 133 |
-
msgstr "Album je prazna"
|
| 134 |
-
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 138 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 139 |
-
msgid "There are no images matching your search."
|
| 140 |
-
msgstr "Nema slika podudaranje vaše pretraživanje."
|
| 141 |
-
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 144 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 145 |
-
msgid "Gallery is empty."
|
| 146 |
-
msgstr "Galerija je prazna."
|
| 147 |
-
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 156 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 157 |
-
msgid "Play"
|
| 158 |
-
msgstr "Igrajte"
|
| 159 |
-
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 161 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 162 |
-
msgid "More"
|
| 163 |
-
msgstr "Više"
|
| 164 |
-
|
| 165 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 166 |
-
msgid "Hide"
|
| 167 |
-
msgstr "Sakrij"
|
| 168 |
-
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 174 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 175 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
msgstr "Nema odabrana galerija ili galerija je izbrisan."
|
| 177 |
-
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 179 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 180 |
-
msgid "Show comments"
|
| 181 |
-
msgstr "Prikaži komentare."
|
| 182 |
-
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 186 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 187 |
-
msgid "Share on Facebook"
|
| 188 |
-
msgstr "Podijeli na Facebooku."
|
| 189 |
-
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 194 |
-
msgid "Share on Twitter"
|
| 195 |
-
msgstr " Podijeli na Twitteru."
|
| 196 |
-
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 200 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 201 |
-
msgid "Share on Google+"
|
| 202 |
-
msgstr "Podijelite Google+"
|
| 203 |
-
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 207 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 208 |
-
msgid "Share on Pinterest"
|
| 209 |
-
msgstr "Podijeli na Pinterest"
|
| 210 |
-
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 215 |
-
msgid "Share on Tumblr"
|
| 216 |
-
msgstr "Podijeli na Tumblr"
|
| 217 |
-
|
| 218 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 219 |
-
msgid "The image has been deleted."
|
| 220 |
-
msgstr "Slika je obrisan."
|
| 221 |
-
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 225 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 226 |
-
msgid "Maximize"
|
| 227 |
-
msgstr "Povećali"
|
| 228 |
-
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 231 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 232 |
-
msgid "Fullscreen"
|
| 233 |
-
msgstr "Na cijelom zaslonu"
|
| 234 |
-
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 236 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 237 |
-
msgid "Show info"
|
| 238 |
-
msgstr "Pokaži info"
|
| 239 |
-
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 241 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 242 |
-
msgid "Show rating"
|
| 243 |
-
msgstr "Pokaži rejting"
|
| 244 |
-
|
| 245 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 246 |
-
msgid "Open image in original size."
|
| 247 |
-
msgstr "Otvori sliku u originalnoj veličini."
|
| 248 |
-
|
| 249 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 250 |
-
msgid "Download original image"
|
| 251 |
-
msgstr "Download originalne slike"
|
| 252 |
-
|
| 253 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 254 |
-
msgid "Hits: "
|
| 255 |
-
msgstr "Pogodaka: "
|
| 256 |
-
|
| 257 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 258 |
-
msgid "Rated."
|
| 259 |
-
msgstr "Ocijenjene."
|
| 260 |
-
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 262 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 263 |
-
msgid "Not rated yet."
|
| 264 |
-
msgstr "Još nije ocjenjeno. "
|
| 265 |
-
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 267 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 268 |
-
msgid "Votes: "
|
| 269 |
-
msgstr "Glasova: "
|
| 270 |
-
|
| 271 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 272 |
-
msgid "Cancel your rating."
|
| 273 |
-
msgstr "Odustani svoj rejting. "
|
| 274 |
-
|
| 275 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 276 |
-
msgid "You have already rated."
|
| 277 |
-
msgstr "Već ste ocijenili. "
|
| 278 |
-
|
| 279 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 280 |
-
msgid "Error. Incorrect Verification Code."
|
| 281 |
-
msgstr "Greška. Pogrešan verifikaciju broj. "
|
| 282 |
-
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 284 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 285 |
-
msgid "This is not a valid email address."
|
| 286 |
-
msgstr "Ovo nije važeći e-mail adresu. "
|
| 287 |
-
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 289 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 290 |
-
msgid "Hide Comments"
|
| 291 |
-
msgstr "Sakrij komentare"
|
| 292 |
-
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 295 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 296 |
-
msgid "Name"
|
| 297 |
-
msgstr "Ime"
|
| 298 |
-
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 301 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 302 |
-
msgid "Email"
|
| 303 |
-
msgstr "E-mail "
|
| 304 |
-
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 307 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 308 |
-
msgid "Comment"
|
| 309 |
-
msgstr "Komentar"
|
| 310 |
-
|
| 311 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 312 |
-
msgid "Verification Code"
|
| 313 |
-
msgstr "Verifikacija kod"
|
| 314 |
-
|
| 315 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 316 |
-
msgid "Submit"
|
| 317 |
-
msgstr "Podnijeti"
|
| 318 |
-
|
| 319 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 320 |
-
msgid "Your comment is awaiting moderation"
|
| 321 |
-
msgstr "Vaš komentar čeka moderiranje "
|
| 322 |
-
|
| 323 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 324 |
-
msgid "Delete Comment"
|
| 325 |
-
msgstr "Izbriši komentar"
|
| 326 |
-
|
| 327 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 328 |
-
msgid "Show Comments"
|
| 329 |
-
msgstr "Prikaži komentare"
|
| 330 |
-
|
| 331 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 332 |
-
msgid "Hide info"
|
| 333 |
-
msgstr "Sakrij informacije"
|
| 334 |
-
|
| 335 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 336 |
-
msgid "Hide rating"
|
| 337 |
-
msgstr "Sakrij rejting"
|
| 338 |
-
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 340 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 341 |
-
msgid "Restore"
|
| 342 |
-
msgstr "Vraćanje"
|
| 343 |
-
|
| 344 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 345 |
-
msgid "Exit Fullscreen"
|
| 346 |
-
msgstr "Izađite preko cijelog zaslona"
|
| 347 |
-
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 351 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 352 |
-
msgid "Pause"
|
| 353 |
-
msgstr "Pauza"
|
| 354 |
-
|
| 355 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 356 |
-
msgid "field is required."
|
| 357 |
-
msgstr "je obavezno polje. "
|
| 358 |
-
|
| 359 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 360 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 361 |
-
msgstr "Fotogalerija plugin automatsko ažuriranje intervala."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-hu_HU.mo
DELETED
|
Binary file
|
languages/bwg-hu_HU.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:01+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:02+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: hu\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "elemet"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Első"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Előző"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Tovább"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Az utolsó"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Ugrás az első oldalra"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Ugrás az előző oldalra"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "A"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Ugrás a következő oldalra"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Menj az utolsó oldalra"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Visszaállítása"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Keresés"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Rendezés"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "alapértelmezett"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "fájlnév"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "méret"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "véletlen"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Nincs téma kiválasztva, vagy a téma törölve lett."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Nincs album kiválasztva, vagy az albumot törölték."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Nincsenek képek ebben a galériában."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Back"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album üres"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Nincsenek képek felel meg a keresést."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Gallery üres"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Lejátszás"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Többet"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Elrejtése"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Nincs galéria kiválasztott, illetve a galériát törölték."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Mutassa megjegyzéseket"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Ossza meg a Facebook-on"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Ossza meg a Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Ossza Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Megosztás on Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Megosztás a Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "A kép törölve lett."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maximalizálása"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Teljes képernyő"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Mutassa info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Mutassa értékelése"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Kép megnyitása eredeti méretben. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Töltsd le az eredeti képet"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Találat: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Névleges."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Még nem értékelték. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Szavazatok száma: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Megszüntetni az értékelésbe. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Már értékelted. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Hiba. Helytelen Ellenőrző kód. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Ez nem egy érvényes e-mail címét. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Megjegyzések elrejtése"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Név"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "E-mail "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Megjegyzés"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "ellenőrző kód"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Submit"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Megjegyzése vár moderálás "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Megjegyzés törlése"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Hozzászólást mutat"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Információ elrejtése"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Hide értékelése"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Visszaállítása"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Kilépés Teljes képernyő"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Szünet"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "mező kitöltése kötelező. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Fotógaléria plugint automatikus frissítési időköz."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-hy_AM.mo
DELETED
|
Binary file
|
languages/bwg-hy_AM.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:04+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:04+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: hy_AM\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "պատկեր(ներ)"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Առաջին"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Նախորդ"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Հաջորդ"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Վերջին"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Գնալ առաջին էջ"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Գնալ նախորդ էջ"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "-ը"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Գնալ հաջորդ էջ"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Գնալ վերջին էջ"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Դատարկել"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Որոնում"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Դասավորել"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Լռելյայն"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Ըստ ֆայլի անունի"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "Ըստ չափի"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "Պատահական"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Ընտրված թեմա չկա կամ թեման ջնջված է :"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Ընտրված ալբոմ չկա կամ ալբոմը ջնջված է :"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Այս պատկերասրահում պատկերներ չկան: "
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Հետ"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Ալբոմը դատարկ է:"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Ձեր որոնմանը համապատասխան տվյալներ չկան:"
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Պատկերասրահը դատարկ է:"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Սկսել"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Ավելին"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Թաքցնել"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Ընտրված պատկերասրահ չկա կամ այն ջնջված է :"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Ցույց տալ մեկնաբանությունները"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Կիսվել Facebook-ում"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Կիսվել Twitter-ում "
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Կիսվել Google+-ում"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Կիսվել Pinterest-ում "
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Կիսվել Tumblr-ում "
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Պատկերը ջնջված է:"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Մեծացնել"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Ամբողջ էկրան"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Ցույց տալ տեղեկությունը"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Ցույց տալ վարկանիշը"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Տեսնել պատկերը օրիգինալ չափով"
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Բեռնել պատկերը"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Դիտումների քանակը."
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Գնահատված է"
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Գնահատված չէ"
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Ձայներ."
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Չեղյալ համարել Ձեր գնահատականը"
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Դուք արդեն գնահատել եք"
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Ստուգման կոդը սխալ է"
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Սա անվավեր էլեկտրոնային փոստի հասցե է: "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Թաքցնել մեկնաբանությունները"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Անուն"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "էլեկտրոնային փոստ"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Մեկնաբանություն"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Ստուգման կոդ"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Ուղարկել"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Ձեր մեկնաբանությունը սպասում է հաստատման"
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Ջնջել մեկնաբանությունը"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Ցույց տալ մեկնաբանությունները"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Թաքցնել տեղեկությունը"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Թաքցնել գնահատականը."
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Վերականգնել"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Դուրս գալ ամբողջ էկրանից"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Դադար"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "դաշտը պարտադիր է: "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Պատկերասրահի ավտոմատ թարմացման ժամանակայատվածը."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-id_ID.mo
DELETED
|
Binary file
|
languages/bwg-id_ID.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:05+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:05+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: id_ID\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "barang"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Pertama"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Sebelumnya"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Berikutnya"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Berlangsung"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Pergi ke halaman pertama"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Pergi ke halaman sebelumnya"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "dari"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Pergi ke halaman berikutnya"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Pergi ke halaman terakhir"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Reset"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Search"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "order by"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "kegagalan"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Nama File"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "ukuran"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "acak"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Tidak ada tema yang dipilih atau tema itu dihapus."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Tidak ada album yang dipilih atau album tersebut telah dihapus."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Tidak ada foto dalam galeri ini."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Kembali"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album kosong."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Tidak ada gambar yang sesuai dengan pencarian Anda."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Gallery kosong."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Mainkan"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Lebih"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Sembunyikan"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr " Tidak ada galeri yang dipilih atau galeri itu dihapus."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Tampilkan komentar"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Berbagi di Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Berbagi di Twitter."
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Berbagi di Google+."
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Berbagi di Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Berbagi di Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Gambar telah dihapus."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Maksimalkan"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Besar layar"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Tampilkan informasi"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Tampilkan peringkat"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Buka foto dalam ukuran aslinya. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Ambil gambar asli"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Dinilai."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Belum dinilai. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Votes: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Batal rating Anda. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Anda telah dinilai. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Kesalahan. Salah Kode verifikasi. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Ini bukan alamat email yang valid."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Sembunyikan Komentar"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nama"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Komentar"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Kode verifikasi"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Kirim"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Komentar anda sedang menunggu moderasi "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Hapus Komentar"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Tampilkan Komentar"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Menyembunyikan"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Sembunyikan rating"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Kembalikan"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Keluar Layar penuh."
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Jeda"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "lapangan diperlukan."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Galeri Plugin interval update otomatis foto."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-it_IT.mo
DELETED
|
Binary file
|
languages/bwg-it_IT.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:06+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:06+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: it_IT\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "articolo"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Primo"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Precedente"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Avanti"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Ultimo"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Vai alla prima pagina"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Vai alla pagina precedente"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "di"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Vai alla pagina successiva"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Vai all'ultima pagina"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Ripristina"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Ricerca"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Ordina per"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "difetto"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Nome Del File"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "dimensione"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "casuale"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Non c'è tema selezionato o il tema è stato eliminato."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Non vi è alcun album selezionato o l'album è stato eliminato."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Non ci sono immagini in questa galleria."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Indietro"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "L'album è vuoto."
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Non ci sono immagini corrispondenti alla tua ricerca."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Gallery è vuoto."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Play"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Di più"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Hide"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Non vi è alcuna galleria selezionata o la galleria è stata eliminata."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Mostra i commenti."
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Condividi su Facebook."
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Condividi su Twitter."
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Condividi su Google+."
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Condividi su Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Condividi su Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "L'immagine è stata cancellata."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Massimizzare"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Fullscreen"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Mostra info. "
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Mostra classificazione"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Apri l'immagine in formato originale. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Apri l'immagine originale"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Nominale."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Non ancora valutato. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Voti: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Annulla il tuo voto."
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Hai già votato. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Errore. Non corretto del codice di verifica. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Questo non è un indirizzo email valido. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Nascondi commenti"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nome"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "Email"
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Commento"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Codice di verifica"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Invia"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Il tuo commento è in attesa di moderazione "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Elimina commento"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Mostra i commenti"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Nascondi informazioni"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Hide valutazione"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Ripristina"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Uscire a schermo intero"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Pausa"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "è obbligatorio campo. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Galleria fotografica plug intervallo di aggiornamento automatico."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-ja.mo
DELETED
|
Binary file
|
languages/bwg-ja.po
DELETED
|
@@ -1,362 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:07+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:07+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: ja_JP\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "アイテム"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "最初"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "前"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr " 次へ"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "最後"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "最初のページに移動します"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "前のページに移動します"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "の"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "次のページに移動します"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "最後のページに移動します"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "リセットします"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "検索"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "命令により"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "デフォルト"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "ファイル名"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "サイズ"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "ランダム"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "そこに選択されていませんテーマはありませんかテーマが削除されました"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr ""
|
| 108 |
-
"そこに選択されていませんアルバムはありませんか、アルバムが削除されました"
|
| 109 |
-
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 118 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 119 |
-
msgid "There are no images in this gallery."
|
| 120 |
-
msgstr "このギャラリーには画像がありません"
|
| 121 |
-
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 125 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 126 |
-
msgid "Back"
|
| 127 |
-
msgstr " バック"
|
| 128 |
-
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 131 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 132 |
-
msgid "Album is empty."
|
| 133 |
-
msgstr "アルバムは空です"
|
| 134 |
-
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 138 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 139 |
-
msgid "There are no images matching your search."
|
| 140 |
-
msgstr "検索に一致する画像がありません。"
|
| 141 |
-
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 144 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 145 |
-
msgid "Gallery is empty."
|
| 146 |
-
msgstr "ギャラリーは空です"
|
| 147 |
-
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 156 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 157 |
-
msgid "Play"
|
| 158 |
-
msgstr "再生"
|
| 159 |
-
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 161 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 162 |
-
msgid "More"
|
| 163 |
-
msgstr "もっと"
|
| 164 |
-
|
| 165 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 166 |
-
msgid "Hide"
|
| 167 |
-
msgstr "非表示にします"
|
| 168 |
-
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 174 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 175 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
msgstr ""
|
| 177 |
-
"そこに選択されていませんギャラリーはありませんかギャラリーが削除されました"
|
| 178 |
-
|
| 179 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 180 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 181 |
-
msgid "Show comments"
|
| 182 |
-
msgstr "コメントを見る"
|
| 183 |
-
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 186 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 187 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 188 |
-
msgid "Share on Facebook"
|
| 189 |
-
msgstr "Facebook上で共有しています"
|
| 190 |
-
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 194 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 195 |
-
msgid "Share on Twitter"
|
| 196 |
-
msgstr "Twitterで共有しています"
|
| 197 |
-
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 200 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 201 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 202 |
-
msgid "Share on Google+"
|
| 203 |
-
msgstr "Google+で共有しています"
|
| 204 |
-
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 207 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 208 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 209 |
-
msgid "Share on Pinterest"
|
| 210 |
-
msgstr "Pinterestの上の共有"
|
| 211 |
-
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 215 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 216 |
-
msgid "Share on Tumblr"
|
| 217 |
-
msgstr "スキの共有"
|
| 218 |
-
|
| 219 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 220 |
-
msgid "The image has been deleted."
|
| 221 |
-
msgstr "画像は削除されました"
|
| 222 |
-
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 225 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 226 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 227 |
-
msgid "Maximize"
|
| 228 |
-
msgstr "最大化します"
|
| 229 |
-
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 231 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 232 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 233 |
-
msgid "Fullscreen"
|
| 234 |
-
msgstr "フルスクリーン"
|
| 235 |
-
|
| 236 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 237 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 238 |
-
msgid "Show info"
|
| 239 |
-
msgstr "情報を表示します"
|
| 240 |
-
|
| 241 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 242 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 243 |
-
msgid "Show rating"
|
| 244 |
-
msgstr "評価を表示します"
|
| 245 |
-
|
| 246 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 247 |
-
msgid "Open image in original size."
|
| 248 |
-
msgstr "元のサイズで画像を開く"
|
| 249 |
-
|
| 250 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 251 |
-
msgid "Download original image"
|
| 252 |
-
msgstr "元の画像をダウンロードしてください"
|
| 253 |
-
|
| 254 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 255 |
-
msgid "Hits: "
|
| 256 |
-
msgstr "ヒット数:"
|
| 257 |
-
|
| 258 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 259 |
-
msgid "Rated."
|
| 260 |
-
msgstr "評価した。"
|
| 261 |
-
|
| 262 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 263 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 264 |
-
msgid "Not rated yet."
|
| 265 |
-
msgstr "まだ評価されていません。 "
|
| 266 |
-
|
| 267 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 268 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 269 |
-
msgid "Votes: "
|
| 270 |
-
msgstr "投票: "
|
| 271 |
-
|
| 272 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 273 |
-
msgid "Cancel your rating."
|
| 274 |
-
msgstr "あなたの評価をキャンセル。 "
|
| 275 |
-
|
| 276 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 277 |
-
msgid "You have already rated."
|
| 278 |
-
msgstr "あなたは既に評価されています"
|
| 279 |
-
|
| 280 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 281 |
-
msgid "Error. Incorrect Verification Code."
|
| 282 |
-
msgstr "エラーが発生しました。誤った認証コード。 "
|
| 283 |
-
|
| 284 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 285 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 286 |
-
msgid "This is not a valid email address."
|
| 287 |
-
msgstr "これは有効なメールアドレスではありません。"
|
| 288 |
-
|
| 289 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 290 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 291 |
-
msgid "Hide Comments"
|
| 292 |
-
msgstr "コメントを非表示にします"
|
| 293 |
-
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 295 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 296 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 297 |
-
msgid "Name"
|
| 298 |
-
msgstr "名前を付けます"
|
| 299 |
-
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 301 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 302 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 303 |
-
msgid "Email"
|
| 304 |
-
msgstr "Eメール"
|
| 305 |
-
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 307 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 308 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 309 |
-
msgid "Comment"
|
| 310 |
-
msgstr "コメント"
|
| 311 |
-
|
| 312 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 313 |
-
msgid "Verification Code"
|
| 314 |
-
msgstr "認証コード"
|
| 315 |
-
|
| 316 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 317 |
-
msgid "Submit"
|
| 318 |
-
msgstr "提出してください"
|
| 319 |
-
|
| 320 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 321 |
-
msgid "Your comment is awaiting moderation"
|
| 322 |
-
msgstr "あなたのコメント承認待ちです "
|
| 323 |
-
|
| 324 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 325 |
-
msgid "Delete Comment"
|
| 326 |
-
msgstr "コメントを削除します"
|
| 327 |
-
|
| 328 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 329 |
-
msgid "Show Comments"
|
| 330 |
-
msgstr "コメントを表示します"
|
| 331 |
-
|
| 332 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 333 |
-
msgid "Hide info"
|
| 334 |
-
msgstr "情報を隠す"
|
| 335 |
-
|
| 336 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 337 |
-
msgid "Hide rating"
|
| 338 |
-
msgstr "隠す評価"
|
| 339 |
-
|
| 340 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 341 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 342 |
-
msgid "Restore"
|
| 343 |
-
msgstr "復元します"
|
| 344 |
-
|
| 345 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 346 |
-
msgid "Exit Fullscreen"
|
| 347 |
-
msgstr "フルスクリーンを終了します"
|
| 348 |
-
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 351 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 352 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 353 |
-
msgid "Pause"
|
| 354 |
-
msgstr "一時停止します"
|
| 355 |
-
|
| 356 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 357 |
-
msgid "field is required."
|
| 358 |
-
msgstr "フィールドは必須です。"
|
| 359 |
-
|
| 360 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 361 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 362 |
-
msgstr "自動更新間隔をプラグインフォトギャラリー。"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-ka_GE.mo
DELETED
|
Binary file
|
languages/bwg-ka_GE.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:08+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:09+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: ka_GE\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "ერთეულზე"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "პირველი"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "წინა"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "შემდეგი"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "გაგრძელდება"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "გადადით პირველ გვერდზე"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "გადადით წინა გვერდზე"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "შესახებ"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "წასვლა მომდევნო გვერდზე"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "გადასვლა ბოლო გვერდი"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "ხელახლა"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "ძებნა"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Order by"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Default"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "filename"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "ზომა"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "შემთხვევითი"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "არ არსებობს თემა ავტორმა ან თემა წაშლილი იყო"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "არ არსებობს ფოტოალბომის ავტორმა ან ფოტოალბომის წაშლილი იყო."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "არ არსებობს სურათები ამ გალერეა."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "უკან"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "ალბომი ცარიელია"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "არ არსებობს images შესატყვისი თქვენი ძებნა."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "გალერეა ცარიელია"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "ითამაშოს"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "უფრო"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "დასამალი"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "არ არსებობს შერჩეულ გალერეაში ან გალერეაში წაშლილი იყო"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "აჩვენეთ კომენტარი"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Share on Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Share on Twitter."
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Share on Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Share on Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Share on Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "გამოსახულება წაშლილია"
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "მაქსიმალურად"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "ეკრანის"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "აჩვენეთ ინფორმაცია"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "აჩვენეთ ნიშანი"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "გახსენით იმიჯი ორიგინალური ზომა. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "ჩამოტვირთვა ორიგინალური იმიჯი"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "შეაფასა."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "არ არის შეფასებული. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "რაოდენობა: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "გააუქმოს თქვენი ნიშანი. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "თქვენ უკვე შეაფასა. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "შეცდომა. მცდარი Verification Code. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "ეს არ არის მართებული ელფოსტა. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "ღონისძიებები კომენტარები"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "ასახელებს"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "ელ "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "კომენტარები"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Verification Code"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "წარმოადგინოს"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "თქვენი კომენტარი ელოდება მოდერაცია "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "წაშალე კომენტარები"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "კომენტარების ხილვა"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "ღონისძიებები კარგი"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "დამალე ნიშანი"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "აღდგენა"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Exit Fullscreen."
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "პაუზა"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "ველი არ არის საჭირო. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "ფოტო გალერეა მოდული განახლების ინტერვალი."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-ko_KR.mo
DELETED
|
Binary file
|
languages/bwg-ko_KR.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:09+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:10+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: ko\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "항목"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "첫째"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "이전"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "다음"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "마지막으로"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "첫 페이지로 이동합니다"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "이전 페이지로 이동합니다"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "의"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "다음 페이지로 이동합니다"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "마지막 페이지로 이동합니다"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "재설정합니다"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "검색"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "순서"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "디폴트 값"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "파일 이름"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "크기"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "닥치는대로의"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "이 선택에는 테마가 없거나 테마가 삭제되었습니다"
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "가 선택한 수있는 앨범이 없거나 앨범은 삭제되었습니다"
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "이 갤러리에있는 이미지가 없습니다"
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "돌아 가기"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "앨범이 비어 있습니다"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "검색과 일치하는 이미지가 없습니다."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "갤러리가 비어 있습니다"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "재생합니다"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "더"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "숨 깁니다"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "이 선택에는 갤러리가 없거나 갤러리가 삭제되었습니다"
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "코멘트를 표시합니다"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "페이스 북에 공유 할 수 있습니다"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "트위터에 공유 할 수 있습니다"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Google+에서 공유 할 수 있습니다"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "클립 공유"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "텀블러 공유"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "이미지가 삭제되었습니다."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "극대화 할 수 있습니다"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "전체 화면"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "정보를 표시합니다"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "평가를 표시합니다"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "원래 크기의 이미지 열기."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "원본 이미지를 다운로드합니다"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "조회수 : "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "평가."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "아무런 평가가 없습니다. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "투표 수 : "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "귀하의 평가를 취소 할 수 있습니다. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "이미 평가했습니다. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "오류가 발생했습니다. 잘못된 인증 코드. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "이것은 유효한 이메일 주소가 아닙니다. "
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr " 댓글을 숨 깁니다"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "이름을 지정합니다"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "이메일 "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "코멘트"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "확인 코드"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "제출"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "당신의 코멘트는 검토를 기다리고있다 "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "댓글을 삭제합니다"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "댓글을 표시합니다"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "정보 숨기기"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "숨기기 평가"
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "복원합니다"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "전체 화면을 종료합니다"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "일시 중지합니다"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "필드는 필수입니다. "
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "자동 업데이트 간격을 플러그인 포토 갤러리."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-lt_LT.mo
DELETED
|
Binary file
|
languages/bwg-lt_LT.po
DELETED
|
@@ -1,361 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:11+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:11+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: lt_LT\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
| 15 |
-
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
| 16 |
-
"X-Poedit-KeywordsList: __\n"
|
| 17 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 18 |
-
"gallery\n"
|
| 19 |
-
|
| 20 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 21 |
-
msgid " item(s)"
|
| 22 |
-
msgstr "punktas"
|
| 23 |
-
|
| 24 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 25 |
-
msgid "First"
|
| 26 |
-
msgstr "Pirmas"
|
| 27 |
-
|
| 28 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 29 |
-
msgid "Previous"
|
| 30 |
-
msgstr "Ankstesnis"
|
| 31 |
-
|
| 32 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 33 |
-
msgid "Next"
|
| 34 |
-
msgstr "Kitas"
|
| 35 |
-
|
| 36 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 37 |
-
msgid "Last"
|
| 38 |
-
msgstr "Paskutinis"
|
| 39 |
-
|
| 40 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 41 |
-
msgid "Go to the first page"
|
| 42 |
-
msgstr "Eiti į pirmąjį puslapį"
|
| 43 |
-
|
| 44 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 45 |
-
msgid "Go to the previous page"
|
| 46 |
-
msgstr "Eiti į ankstesnį puslapį"
|
| 47 |
-
|
| 48 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 49 |
-
msgid "of"
|
| 50 |
-
msgstr "iš"
|
| 51 |
-
|
| 52 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 53 |
-
msgid "Go to the next page"
|
| 54 |
-
msgstr "Eiti į kitą puslapį"
|
| 55 |
-
|
| 56 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 57 |
-
msgid "Go to the last page"
|
| 58 |
-
msgstr "Eiti į paskutinį puslapį"
|
| 59 |
-
|
| 60 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 61 |
-
msgid "Reset"
|
| 62 |
-
msgstr "Nustatyti iš naujo"
|
| 63 |
-
|
| 64 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 65 |
-
msgid "Search"
|
| 66 |
-
msgstr "Paieška"
|
| 67 |
-
|
| 68 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 69 |
-
msgid "Order by: "
|
| 70 |
-
msgstr "Rūšiuoti pagal"
|
| 71 |
-
|
| 72 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 73 |
-
msgid "Default"
|
| 74 |
-
msgstr "numatytasis"
|
| 75 |
-
|
| 76 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 77 |
-
msgid "Filename"
|
| 78 |
-
msgstr "Failo pavadinimas"
|
| 79 |
-
|
| 80 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 81 |
-
msgid "Size"
|
| 82 |
-
msgstr "dydis"
|
| 83 |
-
|
| 84 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 85 |
-
msgid "Random"
|
| 86 |
-
msgstr "atsitiktinis"
|
| 87 |
-
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 97 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 98 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 99 |
-
msgstr "Nėra tema pasirinkta arba tema buvo ištrinta."
|
| 100 |
-
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 106 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 107 |
-
msgid "There is no album selected or the album was deleted."
|
| 108 |
-
msgstr "Nėra albumai pasirinktas ar albumą buvo ištrintas."
|
| 109 |
-
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 118 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 119 |
-
msgid "There are no images in this gallery."
|
| 120 |
-
msgstr "Nėra šioje galerijoje vaizdai."
|
| 121 |
-
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 125 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 126 |
-
msgid "Back"
|
| 127 |
-
msgstr "Atgal"
|
| 128 |
-
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 131 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 132 |
-
msgid "Album is empty."
|
| 133 |
-
msgstr "Albumas tuščias."
|
| 134 |
-
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 138 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 139 |
-
msgid "There are no images matching your search."
|
| 140 |
-
msgstr "Nėra nuotraukos atitinkančių jūsų paiešką."
|
| 141 |
-
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 144 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 145 |
-
msgid "Gallery is empty."
|
| 146 |
-
msgstr "Galerija yra tuščia"
|
| 147 |
-
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 156 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 157 |
-
msgid "Play"
|
| 158 |
-
msgstr "Žaisti"
|
| 159 |
-
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 161 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 162 |
-
msgid "More"
|
| 163 |
-
msgstr "Daugiau"
|
| 164 |
-
|
| 165 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 166 |
-
msgid "Hide"
|
| 167 |
-
msgstr "Slėpti"
|
| 168 |
-
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 174 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 175 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
msgstr "Nėra galerija pasirinktas ar galerija buvo ištrintas."
|
| 177 |
-
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 179 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 180 |
-
msgid "Show comments"
|
| 181 |
-
msgstr "Rodyti komentarus."
|
| 182 |
-
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 186 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 187 |
-
msgid "Share on Facebook"
|
| 188 |
-
msgstr " Share on Facebook."
|
| 189 |
-
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 194 |
-
msgid "Share on Twitter"
|
| 195 |
-
msgstr "Dalytis Twitter."
|
| 196 |
-
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 200 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 201 |
-
msgid "Share on Google+"
|
| 202 |
-
msgstr "Dalytis \"Google+\"."
|
| 203 |
-
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 207 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 208 |
-
msgid "Share on Pinterest"
|
| 209 |
-
msgstr "Dalintis apie Pinterest"
|
| 210 |
-
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 215 |
-
msgid "Share on Tumblr"
|
| 216 |
-
msgstr "Dalintis apie Tumblr"
|
| 217 |
-
|
| 218 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 219 |
-
msgid "The image has been deleted."
|
| 220 |
-
msgstr "Vaizdas buvo ištrintas."
|
| 221 |
-
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 225 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 226 |
-
msgid "Maximize"
|
| 227 |
-
msgstr "Padidinti"
|
| 228 |
-
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 231 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 232 |
-
msgid "Fullscreen"
|
| 233 |
-
msgstr "Per visą ekraną."
|
| 234 |
-
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 236 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 237 |
-
msgid "Show info"
|
| 238 |
-
msgstr "Rodyti informaciją"
|
| 239 |
-
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 241 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 242 |
-
msgid "Show rating"
|
| 243 |
-
msgstr "Rodyti įvertinimus"
|
| 244 |
-
|
| 245 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 246 |
-
msgid "Open image in original size."
|
| 247 |
-
msgstr "Atidaryti atvaizdą originalaus dydžio."
|
| 248 |
-
|
| 249 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 250 |
-
msgid "Download original image"
|
| 251 |
-
msgstr "Atsisiųsti originalų vaizdą. "
|
| 252 |
-
|
| 253 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 254 |
-
msgid "Hits: "
|
| 255 |
-
msgstr "Hitai: "
|
| 256 |
-
|
| 257 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 258 |
-
msgid "Rated."
|
| 259 |
-
msgstr "Vardinė."
|
| 260 |
-
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 262 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 263 |
-
msgid "Not rated yet."
|
| 264 |
-
msgstr "Dar neįvertinta. "
|
| 265 |
-
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 267 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 268 |
-
msgid "Votes: "
|
| 269 |
-
msgstr "balsai: "
|
| 270 |
-
|
| 271 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 272 |
-
msgid "Cancel your rating."
|
| 273 |
-
msgstr "Atšaukti savo reitingą. "
|
| 274 |
-
|
| 275 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 276 |
-
msgid "You have already rated."
|
| 277 |
-
msgstr "Jūs jau įvertinote. "
|
| 278 |
-
|
| 279 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 280 |
-
msgid "Error. Incorrect Verification Code."
|
| 281 |
-
msgstr "Klaida. Neteisingas patvirtinimo kodas. "
|
| 282 |
-
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 284 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 285 |
-
msgid "This is not a valid email address."
|
| 286 |
-
msgstr "Tai nėra galiojantis elektroninio pašto adresą."
|
| 287 |
-
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 289 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 290 |
-
msgid "Hide Comments"
|
| 291 |
-
msgstr "Paslėpti komentarus"
|
| 292 |
-
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 295 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 296 |
-
msgid "Name"
|
| 297 |
-
msgstr "Vardas"
|
| 298 |
-
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 301 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 302 |
-
msgid "Email"
|
| 303 |
-
msgstr "laišką "
|
| 304 |
-
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 307 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 308 |
-
msgid "Comment"
|
| 309 |
-
msgstr "Komentaras"
|
| 310 |
-
|
| 311 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 312 |
-
msgid "Verification Code"
|
| 313 |
-
msgstr "Patvirtinimo kodas"
|
| 314 |
-
|
| 315 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 316 |
-
msgid "Submit"
|
| 317 |
-
msgstr "Pateikti"
|
| 318 |
-
|
| 319 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 320 |
-
msgid "Your comment is awaiting moderation"
|
| 321 |
-
msgstr "Jūsų komentaras laukia nuosaikumo "
|
| 322 |
-
|
| 323 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 324 |
-
msgid "Delete Comment"
|
| 325 |
-
msgstr "Ištrinti komentarą"
|
| 326 |
-
|
| 327 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 328 |
-
msgid "Show Comments"
|
| 329 |
-
msgstr "Rodyti komentarus"
|
| 330 |
-
|
| 331 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 332 |
-
msgid "Hide info"
|
| 333 |
-
msgstr "Slėpti informacija"
|
| 334 |
-
|
| 335 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 336 |
-
msgid "Hide rating"
|
| 337 |
-
msgstr "Slėpti įvertinimas."
|
| 338 |
-
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 340 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 341 |
-
msgid "Restore"
|
| 342 |
-
msgstr "Atkurti"
|
| 343 |
-
|
| 344 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 345 |
-
msgid "Exit Fullscreen"
|
| 346 |
-
msgstr "Išeikite per visą ekraną"
|
| 347 |
-
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 351 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 352 |
-
msgid "Pause"
|
| 353 |
-
msgstr "Pauzė"
|
| 354 |
-
|
| 355 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 356 |
-
msgid "field is required."
|
| 357 |
-
msgstr "laukelis būtinas."
|
| 358 |
-
|
| 359 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 360 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 361 |
-
msgstr "Nuotraukų galerija plugin autoatnaujinimą intervalą."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-lv.mo
DELETED
|
Binary file
|
languages/bwg-lv.po
DELETED
|
@@ -1,361 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:11+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:12+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: lv_LV\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
| 15 |
-
"2);\n"
|
| 16 |
-
"X-Poedit-KeywordsList: __\n"
|
| 17 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 18 |
-
"gallery\n"
|
| 19 |
-
|
| 20 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 21 |
-
msgid " item(s)"
|
| 22 |
-
msgstr "pozīcija"
|
| 23 |
-
|
| 24 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 25 |
-
msgid "First"
|
| 26 |
-
msgstr "Pirmās"
|
| 27 |
-
|
| 28 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 29 |
-
msgid "Previous"
|
| 30 |
-
msgstr "Iepriekšējā"
|
| 31 |
-
|
| 32 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 33 |
-
msgid "Next"
|
| 34 |
-
msgstr "Nākamais"
|
| 35 |
-
|
| 36 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 37 |
-
msgid "Last"
|
| 38 |
-
msgstr "Pēdējais"
|
| 39 |
-
|
| 40 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 41 |
-
msgid "Go to the first page"
|
| 42 |
-
msgstr "Iet uz pirmo lapu"
|
| 43 |
-
|
| 44 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 45 |
-
msgid "Go to the previous page"
|
| 46 |
-
msgstr "Doties uz iepriekšējo lapu"
|
| 47 |
-
|
| 48 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 49 |
-
msgid "of"
|
| 50 |
-
msgstr "gada"
|
| 51 |
-
|
| 52 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 53 |
-
msgid "Go to the next page"
|
| 54 |
-
msgstr "Doties uz nākamo lapu"
|
| 55 |
-
|
| 56 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 57 |
-
msgid "Go to the last page"
|
| 58 |
-
msgstr "Iet uz pēdējo lapu"
|
| 59 |
-
|
| 60 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 61 |
-
msgid "Reset"
|
| 62 |
-
msgstr "Reset"
|
| 63 |
-
|
| 64 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 65 |
-
msgid "Search"
|
| 66 |
-
msgstr "Meklēšanu"
|
| 67 |
-
|
| 68 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 69 |
-
msgid "Order by: "
|
| 70 |
-
msgstr "Šķirot pēc"
|
| 71 |
-
|
| 72 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 73 |
-
msgid "Default"
|
| 74 |
-
msgstr "saistību nepildīšana"
|
| 75 |
-
|
| 76 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 77 |
-
msgid "Filename"
|
| 78 |
-
msgstr "filename"
|
| 79 |
-
|
| 80 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 81 |
-
msgid "Size"
|
| 82 |
-
msgstr "izmērs"
|
| 83 |
-
|
| 84 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 85 |
-
msgid "Random"
|
| 86 |
-
msgstr "nejaušs"
|
| 87 |
-
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 97 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 98 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 99 |
-
msgstr "Nav izvēlēts tēmu vai tēma tika dzēsts"
|
| 100 |
-
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 106 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 107 |
-
msgid "There is no album selected or the album was deleted."
|
| 108 |
-
msgstr "Nav izvēlēts albuma vai albums tika dzēsts"
|
| 109 |
-
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 118 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 119 |
-
msgid "There are no images in this gallery."
|
| 120 |
-
msgstr "Nav bildes šajā galerijā"
|
| 121 |
-
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 125 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 126 |
-
msgid "Back"
|
| 127 |
-
msgstr "Atpakaļ"
|
| 128 |
-
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 131 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 132 |
-
msgid "Album is empty."
|
| 133 |
-
msgstr "Albums ir tukšs"
|
| 134 |
-
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 138 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 139 |
-
msgid "There are no images matching your search."
|
| 140 |
-
msgstr "Nav attēlu, kas atbilst Jūsu meklēšanai."
|
| 141 |
-
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 144 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 145 |
-
msgid "Gallery is empty."
|
| 146 |
-
msgstr "Galerija ir tukša"
|
| 147 |
-
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 156 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 157 |
-
msgid "Play"
|
| 158 |
-
msgstr "Spēlēt"
|
| 159 |
-
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 161 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 162 |
-
msgid "More"
|
| 163 |
-
msgstr "Vairāk"
|
| 164 |
-
|
| 165 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 166 |
-
msgid "Hide"
|
| 167 |
-
msgstr "Slēpt"
|
| 168 |
-
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 174 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 175 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
msgstr "Nav galerija jāizvēlas vai galerijā tika dzēsts"
|
| 177 |
-
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 179 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 180 |
-
msgid "Show comments"
|
| 181 |
-
msgstr "Parādīt komentārus"
|
| 182 |
-
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 186 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 187 |
-
msgid "Share on Facebook"
|
| 188 |
-
msgstr "Dalīties ar Facebook"
|
| 189 |
-
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 194 |
-
msgid "Share on Twitter"
|
| 195 |
-
msgstr "Dalīties ar Twitter"
|
| 196 |
-
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 200 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 201 |
-
msgid "Share on Google+"
|
| 202 |
-
msgstr "Daļa Google+."
|
| 203 |
-
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 207 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 208 |
-
msgid "Share on Pinterest"
|
| 209 |
-
msgstr "Share on Pinterest"
|
| 210 |
-
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 215 |
-
msgid "Share on Tumblr"
|
| 216 |
-
msgstr "Share on Tumblr"
|
| 217 |
-
|
| 218 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 219 |
-
msgid "The image has been deleted."
|
| 220 |
-
msgstr "Attēls ir izdzēsts."
|
| 221 |
-
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 225 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 226 |
-
msgid "Maximize"
|
| 227 |
-
msgstr "Palielinātu"
|
| 228 |
-
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 231 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 232 |
-
msgid "Fullscreen"
|
| 233 |
-
msgstr "Pilnekrāna"
|
| 234 |
-
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 236 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 237 |
-
msgid "Show info"
|
| 238 |
-
msgstr "Parādīt info"
|
| 239 |
-
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 241 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 242 |
-
msgid "Show rating"
|
| 243 |
-
msgstr "Parādīt reitingu"
|
| 244 |
-
|
| 245 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 246 |
-
msgid "Open image in original size."
|
| 247 |
-
msgstr "Atvērt attēlu oriģinālajā izmērā. "
|
| 248 |
-
|
| 249 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 250 |
-
msgid "Download original image"
|
| 251 |
-
msgstr "Lejupielādēt oriģinālo attēlu"
|
| 252 |
-
|
| 253 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 254 |
-
msgid "Hits: "
|
| 255 |
-
msgstr "Hits: "
|
| 256 |
-
|
| 257 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 258 |
-
msgid "Rated."
|
| 259 |
-
msgstr "Novērtēja."
|
| 260 |
-
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 262 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 263 |
-
msgid "Not rated yet."
|
| 264 |
-
msgstr "Nav vērtējuma."
|
| 265 |
-
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 267 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 268 |
-
msgid "Votes: "
|
| 269 |
-
msgstr "Balsis: "
|
| 270 |
-
|
| 271 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 272 |
-
msgid "Cancel your rating."
|
| 273 |
-
msgstr "Atcelt savu reitingu. "
|
| 274 |
-
|
| 275 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 276 |
-
msgid "You have already rated."
|
| 277 |
-
msgstr "Jūs jau novērtēja. "
|
| 278 |
-
|
| 279 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 280 |
-
msgid "Error. Incorrect Verification Code."
|
| 281 |
-
msgstr "Kļūda. Nepareizs verifikācijas kods. "
|
| 282 |
-
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 284 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 285 |
-
msgid "This is not a valid email address."
|
| 286 |
-
msgstr "Šī nav derīga e-pasta adresi."
|
| 287 |
-
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 289 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 290 |
-
msgid "Hide Comments"
|
| 291 |
-
msgstr "Slēpt komentārus"
|
| 292 |
-
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 295 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 296 |
-
msgid "Name"
|
| 297 |
-
msgstr "Nosaukt"
|
| 298 |
-
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 301 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 302 |
-
msgid "Email"
|
| 303 |
-
msgstr "e-pasts "
|
| 304 |
-
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 307 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 308 |
-
msgid "Comment"
|
| 309 |
-
msgstr "Komentārs"
|
| 310 |
-
|
| 311 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 312 |
-
msgid "Verification Code"
|
| 313 |
-
msgstr "verifikācijas kodu"
|
| 314 |
-
|
| 315 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 316 |
-
msgid "Submit"
|
| 317 |
-
msgstr "Iesniegt"
|
| 318 |
-
|
| 319 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 320 |
-
msgid "Your comment is awaiting moderation"
|
| 321 |
-
msgstr "Jūsu komentārs gaida mērenība "
|
| 322 |
-
|
| 323 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 324 |
-
msgid "Delete Comment"
|
| 325 |
-
msgstr "Dzēst komentāru"
|
| 326 |
-
|
| 327 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 328 |
-
msgid "Show Comments"
|
| 329 |
-
msgstr "Rādīt komentārus"
|
| 330 |
-
|
| 331 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 332 |
-
msgid "Hide info"
|
| 333 |
-
msgstr "Slēpt info"
|
| 334 |
-
|
| 335 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 336 |
-
msgid "Hide rating"
|
| 337 |
-
msgstr "Slēpt vērtējums"
|
| 338 |
-
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 340 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 341 |
-
msgid "Restore"
|
| 342 |
-
msgstr "Atjaunot"
|
| 343 |
-
|
| 344 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 345 |
-
msgid "Exit Fullscreen"
|
| 346 |
-
msgstr "Izietu visu ekrānu"
|
| 347 |
-
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 351 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 352 |
-
msgid "Pause"
|
| 353 |
-
msgstr "Pauze"
|
| 354 |
-
|
| 355 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 356 |
-
msgid "field is required."
|
| 357 |
-
msgstr "lauks ir nepieciešams. "
|
| 358 |
-
|
| 359 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 360 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 361 |
-
msgstr "Foto galerija spraudnis automātiskā atjaunināšana intervālu."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-mk_MK.mo
DELETED
|
Binary file
|
languages/bwg-mk_MK.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:17+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:17+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: mk_MK\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "ставка"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Во прв план"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Претходниот"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Следната"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Трае"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Оди на првата страница"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Оди на претходната страница"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "на"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Оди на следната страница"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Оди до последната страница"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Ресетирање"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Пребарување"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Подреди по"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "Вообичаената вредност"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Име"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "големина"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "Случајна"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Нема избрани тема или тема е избришана."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Нема Одбраниот албум или албум е избришана."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Нема слики во оваа галерија."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Назад"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Албумот е празна"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Не са открити снимки, отговарящи на вашето търсене."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Галеријата е празна"
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Играат"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "Повеќе"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Скрие"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Нема избрани галерија или галеријата е избришана."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Покаже коментари"
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Сподели на Facebook"
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Сподели на Twitter"
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Сподели на Google+"
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Сподели във Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Сподели на Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Сликата е избришан."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Рашири"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Цел екран"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Show info"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Покаже рејтинг"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Отворен сликата во оригинална големина."
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Преземете оригиналната слика"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Преземања: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Номинално."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Сè уште нема оценка. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "гласови: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Откажи вашиот рејтинг. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Веќе сте оценет. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Грешка. Неточни Код за верификација. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Ова не е валидна емаил адреса."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Скрие коментари"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Име"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "e-mail "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Коментираат"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "код за верификација"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Прати"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Вашиот коментар чека модерирање "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Избришете коментар"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Покажи ги коментарите"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Скриване на информация"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Сокриј рејтинг."
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Врати"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Излезете на цел екран"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Пауза"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "поле е задолжително."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Фото галерија приклучок ажурирање интервал."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-ms_MY.mo
DELETED
|
Binary file
|
languages/bwg-ms_MY.po
DELETED
|
@@ -1,360 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:17+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:18+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: ms\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 15 |
-
"X-Poedit-KeywordsList: __\n"
|
| 16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 17 |
-
"gallery\n"
|
| 18 |
-
|
| 19 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 20 |
-
msgid " item(s)"
|
| 21 |
-
msgstr "item"
|
| 22 |
-
|
| 23 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 24 |
-
msgid "First"
|
| 25 |
-
msgstr "Pertama"
|
| 26 |
-
|
| 27 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 28 |
-
msgid "Previous"
|
| 29 |
-
msgstr "Sebelumnya"
|
| 30 |
-
|
| 31 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 32 |
-
msgid "Next"
|
| 33 |
-
msgstr "Seterusnya"
|
| 34 |
-
|
| 35 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 36 |
-
msgid "Last"
|
| 37 |
-
msgstr "Terakhir"
|
| 38 |
-
|
| 39 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 40 |
-
msgid "Go to the first page"
|
| 41 |
-
msgstr "Pergi ke halaman yang pertama"
|
| 42 |
-
|
| 43 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 44 |
-
msgid "Go to the previous page"
|
| 45 |
-
msgstr "Pergi ke halaman sebelumnya"
|
| 46 |
-
|
| 47 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 48 |
-
msgid "of"
|
| 49 |
-
msgstr "daripada"
|
| 50 |
-
|
| 51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 52 |
-
msgid "Go to the next page"
|
| 53 |
-
msgstr "Pergi ke halaman seterusnya"
|
| 54 |
-
|
| 55 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 56 |
-
msgid "Go to the last page"
|
| 57 |
-
msgstr "Pergi ke halaman terakhir"
|
| 58 |
-
|
| 59 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 60 |
-
msgid "Reset"
|
| 61 |
-
msgstr "Tetap semula"
|
| 62 |
-
|
| 63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 64 |
-
msgid "Search"
|
| 65 |
-
msgstr "Cari"
|
| 66 |
-
|
| 67 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 68 |
-
msgid "Order by: "
|
| 69 |
-
msgstr "Order by"
|
| 70 |
-
|
| 71 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 72 |
-
msgid "Default"
|
| 73 |
-
msgstr "default"
|
| 74 |
-
|
| 75 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 76 |
-
msgid "Filename"
|
| 77 |
-
msgstr "Nama fail"
|
| 78 |
-
|
| 79 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 80 |
-
msgid "Size"
|
| 81 |
-
msgstr "saiz"
|
| 82 |
-
|
| 83 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 84 |
-
msgid "Random"
|
| 85 |
-
msgstr "Random"
|
| 86 |
-
|
| 87 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 97 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 98 |
-
msgstr "Tiada tema yang dipilih atau tema telah dipadamkan."
|
| 99 |
-
|
| 100 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 106 |
-
msgid "There is no album selected or the album was deleted."
|
| 107 |
-
msgstr "Tiada album yang dipilih atau album telah dipadamkan."
|
| 108 |
-
|
| 109 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 118 |
-
msgid "There are no images in this gallery."
|
| 119 |
-
msgstr "Tiada imej dalam galeri ini."
|
| 120 |
-
|
| 121 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 125 |
-
msgid "Back"
|
| 126 |
-
msgstr "Balik"
|
| 127 |
-
|
| 128 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 131 |
-
msgid "Album is empty."
|
| 132 |
-
msgstr "Album kosong"
|
| 133 |
-
|
| 134 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 138 |
-
msgid "There are no images matching your search."
|
| 139 |
-
msgstr "Tidak ada gambar yang sesuai dengan pencarian Anda."
|
| 140 |
-
|
| 141 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 144 |
-
msgid "Gallery is empty."
|
| 145 |
-
msgstr "Galeri kosong."
|
| 146 |
-
|
| 147 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 156 |
-
msgid "Play"
|
| 157 |
-
msgstr "Bermain"
|
| 158 |
-
|
| 159 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 161 |
-
msgid "More"
|
| 162 |
-
msgstr "More"
|
| 163 |
-
|
| 164 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 165 |
-
msgid "Hide"
|
| 166 |
-
msgstr "Disembunyikan"
|
| 167 |
-
|
| 168 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 174 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 175 |
-
msgstr "Tidak ada yang dipilih atau galeri galeri itu dihapuskan."
|
| 176 |
-
|
| 177 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 179 |
-
msgid "Show comments"
|
| 180 |
-
msgstr "Tunjukkan komen."
|
| 181 |
-
|
| 182 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 186 |
-
msgid "Share on Facebook"
|
| 187 |
-
msgstr "Kongsi di Facebook."
|
| 188 |
-
|
| 189 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 193 |
-
msgid "Share on Twitter"
|
| 194 |
-
msgstr "Kongsi di Twitter."
|
| 195 |
-
|
| 196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 200 |
-
msgid "Share on Google+"
|
| 201 |
-
msgstr "Berkongsi di Google +."
|
| 202 |
-
|
| 203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 207 |
-
msgid "Share on Pinterest"
|
| 208 |
-
msgstr "Berbagi di Pinterest"
|
| 209 |
-
|
| 210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 214 |
-
msgid "Share on Tumblr"
|
| 215 |
-
msgstr "Berbagi di Tumblr"
|
| 216 |
-
|
| 217 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 218 |
-
msgid "The image has been deleted."
|
| 219 |
-
msgstr "Imej telah dipadam."
|
| 220 |
-
|
| 221 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 225 |
-
msgid "Maximize"
|
| 226 |
-
msgstr "Memaksimumkan"
|
| 227 |
-
|
| 228 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 231 |
-
msgid "Fullscreen"
|
| 232 |
-
msgstr "Skrin penuh"
|
| 233 |
-
|
| 234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 236 |
-
msgid "Show info"
|
| 237 |
-
msgstr "Menunjukkan maklumat"
|
| 238 |
-
|
| 239 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 241 |
-
msgid "Show rating"
|
| 242 |
-
msgstr "Tunjukkan penarafan"
|
| 243 |
-
|
| 244 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 245 |
-
msgid "Open image in original size."
|
| 246 |
-
msgstr "Buka imej dalam saiz yang asal. "
|
| 247 |
-
|
| 248 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 249 |
-
msgid "Download original image"
|
| 250 |
-
msgstr "Muat turun imej asal"
|
| 251 |
-
|
| 252 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 253 |
-
msgid "Hits: "
|
| 254 |
-
msgstr "Hits: "
|
| 255 |
-
|
| 256 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 257 |
-
msgid "Rated."
|
| 258 |
-
msgstr "Dinilai."
|
| 259 |
-
|
| 260 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 262 |
-
msgid "Not rated yet."
|
| 263 |
-
msgstr "Not rated yet. "
|
| 264 |
-
|
| 265 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 267 |
-
msgid "Votes: "
|
| 268 |
-
msgstr "Undian: "
|
| 269 |
-
|
| 270 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 271 |
-
msgid "Cancel your rating."
|
| 272 |
-
msgstr "Batal rating anda. "
|
| 273 |
-
|
| 274 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 275 |
-
msgid "You have already rated."
|
| 276 |
-
msgstr "Anda telah menilai. "
|
| 277 |
-
|
| 278 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 279 |
-
msgid "Error. Incorrect Verification Code."
|
| 280 |
-
msgstr "Kesilapan. Kod Pengesahan tidak betul. "
|
| 281 |
-
|
| 282 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 284 |
-
msgid "This is not a valid email address."
|
| 285 |
-
msgstr "Ini bukan alamat e-mel yang sah."
|
| 286 |
-
|
| 287 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 289 |
-
msgid "Hide Comments"
|
| 290 |
-
msgstr "Sembunyi komen"
|
| 291 |
-
|
| 292 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 295 |
-
msgid "Name"
|
| 296 |
-
msgstr "Nama"
|
| 297 |
-
|
| 298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 301 |
-
msgid "Email"
|
| 302 |
-
msgstr "E-mel "
|
| 303 |
-
|
| 304 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1215
|
| 305 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 306 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 307 |
-
msgid "Comment"
|
| 308 |
-
msgstr "Ulasan"
|
| 309 |
-
|
| 310 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1220
|
| 311 |
-
msgid "Verification Code"
|
| 312 |
-
msgstr "Kod Pengesahan"
|
| 313 |
-
|
| 314 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1243
|
| 315 |
-
msgid "Submit"
|
| 316 |
-
msgstr "Hantar"
|
| 317 |
-
|
| 318 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1244
|
| 319 |
-
msgid "Your comment is awaiting moderation"
|
| 320 |
-
msgstr "Komen anda menunggu penyederhanaan "
|
| 321 |
-
|
| 322 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1273
|
| 323 |
-
msgid "Delete Comment"
|
| 324 |
-
msgstr "Padam Ulasan"
|
| 325 |
-
|
| 326 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2130
|
| 327 |
-
msgid "Show Comments"
|
| 328 |
-
msgstr "Tunjukkan Komen"
|
| 329 |
-
|
| 330 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
|
| 331 |
-
msgid "Hide info"
|
| 332 |
-
msgstr "Menyembunyikan"
|
| 333 |
-
|
| 334 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2336
|
| 335 |
-
msgid "Hide rating"
|
| 336 |
-
msgstr "Sembunyikan penarafan."
|
| 337 |
-
|
| 338 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2533
|
| 339 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2753
|
| 340 |
-
msgid "Restore"
|
| 341 |
-
msgstr "Simpan semula"
|
| 342 |
-
|
| 343 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2656
|
| 344 |
-
msgid "Exit Fullscreen"
|
| 345 |
-
msgstr "Keluar Fullscreen"
|
| 346 |
-
|
| 347 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2671
|
| 348 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2686
|
| 349 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1629
|
| 350 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1647
|
| 351 |
-
msgid "Pause"
|
| 352 |
-
msgstr "Berhenti seketika"
|
| 353 |
-
|
| 354 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3397
|
| 355 |
-
msgid "field is required."
|
| 356 |
-
msgstr "bidang diperlukan."
|
| 357 |
-
|
| 358 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3419
|
| 359 |
-
msgid "Photo gallery plugin autoupdate interval."
|
| 360 |
-
msgstr "Galeri Photo plugin selang autoupdate."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bwg-mt_MT.mo
DELETED
|
Binary file
|
languages/bwg-mt_MT.po
DELETED
|
@@ -1,361 +0,0 @@
|
|
| 1 |
-
msgid ""
|
| 2 |
-
msgstr ""
|
| 3 |
-
"Project-Id-Version: bwg\n"
|
| 4 |
-
"POT-Creation-Date: 2015-04-02 13:19+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-04-02 13:19+0400\n"
|
| 6 |
-
"Last-Translator: \n"
|
| 7 |
-
"Language-Team: \n"
|
| 8 |
-
"Language: mt\n"
|
| 9 |
-
"MIME-Version: 1.0\n"
|
| 10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.7.5\n"
|
| 13 |
-
"X-Poedit-Basepath: .\n"
|
| 14 |
-
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n"
|
| 15 |
-
"%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);\n"
|
| 16 |
-
"X-Poedit-KeywordsList: __\n"
|
| 17 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\photo-"
|
| 18 |
-
"gallery\n"
|
| 19 |
-
|
| 20 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:528
|
| 21 |
-
msgid " item(s)"
|
| 22 |
-
msgstr "partita"
|
| 23 |
-
|
| 24 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:533
|
| 25 |
-
msgid "First"
|
| 26 |
-
msgstr "Ewwel"
|
| 27 |
-
|
| 28 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:534
|
| 29 |
-
msgid "Previous"
|
| 30 |
-
msgstr "Preċedenti"
|
| 31 |
-
|
| 32 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:535
|
| 33 |
-
msgid "Next"
|
| 34 |
-
msgstr "Next"
|
| 35 |
-
|
| 36 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:536
|
| 37 |
-
msgid "Last"
|
| 38 |
-
msgstr "Aħħar"
|
| 39 |
-
|
| 40 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:562
|
| 41 |
-
msgid "Go to the first page"
|
| 42 |
-
msgstr "Mur għall-ewwel paġna"
|
| 43 |
-
|
| 44 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:563
|
| 45 |
-
msgid "Go to the previous page"
|
| 46 |
-
msgstr "Mur fil-paġna preċedenti"
|
| 47 |
-
|
| 48 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:565
|
| 49 |
-
msgid "of"
|
| 50 |
-
msgstr "tal"
|
| 51 |
-
|
| 52 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:569
|
| 53 |
-
msgid "Go to the next page"
|
| 54 |
-
msgstr "Mur fil-paġna li jmiss"
|
| 55 |
-
|
| 56 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:570
|
| 57 |
-
msgid "Go to the last page"
|
| 58 |
-
msgstr "Mur għall-aħħar paġna"
|
| 59 |
-
|
| 60 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:655
|
| 61 |
-
msgid "Reset"
|
| 62 |
-
msgstr "Irrisettja"
|
| 63 |
-
|
| 64 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:658
|
| 65 |
-
msgid "Search"
|
| 66 |
-
msgstr "Search"
|
| 67 |
-
|
| 68 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:700
|
| 69 |
-
msgid "Order by: "
|
| 70 |
-
msgstr "ordni minn"
|
| 71 |
-
|
| 72 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:702
|
| 73 |
-
msgid "Default"
|
| 74 |
-
msgstr "default"
|
| 75 |
-
|
| 76 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:703
|
| 77 |
-
msgid "Filename"
|
| 78 |
-
msgstr "filename"
|
| 79 |
-
|
| 80 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:704
|
| 81 |
-
msgid "Size"
|
| 82 |
-
msgstr "daqs"
|
| 83 |
-
|
| 84 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:705
|
| 85 |
-
msgid "Random"
|
| 86 |
-
msgstr "Random"
|
| 87 |
-
|
| 88 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:154
|
| 89 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
|
| 90 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:132
|
| 91 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:33
|
| 92 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:72
|
| 93 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:47
|
| 94 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:106
|
| 95 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:147
|
| 96 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:151
|
| 97 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:155
|
| 98 |
-
msgid "There is no theme selected or the theme was deleted."
|
| 99 |
-
msgstr "M'hemm l-ebda tema magħżula jew it-tema ġiet imħassra"
|
| 100 |
-
|
| 101 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:161
|
| 102 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:193
|
| 103 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:106
|
| 104 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:138
|
| 105 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:137
|
| 106 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:169
|
| 107 |
-
msgid "There is no album selected or the album was deleted."
|
| 108 |
-
msgstr "M'hemm l-ebda album magħżula jew l-album ġie mħassar"
|
| 109 |
-
|
| 110 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:182
|
| 111 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:127
|
| 112 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:158
|
| 113 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:98
|
| 114 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:83
|
| 115 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:168
|
| 116 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:164
|
| 117 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:162
|
| 118 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:166
|
| 119 |
-
msgid "There are no images in this gallery."
|
| 120 |
-
msgstr "M'hemm l-ebda immaġini fil din il-gallarija."
|
| 121 |
-
|
| 122 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:941
|
| 123 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:891
|
| 124 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:464
|
| 125 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:502
|
| 126 |
-
msgid "Back"
|
| 127 |
-
msgstr "Back"
|
| 128 |
-
|
| 129 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:964
|
| 130 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:902
|
| 131 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:518
|
| 132 |
-
msgid "Album is empty."
|
| 133 |
-
msgstr "Album ikun vojt"
|
| 134 |
-
|
| 135 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1088
|
| 136 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1047
|
| 137 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:598
|
| 138 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3399
|
| 139 |
-
msgid "There are no images matching your search."
|
| 140 |
-
msgstr "M'hemm l-ebda immaġini tqabbil tfittxija tiegħek."
|
| 141 |
-
|
| 142 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1093
|
| 143 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1052
|
| 144 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:603
|
| 145 |
-
msgid "Gallery is empty."
|
| 146 |
-
msgstr "Gallerija ikun vojt"
|
| 147 |
-
|
| 148 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1157
|
| 149 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1210
|
| 150 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1101
|
| 151 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1152
|
| 152 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
|
| 153 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2677
|
| 154 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1638
|
| 155 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:504
|
| 156 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:446
|
| 157 |
-
msgid "Play"
|
| 158 |
-
msgstr "Play"
|
| 159 |
-
|
| 160 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1006
|
| 161 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1188
|
| 162 |
-
msgid "More"
|
| 163 |
-
msgstr "Aktar"
|
| 164 |
-
|
| 165 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1183
|
| 166 |
-
msgid "Hide"
|
| 167 |
-
msgstr "Aħbi"
|
| 168 |
-
|
| 169 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:92
|
| 170 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:77
|
| 171 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
|
| 172 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:158
|
| 173 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:156
|
| 174 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:160
|
| 175 |
-
msgid "There is no gallery selected or the gallery was deleted."
|
| 176 |
-
msgstr "M'hemm l-ebda gallerija magħżula jew il-gallerija kienet imħassra."
|
| 177 |
-
|
| 178 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
|
| 179 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:869
|
| 180 |
-
msgid "Show comments"
|
| 181 |
-
msgstr "Uri kummenti"
|
| 182 |
-
|
| 183 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
|
| 184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
|
| 185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
|
| 186 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:880
|
| 187 |
-
msgid "Share on Facebook"
|
| 188 |
-
msgstr "Share fuq Facebook"
|
| 189 |
-
|
| 190 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:553
|
| 191 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:554
|
| 192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
|
| 193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:887
|
| 194 |
-
msgid "Share on Twitter"
|
| 195 |
-
msgstr "Share fuq Twitter"
|
| 196 |
-
|
| 197 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:560
|
| 198 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:561
|
| 199 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
|
| 200 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:894
|
| 201 |
-
msgid "Share on Google+"
|
| 202 |
-
msgstr "Share fuq Google +"
|
| 203 |
-
|
| 204 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:567
|
| 205 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:568
|
| 206 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:900
|
| 207 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
|
| 208 |
-
msgid "Share on Pinterest"
|
| 209 |
-
msgstr "Share fuq Pinterest"
|
| 210 |
-
|
| 211 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:574
|
| 212 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:575
|
| 213 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:907
|
| 214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:908
|
| 215 |
-
msgid "Share on Tumblr"
|
| 216 |
-
msgstr "Share fuq Tumblr"
|
| 217 |
-
|
| 218 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
|
| 219 |
-
msgid "The image has been deleted."
|
| 220 |
-
msgstr "L-immaġni tħassret."
|
| 221 |
-
|
| 222 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
|
| 223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1965
|
| 224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2495
|
| 225 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2601
|
| 226 |
-
msgid "Maximize"
|
| 227 |
-
msgstr "Timmassimizza"
|
| 228 |
-
|
| 229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
|
| 230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1967
|
| 231 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2603
|
| 232 |
-
msgid "Fullscreen"
|
| 233 |
-
msgstr "Fullscreen"
|
| 234 |
-
|
| 235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
|
| 236 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2329
|
| 237 |
-
msgid "Show info"
|
| 238 |
-
msgstr "Uri info"
|
| 239 |
-
|
| 240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
|
| 241 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2340
|
| 242 |
-
msgid "Show rating"
|
| 243 |
-
msgstr "Uri rating"
|
| 244 |
-
|
| 245 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:915
|
| 246 |
-
msgid "Open image in original size."
|
| 247 |
-
msgstr "Image miftuħa fid-daqs oriġinali. "
|
| 248 |
-
|
| 249 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:923
|
| 250 |
-
msgid "Download original image"
|
| 251 |
-
msgstr "Tniżżel immaġini oriġinali"
|
| 252 |
-
|
| 253 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1033
|
| 254 |
-
msgid "Hits: "
|
| 255 |
-
msgstr "Viżti: "
|
| 256 |
-
|
| 257 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
|
| 258 |
-
msgid "Rated."
|
| 259 |
-
msgstr "Rated."
|
| 260 |
-
|
| 261 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1048
|
| 262 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1062
|
| 263 |
-
msgid "Not rated yet."
|
| 264 |
-
msgstr "Mhux nominali għadha. "
|
| 265 |
-
|
| 266 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1050
|
| 267 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 268 |
-
msgid "Votes: "
|
| 269 |
-
msgstr "Voti: "
|
| 270 |
-
|
| 271 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1082
|
| 272 |
-
msgid "Cancel your rating."
|
| 273 |
-
msgstr "Ikkanċella gradazzjoni tiegħek. "
|
| 274 |
-
|
| 275 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1084
|
| 276 |
-
msgid "You have already rated."
|
| 277 |
-
msgstr "Inti diġà ratata. "
|
| 278 |
-
|
| 279 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1183
|
| 280 |
-
msgid "Error. Incorrect Verification Code."
|
| 281 |
-
msgstr "Error. Kodiċi Verifika żbaljata. "
|
| 282 |
-
|
| 283 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1190
|
| 284 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/photo-gallery.php:3398
|
| 285 |
-
msgid "This is not a valid email address."
|
| 286 |
-
msgstr "Din mhix l-indirizz email validu. "
|
| 287 |
-
|
| 288 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1198
|
| 289 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
|
| 290 |
-
msgid "Hide Comments"
|
| 291 |
-
msgstr "Aħbi Kummenti"
|
| 292 |
-
|
| 293 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
|
| 294 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1230
|
| 295 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1237
|
| 296 |
-
msgid "Name"
|
| 297 |
-
msgstr "Isem"
|
| 298 |
-
|
| 299 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1208
|
| 300 |
-
#: C:\wamp\www\wordpress\wp-co
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
