Photo Gallery by WD – Responsive Photo Gallery - Version 1.2.12

Version Description

Front-end image sorting possibility (dropdown) for the users

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Photo Gallery by WD – Responsive Photo Gallery
Version 1.2.12
Comparing to
See all releases

Code changes from version 1.2.11 to 1.2.12

Files changed (88) hide show
  1. admin/controllers/BWGControllerOptions_bwg.php +11 -1
  2. admin/models/BWGModelAddAlbumsGalleries.php +10 -4
  3. admin/models/BWGModelAddTags.php +10 -4
  4. admin/models/BWGModelAlbums_bwg.php +18 -4
  5. admin/models/BWGModelGalleries_bwg.php +23 -8
  6. admin/models/BWGModelOptions_bwg.php +4 -0
  7. admin/models/BWGModelTags_bwg.php +19 -4
  8. admin/models/BWGModelThemes_bwg.php +65 -4
  9. admin/views/BWGViewAddAlbumsGalleries.php +3 -2
  10. admin/views/BWGViewAddTags.php +3 -2
  11. admin/views/BWGViewAlbums_bwg.php +4 -2
  12. admin/views/BWGViewBWGShortcode.php +173 -10
  13. admin/views/BWGViewGalleries_bwg.php +9 -6
  14. admin/views/BWGViewOptions_bwg.php +41 -2
  15. admin/views/BWGViewTags_bwg.php +2 -1
  16. admin/views/BWGViewThemes_bwg.php +4 -1
  17. css/bwg_shortcode.css +2 -2
  18. css/bwg_tables.css +2 -2
  19. filemanager/UploadHandler.php +0 -1
  20. framework/WDWLibrary.php +48 -5
  21. frontend/views/BWGViewAlbum_compact_preview.php +19 -1
  22. frontend/views/BWGViewAlbum_extended_preview.php +16 -2
  23. frontend/views/BWGViewGalleryBox.php +5 -3
  24. frontend/views/BWGViewImage_browser.php +1 -2
  25. frontend/views/BWGViewSlideshow.php +1 -1
  26. frontend/views/BWGViewThumbnails.php +18 -1
  27. images/thumbnails_mosaic.jpg +0 -0
  28. js/bwg.js +4 -0
  29. js/bwg_frontend.js +28 -5
  30. js/bwg_shortcode.js +155 -2
  31. languages/bwg-af.mo +0 -0
  32. languages/bwg-af.po +171 -139
  33. languages/bwg-ar.mo +0 -0
  34. languages/bwg-ar.po +171 -139
  35. languages/bwg-be_BY.mo +0 -0
  36. languages/bwg-be_BY.po +171 -139
  37. languages/bwg-bg_BG.mo +0 -0
  38. languages/bwg-bg_BG.po +171 -139
  39. languages/bwg-ca.mo +0 -0
  40. languages/bwg-ca.po +171 -139
  41. languages/bwg-cs_CZ.mo +0 -0
  42. languages/bwg-cs_CZ.po +171 -139
  43. languages/bwg-da_DK.mo +0 -0
  44. languages/bwg-da_DK.po +171 -139
  45. languages/bwg-de_DE.mo +0 -0
  46. languages/bwg-de_DE.po +171 -139
  47. languages/bwg-el.mo +0 -0
  48. languages/bwg-el.po +171 -139
  49. languages/bwg-en_US.mo +0 -0
  50. languages/bwg-en_US.po +171 -139
  51. languages/bwg-eo_EO.mo +0 -0
  52. languages/bwg-eo_EO.po +171 -139
  53. languages/bwg-es_ES.mo +0 -0
  54. languages/bwg-es_ES.po +171 -139
  55. languages/bwg-et.mo +0 -0
  56. languages/bwg-et.po +171 -139
  57. languages/bwg-fa_IR.mo +0 -0
  58. languages/bwg-fa_IR.po +171 -139
  59. languages/bwg-fi.mo +0 -0
  60. languages/bwg-fi.po +171 -139
  61. languages/bwg-fr_FR.mo +0 -0
  62. languages/bwg-fr_FR.po +171 -139
  63. languages/bwg-gl_ES.mo +0 -0
  64. languages/bwg-gl_ES.po +171 -139
  65. languages/bwg-he_IL.mo +0 -0
  66. languages/bwg-he_IL.po +171 -139
  67. languages/bwg-hi_IN.mo +0 -0
  68. languages/bwg-hi_IN.po +171 -139
  69. languages/bwg-hr.mo +0 -0
  70. languages/bwg-hr.po +171 -139
  71. languages/bwg-hu_HU.mo +0 -0
  72. languages/bwg-hu_HU.po +171 -139
  73. languages/bwg-hy_AM.mo +0 -0
  74. languages/bwg-hy_AM.po +163 -125
  75. languages/bwg-id_ID.mo +0 -0
  76. languages/bwg-id_ID.po +171 -139
  77. languages/bwg-it_IT.mo +0 -0
  78. languages/bwg-it_IT.po +171 -139
  79. languages/bwg-ja.mo +0 -0
  80. languages/bwg-ja.po +171 -139
  81. languages/bwg-ka_GE.mo +0 -0
  82. languages/bwg-ka_GE.po +171 -139
  83. languages/bwg-ko_KR.mo +0 -0
  84. languages/bwg-ko_KR.po +171 -139
  85. languages/bwg-lt_LT.mo +0 -0
  86. languages/bwg-lt_LT.po +171 -139
  87. languages/bwg-lv.mo +0 -0
  88. languages/bwg-lv.po +159 -132
admin/controllers/BWGControllerOptions_bwg.php CHANGED
@@ -83,7 +83,12 @@ class BWGControllerOptions_bwg {
83
  $images_directory = str_replace(ABSPATH, '', $upload_dir['basedir']);
84
  }
85
  $resize_image = (isset($_POST['resize_image']) ? esc_html(stripslashes($_POST['resize_image'])) : 1);
86
- $masonry = (isset($_POST['masonry']) ? esc_html(stripslashes($_POST['masonry'])) : 'horizontal');
 
 
 
 
 
87
  $image_column_number = (isset($_POST['image_column_number']) ? esc_html(stripslashes($_POST['image_column_number'])) : 5);
88
  $images_per_page = (isset($_POST['images_per_page']) ? esc_html(stripslashes($_POST['images_per_page'])) : 30);
89
  $thumb_width = (isset($_POST['thumb_width']) ? esc_html(stripslashes($_POST['thumb_width'])) : 120);
@@ -188,10 +193,14 @@ class BWGControllerOptions_bwg {
188
  $play_icon = (isset($_POST['play_icon']) ? esc_html(stripslashes($_POST['play_icon'])) : 1);
189
  $show_masonry_thumb_description = (isset($_POST['show_masonry_thumb_description']) ? esc_html(stripslashes($_POST['show_masonry_thumb_description'])) : 0);
190
  $popup_info_full_width = (isset($_POST['popup_info_full_width']) ? esc_html(stripslashes($_POST['popup_info_full_width'])) : 0);
 
191
 
192
  $save = $wpdb->update($wpdb->prefix . 'bwg_option', array(
193
  'images_directory' => $images_directory,
194
  'masonry' => $masonry,
 
 
 
195
  'image_column_number' => $image_column_number,
196
  'images_per_page' => $images_per_page,
197
  'thumb_width' => $thumb_width,
@@ -296,6 +305,7 @@ class BWGControllerOptions_bwg {
296
  'play_icon' => $play_icon,
297
  'show_masonry_thumb_description' => $show_masonry_thumb_description,
298
  'popup_info_full_width' => $popup_info_full_width,
 
299
  ), array('id' => 1));
300
 
301
  if ($save !== FALSE) {
83
  $images_directory = str_replace(ABSPATH, '', $upload_dir['basedir']);
84
  }
85
  $resize_image = (isset($_POST['resize_image']) ? esc_html(stripslashes($_POST['resize_image'])) : 1);
86
+
87
+ $masonry = (isset($_POST['masonry']) ? esc_html(stripslashes($_POST['masonry'])) : 'vertical');
88
+ $mosaic = (isset($_POST['mosaic']) ? esc_html(stripslashes($_POST['mosaic'])) : 'vertical');
89
+ $resizable_mosaic = (isset($_POST['resizable_mosaic']) ? esc_html(stripslashes($_POST['resizable_mosaic'])) : 0);
90
+ $mosaic_total_width = (isset($_POST['mosaic_total_width']) ? esc_html(stripslashes($_POST['mosaic_total_width'])) : 100);
91
+
92
  $image_column_number = (isset($_POST['image_column_number']) ? esc_html(stripslashes($_POST['image_column_number'])) : 5);
93
  $images_per_page = (isset($_POST['images_per_page']) ? esc_html(stripslashes($_POST['images_per_page'])) : 30);
94
  $thumb_width = (isset($_POST['thumb_width']) ? esc_html(stripslashes($_POST['thumb_width'])) : 120);
193
  $play_icon = (isset($_POST['play_icon']) ? esc_html(stripslashes($_POST['play_icon'])) : 1);
194
  $show_masonry_thumb_description = (isset($_POST['show_masonry_thumb_description']) ? esc_html(stripslashes($_POST['show_masonry_thumb_description'])) : 0);
195
  $popup_info_full_width = (isset($_POST['popup_info_full_width']) ? esc_html(stripslashes($_POST['popup_info_full_width'])) : 0);
196
+ $show_sort_images = (isset($_POST['show_sort_images']) ? esc_html(stripslashes($_POST['show_sort_images'])) : 0);
197
 
198
  $save = $wpdb->update($wpdb->prefix . 'bwg_option', array(
199
  'images_directory' => $images_directory,
200
  'masonry' => $masonry,
201
+ 'mosaic' => $mosaic,
202
+ 'resizable_mosaic' => $resizable_mosaic,
203
+ 'mosaic_total_width'=> $mosaic_total_width,
204
  'image_column_number' => $image_column_number,
205
  'images_per_page' => $images_per_page,
206
  'thumb_width' => $thumb_width,
305
  'play_icon' => $play_icon,
306
  'show_masonry_thumb_description' => $show_masonry_thumb_description,
307
  'popup_info_full_width' => $popup_info_full_width,
308
+ 'show_sort_images' => $show_sort_images,
309
  ), array('id' => 1));
310
 
311
  if ($save !== FALSE) {
admin/models/BWGModelAddAlbumsGalleries.php CHANGED
@@ -10,10 +10,12 @@ class BWGModelAddAlbumsGalleries {
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
 
13
  ////////////////////////////////////////////////////////////////////////////////////////
14
  // Constructor & Destructor //
15
  ////////////////////////////////////////////////////////////////////////////////////////
16
  public function __construct() {
 
17
  }
18
  ////////////////////////////////////////////////////////////////////////////////////////
19
  // Public Methods //
@@ -26,12 +28,12 @@ class BWGModelAddAlbumsGalleries {
26
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
27
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'name') . ' ' . $asc_or_desc;
28
  if (isset($_POST['page_number']) && $_POST['page_number']) {
29
- $limit = ((int) $_POST['page_number'] - 1) * 20;
30
  }
31
  else {
32
  $limit = 0;
33
  }
34
- $query = "SELECT id, name, 1 as is_album FROM " . $wpdb->prefix . "bwg_album WHERE published=1 AND id<>" . $album_id . " " . $where . " UNION ALL SELECT id, name, 0 as is_album FROM " . $wpdb->prefix . "bwg_gallery WHERE published=1 " . $where . $order_by . " LIMIT " . $limit . ",20";
35
  $rows = $wpdb->get_results($query);
36
  return $rows;
37
  }
@@ -43,17 +45,21 @@ class BWGModelAddAlbumsGalleries {
43
  $total = count($wpdb->get_col($query));
44
  $page_nav['total'] = $total;
45
  if (isset($_POST['page_number']) && $_POST['page_number']) {
46
- $limit = ((int) $_POST['page_number'] - 1) * 20;
47
  }
48
  else {
49
  $limit = 0;
50
  }
51
- $page_nav['limit'] = (int) ($limit / 20 + 1);
52
  return $page_nav;
53
  }
54
  ////////////////////////////////////////////////////////////////////////////////////////
55
  // Getters & Setters //
56
  ////////////////////////////////////////////////////////////////////////////////////////
 
 
 
 
57
  ////////////////////////////////////////////////////////////////////////////////////////
58
  // Private Methods //
59
  ////////////////////////////////////////////////////////////////////////////////////////
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
13
+ private $per_page = 20;
14
  ////////////////////////////////////////////////////////////////////////////////////////
15
  // Constructor & Destructor //
16
  ////////////////////////////////////////////////////////////////////////////////////////
17
  public function __construct() {
18
+ $this->per_page = ((isset($_GET['bwg_items_per_page'])) ? esc_html($_GET['bwg_items_per_page']) : ((isset($_POST['bwg_items_per_page'])) ? esc_html($_POST['bwg_items_per_page']) : 20));
19
  }
20
  ////////////////////////////////////////////////////////////////////////////////////////
21
  // Public Methods //
28
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
29
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'name') . ' ' . $asc_or_desc;
30
  if (isset($_POST['page_number']) && $_POST['page_number']) {
31
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
32
  }
33
  else {
34
  $limit = 0;
35
  }
36
+ $query = "SELECT id, name, 1 as is_album FROM " . $wpdb->prefix . "bwg_album WHERE published=1 AND id<>" . $album_id . " " . $where . " UNION ALL SELECT id, name, 0 as is_album FROM " . $wpdb->prefix . "bwg_gallery WHERE published=1 " . $where . $order_by . " LIMIT " . $limit . ",".$this->per_page;
37
  $rows = $wpdb->get_results($query);
38
  return $rows;
39
  }
45
  $total = count($wpdb->get_col($query));
46
  $page_nav['total'] = $total;
47
  if (isset($_POST['page_number']) && $_POST['page_number']) {
48
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
49
  }
50
  else {
51
  $limit = 0;
52
  }
53
+ $page_nav['limit'] = (int) ($limit / $this->per_page + 1);
54
  return $page_nav;
55
  }
56
  ////////////////////////////////////////////////////////////////////////////////////////
57
  // Getters & Setters //
58
  ////////////////////////////////////////////////////////////////////////////////////////
59
+ public function per_page(){
60
+ return $this->per_page;
61
+
62
+ }
63
  ////////////////////////////////////////////////////////////////////////////////////////
64
  // Private Methods //
65
  ////////////////////////////////////////////////////////////////////////////////////////
admin/models/BWGModelAddTags.php CHANGED
@@ -10,10 +10,12 @@ class BWGModelAddTags {
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
 
13
  ////////////////////////////////////////////////////////////////////////////////////////
14
  // Constructor & Destructor //
15
  ////////////////////////////////////////////////////////////////////////////////////////
16
  public function __construct() {
 
17
  }
18
  ////////////////////////////////////////////////////////////////////////////////////////
19
  // Public Methods //
@@ -26,12 +28,12 @@ class BWGModelAddTags {
26
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
27
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'name') . ' ' . $asc_or_desc;
28
  if (isset($_POST['page_number']) && $_POST['page_number']) {
29
- $limit = ((int) $_POST['page_number'] - 1) * 20;
30
  }
31
  else {
32
  $limit = 0;
33
  }
34
- $query = "SELECT table1.term_id, table1.name, table1.slug FROM " . $wpdb->prefix . "terms AS table1 INNER JOIN " . $wpdb->prefix . "term_taxonomy AS table2 ON table1.term_id = table2.term_id WHERE table2.taxonomy='bwg_tag' " . $where . $order_by . " LIMIT " . $limit . ",20";
35
  $rows = $wpdb->get_results($query);
36
  return $rows;
37
  }
@@ -43,17 +45,21 @@ class BWGModelAddTags {
43
  $total = $wpdb->get_var($query);
44
  $page_nav['total'] = $total;
45
  if (isset($_POST['page_number']) && $_POST['page_number']) {
46
- $limit = ((int) $_POST['page_number'] - 1) * 20;
47
  }
48
  else {
49
  $limit = 0;
50
  }
51
- $page_nav['limit'] = (int) ($limit / 20 + 1);
52
  return $page_nav;
53
  }
54
  ////////////////////////////////////////////////////////////////////////////////////////
55
  // Getters & Setters //
56
  ////////////////////////////////////////////////////////////////////////////////////////
 
 
 
 
57
  ////////////////////////////////////////////////////////////////////////////////////////
58
  // Private Methods //
59
  ////////////////////////////////////////////////////////////////////////////////////////
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
13
+ private $per_page = 20;
14
  ////////////////////////////////////////////////////////////////////////////////////////
15
  // Constructor & Destructor //
16
  ////////////////////////////////////////////////////////////////////////////////////////
17
  public function __construct() {
18
+ $this->per_page = ((isset($_GET['bwg_items_per_page'])) ? esc_html($_GET['bwg_items_per_page']) : ((isset($_POST['bwg_items_per_page'])) ? esc_html($_POST['bwg_items_per_page']) : 20));
19
  }
20
  ////////////////////////////////////////////////////////////////////////////////////////
21
  // Public Methods //
28
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
29
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'name') . ' ' . $asc_or_desc;
30
  if (isset($_POST['page_number']) && $_POST['page_number']) {
31
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
32
  }
33
  else {
34
  $limit = 0;
35
  }
36
+ $query = "SELECT table1.term_id, table1.name, table1.slug FROM " . $wpdb->prefix . "terms AS table1 INNER JOIN " . $wpdb->prefix . "term_taxonomy AS table2 ON table1.term_id = table2.term_id WHERE table2.taxonomy='bwg_tag' " . $where . $order_by . " LIMIT " . $limit . ",".$this->per_page;
37
  $rows = $wpdb->get_results($query);
38
  return $rows;
39
  }
45
  $total = $wpdb->get_var($query);
46
  $page_nav['total'] = $total;
47
  if (isset($_POST['page_number']) && $_POST['page_number']) {
48
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
49
  }
50
  else {
51
  $limit = 0;
52
  }
53
+ $page_nav['limit'] = (int) ($limit / $this->per_page + 1);
54
  return $page_nav;
55
  }
56
  ////////////////////////////////////////////////////////////////////////////////////////
57
  // Getters & Setters //
58
  ////////////////////////////////////////////////////////////////////////////////////////
59
+ public function per_page(){
60
+ return $this->per_page;
61
+
62
+ }
63
  ////////////////////////////////////////////////////////////////////////////////////////
64
  // Private Methods //
65
  ////////////////////////////////////////////////////////////////////////////////////////
admin/models/BWGModelAlbums_bwg.php CHANGED
@@ -10,10 +10,20 @@ class BWGModelAlbums_bwg {
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
 
13
  ////////////////////////////////////////////////////////////////////////////////////////
14
  // Constructor & Destructor //
15
  ////////////////////////////////////////////////////////////////////////////////////////
16
  public function __construct() {
 
 
 
 
 
 
 
 
 
17
  }
18
  ////////////////////////////////////////////////////////////////////////////////////////
19
  // Public Methods //
@@ -31,12 +41,12 @@ class BWGModelAlbums_bwg {
31
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
32
  $order_by = ' ORDER BY `' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'order') . '` ' . $asc_or_desc;
33
  if (isset($_POST['page_number']) && $_POST['page_number']) {
34
- $limit = ((int) $_POST['page_number'] - 1) * 20;
35
  }
36
  else {
37
  $limit = 0;
38
  }
39
- $query = "SELECT * FROM " . $wpdb->prefix . "bwg_album " . $where . $order_by . " LIMIT " . $limit . ",20";
40
  $rows = $wpdb->get_results($query);
41
  return $rows;
42
  }
@@ -85,17 +95,21 @@ class BWGModelAlbums_bwg {
85
  $total = $wpdb->get_var($query);
86
  $page_nav['total'] = $total;
87
  if (isset($_POST['page_number']) && $_POST['page_number']) {
88
- $limit = ((int) $_POST['page_number'] - 1) * 20;
89
  }
90
  else {
91
  $limit = 0;
92
  }
93
- $page_nav['limit'] = (int) ($limit / 20 + 1);
94
  return $page_nav;
95
  }
96
  ////////////////////////////////////////////////////////////////////////////////////////
97
  // Getters & Setters //
98
  ////////////////////////////////////////////////////////////////////////////////////////
 
 
 
 
99
  ////////////////////////////////////////////////////////////////////////////////////////
100
  // Private Methods //
101
  ////////////////////////////////////////////////////////////////////////////////////////
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
13
+ private $per_page = 20;
14
  ////////////////////////////////////////////////////////////////////////////////////////
15
  // Constructor & Destructor //
16
  ////////////////////////////////////////////////////////////////////////////////////////
17
  public function __construct() {
18
+ $user = get_current_user_id();
19
+ $screen = get_current_screen();
20
+ $option = $screen->get_option('per_page', 'option');
21
+
22
+ $this->per_page = get_user_meta($user, $option, true);
23
+
24
+ if ( empty ( $this->per_page) || $this->per_page < 1 ) {
25
+ $this->per_page = $screen->get_option( 'per_page', 'default' );
26
+ }
27
  }
28
  ////////////////////////////////////////////////////////////////////////////////////////
29
  // Public Methods //
41
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
42
  $order_by = ' ORDER BY `' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'order') . '` ' . $asc_or_desc;
43
  if (isset($_POST['page_number']) && $_POST['page_number']) {
44
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
45
  }
46
  else {
47
  $limit = 0;
48
  }
49
+ $query = "SELECT * FROM " . $wpdb->prefix . "bwg_album " . $where . $order_by . " LIMIT " . $limit . ",".$this->per_page;
50
  $rows = $wpdb->get_results($query);
51
  return $rows;
52
  }
95
  $total = $wpdb->get_var($query);
96
  $page_nav['total'] = $total;
97
  if (isset($_POST['page_number']) && $_POST['page_number']) {
98
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
99
  }
100
  else {
101
  $limit = 0;
102
  }
103
+ $page_nav['limit'] = (int) ($limit / $this->per_page + 1);
104
  return $page_nav;
105
  }
106
  ////////////////////////////////////////////////////////////////////////////////////////
107
  // Getters & Setters //
108
  ////////////////////////////////////////////////////////////////////////////////////////
109
+ public function per_page(){
110
+ return $this->per_page;
111
+
112
+ }
113
  ////////////////////////////////////////////////////////////////////////////////////////
114
  // Private Methods //
115
  ////////////////////////////////////////////////////////////////////////////////////////
admin/models/BWGModelGalleries_bwg.php CHANGED
@@ -10,10 +10,21 @@ class BWGModelGalleries_bwg {
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
 
13
  ////////////////////////////////////////////////////////////////////////////////////////
14
  // Constructor & Destructor //
15
  ////////////////////////////////////////////////////////////////////////////////////////
16
  public function __construct() {
 
 
 
 
 
 
 
 
 
 
17
  }
18
  ////////////////////////////////////////////////////////////////////////////////////////
19
  // Public Methods //
@@ -32,12 +43,12 @@ class BWGModelGalleries_bwg {
32
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
33
  $image_order_by = ' ORDER BY `' . ((isset($_POST['image_order_by']) && esc_html(stripslashes($_POST['image_order_by'])) != '') ? esc_html(stripslashes($_POST['image_order_by'])) : 'order') . '` ' . $asc_or_desc;
34
  if (isset($_POST['page_number']) && $_POST['page_number']) {
35
- $limit = ((int) $_POST['page_number'] - 1) * 20;
36
  }
37
  else {
38
  $limit = 0;
39
  }
40
- $row = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "bwg_image " . $where . " AND gallery_id='" . $gallery_id . "' " . $image_order_by . " LIMIT " . $limit . ",20");
41
  return $row;
42
  }
43
 
@@ -60,12 +71,12 @@ class BWGModelGalleries_bwg {
60
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
61
  $order_by = ' ORDER BY `' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'order') . '` ' . $asc_or_desc;
62
  if (isset($_POST['page_number']) && $_POST['page_number']) {
63
- $limit = ((int) $_POST['page_number'] - 1) * 20;
64
  }
65
  else {
66
  $limit = 0;
67
  }
68
- $query = "SELECT * FROM " . $wpdb->prefix . "bwg_gallery " . $where . $order_by . " LIMIT " . $limit . ",20";
69
  $rows = $wpdb->get_results($query);
70
  return $rows;
71
  }
@@ -109,12 +120,12 @@ class BWGModelGalleries_bwg {
109
  $total = $wpdb->get_var($query);
110
  $page_nav['total'] = $total;
111
  if (isset($_POST['page_number']) && $_POST['page_number']) {
112
- $limit = ((int) $_POST['page_number'] - 1) * 20;
113
  }
114
  else {
115
  $limit = 0;
116
  }
117
- $page_nav['limit'] = (int) ($limit / 20 + 1);
118
  return $page_nav;
119
  }
120
 
@@ -131,12 +142,12 @@ class BWGModelGalleries_bwg {
131
  $total = $wpdb->get_var($query);
132
  $page_nav['total'] = $total;
133
  if (isset($_POST['page_number']) && $_POST['page_number']) {
134
- $limit = ((int) $_POST['page_number'] - 1) * 20;
135
  }
136
  else {
137
  $limit = 0;
138
  }
139
- $page_nav['limit'] = (int) ($limit / 20 + 1);
140
  return $page_nav;
141
  }
142
 
@@ -161,6 +172,10 @@ class BWGModelGalleries_bwg {
161
  ////////////////////////////////////////////////////////////////////////////////////////
162
  // Getters & Setters //
163
  ////////////////////////////////////////////////////////////////////////////////////////
 
 
 
 
164
  ////////////////////////////////////////////////////////////////////////////////////////
165
  // Private Methods //
166
  ////////////////////////////////////////////////////////////////////////////////////////
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
13
+ private $per_page = 20;
14
  ////////////////////////////////////////////////////////////////////////////////////////
15
  // Constructor & Destructor //
16
  ////////////////////////////////////////////////////////////////////////////////////////
17
  public function __construct() {
18
+ $user = get_current_user_id();
19
+ $screen = get_current_screen();
20
+ $option = $screen->get_option('per_page', 'option');
21
+
22
+ $this->per_page = get_user_meta($user, $option, true);
23
+
24
+ if ( empty ( $this->per_page) || $this->per_page < 1 ) {
25
+ $this->per_page = $screen->get_option( 'per_page', 'default' );
26
+
27
+ }
28
  }
29
  ////////////////////////////////////////////////////////////////////////////////////////
30
  // Public Methods //
43
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
44
  $image_order_by = ' ORDER BY `' . ((isset($_POST['image_order_by']) && esc_html(stripslashes($_POST['image_order_by'])) != '') ? esc_html(stripslashes($_POST['image_order_by'])) : 'order') . '` ' . $asc_or_desc;
45
  if (isset($_POST['page_number']) && $_POST['page_number']) {
46
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
47
  }
48
  else {
49
  $limit = 0;
50
  }
51
+ $row = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "bwg_image " . $where . " AND gallery_id='" . $gallery_id . "' " . $image_order_by . " LIMIT " . $limit . ",".$this->per_page);
52
  return $row;
53
  }
54
 
71
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
72
  $order_by = ' ORDER BY `' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'order') . '` ' . $asc_or_desc;
73
  if (isset($_POST['page_number']) && $_POST['page_number']) {
74
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
75
  }
76
  else {
77
  $limit = 0;
78
  }
79
+ $query = "SELECT * FROM " . $wpdb->prefix . "bwg_gallery " . $where . $order_by . " LIMIT " . $limit . ",".$this->per_page;
80
  $rows = $wpdb->get_results($query);
81
  return $rows;
82
  }
120
  $total = $wpdb->get_var($query);
121
  $page_nav['total'] = $total;
122
  if (isset($_POST['page_number']) && $_POST['page_number']) {
123
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
124
  }
125
  else {
126
  $limit = 0;
127
  }
128
+ $page_nav['limit'] = (int) ($limit / $this->per_page + 1);
129
  return $page_nav;
130
  }
131
 
142
  $total = $wpdb->get_var($query);
143
  $page_nav['total'] = $total;
144
  if (isset($_POST['page_number']) && $_POST['page_number']) {
145
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
146
  }
147
  else {
148
  $limit = 0;
149
  }
150
+ $page_nav['limit'] = (int) ($limit / $this->per_page + 1);
151
  return $page_nav;
152
  }
153
 
172
  ////////////////////////////////////////////////////////////////////////////////////////
173
  // Getters & Setters //
174
  ////////////////////////////////////////////////////////////////////////////////////////
175
+ public function per_page(){
176
+ return $this->per_page;
177
+
178
+ }
179
  ////////////////////////////////////////////////////////////////////////////////////////
180
  // Private Methods //
181
  ////////////////////////////////////////////////////////////////////////////////////////
admin/models/BWGModelOptions_bwg.php CHANGED
@@ -30,6 +30,9 @@ class BWGModelOptions_bwg {
30
  }
31
  $row->images_directory = str_replace(ABSPATH, '', $upload_dir['basedir']);
32
  $row->masonry = 'vertical';
 
 
 
33
  $row->image_column_number = 5;
34
  $row->images_per_page = 30;
35
  $row->thumb_width = 180;
@@ -142,6 +145,7 @@ class BWGModelOptions_bwg {
142
  $row->play_icon = 1;
143
  $row->show_masonry_thumb_description = 0;
144
  $row->popup_info_full_width = 0;
 
145
  }
146
  return $row;
147
  }
30
  }
31
  $row->images_directory = str_replace(ABSPATH, '', $upload_dir['basedir']);
32
  $row->masonry = 'vertical';
33
+ $row->mosaic = 'vertical';
34
+ $row->resizable_mosaic = 0;
35
+ $row->mosaic_total_width = 100;
36
  $row->image_column_number = 5;
37
  $row->images_per_page = 30;
38
  $row->thumb_width = 180;
145
  $row->play_icon = 1;
146
  $row->show_masonry_thumb_description = 0;
147
  $row->popup_info_full_width = 0;
148
+ $row->show_sort_images = 0;
149
  }
150
  return $row;
151
  }
admin/models/BWGModelTags_bwg.php CHANGED
@@ -10,10 +10,21 @@ class BWGModelTags_bwg {
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
 
13
  ////////////////////////////////////////////////////////////////////////////////////////
14
  // Constructor & Destructor //
15
  ////////////////////////////////////////////////////////////////////////////////////////
16
  public function __construct() {
 
 
 
 
 
 
 
 
 
 
17
  }
18
  ////////////////////////////////////////////////////////////////////////////////////////
19
  // Public Methods //
@@ -25,12 +36,12 @@ class BWGModelTags_bwg {
25
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
26
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'A.term_id') . ' ' . $asc_or_desc;
27
  if (isset($_POST['page_number']) && $_POST['page_number']) {
28
- $limit = ((int) $_POST['page_number'] - 1) * 20;
29
  }
30
  else {
31
  $limit = 0;
32
  }
33
- $query ="SELECT * FROM ".$wpdb->prefix."terms as A LEFT JOIN ".$wpdb->prefix ."term_taxonomy as B ON A.term_id = B.term_id WHERE B.taxonomy ='bwg_tag' " . $where . $order_by . " LIMIT " . $limit . ",20";
34
  $rows = $wpdb->get_results($query);
35
  return $rows;
36
  }
@@ -42,12 +53,12 @@ class BWGModelTags_bwg {
42
  $total = $wpdb->get_var($query);
43
  $page_nav['total'] = $total;
44
  if (isset($_POST['page_number']) && $_POST['page_number']) {
45
- $limit = ((int) $_POST['page_number'] - 1) * 20;
46
  }
47
  else {
48
  $limit = 0;
49
  }
50
- $page_nav['limit'] = (int) ($limit / 20 + 1);
51
  return $page_nav;
52
  }
53
 
@@ -60,6 +71,10 @@ class BWGModelTags_bwg {
60
  ////////////////////////////////////////////////////////////////////////////////////////
61
  // Getters & Setters //
62
  ////////////////////////////////////////////////////////////////////////////////////////
 
 
 
 
63
  ////////////////////////////////////////////////////////////////////////////////////////
64
  // Private Methods //
65
  ////////////////////////////////////////////////////////////////////////////////////////
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
13
+ private $per_page = 20;
14
  ////////////////////////////////////////////////////////////////////////////////////////
15
  // Constructor & Destructor //
16
  ////////////////////////////////////////////////////////////////////////////////////////
17
  public function __construct() {
18
+ $user = get_current_user_id();
19
+ $screen = get_current_screen();
20
+ $option = $screen->get_option('per_page', 'option');
21
+
22
+
23
+ $this->per_page = get_user_meta($user, $option, true);
24
+
25
+ if ( empty ( $this->per_page) || $this->per_page < 1 ) {
26
+ $this->per_page = $screen->get_option( 'per_page', 'default' );
27
+ }
28
  }
29
  ////////////////////////////////////////////////////////////////////////////////////////
30
  // Public Methods //
36
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
37
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html(stripslashes($_POST['order_by'])) != '') ? esc_html(stripslashes($_POST['order_by'])) : 'A.term_id') . ' ' . $asc_or_desc;
38
  if (isset($_POST['page_number']) && $_POST['page_number']) {
39
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
40
  }
41
  else {
42
  $limit = 0;
43
  }
44
+ $query ="SELECT * FROM ".$wpdb->prefix."terms as A LEFT JOIN ".$wpdb->prefix ."term_taxonomy as B ON A.term_id = B.term_id WHERE B.taxonomy ='bwg_tag' " . $where . $order_by . " LIMIT " . $limit . ",".$this->per_page;
45
  $rows = $wpdb->get_results($query);
46
  return $rows;
47
  }
53
  $total = $wpdb->get_var($query);
54
  $page_nav['total'] = $total;
55
  if (isset($_POST['page_number']) && $_POST['page_number']) {
56
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
57
  }
58
  else {
59
  $limit = 0;
60
  }
61
+ $page_nav['limit'] = (int) ($limit / $this->per_page + 1);
62
  return $page_nav;
63
  }
64
 
71
  ////////////////////////////////////////////////////////////////////////////////////////
72
  // Getters & Setters //
73
  ////////////////////////////////////////////////////////////////////////////////////////
74
+ public function per_page(){
75
+ return $this->per_page;
76
+
77
+ }
78
  ////////////////////////////////////////////////////////////////////////////////////////
79
  // Private Methods //
80
  ////////////////////////////////////////////////////////////////////////////////////////
admin/models/BWGModelThemes_bwg.php CHANGED
@@ -10,10 +10,20 @@ class BWGModelThemes_bwg {
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
 
13
  ////////////////////////////////////////////////////////////////////////////////////////
14
  // Constructor & Destructor //
15
  ////////////////////////////////////////////////////////////////////////////////////////
16
  public function __construct() {
 
 
 
 
 
 
 
 
 
17
  }
18
  ////////////////////////////////////////////////////////////////////////////////////////
19
  // Public Methods //
@@ -25,12 +35,12 @@ class BWGModelThemes_bwg {
25
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
26
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html($_POST['order_by']) != '') ? esc_html($_POST['order_by']) : 'id') . ' ' . $asc_or_desc;
27
  if (isset($_POST['page_number']) && $_POST['page_number']) {
28
- $limit = ((int) $_POST['page_number'] - 1) * 20;
29
  }
30
  else {
31
  $limit = 0;
32
  }
33
- $query = "SELECT * FROM " . $wpdb->prefix . "bwg_theme " . $where . $order_by . " LIMIT " . $limit . ",20";
34
  $rows = $wpdb->get_results($query);
35
  return $rows;
36
  }
@@ -259,6 +269,34 @@ class BWGModelThemes_bwg {
259
  $row->album_extended_desc_more_color = 'F2D22E';
260
  $row->album_extended_desc_more_size = 12;
261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  $row->masonry_thumb_padding = 4;
263
  $row->masonry_thumb_border_radius = '0';
264
  $row->masonry_thumb_border_width = 0;
@@ -275,6 +313,25 @@ class BWGModelThemes_bwg {
275
  $row->masonry_description_color = 'CCCCCC';
276
  $row->masonry_description_font_style = 'segoe ui';
277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  $row->slideshow_cont_bg_color = '000000';
279
  $row->slideshow_close_btn_transparent = 100;
280
  $row->slideshow_rl_btn_bg_color = '000000';
@@ -436,17 +493,21 @@ class BWGModelThemes_bwg {
436
  $total = $wpdb->get_var($query);
437
  $page_nav['total'] = $total;
438
  if (isset($_POST['page_number']) && $_POST['page_number']) {
439
- $limit = ((int) $_POST['page_number'] - 1) * 20;
440
  }
441
  else {
442
  $limit = 0;
443
  }
444
- $page_nav['limit'] = (int) ($limit / 20 + 1);
445
  return $page_nav;
446
  }
447
  ////////////////////////////////////////////////////////////////////////////////////////
448
  // Getters & Setters //
449
  ////////////////////////////////////////////////////////////////////////////////////////
 
 
 
 
450
  ////////////////////////////////////////////////////////////////////////////////////////
451
  // Private Methods //
452
  ////////////////////////////////////////////////////////////////////////////////////////
10
  ////////////////////////////////////////////////////////////////////////////////////////
11
  // Variables //
12
  ////////////////////////////////////////////////////////////////////////////////////////
13
+ private $per_page = 20;
14
  ////////////////////////////////////////////////////////////////////////////////////////
15
  // Constructor & Destructor //
16
  ////////////////////////////////////////////////////////////////////////////////////////
17
  public function __construct() {
18
+ $user = get_current_user_id();
19
+ $screen = get_current_screen();
20
+ $option = $screen->get_option('per_page', 'option');
21
+
22
+ $this->per_page = get_user_meta($user, $option, true);
23
+
24
+ if ( empty ( $this->per_page) || $this->per_page < 1 ) {
25
+ $this->per_page = $screen->get_option( 'per_page', 'default' );
26
+ }
27
  }
28
  ////////////////////////////////////////////////////////////////////////////////////////
29
  // Public Methods //
35
  $asc_or_desc = ($asc_or_desc != 'asc') ? 'desc' : 'asc';
36
  $order_by = ' ORDER BY ' . ((isset($_POST['order_by']) && esc_html($_POST['order_by']) != '') ? esc_html($_POST['order_by']) : 'id') . ' ' . $asc_or_desc;
37
  if (isset($_POST['page_number']) && $_POST['page_number']) {
38
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
39
  }
40
  else {
41
  $limit = 0;
42
  }
43
+ $query = "SELECT * FROM " . $wpdb->prefix . "bwg_theme " . $where . $order_by . " LIMIT " . $limit . ",".$this->per_page;
44
  $rows = $wpdb->get_results($query);
45
  return $rows;
46
  }
269
  $row->album_extended_desc_more_color = 'F2D22E';
270
  $row->album_extended_desc_more_size = 12;
271
 
272
+ $row->album_masonry_back_font_color = '000000';
273
+ $row->album_masonry_back_font_style = 'segoe ui';
274
+ $row->album_masonry_back_font_size = 16;
275
+ $row->album_masonry_back_font_weight = 'bold';
276
+ $row->album_masonry_back_padding = '0';
277
+ $row->album_masonry_title_font_color = 'CCCCCC';
278
+ $row->album_masonry_title_font_style = 'segoe ui';
279
+ $row->album_masonry_thumb_title_pos = 'bottom';
280
+ $row->album_masonry_title_font_size = 16;
281
+ $row->album_masonry_title_font_weight = 'bold';
282
+ $row->album_masonry_title_margin = '2px';
283
+ $row->album_masonry_title_shadow = '0px 0px 0px #888888';
284
+ $row->album_masonry_thumb_margin = 4;
285
+ $row->album_masonry_thumb_padding = 0;
286
+ $row->album_masonry_thumb_border_radius = '0';
287
+ $row->album_masonry_thumb_border_width = 0;
288
+ $row->album_masonry_thumb_border_style = 'none';
289
+ $row->album_masonry_thumb_border_color = 'CCCCCC';
290
+ $row->album_masonry_thumb_bg_color = 'FFFFFF';
291
+ $row->album_masonry_thumbs_bg_color = 'FFFFFF';
292
+ $row->album_masonry_thumb_bg_transparent = 0;
293
+ $row->album_masonry_thumb_box_shadow = '0px 0px 0px #888888';
294
+ $row->album_masonry_thumb_transparent = 100;
295
+ $row->album_masonry_thumb_align = 'left';
296
+ $row->album_masonry_thumb_hover_effect = 'scale';
297
+ $row->album_masonry_thumb_hover_effect_value = '1.1';
298
+ $row->album_masonry_thumb_transition = 0;
299
+
300
  $row->masonry_thumb_padding = 4;
301
  $row->masonry_thumb_border_radius = '0';
302
  $row->masonry_thumb_border_width = 0;
313
  $row->masonry_description_color = 'CCCCCC';
314
  $row->masonry_description_font_style = 'segoe ui';
315
 
316
+ $row->mosaic_thumb_padding = 4;
317
+ $row->mosaic_thumb_border_radius = '0';
318
+ $row->mosaic_thumb_border_width = 0;
319
+ $row->mosaic_thumb_border_style = 'none';
320
+ $row->mosaic_thumb_border_color = 'CCCCCC';
321
+ $row->mosaic_thumbs_bg_color = 'FFFFFF';
322
+ $row->mosaic_thumb_bg_transparent = 0;
323
+ $row->mosaic_thumb_transparent = 100;
324
+ $row->mosaic_thumb_align = 'left';
325
+ $row->mosaic_thumb_hover_effect = 'scale';
326
+ $row->mosaic_thumb_hover_effect_value = '1.1';
327
+
328
+
329
+ $row->mosaic_thumb_title_font_size = 16;
330
+ $row->mosaic_thumb_title_font_color = 'CCCCCC';
331
+ $row->mosaic_thumb_title_font_style = 'segoe ui';
332
+ $row->mosaic_thumb_title_font_weight = 'bold';
333
+ $row->mosaic_thumb_title_shadow = '0px 0px 0px #888888';
334
+ $row->mosaic_thumb_title_margin = '2px';
335
  $row->slideshow_cont_bg_color = '000000';
336
  $row->slideshow_close_btn_transparent = 100;
337
  $row->slideshow_rl_btn_bg_color = '000000';
493
  $total = $wpdb->get_var($query);
494
  $page_nav['total'] = $total;
495
  if (isset($_POST['page_number']) && $_POST['page_number']) {
496
+ $limit = ((int) $_POST['page_number'] - 1) * $this->per_page;
497
  }
498
  else {
499
  $limit = 0;
500
  }
501
+ $page_nav['limit'] = (int) ($limit / $this->per_page + 1);
502
  return $page_nav;
503
  }
504
  ////////////////////////////////////////////////////////////////////////////////////////
505
  // Getters & Setters //
506
  ////////////////////////////////////////////////////////////////////////////////////////
507
+ public function per_page(){
508
+ return $this->per_page;
509
+
510
+ }
511
  ////////////////////////////////////////////////////////////////////////////////////////
512
  // Private Methods //
513
  ////////////////////////////////////////////////////////////////////////////////////////
admin/views/BWGViewAddAlbumsGalleries.php CHANGED
@@ -30,6 +30,7 @@ class BWGViewAddAlbumsGalleries {
30
  $asc_or_desc = ((isset($_POST['asc_or_desc'])) ? esc_html(stripslashes($_POST['asc_or_desc'])) : 'asc');
31
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'name');
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
 
33
  wp_print_scripts('jquery');
34
  ?>
35
  <link media="all" type="text/css" href="<?php echo get_admin_url(); ?>load-styles.php?c=1&amp;dir=ltr&amp;load=admin-bar,dashicons,wp-admin,buttons,wp-auth-check" rel="stylesheet">
@@ -38,7 +39,7 @@ class BWGViewAddAlbumsGalleries {
38
  <?php } ?>
39
  <link media="all" type="text/css" href="<?php echo WD_BWG_URL . '/css/bwg_tables.css'; ?>" id="spider_audio_player_tables-css" rel="stylesheet">
40
  <script src="<?php echo WD_BWG_URL . '/js/bwg.js'; ?>" type="text/javascript"></script>
41
- <form class="wrap wp-core-ui" id="albums_galleries_form" method="post" action="<?php echo add_query_arg(array('action' => 'addAlbumsGalleries', 'width' => '700', 'height' => '550', 'callback' => 'bwg_add_items', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" style="width:95%; margin: 0 auto;">
42
  <h2 style="width:200px;float:left">Albums/Galleries</h2>
43
  <a href="" class="thickbox thickbox-preview" id="content-add_media" title="Add Album/Gallery" onclick="spider_get_items(event);" style="float:right; padding: 9px 0px 4px 0">
44
  <img src="<?php echo WD_BWG_URL . '/images/add_but.png'; ?>" style="border:none;" />
@@ -46,7 +47,7 @@ class BWGViewAddAlbumsGalleries {
46
  <div class="tablenav top">
47
  <?php
48
  WDWLibrary::search('Name', $search_value, 'albums_galleries_form');
49
- WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'albums_galleries_form');
50
  ?>
51
  </div>
52
  <table class="wp-list-table widefat fixed pages">
30
  $asc_or_desc = ((isset($_POST['asc_or_desc'])) ? esc_html(stripslashes($_POST['asc_or_desc'])) : 'asc');
31
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'name');
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
33
+ $per_page = $this->model->per_page();
34
  wp_print_scripts('jquery');
35
  ?>
36
  <link media="all" type="text/css" href="<?php echo get_admin_url(); ?>load-styles.php?c=1&amp;dir=ltr&amp;load=admin-bar,dashicons,wp-admin,buttons,wp-auth-check" rel="stylesheet">
39
  <?php } ?>
40
  <link media="all" type="text/css" href="<?php echo WD_BWG_URL . '/css/bwg_tables.css'; ?>" id="spider_audio_player_tables-css" rel="stylesheet">
41
  <script src="<?php echo WD_BWG_URL . '/js/bwg.js'; ?>" type="text/javascript"></script>
42
+ <form class="wrap wp-core-ui" id="albums_galleries_form" method="post" action="<?php echo add_query_arg(array('action' => 'addAlbumsGalleries', 'width' => '700', 'height' => '550', 'callback' => 'bwg_add_items', 'bwg_items_per_page'=>$per_page , 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" style="width:95%; margin: 0 auto;">
43
  <h2 style="width:200px;float:left">Albums/Galleries</h2>
44
  <a href="" class="thickbox thickbox-preview" id="content-add_media" title="Add Album/Gallery" onclick="spider_get_items(event);" style="float:right; padding: 9px 0px 4px 0">
45
  <img src="<?php echo WD_BWG_URL . '/images/add_but.png'; ?>" style="border:none;" />
47
  <div class="tablenav top">
48
  <?php
49
  WDWLibrary::search('Name', $search_value, 'albums_galleries_form');
50
+ WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'albums_galleries_form', $per_page);
51
  ?>
52
  </div>
53
  <table class="wp-list-table widefat fixed pages">
admin/views/BWGViewAddTags.php CHANGED
@@ -30,6 +30,7 @@ class BWGViewAddTags {
30
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'name');
31
  $image_id = ((isset($_GET['image_id'])) ? esc_html($_GET['image_id']) : ((isset($_POST['image_id'])) ? esc_html($_POST['image_id']) : '0'));
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
 
33
  wp_print_scripts('jquery');
34
  ?>
35
  <link media="all" type="text/css" href="<?php echo get_admin_url(); ?>load-styles.php?c=1&amp;dir=ltr&amp;load=admin-bar,wp-admin,dashicons,buttons,wp-auth-check" rel="stylesheet">
@@ -38,7 +39,7 @@ class BWGViewAddTags {
38
  <?php } ?>
39
  <link media="all" type="text/css" href="<?php echo WD_BWG_URL . '/css/bwg_tables.css'; ?>" id="bwg_tables-css" rel="stylesheet">
40
  <script src="<?php echo WD_BWG_URL . '/js/bwg.js'; ?>" type="text/javascript"></script>
41
- <form class="wrap wp-core-ui" id="tags_form" method="post" action="<?php echo add_query_arg(array('action' => 'addTags', 'width' => '650', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" style="width:99%; margin: 0 auto;">
42
  <h2 style="width:200px; float:left;">Tags</h2>
43
  <a href="" class="thickbox thickbox-preview" id="content-add_media" title="Add Tag" onclick="bwg_get_tags('<?php echo $image_id; ?>', event);" style="float:right; padding: 9px 0px 4px 0">
44
  <img src="<?php echo WD_BWG_URL . '/images/add_but.png'; ?>" style="border:none;" />
@@ -46,7 +47,7 @@ class BWGViewAddTags {
46
  <div class="tablenav top">
47
  <?php
48
  WDWLibrary::search('Name', $search_value, 'tags_form');
49
- WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'tags_form');
50
  ?>
51
  </div>
52
  <table class="wp-list-table widefat fixed pages">
30
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'name');
31
  $image_id = ((isset($_GET['image_id'])) ? esc_html($_GET['image_id']) : ((isset($_POST['image_id'])) ? esc_html($_POST['image_id']) : '0'));
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
33
+ $per_page = $this->model->per_page();
34
  wp_print_scripts('jquery');
35
  ?>
36
  <link media="all" type="text/css" href="<?php echo get_admin_url(); ?>load-styles.php?c=1&amp;dir=ltr&amp;load=admin-bar,wp-admin,dashicons,buttons,wp-auth-check" rel="stylesheet">
39
  <?php } ?>
40
  <link media="all" type="text/css" href="<?php echo WD_BWG_URL . '/css/bwg_tables.css'; ?>" id="bwg_tables-css" rel="stylesheet">
41
  <script src="<?php echo WD_BWG_URL . '/js/bwg.js'; ?>" type="text/javascript"></script>
42
+ <form class="wrap wp-core-ui" id="tags_form" method="post" action="<?php echo add_query_arg(array('action' => 'addTags', 'width' => '650', 'height' => '500', 'bwg_items_per_page'=>$per_page , 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" style="width:99%; margin: 0 auto;">
43
  <h2 style="width:200px; float:left;">Tags</h2>
44
  <a href="" class="thickbox thickbox-preview" id="content-add_media" title="Add Tag" onclick="bwg_get_tags('<?php echo $image_id; ?>', event);" style="float:right; padding: 9px 0px 4px 0">
45
  <img src="<?php echo WD_BWG_URL . '/images/add_but.png'; ?>" style="border:none;" />
47
  <div class="tablenav top">
48
  <?php
49
  WDWLibrary::search('Name', $search_value, 'tags_form');
50
+ WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'tags_form', $per_page);
51
  ?>
52
  </div>
53
  <table class="wp-list-table widefat fixed pages">
admin/views/BWGViewAlbums_bwg.php CHANGED
@@ -32,6 +32,7 @@ class BWGViewAlbums_bwg {
32
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'order');
33
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
34
  $ids_string = '';
 
35
  ?>
36
  <div style="clear: both; float: left; width: 99%;">
37
  <div style="float:left; font-size: 14px; font-weight: bold;">
@@ -70,7 +71,7 @@ class BWGViewAlbums_bwg {
70
  <div class="tablenav top">
71
  <?php
72
  WDWLibrary::search('Name', $search_value, 'albums_form');
73
- WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'albums_form');
74
  ?>
75
  </div>
76
  <table class="wp-list-table widefat fixed pages">
@@ -187,6 +188,7 @@ class BWGViewAlbums_bwg {
187
  global $WD_BWG_UPLOAD_DIR;
188
  $row = $this->model->get_row_data($id);
189
  $page_title = (($id != 0) ? 'Edit album ' . $row->name : 'Create new album');
 
190
  ?>
191
  <div style="clear: both; float: left; width: 99%;">
192
  <div style="float:left; font-size: 14px; font-weight: bold;">
@@ -326,7 +328,7 @@ class BWGViewAlbums_bwg {
326
  <tr>
327
  <td class="spider_label"><label for="content-add_media">Albums And Galleries: </label></td>
328
  <td>
329
- <a href="<?php echo add_query_arg(array('action' => 'addAlbumsGalleries', 'album_id' => $id, 'width' => '700', 'height' => '550', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" class="button-primary thickbox thickbox-preview" id="content-add_media" title="Add Images" onclick="return false;" style="margin-bottom:5px;">
330
  Add Albums/Galleries
331
  </a>
332
  <?php $albums_galleries = $this->model->get_albums_galleries_rows_data($id) ?>
32
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'order');
33
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
34
  $ids_string = '';
35
+ $per_page = $this->model->per_page();
36
  ?>
37
  <div style="clear: both; float: left; width: 99%;">
38
  <div style="float:left; font-size: 14px; font-weight: bold;">
71
  <div class="tablenav top">
72
  <?php
73
  WDWLibrary::search('Name', $search_value, 'albums_form');
74
+ WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'albums_form', $per_page);
75
  ?>
76
  </div>
77
  <table class="wp-list-table widefat fixed pages">
188
  global $WD_BWG_UPLOAD_DIR;
189
  $row = $this->model->get_row_data($id);
190
  $page_title = (($id != 0) ? 'Edit album ' . $row->name : 'Create new album');
191
+ $per_page = $this->model->per_page();
192
  ?>
193
  <div style="clear: both; float: left; width: 99%;">
194
  <div style="float:left; font-size: 14px; font-weight: bold;">
328
  <tr>
329
  <td class="spider_label"><label for="content-add_media">Albums And Galleries: </label></td>
330
  <td>
331
+ <a href="<?php echo add_query_arg(array('action' => 'addAlbumsGalleries', 'album_id' => $id, 'width' => '700', 'height' => '550', 'bwg_items_per_page'=>$per_page , 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" class="button-primary thickbox thickbox-preview" id="content-add_media" title="Add Images" onclick="return false;" style="margin-bottom:5px;">
332
  Add Albums/Galleries
333
  </a>
334
  <?php $albums_galleries = $this->model->get_albums_galleries_rows_data($id) ?>
admin/views/BWGViewBWGShortcode.php CHANGED
@@ -118,6 +118,10 @@ class BWGViewBWGShortcode {
118
  <div style="text-align: center;"><input disabled="disabled" type="radio" id="thumbnails_masonry" name="gallery_type" value="thumbnails_masonry" /><label class="spider_free_version_label" for="thumbnails_masonry">Masonry</label></div>
119
  <label><img style="opacity:0.5; filter: Alpha(opacity=50);" disabled="disabled" src="<?php echo WD_BWG_URL . '/images/thumbnails_masonry.jpg'; ?>" /></label>
120
  </span>
 
 
 
 
121
  <span class="gallery_type" onClick="bwg_gallery_type('slideshow')">
122
  <div style="text-align: center;"><input type="radio" id="slideshow" name="gallery_type" value="slideshow" /><label for="slideshow">Slideshow</label></div>
123
  <label for="slideshow"><img src="<?php echo WD_BWG_URL . '/images/slideshow.jpg'; ?>" /></label>
@@ -220,6 +224,15 @@ class BWGViewBWGShortcode {
220
  <input type="radio" name="show_search_box" id="show_search_box_0" value="0" <?php if (!$option_row->show_search_box) echo 'checked="checked"'; ?> onchange="bwg_show_search_box()" /><label for="show_search_box_0">No</label>
221
  </td>
222
  </tr>
 
 
 
 
 
 
 
 
 
223
  <tr id="tr_search_box_width">
224
  <td class="spider_label"><label for="search_box_width">Search box width: </label></td>
225
  <td><input type="text" name="search_box_width" id="search_box_width" value="<?php echo $option_row->search_box_width; ?>" class="spider_int_input" /> px</td>
@@ -241,6 +254,36 @@ class BWGViewBWGShortcode {
241
  jQuery('#thumb_width_height_separator').hide();" <?php echo ($option_row->masonry == 'vertical') ? 'checked' : ''; ?> /><label for="masonry_ver">Vertical</label>
242
  </td>
243
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  <tr id="tr_image_column_number">
245
  <td class="spider_label"><label id="image_column_number_label" for="image_column_number">Max. number of image columns: </label></td>
246
  <td><input type="text" name="image_column_number" id="image_column_number" value="<?php echo $option_row->image_column_number; ?>" class="spider_int_input" /></td>
@@ -289,20 +332,50 @@ class BWGViewBWGShortcode {
289
  <input type="radio" name="compuct_album_title" id="compuct_album_title_none" value="none" <?php echo ($option_row->album_title_show_hover == 'none') ? 'checked' : ''; ?> /><label for="compuct_album_title_none">Don't show</label>
290
  </td>
291
  </tr>
 
 
 
 
 
 
 
292
  <tr id="tr_compuct_album_view_type">
293
  <td title="The gallery images view type in the album.<br /><br />This option is disabled in free version." class="spider_label spider_free_version_label"><label>Album view type: </label></td>
294
  <td>
295
  <input disabled="disabled" type="radio" name="compuct_album_view_type" id="compuct_album_view_type_1" value="thumbnail" <?php if ($option_row->album_view_type == "thumbnail") echo 'checked="checked"'; ?> onchange="bwg_change_compuct_album_view_type()" /><label for="compuct_album_view_type_1">Thumbnail</label>
296
  <input disabled="disabled" type="radio" name="compuct_album_view_type" id="compuct_album_view_type_0" value="masonry" <?php if ($option_row->album_view_type == "masonry") echo 'checked="checked"'; ?> onchange="bwg_change_compuct_album_view_type()" /><label for="compuct_album_view_type_0">Masonry</label>
 
297
  </td>
298
  </tr>
299
- <tr id="tr_compuct_album_thumb_width_height">
300
- <td title="Maximum values for album thumb width and height." class="spider_label"><label for="compuct_album_thumb_width">Album Thumbnail dimensions: </label></td>
301
  <td>
302
- <input type="text" name="compuct_album_thumb_width" id="compuct_album_thumb_width" value="<?php echo $option_row->album_thumb_width; ?>" class="spider_int_input" /> x
303
- <input type="text" name="compuct_album_thumb_height" id="compuct_album_thumb_height" value="<?php echo $option_row->album_thumb_height; ?>" class="spider_int_input" /> px
 
 
 
 
 
 
 
 
 
 
304
  </td>
305
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
306
  <tr id="tr_compuct_album_image_column_number">
307
  <td class="spider_label"><label for="compuct_album_image_column_number">Max. number of image columns: </label></td>
308
  <td><input type="text" name="compuct_album_image_column_number" id="compuct_album_image_column_number" value="<?php echo $option_row->image_column_number; ?>" class="spider_int_input" /></td>
@@ -350,20 +423,51 @@ class BWGViewBWGShortcode {
350
  <input type="radio" name="extended_album_description_enable" id="extended_album_description_no" value="0" <?php echo ($option_row->extended_album_description_enable) ? '' : 'checked'; ?> /><label for="extended_album_description_no">No</label>
351
  </td>
352
  </tr>
 
 
 
 
 
 
 
353
  <tr id="tr_extended_album_view_type">
354
  <td title="The gallery images view type in the album.<br /><br />This option is disabled in free version." class="spider_label spider_free_version_label"><label>Album view type: </label></td>
355
  <td>
356
  <input disabled="disabled" type="radio" name="extended_album_view_type" id="extended_album_view_type_1" value="thumbnail" <?php if ($option_row->album_view_type == "thumbnail") echo 'checked="checked"'; ?> onchange="bwg_change_extended_album_view_type()" /><label for="extended_album_view_type_1">Thumbnail</label>
357
  <input disabled="disabled" type="radio" name="extended_album_view_type" id="extended_album_view_type_0" value="masonry" <?php if ($option_row->album_view_type == "masonry") echo 'checked="checked"'; ?> onchange="bwg_change_extended_album_view_type()" /><label for="extended_album_view_type_0">Masonry</label>
 
358
  </td>
359
  </tr>
360
- <tr id="tr_extended_album_thumb_width_height">
361
- <td title="Maximum values for album thumb width and height." class="spider_label"><label for="extended_album_thumb_width">Album thumbnail dimensions: </label></td>
362
  <td>
363
- <input type="text" name="extended_album_thumb_width" id="extended_album_thumb_width" value="<?php echo $option_row->album_thumb_width; ?>" class="spider_int_input" /> x
364
- <input type="text" name="extended_album_thumb_height" id="extended_album_thumb_height" value="<?php echo $option_row->album_thumb_height; ?>" class="spider_int_input" /> px
 
 
 
 
 
 
 
 
 
 
365
  </td>
366
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
367
  <tr id="tr_extended_album_image_column_number">
368
  <td class="spider_label"><label for="extended_album_image_column_number">Max. number of image columns: </label></td>
369
  <td><input type="text" name="extended_album_image_column_number" id="extended_album_image_column_number" value="<?php echo $option_row->image_column_number; ?>" class="spider_int_input" /></td>
@@ -967,6 +1071,12 @@ class BWGViewBWGShortcode {
967
  else {
968
  jQuery("#show_search_box_0").attr('checked', 'checked');
969
  jQuery("#tr_search_box_width").css('display', 'none');
 
 
 
 
 
 
970
  }
971
  if (short_code['search_box_width']) {
972
  jQuery("#search_box_width").val(short_code['search_box_width']);
@@ -1103,6 +1213,12 @@ class BWGViewBWGShortcode {
1103
  else {
1104
  jQuery("#show_search_box_0").attr('checked', 'checked');
1105
  jQuery("#tr_search_box_width").css('display', 'none');
 
 
 
 
 
 
1106
  }
1107
  if (short_code['search_box_width']) {
1108
  jQuery("#search_box_width").val(short_code['search_box_width']);
@@ -1126,9 +1242,25 @@ class BWGViewBWGShortcode {
1126
  if (short_code['compuct_album_view_type'] == 'thumbnail') {
1127
  jQuery("#compuct_album_view_type_1").attr('checked', 'checked');
1128
  }
1129
- else {
1130
  jQuery("#compuct_album_view_type_0").attr('checked', 'checked');
1131
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1132
  break;
1133
 
1134
  }
@@ -1148,6 +1280,12 @@ class BWGViewBWGShortcode {
1148
  else {
1149
  jQuery("#show_search_box_0").attr('checked', 'checked');
1150
  jQuery("#tr_search_box_width").css('display', 'none');
 
 
 
 
 
 
1151
  }
1152
  if (short_code['search_box_width']) {
1153
  jQuery("#search_box_width").val(short_code['search_box_width']);
@@ -1176,9 +1314,25 @@ class BWGViewBWGShortcode {
1176
  if (short_code['extended_album_view_type'] == 'thumbnail') {
1177
  jQuery("#extended_album_view_type_1").attr('checked', 'checked');
1178
  }
1179
- else {
1180
  jQuery("#extended_album_view_type_0").attr('checked', 'checked');
1181
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1182
  break;
1183
 
1184
  }
@@ -1384,6 +1538,7 @@ class BWGViewBWGShortcode {
1384
  tagtext += ' sort_by="' + jQuery("#sort_by").val() + '"';
1385
  tagtext += ' order_by="' + jQuery("input[name=order_by]:checked").val() + '"';
1386
  tagtext += ' show_search_box="' + jQuery("input[name=show_search_box]:checked").val() + '"';
 
1387
  tagtext += ' search_box_width="' + jQuery("#search_box_width").val() + '"';
1388
  tagtext += ' image_column_number="' + jQuery("#image_column_number").val() + '"';
1389
  tagtext += ' images_per_page="' + jQuery("#images_per_page").val() + '"';
@@ -1437,11 +1592,15 @@ class BWGViewBWGShortcode {
1437
  tagtext += ' sort_by="' + jQuery("#sort_by").val() + '"';
1438
  tagtext += ' order_by="' + jQuery("input[name=order_by]:checked").val() + '"';
1439
  tagtext += ' show_search_box="' + jQuery("input[name=show_search_box]:checked").val() + '"';
 
1440
  tagtext += ' search_box_width="' + jQuery("#search_box_width").val() + '"';
1441
  tagtext += ' compuct_album_column_number="' + jQuery("#compuct_album_column_number").val() + '"';
1442
  tagtext += ' compuct_albums_per_page="' + jQuery("#compuct_albums_per_page").val() + '"';
1443
  tagtext += ' compuct_album_title="' + jQuery("input[name=compuct_album_title]:checked").val() + '"';
1444
  tagtext += ' compuct_album_view_type="' + jQuery("input[name=compuct_album_view_type]:checked").val() + '"';
 
 
 
1445
  tagtext += ' compuct_album_thumb_width="' + jQuery("#compuct_album_thumb_width").val() + '"';
1446
  tagtext += ' compuct_album_thumb_height="' + jQuery("#compuct_album_thumb_height").val() + '"';
1447
  tagtext += ' compuct_album_image_column_number="' + jQuery("#compuct_album_image_column_number").val() + '"';
@@ -1459,11 +1618,15 @@ class BWGViewBWGShortcode {
1459
  tagtext += ' sort_by="' + jQuery("#sort_by").val() + '"';
1460
  tagtext += ' order_by="' + jQuery("input[name=order_by]:checked").val() + '"';
1461
  tagtext += ' show_search_box="' + jQuery("input[name=show_search_box]:checked").val() + '"';
 
1462
  tagtext += ' search_box_width="' + jQuery("#search_box_width").val() + '"';
1463
  tagtext += ' extended_albums_per_page="' + jQuery("#extended_albums_per_page").val() + '"';
1464
  tagtext += ' extended_album_height="' + jQuery("#extended_album_height").val() + '"';
1465
  tagtext += ' extended_album_description_enable="' + jQuery("input[name=extended_album_description_enable]:checked").val() + '"';
1466
  tagtext += ' extended_album_view_type="' + jQuery("input[name=extended_album_view_type]:checked").val() + '"';
 
 
 
1467
  tagtext += ' extended_album_thumb_width="' + jQuery("#extended_album_thumb_width").val() + '"';
1468
  tagtext += ' extended_album_thumb_height="' + jQuery("#extended_album_thumb_height").val() + '"';
1469
  tagtext += ' extended_album_image_column_number="' + jQuery("#extended_album_image_column_number").val() + '"';
118
  <div style="text-align: center;"><input disabled="disabled" type="radio" id="thumbnails_masonry" name="gallery_type" value="thumbnails_masonry" /><label class="spider_free_version_label" for="thumbnails_masonry">Masonry</label></div>
119
  <label><img style="opacity:0.5; filter: Alpha(opacity=50);" disabled="disabled" src="<?php echo WD_BWG_URL . '/images/thumbnails_masonry.jpg'; ?>" /></label>
120
  </span>
121
+ <span title="This view is disabled in free version." class="gallery_type">
122
+ <div style="text-align: center;"><input disabled="disabled" type="radio" id="thumbnails_mosaic" name="gallery_type" value="thumbnails_mosaic" /><label class="spider_free_version_label" for="thumbnails_mosaic">Mosaic</label></div>
123
+ <label for="thumbnails_mosaic"><img style="opacity:0.5; filter: Alpha(opacity=50);" disabled="disabled" src="<?php echo WD_BWG_URL . '/images/thumbnails_mosaic.jpg'; ?>" /></label>
124
+ </span>
125
  <span class="gallery_type" onClick="bwg_gallery_type('slideshow')">
126
  <div style="text-align: center;"><input type="radio" id="slideshow" name="gallery_type" value="slideshow" /><label for="slideshow">Slideshow</label></div>
127
  <label for="slideshow"><img src="<?php echo WD_BWG_URL . '/images/slideshow.jpg'; ?>" /></label>
224
  <input type="radio" name="show_search_box" id="show_search_box_0" value="0" <?php if (!$option_row->show_search_box) echo 'checked="checked"'; ?> onchange="bwg_show_search_box()" /><label for="show_search_box_0">No</label>
225
  </td>
226
  </tr>
227
+
228
+ <tr id="tr_show_sort_images">
229
+ <td class="spider_label"><label>Show "Order by" dropdown list: </label></td>
230
+ <td>
231
+ <input type="radio" name="show_sort_images" id="show_sort_images_1" value="1" <?php if ($option_row->show_sort_images) echo 'checked="checked"'; ?> onchange="" /><label for="show_sort_images_1">Yes</label>
232
+ <input type="radio" name="show_sort_images" id="show_sort_images_0" value="0" <?php if (!$option_row->show_sort_images) echo 'checked="checked"'; ?> onchange="" /><label for="show_sort_images_0">No</label>
233
+ </td>
234
+ </tr>
235
+
236
  <tr id="tr_search_box_width">
237
  <td class="spider_label"><label for="search_box_width">Search box width: </label></td>
238
  <td><input type="text" name="search_box_width" id="search_box_width" value="<?php echo $option_row->search_box_width; ?>" class="spider_int_input" /> px</td>
254
  jQuery('#thumb_width_height_separator').hide();" <?php echo ($option_row->masonry == 'vertical') ? 'checked' : ''; ?> /><label for="masonry_ver">Vertical</label>
255
  </td>
256
  </tr>
257
+ <!--Thumbnails, Mosaic viewies-->
258
+ <tr id="tr_mosaic_hor_ver">
259
+ <td class="spider_label"><label>Mosaic: </label></td>
260
+ <td>
261
+ <input type="radio" name="mosaic_hor_ver" id="mosaic_ver" value="vertical" onclick="bwg_change_label('image_column_number_label', 'Number of image rows: ');
262
+ bwg_change_label('thumb_width_height_label', 'Image thumbnail width: ');
263
+ jQuery('#thumb_width').show();
264
+ jQuery('#thumb_height').hide();
265
+ jQuery('#thumb_width_height_separator').hide();" <?php echo ($option_row->mosaic == 'vertical') ? 'checked' : ''; ?> /><label for="mosaic_ver">Vertical</label>
266
+ <input type="radio" name="mosaic_hor_ver" id="mosaic_hor" value="horizontal" onclick="bwg_change_label('image_column_number_label', 'Max. number of image columns: ');
267
+ bwg_change_label('thumb_width_height_label', 'Image Thumbnail Height: ');
268
+ jQuery('#thumb_width').hide();
269
+ jQuery('#thumb_height').show();
270
+ jQuery('#thumb_width_height_separator').hide();" <?php echo ($option_row->mosaic == 'horizontal') ? 'checked' : ''; ?> /><label for="mosaic_hor">Horizontal</label>
271
+
272
+
273
+ </td>
274
+ </tr>
275
+ <tr id="tr_resizable_mosaic">
276
+ <td title="Mosaic thumbnails do not have fixed size, but are proportional to the width of the parent container. This option keeps thumbs to look nice when viewed with very large or very small screen. Prevents zooming of thumbs." class="spider_label"><label for="resizable_mosaic">Resizable mosaic</label></td>
277
+ <td>
278
+ <input type="radio" name="resizable_mosaic" id="resizable_mosaic_1" value="1" <?php echo ($option_row->resizable_mosaic == 1) ? 'checked' : ''; ?> /><label for="resizable_mosaic_1">Yes</label>
279
+ <input type="radio" name="resizable_mosaic" id="resizable_mosaic_0" value="0" <?php echo ($option_row->resizable_mosaic == 0) ? 'checked' : ''; ?> /><label for="resizable_mosaic_0">No</label>
280
+ <br />
281
+ </td>
282
+ </tr>
283
+ <tr id="tr_mosaic_total_width">
284
+ <td title="Percentage of container's width" class="spider_label"><label for="mosaic_total_width">Total width of mosaic: </label></td>
285
+ <td><input type="text" name="mosaic_total_width" id="mosaic_total_width" value="<?php echo $option_row->mosaic_total_width; ?>" class="spider_int_input" /> %</td>
286
+ </tr>
287
  <tr id="tr_image_column_number">
288
  <td class="spider_label"><label id="image_column_number_label" for="image_column_number">Max. number of image columns: </label></td>
289
  <td><input type="text" name="image_column_number" id="image_column_number" value="<?php echo $option_row->image_column_number; ?>" class="spider_int_input" /></td>
332
  <input type="radio" name="compuct_album_title" id="compuct_album_title_none" value="none" <?php echo ($option_row->album_title_show_hover == 'none') ? 'checked' : ''; ?> /><label for="compuct_album_title_none">Don't show</label>
333
  </td>
334
  </tr>
335
+ <tr id="tr_compuct_album_thumb_width_height">
336
+ <td title="Maximum values for album thumb width and height." class="spider_label"><label for="compuct_album_thumb_width">Album Thumbnail dimensions: </label></td>
337
+ <td>
338
+ <input type="text" name="compuct_album_thumb_width" id="compuct_album_thumb_width" value="<?php echo $option_row->album_thumb_width; ?>" class="spider_int_input" /> x
339
+ <input type="text" name="compuct_album_thumb_height" id="compuct_album_thumb_height" value="<?php echo $option_row->album_thumb_height; ?>" class="spider_int_input" /> px
340
+ </td>
341
+ </tr>
342
  <tr id="tr_compuct_album_view_type">
343
  <td title="The gallery images view type in the album.<br /><br />This option is disabled in free version." class="spider_label spider_free_version_label"><label>Album view type: </label></td>
344
  <td>
345
  <input disabled="disabled" type="radio" name="compuct_album_view_type" id="compuct_album_view_type_1" value="thumbnail" <?php if ($option_row->album_view_type == "thumbnail") echo 'checked="checked"'; ?> onchange="bwg_change_compuct_album_view_type()" /><label for="compuct_album_view_type_1">Thumbnail</label>
346
  <input disabled="disabled" type="radio" name="compuct_album_view_type" id="compuct_album_view_type_0" value="masonry" <?php if ($option_row->album_view_type == "masonry") echo 'checked="checked"'; ?> onchange="bwg_change_compuct_album_view_type()" /><label for="compuct_album_view_type_0">Masonry</label>
347
+ <input disabled="disabled" type="radio" name="compuct_album_view_type" id="compuct_album_view_type_2" value="mosaic" <?php if ($option_row->album_view_type == "mosaic") echo 'checked="checked"'; ?> onchange="bwg_change_compuct_album_view_type()" /><label for="compuct_album_view_type_2">Mosaic</label>
348
  </td>
349
  </tr>
350
+ <tr id="tr_compuct_album_mosaic_hor_ver">
351
+ <td title="This option is disabled in free version." class="spider_label spider_free_version_label"><label>Mosaic: </label></td>
352
  <td>
353
+ <input disabled="disabled" type="radio" name="compuct_album_mosaic_hor_ver" id="compuct_album_mosaic_ver" value="vertical" onclick="bwg_change_label('compuct_album_image_column_number', 'Number of image rows: ');
354
+ bwg_change_label('compuct_album_image_thumb_dimensions', 'Image thumbnail width: ');
355
+ jQuery('#compuct_album_image_thumb_width').show();
356
+ jQuery('#compuct_album_image_thumb_height').hide();
357
+ jQuery('#compuct_album_image_thumb_dimensions_x').hide();" <?php echo ($option_row->mosaic == 'vertical') ? 'checked' : ''; ?> /><label for="compuct_album_mosaic_ver">Vertical</label>
358
+ <input disabled="disabled" type="radio" name="compuct_album_mosaic_hor_ver" id="compuct_album_mosaic_hor" value="horizontal" onclick="bwg_change_label('compuct_album_image_column_number', 'Max. number of image columns: ');
359
+ bwg_change_label('compuct_album_image_thumb_dimensions', 'Image thumbnail height: ');
360
+ jQuery('#compuct_album_image_thumb_width').hide();
361
+ jQuery('#compuct_album_image_thumb_height').show();
362
+ jQuery('#compuct_album_image_thumb_dimensions_x').hide();" <?php echo ($option_row->mosaic == 'horizontal') ? 'checked' : ''; ?> /><label for="compuct_album_mosaic_hor">Horizontal</label>
363
+
364
+
365
  </td>
366
  </tr>
367
+ <tr id="tr_compuct_album_resizable_mosaic">
368
+ <td title="Mosaic thumbnails do not have fixed size, but are proportional to the width of the parent container. This option keeps thumbs to look nice when viewed with very large or very small screen. Prevents zooming of thumbs.<br /><br />This option is disabled in free version." class="spider_label spider_free_version_label"><label for="compuct_album_resizable_mosaic">Resizable mosaic</label></td>
369
+ <td>
370
+ <input disabled="disabled" type="radio" name="compuct_album_resizable_mosaic" id="compuct_album_resizable_mosaic_1" value="1" <?php echo ($option_row->resizable_mosaic == 1) ? 'checked' : ''; ?> /><label for="compuct_album_resizable_mosaic_1">Yes</label>
371
+ <input disabled="disabled" type="radio" name="compuct_album_resizable_mosaic" id="compuct_album_resizable_mosaic_0" value="0" <?php echo ($option_row->resizable_mosaic == 0) ? 'checked' : ''; ?> /><label for="compuct_album_resizable_mosaic_0">No</label>
372
+ <br />
373
+ </td>
374
+ </tr>
375
+ <tr id="tr_compuct_album_mosaic_total_width">
376
+ <td title="Percentage of container's width" class="spider_label"><label for="compuct_album_mosaic_total_width">Total width of mosaic: </label></td>
377
+ <td><input type="text" name="compuct_album_mosaic_total_width" id="compuct_album_mosaic_total_width" value="<?php echo $option_row->mosaic_total_width; ?>" class="spider_int_input" /> percent</td>
378
+ </tr>
379
  <tr id="tr_compuct_album_image_column_number">
380
  <td class="spider_label"><label for="compuct_album_image_column_number">Max. number of image columns: </label></td>
381
  <td><input type="text" name="compuct_album_image_column_number" id="compuct_album_image_column_number" value="<?php echo $option_row->image_column_number; ?>" class="spider_int_input" /></td>
423
  <input type="radio" name="extended_album_description_enable" id="extended_album_description_no" value="0" <?php echo ($option_row->extended_album_description_enable) ? '' : 'checked'; ?> /><label for="extended_album_description_no">No</label>
424
  </td>
425
  </tr>
426
+ <tr id="tr_extended_album_thumb_width_height">
427
+ <td title="Maximum values for album thumb width and height." class="spider_label"><label for="extended_album_thumb_width">Album thumbnail dimensions: </label></td>
428
+ <td>
429
+ <input type="text" name="extended_album_thumb_width" id="extended_album_thumb_width" value="<?php echo $option_row->album_thumb_width; ?>" class="spider_int_input" /> x
430
+ <input type="text" name="extended_album_thumb_height" id="extended_album_thumb_height" value="<?php echo $option_row->album_thumb_height; ?>" class="spider_int_input" /> px
431
+ </td>
432
+ </tr>
433
  <tr id="tr_extended_album_view_type">
434
  <td title="The gallery images view type in the album.<br /><br />This option is disabled in free version." class="spider_label spider_free_version_label"><label>Album view type: </label></td>
435
  <td>
436
  <input disabled="disabled" type="radio" name="extended_album_view_type" id="extended_album_view_type_1" value="thumbnail" <?php if ($option_row->album_view_type == "thumbnail") echo 'checked="checked"'; ?> onchange="bwg_change_extended_album_view_type()" /><label for="extended_album_view_type_1">Thumbnail</label>
437
  <input disabled="disabled" type="radio" name="extended_album_view_type" id="extended_album_view_type_0" value="masonry" <?php if ($option_row->album_view_type == "masonry") echo 'checked="checked"'; ?> onchange="bwg_change_extended_album_view_type()" /><label for="extended_album_view_type_0">Masonry</label>
438
+ <input disabled="disabled" type="radio" name="extended_album_view_type" id="extended_album_view_type_2" value="mosaic" <?php if ($option_row->album_view_type == "mosaic") echo 'checked="checked"'; ?> onchange="bwg_change_extended_album_view_type()" /><label for="extended_album_view_type_2">Mosaic</label>
439
  </td>
440
  </tr>
441
+ <tr id="tr_extended_album_mosaic_hor_ver">
442
+ <td title="This option is disabled in free version." class="spider_label spider_free_version_label"><label>Mosaic: </label></td>
443
  <td>
444
+ <input disabled="disabled" type="radio" name="extended_album_mosaic_hor_ver" id="extended_album_mosaic_ver" value="vertical" onclick="bwg_change_label('extended_album_image_column_number', 'Number of image rows: ');
445
+ bwg_change_label('extended_album_image_thumb_dimensions', 'Image thumbnail width: ');
446
+ jQuery('#extended_album_image_thumb_width').show();
447
+ jQuery('#extended_album_image_thumb_height').hide();
448
+ jQuery('#extended_album_image_thumb_dimensions_x').hide();" <?php echo ($option_row->mosaic == 'vertical') ? 'checked' : ''; ?> /><label for="extended_album_mosaic_ver">Vertical</label>
449
+ <input disabled="disabled" type="radio" name="extended_album_mosaic_hor_ver" id="extended_album_mosaic_hor" value="horizontal" onclick="bwg_change_label('extended_album_image_column_number', 'Max. number of image columns: ');
450
+ bwg_change_label('extended_album_image_thumb_dimensions', 'Image thumbnail height: ');
451
+ jQuery('#extended_album_image_thumb_width').hide();
452
+ jQuery('#extended_album_image_thumb_height').show();
453
+ jQuery('#extended_album_image_thumb_dimensions_x').hide();" <?php echo ($option_row->mosaic == 'horizontal') ? 'checked' : ''; ?> /><label for="extended_album_mosaic_hor">Horizontal</label>
454
+
455
+
456
  </td>
457
  </tr>
458
+ <tr id="tr_extended_album_resizable_mosaic">
459
+ <td title="Mosaic thumbnails do not have fixed size, but are proportional to the width of the parent container. This option keeps thumbs to look nice when viewed with very large or very small screen. Prevents zooming of thumbs.<br /><br />This option is disabled in free version." class="spider_label spider_free_version_label"><label for="extended_album_resizable_mosaic">Resizable mosaic: </label></td>
460
+ <td>
461
+ <input disabled="disabled" type="radio" name="extended_album_resizable_mosaic" id="extended_album_resizable_mosaic_1" value="1" <?php echo ($option_row->resizable_mosaic == 1) ? 'checked' : ''; ?> /><label for="extended_album_resizable_mosaic_1">Yes</label>
462
+ <input disabled="disabled" type="radio" name="extended_album_resizable_mosaic" id="extended_album_resizable_mosaic_0" value="0" <?php echo ($option_row->resizable_mosaic == 0) ? 'checked' : ''; ?> /><label for="extended_album_resizable_mosaic_0">No</label>
463
+ <br />
464
+ </td>
465
+ </tr>
466
+
467
+ <tr id="tr_extended_album_mosaic_total_width">
468
+ <td title="Percentage of container's width" class="spider_label"><label for="extended_album_mosaic_total_width">Total width of mosaic: </label></td>
469
+ <td><input type="text" name="extended_album_mosaic_total_width" id="extended_album_mosaic_total_width" value="<?php echo $option_row->mosaic_total_width; ?>" class="spider_int_input" /> percent</td>
470
+ </tr>
471
  <tr id="tr_extended_album_image_column_number">
472
  <td class="spider_label"><label for="extended_album_image_column_number">Max. number of image columns: </label></td>
473
  <td><input type="text" name="extended_album_image_column_number" id="extended_album_image_column_number" value="<?php echo $option_row->image_column_number; ?>" class="spider_int_input" /></td>
1071
  else {
1072
  jQuery("#show_search_box_0").attr('checked', 'checked');
1073
  jQuery("#tr_search_box_width").css('display', 'none');
1074
+ }
1075
+ if (short_code['show_sort_images'] == 1) {
1076
+ jQuery("#show_sort_images_1").attr('checked', 'checked');
1077
+ }
1078
+ else {
1079
+ jQuery("#show_sort_images_0").attr('checked', 'checked');
1080
  }
1081
  if (short_code['search_box_width']) {
1082
  jQuery("#search_box_width").val(short_code['search_box_width']);
1213
  else {
1214
  jQuery("#show_search_box_0").attr('checked', 'checked');
1215
  jQuery("#tr_search_box_width").css('display', 'none');
1216
+ }
1217
+ if (short_code['show_sort_images'] == 1) {
1218
+ jQuery("#show_sort_images_1").attr('checked', 'checked');
1219
+ }
1220
+ else {
1221
+ jQuery("#show_sort_images_0").attr('checked', 'checked');
1222
  }
1223
  if (short_code['search_box_width']) {
1224
  jQuery("#search_box_width").val(short_code['search_box_width']);
1242
  if (short_code['compuct_album_view_type'] == 'thumbnail') {
1243
  jQuery("#compuct_album_view_type_1").attr('checked', 'checked');
1244
  }
1245
+ else if (short_code['compuct_album_view_type'] == 'masonry'){
1246
  jQuery("#compuct_album_view_type_0").attr('checked', 'checked');
1247
  }
1248
+ else{
1249
+ jQuery("#compuct_album_view_type_2").attr('checked', 'checked');
1250
+ }
1251
+ if (short_code['compuct_album_mosaic_hor_ver'] == "vertical") {
1252
+ jQuery("#compuct_album_mosaic_ver").attr('checked', 'checked');
1253
+ }
1254
+ else {
1255
+ jQuery("#compuct_album_mosaic_hor").attr('checked', 'checked');
1256
+ }
1257
+ if (short_code['compuct_album_resizable_mosaic'] == 1) {
1258
+ jQuery("#compuct_album_resizable_mosaic_1").attr('checked', 'checked');
1259
+ }
1260
+ else {
1261
+ jQuery("#compuct_album_resizable_mosaic_0").attr('checked', 'checked');
1262
+ }
1263
+ jQuery("#compuct_album_mosaic_total_width").val(short_code['compuct_album_mosaic_total_width']);
1264
  break;
1265
 
1266
  }
1280
  else {
1281
  jQuery("#show_search_box_0").attr('checked', 'checked');
1282
  jQuery("#tr_search_box_width").css('display', 'none');
1283
+ }
1284
+ if (short_code['show_sort_images'] == 1) {
1285
+ jQuery("#show_sort_images_1").attr('checked', 'checked');
1286
+ }
1287
+ else {
1288
+ jQuery("#show_sort_images_0").attr('checked', 'checked');
1289
  }
1290
  if (short_code['search_box_width']) {
1291
  jQuery("#search_box_width").val(short_code['search_box_width']);
1314
  if (short_code['extended_album_view_type'] == 'thumbnail') {
1315
  jQuery("#extended_album_view_type_1").attr('checked', 'checked');
1316
  }
1317
+ else if(short_code['extended_album_view_type'] == 'masonry'){
1318
  jQuery("#extended_album_view_type_0").attr('checked', 'checked');
1319
  }
1320
+ else{
1321
+ jQuery("#extended_album_view_type_2").attr('checked', 'checked');
1322
+ }
1323
+ if (short_code['extended_album_mosaic_hor_ver'] == "vertical") {
1324
+ jQuery("#extended_album_mosaic_ver").attr('checked', 'checked');
1325
+ }
1326
+ else {
1327
+ jQuery("#extended_album_mosaic_hor").attr('checked', 'checked');
1328
+ }
1329
+ if (short_code['extended_album_resizable_mosaic'] == 1) {
1330
+ jQuery("#extended_album_resizable_mosaic_1").attr('checked', 'checked');
1331
+ }
1332
+ else {
1333
+ jQuery("#extended_album_resizable_mosaic_0").attr('checked', 'checked');
1334
+ }
1335
+ jQuery("#extended_album_mosaic_total_width").val(short_code['extended_album_mosaic_total_width']);
1336
  break;
1337
 
1338
  }
1538
  tagtext += ' sort_by="' + jQuery("#sort_by").val() + '"';
1539
  tagtext += ' order_by="' + jQuery("input[name=order_by]:checked").val() + '"';
1540
  tagtext += ' show_search_box="' + jQuery("input[name=show_search_box]:checked").val() + '"';
1541
+ tagtext += ' show_sort_images="' + jQuery("input[name=show_sort_images]:checked").val() + '"';
1542
  tagtext += ' search_box_width="' + jQuery("#search_box_width").val() + '"';
1543
  tagtext += ' image_column_number="' + jQuery("#image_column_number").val() + '"';
1544
  tagtext += ' images_per_page="' + jQuery("#images_per_page").val() + '"';
1592
  tagtext += ' sort_by="' + jQuery("#sort_by").val() + '"';
1593
  tagtext += ' order_by="' + jQuery("input[name=order_by]:checked").val() + '"';
1594
  tagtext += ' show_search_box="' + jQuery("input[name=show_search_box]:checked").val() + '"';
1595
+ tagtext += ' show_sort_images="' + jQuery("input[name=show_sort_images]:checked").val() + '"';
1596
  tagtext += ' search_box_width="' + jQuery("#search_box_width").val() + '"';
1597
  tagtext += ' compuct_album_column_number="' + jQuery("#compuct_album_column_number").val() + '"';
1598
  tagtext += ' compuct_albums_per_page="' + jQuery("#compuct_albums_per_page").val() + '"';
1599
  tagtext += ' compuct_album_title="' + jQuery("input[name=compuct_album_title]:checked").val() + '"';
1600
  tagtext += ' compuct_album_view_type="' + jQuery("input[name=compuct_album_view_type]:checked").val() + '"';
1601
+ tagtext += ' compuct_album_mosaic_hor_ver="' + jQuery("input[name=compuct_album_mosaic_hor_ver]:checked").val() + '"';
1602
+ tagtext += ' compuct_album_resizable_mosaic="' + jQuery("input[name=compuct_album_resizable_mosaic]:checked").val() + '"';
1603
+ tagtext += ' compuct_album_mosaic_total_width="' + jQuery("#compuct_album_mosaic_total_width").val() + '"';
1604
  tagtext += ' compuct_album_thumb_width="' + jQuery("#compuct_album_thumb_width").val() + '"';
1605
  tagtext += ' compuct_album_thumb_height="' + jQuery("#compuct_album_thumb_height").val() + '"';
1606
  tagtext += ' compuct_album_image_column_number="' + jQuery("#compuct_album_image_column_number").val() + '"';
1618
  tagtext += ' sort_by="' + jQuery("#sort_by").val() + '"';
1619
  tagtext += ' order_by="' + jQuery("input[name=order_by]:checked").val() + '"';
1620
  tagtext += ' show_search_box="' + jQuery("input[name=show_search_box]:checked").val() + '"';
1621
+ tagtext += ' show_sort_images="' + jQuery("input[name=show_sort_images]:checked").val() + '"';
1622
  tagtext += ' search_box_width="' + jQuery("#search_box_width").val() + '"';
1623
  tagtext += ' extended_albums_per_page="' + jQuery("#extended_albums_per_page").val() + '"';
1624
  tagtext += ' extended_album_height="' + jQuery("#extended_album_height").val() + '"';
1625
  tagtext += ' extended_album_description_enable="' + jQuery("input[name=extended_album_description_enable]:checked").val() + '"';
1626
  tagtext += ' extended_album_view_type="' + jQuery("input[name=extended_album_view_type]:checked").val() + '"';
1627
+ tagtext += ' extended_album_mosaic_hor_ver="' + jQuery("input[name=extended_album_mosaic_hor_ver]:checked").val() + '"';
1628
+ tagtext += ' extended_album_resizable_mosaic="' + jQuery("input[name=extended_album_resizable_mosaic]:checked").val() + '"';
1629
+ tagtext += ' extended_album_mosaic_total_width="' + jQuery("#extended_album_mosaic_total_width").val() + '"';
1630
  tagtext += ' extended_album_thumb_width="' + jQuery("#extended_album_thumb_width").val() + '"';
1631
  tagtext += ' extended_album_thumb_height="' + jQuery("#extended_album_thumb_height").val() + '"';
1632
  tagtext += ' extended_album_image_column_number="' + jQuery("#extended_album_image_column_number").val() + '"';
admin/views/BWGViewGalleries_bwg.php CHANGED
@@ -32,6 +32,7 @@ class BWGViewGalleries_bwg {
32
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'order');
33
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
34
  $ids_string = '';
 
35
  ?>
36
  <div style="clear: both; float: left; width: 99%;">
37
  <div style="float:left; font-size: 14px; font-weight: bold;">
@@ -70,7 +71,7 @@ class BWGViewGalleries_bwg {
70
  <div class="tablenav top">
71
  <?php
72
  WDWLibrary::search('Name', $search_value, 'galleries_form');
73
- WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'galleries_form');
74
  ?>
75
  </div>
76
  <table class="wp-list-table widefat fixed pages">
@@ -201,6 +202,7 @@ class BWGViewGalleries_bwg {
201
  $row = $this->model->get_row_data($id);
202
  $option_row = $this->model->get_option_row_data();
203
  $page_title = (($id != 0) ? 'Edit gallery ' . $row->name : 'Create new gallery');
 
204
  ?>
205
  <div style="clear: both; float: left; width: 99%;">
206
  <div id="message_div" class="updated" style="display: none;"></div>
@@ -438,7 +440,7 @@ class BWGViewGalleries_bwg {
438
  tr.appendChild(td_tag);
439
  var a_tag = document.createElement('a');
440
  a_tag.setAttribute('class', "button button-small button-primary thickbox thickbox-preview");
441
- a_tag.setAttribute('href', "<?php echo add_query_arg(array('action' => 'addTags', 'width' => '650', 'height' => '500'), admin_url('admin-ajax.php')); ?>&image_id=" + bwg_j + "&TB_iframe=1");
442
  a_tag.innerHTML = 'Add tag';
443
  td_tag.appendChild(a_tag);
444
  var div_tag = document.createElement('div');
@@ -604,6 +606,7 @@ class BWGViewGalleries_bwg {
604
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
605
  $page_number = (isset($_POST['page_number']) ? esc_html(stripslashes($_POST['page_number'])) : 1);
606
  $ids_string = '';
 
607
  ?>
608
  <div id="draganddrop" class="updated" style="display:none;"><strong><p>Changes made in this table should be saved.</p></strong></div>
609
  <div class="buttons_div_left">
@@ -625,7 +628,7 @@ class BWGViewGalleries_bwg {
625
  <input class="button-secondary" type="submit" onclick="spider_set_input_value('ajax_task', 'image_recover_all');
626
  spider_ajax_save('galleries_form');
627
  return false;" value="Reset" />
628
- <a onclick="return bwg_check_checkboxes();" href="<?php echo add_query_arg(array('action' => 'addTags', 'width' => '650', 'height' => '500'), admin_url('admin-ajax.php')); ?>&TB_iframe=1" class="button-primary thickbox thickbox-preview">Add tag</a>
629
  <input class="button-secondary" type="submit" onclick="spider_set_input_value('ajax_task', 'image_publish_all');
630
  spider_ajax_save('galleries_form');
631
  return false;" value="Publish" />
@@ -661,7 +664,7 @@ class BWGViewGalleries_bwg {
661
  <div class="tablenav top">
662
  <?php
663
  WDWLibrary::ajax_search('Filename', $search_value, 'galleries_form');
664
- WDWLibrary::ajax_html_page_nav($page_nav['total'], $page_nav['limit'], 'galleries_form');
665
  ?>
666
  </div>
667
 
@@ -716,7 +719,7 @@ class BWGViewGalleries_bwg {
716
  </thead>
717
  <tbody id="tbody_arr">
718
  <?php
719
- $i = ($page_number - 1) * 20;
720
  if ($rows_data) {
721
  foreach ($rows_data as $row_data) {
722
  $is_video = $row_data->filetype == 'YOUTUBE' || $row_data->filetype == 'VIMEO';
@@ -772,7 +775,7 @@ class BWGViewGalleries_bwg {
772
  <textarea cols="20" rows="2" id="image_description_<?php echo $row_data->id; ?>" name="image_description_<?php echo $row_data->id; ?>" style="resize:vertical;"><?php echo $row_data->description; ?></textarea>
773
  </td>
774
  <td class="table_extra_large_col">
775
- <a href="<?php echo add_query_arg(array('action' => 'addTags', 'image_id' => $row_data->id, 'width' => '650', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" class="button button-small button-primary thickbox thickbox-preview">Add tag</a>
776
  <div class="tags_div" id="tags_div_<?php echo $row_data->id; ?>">
777
  <?php
778
  $tags_id_string = '';
32
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'order');
33
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
34
  $ids_string = '';
35
+ $per_page = $this->model->per_page();
36
  ?>
37
  <div style="clear: both; float: left; width: 99%;">
38
  <div style="float:left; font-size: 14px; font-weight: bold;">
71
  <div class="tablenav top">
72
  <?php
73
  WDWLibrary::search('Name', $search_value, 'galleries_form');
74
+ WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'galleries_form', $per_page);
75
  ?>
76
  </div>
77
  <table class="wp-list-table widefat fixed pages">
202
  $row = $this->model->get_row_data($id);
203
  $option_row = $this->model->get_option_row_data();
204
  $page_title = (($id != 0) ? 'Edit gallery ' . $row->name : 'Create new gallery');
205
+ $per_page = $this->model->per_page();
206
  ?>
207
  <div style="clear: both; float: left; width: 99%;">
208
  <div id="message_div" class="updated" style="display: none;"></div>
440
  tr.appendChild(td_tag);
441
  var a_tag = document.createElement('a');
442
  a_tag.setAttribute('class', "button button-small button-primary thickbox thickbox-preview");
443
+ a_tag.setAttribute('href', "<?php echo add_query_arg(array('action' => 'addTags', 'width' => '650', 'height' => '500', 'bwg_items_per_page' => $per_page), admin_url('admin-ajax.php')); ?>&image_id=" + bwg_j + "&TB_iframe=1");
444
  a_tag.innerHTML = 'Add tag';
445
  td_tag.appendChild(a_tag);
446
  var div_tag = document.createElement('div');
606
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
607
  $page_number = (isset($_POST['page_number']) ? esc_html(stripslashes($_POST['page_number'])) : 1);
608
  $ids_string = '';
609
+ $per_page = $this->model->per_page();
610
  ?>
611
  <div id="draganddrop" class="updated" style="display:none;"><strong><p>Changes made in this table should be saved.</p></strong></div>
612
  <div class="buttons_div_left">
628
  <input class="button-secondary" type="submit" onclick="spider_set_input_value('ajax_task', 'image_recover_all');
629
  spider_ajax_save('galleries_form');
630
  return false;" value="Reset" />
631
+ <a onclick="return bwg_check_checkboxes();" href="<?php echo add_query_arg(array('action' => 'addTags', 'width' => '650', 'height' => '500', 'bwg_items_per_page' => $per_page ), admin_url('admin-ajax.php')); ?>&TB_iframe=1" class="button-primary thickbox thickbox-preview">Add tag</a>
632
  <input class="button-secondary" type="submit" onclick="spider_set_input_value('ajax_task', 'image_publish_all');
633
  spider_ajax_save('galleries_form');
634
  return false;" value="Publish" />
664
  <div class="tablenav top">
665
  <?php
666
  WDWLibrary::ajax_search('Filename', $search_value, 'galleries_form');
667
+ WDWLibrary::ajax_html_page_nav($page_nav['total'], $page_nav['limit'], 'galleries_form', $per_page);
668
  ?>
669
  </div>
670
 
719
  </thead>
720
  <tbody id="tbody_arr">
721
  <?php
722
+ $i = ($page_number - 1) * $per_page;
723
  if ($rows_data) {
724
  foreach ($rows_data as $row_data) {
725
  $is_video = $row_data->filetype == 'YOUTUBE' || $row_data->filetype == 'VIMEO';
775
  <textarea cols="20" rows="2" id="image_description_<?php echo $row_data->id; ?>" name="image_description_<?php echo $row_data->id; ?>" style="resize:vertical;"><?php echo $row_data->description; ?></textarea>
776
  </td>
777
  <td class="table_extra_large_col">
778
+ <a href="<?php echo add_query_arg(array('action' => 'addTags', 'image_id' => $row_data->id, 'width' => '650', 'height' => '500', 'bwg_items_per_page' => $per_page , 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" class="button button-small button-primary thickbox thickbox-preview">Add tag</a>
779
  <div class="tags_div" id="tags_div_<?php echo $row_data->id; ?>">
780
  <?php
781
  $tags_id_string = '';
admin/views/BWGViewOptions_bwg.php CHANGED
@@ -184,7 +184,17 @@ class BWGViewOptions_bwg {
184
  <input type="radio" name="show_search_box" id="show_search_box_0" value="0" <?php if (!$row->show_search_box) echo 'checked="checked"'; ?> onClick="bwg_enable_disable('none', 'tr_search_box_width', 'show_search_box_0')" /><label for="show_search_box_0">No</label>
185
  <div class="spider_description"></div>
186
  </td>
187
- </tr>
 
 
 
 
 
 
 
 
 
 
188
  <tr id="tr_search_box_width">
189
  <td class="spider_label_options">
190
  <label for="search_box_width">Search box width: </label>
@@ -1145,7 +1155,36 @@ class BWGViewOptions_bwg {
1145
  <input type="radio" name="masonry" id="masonry_0" value="vertical" <?php if ($row->masonry == "vertical") echo 'checked="checked"'; ?> /><label for="masonry_0">Vertical</label>
1146
  <div class="spider_description"></div>
1147
  </td>
1148
- </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1149
  <tr>
1150
  <td class="spider_label_options">
1151
  <label for="image_column_number">Number of image columns: </label>
184
  <input type="radio" name="show_search_box" id="show_search_box_0" value="0" <?php if (!$row->show_search_box) echo 'checked="checked"'; ?> onClick="bwg_enable_disable('none', 'tr_search_box_width', 'show_search_box_0')" /><label for="show_search_box_0">No</label>
185
  <div class="spider_description"></div>
186
  </td>
187
+ </tr>
188
+ <tr>
189
+ <td class="spider_label_options">
190
+ <label>Show "Order by" dropdown list:</label>
191
+ </td>
192
+ <td>
193
+ <input type="radio" name="show_sort_images" id="show_sort_images_1" value="1" <?php if ($row->show_sort_images) echo 'checked="checked"'; ?> /><label for="show_sort_images_1">Yes</label>
194
+ <input type="radio" name="show_sort_images" id="show_sort_images_0" value="0" <?php if (!$row->show_sort_images) echo 'checked="checked"'; ?> /><label for="show_sort_images_0">No</label>
195
+ <div class="spider_description"></div>
196
+ </td>
197
+ </tr>
198
  <tr id="tr_search_box_width">
199
  <td class="spider_label_options">
200
  <label for="search_box_width">Search box width: </label>
1155
  <input type="radio" name="masonry" id="masonry_0" value="vertical" <?php if ($row->masonry == "vertical") echo 'checked="checked"'; ?> /><label for="masonry_0">Vertical</label>
1156
  <div class="spider_description"></div>
1157
  </td>
1158
+ </tr>
1159
+ <tr style="display:none;">
1160
+ <td class="spider_label_options">
1161
+ <label>Mosaic:</label>
1162
+ </td>
1163
+ <td>
1164
+ <input type="radio" name="mosaic" id="mosaic_0" value="vertical" <?php if ($row->mosaic == "vertical") echo 'checked="checked"'; ?> /><label for="mosaic_0">Vertical</label>
1165
+ <input type="radio" name="mosaic" id="mosaic_1" value="horizontal" <?php if ($row->mosaic == "horizontal") echo 'checked="checked"'; ?> /><label for="mosaic_1">Horizontal</label>
1166
+ <div class="spider_description"></div>
1167
+ </td>
1168
+ </tr>
1169
+ <tr style="display:none;">
1170
+ <td class="spider_label_options">
1171
+ <label>Resizable mosaic:</label>
1172
+ </td>
1173
+ <td>
1174
+ <input type="radio" name="resizable_mosaic" id="resizable_mosaic_0" value="0" <?php if ($row->resizable_mosaic == "0") echo 'checked="checked"'; ?> /><label for="resizable_mosaic_0">No</label>
1175
+ <input type="radio" name="resizable_mosaic" id="resizable_mosaic_1" value="1" <?php if ($row->resizable_mosaic == "1") echo 'checked="checked"'; ?> /><label for="resizable_mosaic_1">Yes</label>
1176
+ <div class="spider_description"></div>
1177
+ </td>
1178
+ </tr>
1179
+ <tr style="display:none;">
1180
+ <td class="spider_label_options">
1181
+ <label for="mosaic_total_width">Total width of mosaic: </label>
1182
+ </td>
1183
+ <td>
1184
+ <input type="text" name="mosaic_total_width" id="mosaic_total_width" value="<?php echo $row->mosaic_total_width; ?>" class="spider_int_input" /> %
1185
+ <div class="spider_description">Width of mosaic as a percentage of container's width.</div>
1186
+ </td>
1187
+ </tr>
1188
  <tr>
1189
  <td class="spider_label_options">
1190
  <label for="image_column_number">Number of image columns: </label>
admin/views/BWGViewTags_bwg.php CHANGED
@@ -30,6 +30,7 @@ class BWGViewTags_bwg {
30
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'A.term_id');
31
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
32
  $ids_string = '';
 
33
  ?>
34
  <script>
35
  var ajax_url = "<?php echo add_query_arg(array('action' => ''), admin_url('admin-ajax.php')); ?>"
@@ -64,7 +65,7 @@ class BWGViewTags_bwg {
64
  <div class="tablenav top">
65
  <?php
66
  WDWLibrary::search('Name', $search_value, 'tags_form');
67
- WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'tags_form');
68
  ?>
69
  </div>
70
  <table class="wp-list-table widefat fixed pages">
30
  $order_by = (isset($_POST['order_by']) ? esc_html(stripslashes($_POST['order_by'])) : 'A.term_id');
31
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
32
  $ids_string = '';
33
+ $per_page = $this->model->per_page();
34
  ?>
35
  <script>
36
  var ajax_url = "<?php echo add_query_arg(array('action' => ''), admin_url('admin-ajax.php')); ?>"
65
  <div class="tablenav top">
66
  <?php
67
  WDWLibrary::search('Name', $search_value, 'tags_form');
68
+ WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'tags_form', $per_page);
69
  ?>
70
  </div>
71
  <table class="wp-list-table widefat fixed pages">
admin/views/BWGViewThemes_bwg.php CHANGED
@@ -31,6 +31,7 @@ class BWGViewThemes_bwg {
31
  $order_by = (isset($_POST['order_by']) ? esc_html($_POST['order_by']) : 'id');
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
33
  $ids_string = '';
 
34
  ?>
35
  <div style="clear: both; float: left; width: 99%;">
36
  <div style="float:left; font-size: 14px; font-weight: bold;">
@@ -86,7 +87,7 @@ class BWGViewThemes_bwg {
86
  <div class="tablenav top">
87
  <?php
88
  WDWLibrary::search('Title', $search_value, 'themes_form');
89
- WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'themes_form');
90
  ?>
91
  </div>
92
  <table class="wp-list-table widefat fixed pages">
@@ -264,9 +265,11 @@ class BWGViewThemes_bwg {
264
  <div style="float: left; margin: 10px 0 0; display: none;" id="type_menu">
265
  <div id="type_Thumbnail" class="theme_type" onclick="bwg_change_theme_type('Thumbnail')">Thumbnails</div>
266
  <div id="type_Masonry" class="theme_type" style="opacity: 0.4; filter: Alpha(opacity=40);" title="This tab is disabled in free version">Masonry</div>
 
267
  <div id="type_Slideshow" class="theme_type" onclick="bwg_change_theme_type('Slideshow')">Slideshow</div>
268
  <div id="type_Image_browser" class="theme_type" onclick="bwg_change_theme_type('Image_browser')">Image Browser</div>
269
  <div id="type_Compact_album" class="theme_type" onclick="bwg_change_theme_type('Compact_album')">Compact Album</div>
 
270
  <div id="type_Extended_album" class="theme_type" onclick="bwg_change_theme_type('Extended_album')">Extended Album</div>
271
  <div id="type_Blog_style" class="theme_type" style="opacity: 0.4; filter: Alpha(opacity=40);" title="This tab is disabled in free version">Blog Style</div>
272
  <div id="type_Lightbox" class="theme_type" onclick="bwg_change_theme_type('Lightbox')">Lightbox</div>
31
  $order_by = (isset($_POST['order_by']) ? esc_html($_POST['order_by']) : 'id');
32
  $order_class = 'manage-column column-title sorted ' . $asc_or_desc;
33
  $ids_string = '';
34
+ $per_page = $this->model->per_page();
35
  ?>
36
  <div style="clear: both; float: left; width: 99%;">
37
  <div style="float:left; font-size: 14px; font-weight: bold;">
87
  <div class="tablenav top">
88
  <?php
89
  WDWLibrary::search('Title', $search_value, 'themes_form');
90
+ WDWLibrary::html_page_nav($page_nav['total'], $page_nav['limit'], 'themes_form', $per_page);
91
  ?>
92
  </div>
93
  <table class="wp-list-table widefat fixed pages">
265
  <div style="float: left; margin: 10px 0 0; display: none;" id="type_menu">
266
  <div id="type_Thumbnail" class="theme_type" onclick="bwg_change_theme_type('Thumbnail')">Thumbnails</div>
267
  <div id="type_Masonry" class="theme_type" style="opacity: 0.4; filter: Alpha(opacity=40);" title="This tab is disabled in free version">Masonry</div>
268
+ <div id="type_Mosaic" class="theme_type" style="opacity: 0.4; filter: Alpha(opacity=40);" title="This tab is disabled in free version">Mosaic</div>
269
  <div id="type_Slideshow" class="theme_type" onclick="bwg_change_theme_type('Slideshow')">Slideshow</div>
270
  <div id="type_Image_browser" class="theme_type" onclick="bwg_change_theme_type('Image_browser')">Image Browser</div>
271
  <div id="type_Compact_album" class="theme_type" onclick="bwg_change_theme_type('Compact_album')">Compact Album</div>
272
+ <div id="type_Masonry_album" class="theme_type" style="opacity: 0.4; filter: Alpha(opacity=40);" title="This tab is disabled in free version">Masonry Album</div>
273
  <div id="type_Extended_album" class="theme_type" onclick="bwg_change_theme_type('Extended_album')">Extended Album</div>
274
  <div id="type_Blog_style" class="theme_type" style="opacity: 0.4; filter: Alpha(opacity=40);" title="This tab is disabled in free version">Blog Style</div>
275
  <div id="type_Lightbox" class="theme_type" onclick="bwg_change_theme_type('Lightbox')">Lightbox</div>
css/bwg_shortcode.css CHANGED
@@ -1,7 +1,7 @@
1
  .gallery_type {
2
  border: 1px solid #CCCCCC;
3
  display: inline-block;
4
- width: 11.7%;
5
  }
6
 
7
  .gallery_type img {
@@ -12,7 +12,7 @@
12
  .panel_wrapper #display_panel {
13
  height: 450px !important;
14
  overflow: auto;
15
- font-size: 11px;
16
  }
17
 
18
  .bwg_short_div * {
1
  .gallery_type {
2
  border: 1px solid #CCCCCC;
3
  display: inline-block;
4
+ width: 10.5%;
5
  }
6
 
7
  .gallery_type img {
12
  .panel_wrapper #display_panel {
13
  height: 450px !important;
14
  overflow: auto;
15
+ font-size: 9px;
16
  }
17
 
18
  .bwg_short_div * {
css/bwg_tables.css CHANGED
@@ -424,12 +424,12 @@
424
  border-radius: 8px 8px 8px 8px;
425
  cursor: pointer;
426
  display: inline-block;
427
- font-size: 15px;
428
  height: 24px;
429
  padding-top: 5px;
430
  text-align: center;
431
  vertical-align: middle;
432
- width: 112px;
433
  margin: 2px 0px 2px 0px;
434
  }
435
 
424
  border-radius: 8px 8px 8px 8px;
425
  cursor: pointer;
426
  display: inline-block;
427
+ font-size: 13px;
428
  height: 24px;
429
  padding-top: 5px;
430
  text-align: center;
431
  vertical-align: middle;
432
+ width: 101px;
433
  margin: 2px 0px 2px 0px;
434
  }
435
 
filemanager/UploadHandler.php CHANGED
@@ -628,7 +628,6 @@ class UploadHandler {
628
  }
629
  }
630
 
631
-
632
  protected function handle_directory($target_dir) {
633
  $extracted_files = scandir($target_dir);
634
  if ($extracted_files) {
628
  }
629
  }
630
 
 
631
  protected function handle_directory($target_dir) {
632
  $extracted_files = scandir($target_dir);
633
  if ($extracted_files) {
framework/WDWLibrary.php CHANGED
@@ -211,7 +211,7 @@ class WDWLibrary {
211
  }
212
 
213
  public static function html_page_nav($count_items, $page_number, $form_id, $items_per_page = 20) {
214
- $limit = 20;
215
  if ($count_items) {
216
  if ($count_items % $limit) {
217
  $items_county = ($count_items - $count_items % $limit) / $limit + 1;
@@ -347,8 +347,9 @@ class WDWLibrary {
347
  <?php
348
  }
349
 
350
- public static function ajax_html_page_nav($count_items, $page_number, $form_id) {
351
- $limit = 20;
 
352
  if ($count_items) {
353
  if ($count_items % $limit) {
354
  $items_county = ($count_items - $count_items % $limit) / $limit + 1;
@@ -563,7 +564,7 @@ class WDWLibrary {
563
  <?php
564
  }
565
 
566
- public static function ajax_html_frontend_search_box($form_id, $current_view, $cur_gal_id, $images_count, $search_box_width) {
567
  $bwg_search = ((isset($_POST['bwg_search_' . $current_view]) && esc_html($_POST['bwg_search_' . $current_view]) != '') ? esc_html($_POST['bwg_search_' . $current_view]) : '');
568
  $type = (isset($_POST['type_' . $current_view]) ? esc_html($_POST['type_' . $current_view]) : 'album');
569
  $album_gallery_id = (isset($_POST['album_gallery_id_' . $current_view]) ? esc_html($_POST['album_gallery_id_' . $current_view]) : 0);
@@ -633,7 +634,7 @@ class WDWLibrary {
633
  return false;
634
  }
635
  return true;
636
- }
637
  </script>
638
  <div class="bwg_search_container_1" id="bwg_search_container_1_<?php echo $current_view; ?>">
639
  <div class="bwg_search_container_2" id="bwg_search_container_2_<?php echo $current_view; ?>">
@@ -652,6 +653,48 @@ class WDWLibrary {
652
  <?php
653
  }
654
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
655
  public static function spider_hex2rgb($colour) {
656
  if ($colour[0] == '#') {
657
  $colour = substr( $colour, 1 );
211
  }
212
 
213
  public static function html_page_nav($count_items, $page_number, $form_id, $items_per_page = 20) {
214
+ $limit = $items_per_page;
215
  if ($count_items) {
216
  if ($count_items % $limit) {
217
  $items_county = ($count_items - $count_items % $limit) / $limit + 1;
347
  <?php
348
  }
349
 
350
+ public static function ajax_html_page_nav($count_items, $page_number, $form_id, $items_per_page = 20) {
351
+ $limit = $items_per_page;
352
+
353
  if ($count_items) {
354
  if ($count_items % $limit) {
355
  $items_county = ($count_items - $count_items % $limit) / $limit + 1;
564
  <?php
565
  }
566
 
567
+ public static function ajax_html_frontend_search_box($form_id, $current_view, $cur_gal_id, $images_count, $search_box_width = 180) {
568
  $bwg_search = ((isset($_POST['bwg_search_' . $current_view]) && esc_html($_POST['bwg_search_' . $current_view]) != '') ? esc_html($_POST['bwg_search_' . $current_view]) : '');
569
  $type = (isset($_POST['type_' . $current_view]) ? esc_html($_POST['type_' . $current_view]) : 'album');
570
  $album_gallery_id = (isset($_POST['album_gallery_id_' . $current_view]) ? esc_html($_POST['album_gallery_id_' . $current_view]) : 0);
634
  return false;
635
  }
636
  return true;
637
+ }
638
  </script>
639
  <div class="bwg_search_container_1" id="bwg_search_container_1_<?php echo $current_view; ?>">
640
  <div class="bwg_search_container_2" id="bwg_search_container_2_<?php echo $current_view; ?>">
653
  <?php
654
  }
655
 
656
+ public static function ajax_html_frontend_sort_box($form_id, $current_view, $cur_gal_id, $sort_by = '', $search_box_width = 180) {
657
+ $bwg_search = ((isset($_POST['bwg_search_' . $current_view]) && esc_html($_POST['bwg_search_' . $current_view]) != '') ? esc_html($_POST['bwg_search_' . $current_view]) : '');
658
+ $type = (isset($_POST['type_' . $current_view]) ? esc_html($_POST['type_' . $current_view]) : 'album');
659
+ $album_gallery_id = (isset($_POST['album_gallery_id_' . $current_view]) ? esc_html($_POST['album_gallery_id_' . $current_view]) : 0);
660
+ ?>
661
+ <style>
662
+ .bwg_order_cont_<?php echo $current_view; ?> {
663
+ background-color: rgba(0,0,0,0);
664
+ display: block;
665
+ margin: 0 5px 20px 5px;
666
+ text-align: right;
667
+ width: 100%;
668
+ }
669
+ .bwg_order_label_<?php echo $current_view; ?> {
670
+ border: none;
671
+ box-shadow: none;
672
+ color: #BBBBBB;
673
+ font-family: inherit;
674
+ font-weight: bold;
675
+ outline: none;
676
+ }
677
+ .bwg_order_<?php echo $current_view; ?> {
678
+ background-color: #FFFFFF;
679
+ border: 1px solid #CCCCCC;
680
+ box-shadow: 0 0 3px 1px #CCCCCC;
681
+ border-radius: 4px;
682
+ max-width: 100%;
683
+ width: <?php echo $search_box_width; ?>px;
684
+ }
685
+ </style>
686
+ <div class="bwg_order_cont_<?php echo $current_view; ?>">
687
+ <span class="bwg_order_label_<?php echo $current_view; ?>"><?php echo __('Order by: ', 'bwg'); ?></span>
688
+ <select class="bwg_order_<?php echo $current_view; ?>" onchange="spider_frontend_ajax('<?php echo $form_id; ?>', '<?php echo $current_view; ?>', '<?php echo $cur_gal_id; ?>', <?php echo $album_gallery_id; ?>, '', '<?php echo $type; ?>', 1, '', this.value)">
689
+ <option <?php if ($sort_by == 'default') echo 'selected'; ?> value="default"><?php echo __('Default', 'bwg'); ?></option>
690
+ <option <?php if ($sort_by == 'filename') echo 'selected'; ?> value="filename"><?php echo __('Filename', 'bwg'); ?></option>
691
+ <option <?php if ($sort_by == 'size') echo 'selected'; ?> value="size"><?php echo __('Size', 'bwg'); ?></option>
692
+ <option <?php if ($sort_by == 'RAND()') echo 'selected'; ?> value="random"><?php echo __('Random', 'bwg'); ?></option>
693
+ </select>
694
+ </div>
695
+ <?php
696
+ }
697
+
698
  public static function spider_hex2rgb($colour) {
699
  if ($colour[0] == '#') {
700
  $colour = substr( $colour, 1 );
frontend/views/BWGViewAlbum_compact_preview.php CHANGED
@@ -79,6 +79,9 @@ class BWGViewAlbum_compact_preview {
79
  if (!isset($params['order_by'])) {
80
  $params['order_by'] = ' ASC ';
81
  }
 
 
 
82
  $options_row = $this->model->get_options_row_data();
83
  if (!isset($params['show_album_name'])) {
84
  $params['show_album_name'] = $options_row->show_album_name;
@@ -151,6 +154,18 @@ class BWGViewAlbum_compact_preview {
151
  if ($type == 'gallery') {
152
  $items_per_page = $params['compuct_album_images_per_page'];
153
  $items_col_num = $params['compuct_album_image_column_number'];
 
 
 
 
 
 
 
 
 
 
 
 
154
  $image_rows = $this->model->get_image_rows_data($album_gallery_id, $items_per_page, $params['sort_by'], $bwg, $sort_direction);
155
  $images_count = count($image_rows);
156
  if (!$image_rows) {
@@ -520,6 +535,9 @@ class BWGViewAlbum_compact_preview {
520
  if ($params['show_search_box'] && $type == 'gallery') {
521
  WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $images_count, $params['search_box_width']);
522
  }
 
 
 
523
  ?>
524
  <div id="<?php echo $form_child_div_id; ?>" style="<?php echo $form_child_div_style; ?>">
525
  <div id="ajax_loading_<?php echo $bwg; ?>" style="position:absolute;width: 100%; z-index: 115; text-align: center; height: 100%; vertical-align: middle; display: none;">
@@ -606,7 +624,7 @@ class BWGViewAlbum_compact_preview {
606
  $thumb_top = ($params['compuct_album_thumb_height'] - $image_thumb_height) / 2;
607
  if ($type != 'gallery') {
608
  ?>
609
- <a style="font-size: 0;" <?php echo ($from !== "widget" ? "onclick=\"spider_frontend_ajax('gal_front_form_" . $bwg . "', '" . $bwg . "', 'bwg_album_compact_" . $bwg . "', '" . $album_galallery_row->alb_gal_id . "', '" . $album_gallery_id . "', '" . $def_type . "', '', '" . htmlspecialchars(addslashes($title)) . "')\"" : "href='" . $permalink . "'") ?>>
610
  <span class="bwg_album_thumb_<?php echo $bwg; ?>">
611
  <?php
612
  if ($params['compuct_album_title'] == 'show' && $theme_row->album_compact_thumb_title_pos == 'top') {
79
  if (!isset($params['order_by'])) {
80
  $params['order_by'] = ' ASC ';
81
  }
82
+ if (!isset($params['show_sort_images'])) {
83
+ $params['show_sort_images'] = 0;
84
+ }
85
  $options_row = $this->model->get_options_row_data();
86
  if (!isset($params['show_album_name'])) {
87
  $params['show_album_name'] = $options_row->show_album_name;
154
  if ($type == 'gallery') {
155
  $items_per_page = $params['compuct_album_images_per_page'];
156
  $items_col_num = $params['compuct_album_image_column_number'];
157
+ if (isset($_POST['sortImagesByValue_' . $bwg])) {
158
+ $sort_by = esc_html($_POST['sortImagesByValue_' . $bwg]);
159
+ if ($sort_by == 'random') {
160
+ $params['sort_by'] = 'RAND()';
161
+ }
162
+ else if ($sort_by == 'default') {
163
+ $params['sort_by'] = $params['sort_by'];
164
+ }
165
+ else {
166
+ $params['sort_by'] = $sort_by;
167
+ }
168
+ }
169
  $image_rows = $this->model->get_image_rows_data($album_gallery_id, $items_per_page, $params['sort_by'], $bwg, $sort_direction);
170
  $images_count = count($image_rows);
171
  if (!$image_rows) {
535
  if ($params['show_search_box'] && $type == 'gallery') {
536
  WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $images_count, $params['search_box_width']);
537
  }
538
+ if (isset($params['show_sort_images']) && $params['show_sort_images'] && $type == 'gallery') {
539
+ WDWLibrary::ajax_html_frontend_sort_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $params['sort_by'], $params['search_box_width']);
540
+ }
541
  ?>
542
  <div id="<?php echo $form_child_div_id; ?>" style="<?php echo $form_child_div_style; ?>">
543
  <div id="ajax_loading_<?php echo $bwg; ?>" style="position:absolute;width: 100%; z-index: 115; text-align: center; height: 100%; vertical-align: middle; display: none;">
624
  $thumb_top = ($params['compuct_album_thumb_height'] - $image_thumb_height) / 2;
625
  if ($type != 'gallery') {
626
  ?>
627
+ <a style="font-size: 0;" <?php echo ($from !== "widget" ? "onclick=\"spider_frontend_ajax('gal_front_form_" . $bwg . "', '" . $bwg . "', 'bwg_album_compact_" . $bwg . "', '" . $album_galallery_row->alb_gal_id . "', '" . $album_gallery_id . "', '" . $def_type . "', '', '" . htmlspecialchars(addslashes($title)) . "', 'default')\"" : "href='" . $permalink . "'") ?>>
628
  <span class="bwg_album_thumb_<?php echo $bwg; ?>">
629
  <?php
630
  if ($params['compuct_album_title'] == 'show' && $theme_row->album_compact_thumb_title_pos == 'top') {
frontend/views/BWGViewAlbum_extended_preview.php CHANGED
@@ -97,6 +97,18 @@ class BWGViewAlbum_extended_preview {
97
  if ($type == 'gallery') {
98
  $items_per_page = $params['extended_album_images_per_page'];
99
  $items_col_num = $params['extended_album_image_column_number'];
 
 
 
 
 
 
 
 
 
 
 
 
100
  $image_rows = $this->model->get_image_rows_data($album_gallery_id, $items_per_page, $params['sort_by'], $bwg, $sort_direction);
101
  $images_count = count($image_rows);
102
  if (!$image_rows) {
@@ -490,6 +502,9 @@ class BWGViewAlbum_extended_preview {
490
  if ($params['show_search_box'] && $type == 'gallery') {
491
  WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $images_count, $params['search_box_width']);
492
  }
 
 
 
493
  ?>
494
  <div id="<?php echo $form_child_div_id; ?>" style="<?php echo $form_child_div_style; ?>">
495
  <div id="ajax_loading_<?php echo $bwg; ?>" style="position:absolute;width: 100%; z-index: 115; text-align: center; height: 100%; vertical-align: middle; display: none;">
@@ -566,7 +581,7 @@ class BWGViewAlbum_extended_preview {
566
  ?>
567
  <div class="bwg_album_extended_div_<?php echo $bwg; ?>">
568
  <div class="bwg_album_extended_thumb_div_<?php echo $bwg; ?>">
569
- <a style="font-size: 0;" onclick="spider_frontend_ajax('gal_front_form_<?php echo $bwg; ?>', '<?php echo $bwg; ?>', 'bwg_album_extended_<?php echo $bwg; ?>', '<?php echo $album_galallery_row->alb_gal_id; ?>', '<?php echo $album_gallery_id; ?>', '<?php echo $def_type; ?>', '', '<?php echo htmlspecialchars(addslashes($title)); ?>')">
570
  <span class="bwg_album_thumb_<?php echo $bwg; ?>" style="height:inherit;">
571
  <span class="bwg_album_thumb_spun1_<?php echo $bwg; ?>">
572
  <span class="bwg_album_thumb_spun2_<?php echo $bwg; ?>">
@@ -771,7 +786,6 @@ class BWGViewAlbum_extended_preview {
771
  </div>
772
  </div>
773
  <script>
774
- var bwg_current_url = '<?php echo add_query_arg($current_url, '', home_url($wp->request)); ?>';
775
  </script>
776
  <?php
777
  if ($from_shortcode) {
97
  if ($type == 'gallery') {
98
  $items_per_page = $params['extended_album_images_per_page'];
99
  $items_col_num = $params['extended_album_image_column_number'];
100
+ if (isset($_POST['sortImagesByValue_' . $bwg])) {
101
+ $sort_by = esc_html($_POST['sortImagesByValue_' . $bwg]);
102
+ if ($sort_by == 'random') {
103
+ $params['sort_by'] = 'RAND()';
104
+ }
105
+ else if ($sort_by == 'default') {
106
+ $params['sort_by'] = $params['sort_by'];
107
+ }
108
+ else {
109
+ $params['sort_by'] = $sort_by;
110
+ }
111
+ }
112
  $image_rows = $this->model->get_image_rows_data($album_gallery_id, $items_per_page, $params['sort_by'], $bwg, $sort_direction);
113
  $images_count = count($image_rows);
114
  if (!$image_rows) {
502
  if ($params['show_search_box'] && $type == 'gallery') {
503
  WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $images_count, $params['search_box_width']);
504
  }
505
+ if (isset($params['show_sort_images']) && $params['show_sort_images'] && $type == 'gallery') {
506
+ WDWLibrary::ajax_html_frontend_sort_box('gal_front_form_' . $bwg, $bwg, $album_gallery_div_id, $params['sort_by'], $params['search_box_width']);
507
+ }
508
  ?>
509
  <div id="<?php echo $form_child_div_id; ?>" style="<?php echo $form_child_div_style; ?>">
510
  <div id="ajax_loading_<?php echo $bwg; ?>" style="position:absolute;width: 100%; z-index: 115; text-align: center; height: 100%; vertical-align: middle; display: none;">
581
  ?>
582
  <div class="bwg_album_extended_div_<?php echo $bwg; ?>">
583
  <div class="bwg_album_extended_thumb_div_<?php echo $bwg; ?>">
584
+ <a style="font-size: 0;" onclick="spider_frontend_ajax('gal_front_form_<?php echo $bwg; ?>', '<?php echo $bwg; ?>', 'bwg_album_extended_<?php echo $bwg; ?>', '<?php echo $album_galallery_row->alb_gal_id; ?>', '<?php echo $album_gallery_id; ?>', '<?php echo $def_type; ?>', '', '<?php echo htmlspecialchars(addslashes($title)); ?>', 'default')">
585
  <span class="bwg_album_thumb_<?php echo $bwg; ?>" style="height:inherit;">
586
  <span class="bwg_album_thumb_spun1_<?php echo $bwg; ?>">
587
  <span class="bwg_album_thumb_spun2_<?php echo $bwg; ?>">
786
  </div>
787
  </div>
788
  <script>
 
789
  </script>
790
  <?php
791
  if ($from_shortcode) {
frontend/views/BWGViewGalleryBox.php CHANGED
@@ -826,8 +826,9 @@ class BWGViewGalleryBox {
826
  <?php
827
  }
828
  if ($option_row->popup_enable_download) {
 
829
  ?>
830
- <a id="bwg_download" href="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $current_image_url; ?>" target="_blank" download="<?php echo $current_image_url; ?>">
831
  <i title="<?php echo __('Download original image', 'bwg'); ?>" class="bwg_ctrl_btn fa fa-download"></i>
832
  </a>
833
  <?php
@@ -852,7 +853,7 @@ class BWGViewGalleryBox {
852
  <?php
853
  if ($watermark_type == 'image') {
854
  ?>
855
- <a href="<?php echo $watermark_link; ?>" target="_blank">
856
  <img class="bwg_watermark_image bwg_watermark" src="<?php echo $watermark_url; ?>" />
857
  </a>
858
  <?php
@@ -1343,7 +1344,8 @@ class BWGViewGalleryBox {
1343
  bwg_<?php echo $image_effect; ?>(current_image_class, next_image_class, direction);
1344
  jQuery("#bwg_fullsize_image").attr("href", "<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR; ?>" + data[key]['image_url']);
1345
  jQuery("#bwg_download").attr("href", "<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR; ?>" + data[key]['image_url']);
1346
- jQuery("#bwg_download").attr("download", data[key]['image_url']);
 
1347
  /* Load comments.*/
1348
  if (jQuery(".bwg_comment_container").hasClass("bwg_open")) {
1349
  if (data[key]["comment_count"] == 0) {
826
  <?php
827
  }
828
  if ($option_row->popup_enable_download) {
829
+ $current_image_arr = explode('/', $current_image_url);
830
  ?>
831
+ <a id="bwg_download" href="<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR . $current_image_url; ?>" target="_blank" download="<?php echo end($current_image_arr); ?>">
832
  <i title="<?php echo __('Download original image', 'bwg'); ?>" class="bwg_ctrl_btn fa fa-download"></i>
833
  </a>
834
  <?php
853
  <?php
854
  if ($watermark_type == 'image') {
855
  ?>
856
+ <a href="<?php echo urldecode($watermark_link); ?>" target="_blank">
857
  <img class="bwg_watermark_image bwg_watermark" src="<?php echo $watermark_url; ?>" />
858
  </a>
859
  <?php
1344
  bwg_<?php echo $image_effect; ?>(current_image_class, next_image_class, direction);
1345
  jQuery("#bwg_fullsize_image").attr("href", "<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR; ?>" + data[key]['image_url']);
1346
  jQuery("#bwg_download").attr("href", "<?php echo site_url() . '/' . $WD_BWG_UPLOAD_DIR; ?>" + data[key]['image_url']);
1347
+ var image_arr = data[key]['image_url'].split("/");
1348
+ jQuery("#bwg_download").attr("download", image_arr[image_arr.length - 1]);
1349
  /* Load comments.*/
1350
  if (jQuery(".bwg_comment_container").hasClass("bwg_open")) {
1351
  if (data[key]["comment_count"] == 0) {
frontend/views/BWGViewImage_browser.php CHANGED
@@ -474,7 +474,7 @@ class BWGViewImage_browser {
474
  <div class="bwg_image_browser_watermark_contain_<?php echo $bwg; ?>">
475
  <div class="bwg_image_browser_watermark_cont_<?php echo $bwg; ?>">
476
  <div <?php echo $watermark_div; ?> >
477
- <a class="bwg_none_selectable <?php echo $watermark_a; ?>" id="watermark_a<?php echo $image_row->id; ?>" href="<?php echo $params_array['watermark_link']; ?>" target="_blank">
478
  <?php echo $watermark_image_or_text; ?>
479
  </a>
480
  </div>
@@ -593,7 +593,6 @@ class BWGViewImage_browser {
593
  }
594
  ?>
595
  });
596
- var bwg_current_url = '<?php echo add_query_arg($current_url, '', home_url($wp->request)); ?>';
597
  </script>
598
  <?php
599
  if ($from_shortcode) {
474
  <div class="bwg_image_browser_watermark_contain_<?php echo $bwg; ?>">
475
  <div class="bwg_image_browser_watermark_cont_<?php echo $bwg; ?>">
476
  <div <?php echo $watermark_div; ?> >
477
+ <a class="bwg_none_selectable <?php echo $watermark_a; ?>" id="watermark_a<?php echo $image_row->id; ?>" href="<?php echo urldecode($params_array['watermark_link']); ?>" target="_blank">
478
  <?php echo $watermark_image_or_text; ?>
479
  </a>
480
  </div>
593
  }
594
  ?>
595
  });
 
596
  </script>
597
  <?php
598
  if ($from_shortcode) {
frontend/views/BWGViewSlideshow.php CHANGED
@@ -721,7 +721,7 @@ class BWGViewSlideshow {
721
  <?php
722
  if ($watermark_type == 'image') {
723
  ?>
724
- <a href="<?php echo $watermark_link; ?>" target="_blank">
725
  <img class="bwg_slideshow_watermark_image_<?php echo $bwg; ?> bwg_slideshow_watermark_<?php echo $bwg; ?>" src="<?php echo $watermark_url; ?>" />
726
  </a>
727
  <?php
721
  <?php
722
  if ($watermark_type == 'image') {
723
  ?>
724
+ <a href="<?php echo urldecode($watermark_link); ?>" target="_blank">
725
  <img class="bwg_slideshow_watermark_image_<?php echo $bwg; ?> bwg_slideshow_watermark_<?php echo $bwg; ?>" src="<?php echo $watermark_url; ?>" />
726
  </a>
727
  <?php
frontend/views/BWGViewThumbnails.php CHANGED
@@ -73,6 +73,9 @@ class BWGViewThumbnails {
73
  if (!isset($params['popup_hit_counter'])) {
74
  $params['popup_hit_counter'] = 0;
75
  }
 
 
 
76
  $from = (isset($params['from']) ? esc_html($params['from']) : 0);
77
  $sort_direction = ' ' . $params['order_by'] . ' ';
78
  $options_row = $this->model->get_options_row_data();
@@ -127,6 +130,18 @@ class BWGViewThumbnails {
127
  $params['thumb_click_action'] = $options_row->thumb_click_action;
128
  $params['thumb_link_target'] = $options_row->thumb_link_target;
129
  }
 
 
 
 
 
 
 
 
 
 
 
 
130
  $theme_row = $this->model->get_theme_row_data($params['theme_id']);
131
  if (!$theme_row) {
132
  echo WDWLibrary::message(__('There is no theme selected or the theme was deleted.', 'bwg'), 'error');
@@ -356,6 +371,9 @@ class BWGViewThumbnails {
356
  if ($params['show_search_box']) {
357
  WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, 'bwg_standart_thumbnails_' . $bwg, $images_count, $params['search_box_width']);
358
  }
 
 
 
359
  ?>
360
  <div class="bwg_back_<?php echo $bwg; ?>"><?php echo $options_row->showthumbs_name ? $gallery_row->name : ''; ?></div>
361
  <div style="background-color:rgba(0, 0, 0, 0); text-align: <?php echo $theme_row->thumb_align; ?>; width:100%; position: relative;">
@@ -506,7 +524,6 @@ class BWGViewThumbnails {
506
  </div>
507
  </div>
508
  <script>
509
- var bwg_current_url = '<?php echo add_query_arg($current_url, '', home_url($wp->request)); ?>';
510
  </script>
511
  <?php
512
  if ($from_shortcode) {
73
  if (!isset($params['popup_hit_counter'])) {
74
  $params['popup_hit_counter'] = 0;
75
  }
76
+ if (!isset($params['show_sort_images'])) {
77
+ $params['show_sort_images'] = 0;
78
+ }
79
  $from = (isset($params['from']) ? esc_html($params['from']) : 0);
80
  $sort_direction = ' ' . $params['order_by'] . ' ';
81
  $options_row = $this->model->get_options_row_data();
130
  $params['thumb_click_action'] = $options_row->thumb_click_action;
131
  $params['thumb_link_target'] = $options_row->thumb_link_target;
132
  }
133
+ if (isset($_POST['sortImagesByValue_' . $bwg])) {
134
+ $sort_by = esc_html($_POST['sortImagesByValue_' . $bwg]);
135
+ if ($sort_by == 'random') {
136
+ $params['sort_by'] = 'RAND()';
137
+ }
138
+ else if ($sort_by == 'default') {
139
+ $params['sort_by'] = $params['sort_by'];
140
+ }
141
+ else {
142
+ $params['sort_by'] = $sort_by;
143
+ }
144
+ }
145
  $theme_row = $this->model->get_theme_row_data($params['theme_id']);
146
  if (!$theme_row) {
147
  echo WDWLibrary::message(__('There is no theme selected or the theme was deleted.', 'bwg'), 'error');
371
  if ($params['show_search_box']) {
372
  WDWLibrary::ajax_html_frontend_search_box('gal_front_form_' . $bwg, $bwg, 'bwg_standart_thumbnails_' . $bwg, $images_count, $params['search_box_width']);
373
  }
374
+ if (isset($params['show_sort_images']) && $params['show_sort_images']) {
375
+ WDWLibrary::ajax_html_frontend_sort_box('gal_front_form_' . $bwg, $bwg, 'bwg_standart_thumbnails_' . $bwg, $params['sort_by'], $params['search_box_width']);
376
+ }
377
  ?>
378
  <div class="bwg_back_<?php echo $bwg; ?>"><?php echo $options_row->showthumbs_name ? $gallery_row->name : ''; ?></div>
379
  <div style="background-color:rgba(0, 0, 0, 0); text-align: <?php echo $theme_row->thumb_align; ?>; width:100%; position: relative;">
524
  </div>
525
  </div>
526
  <script>
 
527
  </script>
528
  <?php
529
  if ($from_shortcode) {
images/thumbnails_mosaic.jpg ADDED
Binary file
js/bwg.js CHANGED
@@ -891,9 +891,11 @@ function bwg_change_theme_type(type) {
891
  var button_name = jQuery("#button_name").val();
892
  jQuery("#Thumbnail").hide();
893
  jQuery("#Masonry").hide();
 
894
  jQuery("#Slideshow").hide();
895
  jQuery("#Compact_album").hide();
896
  jQuery("#Extended_album").hide();
 
897
  jQuery("#Image_browser").hide();
898
  jQuery("#Blog_style").hide();
899
  jQuery("#Lightbox").hide();
@@ -905,9 +907,11 @@ function bwg_change_theme_type(type) {
905
 
906
  jQuery("#type_Thumbnail").attr("style", "background-color: #F4F4F4;");
907
  jQuery("#type_Masonry").attr("style", "background-color: #F4F4F4; opacity: 0.4; filter: Alpha(opacity=40);");
 
908
  jQuery("#type_Slideshow").attr("style", "background-color: #F4F4F4;");
909
  jQuery("#type_Compact_album").attr("style", "background-color: #F4F4F4;");
910
  jQuery("#type_Extended_album").attr("style", "background-color: #F4F4F4;");
 
911
  jQuery("#type_Image_browser").attr("style", "background-color: #F4F4F4;");
912
  jQuery("#type_Blog_style").attr("style", "background-color: #F4F4F4; opacity: 0.4; filter: Alpha(opacity=40);");
913
  jQuery("#type_Lightbox").attr("style", "background-color: #F4F4F4;");
891
  var button_name = jQuery("#button_name").val();
892
  jQuery("#Thumbnail").hide();
893
  jQuery("#Masonry").hide();
894
+ jQuery("#Mosaic").hide();
895
  jQuery("#Slideshow").hide();
896
  jQuery("#Compact_album").hide();
897
  jQuery("#Extended_album").hide();
898
+ jQuery("#Masonry_album").hide();
899
  jQuery("#Image_browser").hide();
900
  jQuery("#Blog_style").hide();
901
  jQuery("#Lightbox").hide();
907
 
908
  jQuery("#type_Thumbnail").attr("style", "background-color: #F4F4F4;");
909
  jQuery("#type_Masonry").attr("style", "background-color: #F4F4F4; opacity: 0.4; filter: Alpha(opacity=40);");
910
+ jQuery("#type_Mosaic").attr("style", "background-color: #F4F4F4; opacity: 0.4; filter: Alpha(opacity=40);");
911
  jQuery("#type_Slideshow").attr("style", "background-color: #F4F4F4;");
912
  jQuery("#type_Compact_album").attr("style", "background-color: #F4F4F4;");
913
  jQuery("#type_Extended_album").attr("style", "background-color: #F4F4F4;");
914
+ jQuery("#type_Masonry_album").attr("style", "background-color: #F4F4F4; opacity: 0.4; filter: Alpha(opacity=40);");
915
  jQuery("#type_Image_browser").attr("style", "background-color: #F4F4F4;");
916
  jQuery("#type_Blog_style").attr("style", "background-color: #F4F4F4; opacity: 0.4; filter: Alpha(opacity=40);");
917
  jQuery("#type_Lightbox").attr("style", "background-color: #F4F4F4;");
js/bwg_frontend.js CHANGED
@@ -1,4 +1,4 @@
1
- function spider_frontend_ajax(form_id, current_view, id, album_gallery_id, cur_album_id, type, srch_btn, title) {
2
  var page_number = jQuery("#page_number_" + current_view).val();
3
  var bwg_previous_album_ids = jQuery('#bwg_previous_album_id_' + current_view).val();
4
  var bwg_previous_album_page_numbers = jQuery('#bwg_previous_album_page_number_' + current_view).val();
@@ -24,12 +24,16 @@ function spider_frontend_ajax(form_id, current_view, id, album_gallery_id, cur_a
24
  if (typeof title == "undefined") {
25
  var title = "";
26
  }
 
 
 
27
  post_data["page_number_" + current_view] = page_number;
28
  post_data["album_gallery_id_" + current_view] = album_gallery_id;
29
  post_data["bwg_previous_album_id_" + current_view] = jQuery('#bwg_previous_album_id_' + current_view).val();
30
  post_data["bwg_previous_album_page_number_" + current_view] = jQuery('#bwg_previous_album_page_number_' + current_view).val();
31
  post_data["type_" + current_view] = type;
32
  post_data["title_" + current_view] = title;
 
33
  if (jQuery("#bwg_search_input_" + current_view).length > 0) { // Search box exists.
34
  post_data["bwg_search_" + current_view] = jQuery("#bwg_search_input_" + current_view).val();
35
  }
@@ -55,14 +59,33 @@ function spider_frontend_ajax(form_id, current_view, id, album_gallery_id, cur_a
55
  jQuery("#ajax_loading_" + current_view).css('display', 'none');
56
  // window.scroll(0, spider_get_pos(document.getElementById(form_id)));
57
  jQuery("html, body").animate({scrollTop: jQuery('#' + form_id).offset().top - 150}, 500);
58
- // For masonry view.
59
- var cccount = 0;
60
- var obshicccount = jQuery(".bwg_masonry_thumb_spun_" + current_view + " a").length;
61
  jQuery(".bwg_masonry_thumb_spun_" + current_view + " a img").on("load", function() {
62
- if (++cccount == obshicccount) {
63
  window["bwg_masonry_" + current_view]();
64
  }
65
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  });
67
  // if (event.preventDefault) {
68
  // event.preventDefault();
1
+ function spider_frontend_ajax(form_id, current_view, id, album_gallery_id, cur_album_id, type, srch_btn, title, sortByParam) {
2
  var page_number = jQuery("#page_number_" + current_view).val();
3
  var bwg_previous_album_ids = jQuery('#bwg_previous_album_id_' + current_view).val();
4
  var bwg_previous_album_page_numbers = jQuery('#bwg_previous_album_page_number_' + current_view).val();
24
  if (typeof title == "undefined") {
25
  var title = "";
26
  }
27
+ if (typeof sortByParam == "undefined") {
28
+ var sortByParam = jQuery(".bwg_order_" + current_view).val();
29
+ }
30
  post_data["page_number_" + current_view] = page_number;
31
  post_data["album_gallery_id_" + current_view] = album_gallery_id;
32
  post_data["bwg_previous_album_id_" + current_view] = jQuery('#bwg_previous_album_id_' + current_view).val();
33
  post_data["bwg_previous_album_page_number_" + current_view] = jQuery('#bwg_previous_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
  if (jQuery("#bwg_search_input_" + current_view).length > 0) { // Search box exists.
38
  post_data["bwg_search_" + current_view] = jQuery("#bwg_search_input_" + current_view).val();
39
  }
59
  jQuery("#ajax_loading_" + current_view).css('display', 'none');
60
  // window.scroll(0, spider_get_pos(document.getElementById(form_id)));
61
  jQuery("html, body").animate({scrollTop: jQuery('#' + form_id).offset().top - 150}, 500);
62
+ /* For masonry view.*/
63
+ var cccount_masonry = 0;
64
+ var tot_cccount_masonry = jQuery(".bwg_masonry_thumb_spun_" + current_view + " a").length;
65
  jQuery(".bwg_masonry_thumb_spun_" + current_view + " a img").on("load", function() {
66
+ if (++cccount_masonry == tot_cccount_masonry) {
67
  window["bwg_masonry_" + current_view]();
68
  }
69
  });
70
+
71
+ /* For Blog style view.*/
72
+ jQuery(".blog_style_images_conteiner_" + current_view + " .bwg_video_frame_" + current_view).each(function (e) {
73
+ jQuery(this).height(jQuery(this).width() * 0.5625);
74
+ });
75
+
76
+ /* For mosaic view.*/
77
+ var cccount_mosaic = 0;
78
+ var tot_cccount_mosaic = jQuery(".bwg_mosaic_thumb_spun_" + current_view + " img").length;
79
+
80
+ jQuery(".bwg_mosaic_thumb_spun_" + current_view + " img").on("load", function() {
81
+
82
+ if (++cccount_mosaic == tot_cccount_mosaic) {
83
+
84
+ window["bwg_mosaic_" + current_view]("load");
85
+
86
+ }
87
+ });
88
+
89
  });
90
  // if (event.preventDefault) {
91
  // event.preventDefault();
js/bwg_shortcode.js CHANGED
@@ -118,30 +118,94 @@ function bwg_change_compuct_album_view_type() {
118
  if (jQuery("input[name=compuct_album_view_type]:checked").val() == 'thumbnail') {
119
  jQuery("#compuct_album_image_thumb_dimensions").html('Image thumbnail dimensions: ');
120
  jQuery("#compuct_album_image_thumb_dimensions_x").css('display', '');
 
121
  jQuery("#compuct_album_image_thumb_height").css('display', '');
122
  jQuery("#tr_compuct_album_image_title").css('display', '');
 
 
 
 
123
  }
124
- else {
 
125
  jQuery("#compuct_album_image_thumb_dimensions").html('Image thumbnail width: ');
126
  jQuery("#compuct_album_image_thumb_dimensions_x").css('display', 'none');
 
127
  jQuery("#compuct_album_image_thumb_height").css('display', 'none');
128
  jQuery("#tr_compuct_album_image_title").css('display', 'none');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  }
 
130
  }
131
 
132
  function bwg_change_extended_album_view_type() {
133
  if (jQuery("input[name=extended_album_view_type]:checked").val() == 'thumbnail') {
134
  jQuery("#extended_album_image_thumb_dimensions").html('Image thumbnail dimensions: ');
135
  jQuery("#extended_album_image_thumb_dimensions_x").css('display', '');
 
136
  jQuery("#extended_album_image_thumb_height").css('display', '');
137
  jQuery("#tr_extended_album_image_title").css('display', '');
 
 
 
 
138
  }
139
- else {
 
140
  jQuery("#extended_album_image_thumb_dimensions").html('Image thumbnail width: ');
141
  jQuery("#extended_album_image_thumb_dimensions_x").css('display', 'none');
 
142
  jQuery("#extended_album_image_thumb_height").css('display', 'none');
143
  jQuery("#tr_extended_album_image_title").css('display', 'none');
 
 
 
 
144
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  }
146
 
147
  function bwg_change_label(id, text) {
@@ -154,6 +218,7 @@ function bwg_gallery_type(gallery_type) {
154
  jQuery("#tr_sort_by").css('display', 'none');
155
  jQuery("#tr_order_by").css('display', 'none');
156
  jQuery("#tr_show_search_box").css('display', 'none');
 
157
  jQuery("#tr_search_box_width").css('display', 'none');
158
  jQuery("#tr_album").css('display', 'none');
159
 
@@ -166,6 +231,14 @@ function bwg_gallery_type(gallery_type) {
166
  jQuery("#tr_image_enable_page").css('display', 'none');
167
  jQuery("#tr_thumb_width_height").css('display', 'none');
168
 
 
 
 
 
 
 
 
 
169
  // Compact Album.
170
  jQuery("#tr_compuct_album_column_number").css('display', 'none');
171
  jQuery("#tr_compuct_albums_per_page").css('display', 'none');
@@ -178,6 +251,20 @@ function bwg_gallery_type(gallery_type) {
178
  jQuery("#tr_compuct_album_image_title").css('display', 'none');
179
  jQuery("#tr_compuct_album_image_thumb_width_height").css('display', 'none');
180
  jQuery("#tr_compuct_album_enable_page").css('display', 'none');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
  // Extended Album.
183
  jQuery("#tr_extended_albums_per_page").css('display', 'none');
@@ -190,6 +277,11 @@ function bwg_gallery_type(gallery_type) {
190
  jQuery("#tr_extended_album_image_title").css('display', 'none');
191
  jQuery("#tr_extended_album_image_thumb_width_height").css('display', 'none');
192
  jQuery("#tr_extended_album_enable_page").css('display', 'none');
 
 
 
 
 
193
 
194
  // Image Browser.
195
  jQuery("#tr_image_browser_width_height").css('display', 'none');
@@ -267,6 +359,7 @@ function bwg_gallery_type(gallery_type) {
267
  jQuery("#tr_image_title_hover").css('display', '');
268
  jQuery("#tr_image_enable_page").css('display', '');
269
  jQuery("#tr_thumb_width_height").css('display', '');
 
270
  bwg_show_search_box();
271
  jQuery("#bwg_pro_version").html('Thumbnails');
272
  jQuery("#bwg_pro_version_link").attr("href", "http://wpdemo.web-dorado.com/thumbnails-view-2/");
@@ -278,6 +371,7 @@ function bwg_gallery_type(gallery_type) {
278
  jQuery("#tr_sort_by").css('display', '');
279
  jQuery("#tr_order_by").css('display', '');
280
  jQuery("#tr_show_search_box").css('display', '');
 
281
  if (jQuery("input[name=masonry_hor_ver]:checked").val() == 'horizontal') {
282
  bwg_change_label('image_column_number_label', 'Number of image rows: ');
283
  bwg_change_label('thumb_width_height_label', 'Image thumbnail height: ');
@@ -300,6 +394,37 @@ function bwg_gallery_type(gallery_type) {
300
  break;
301
 
302
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  case 'slideshow': {
304
  jQuery("#tr_gallery").css('display', '');
305
  jQuery("#tr_sort_by").css('display', '');
@@ -312,6 +437,7 @@ function bwg_gallery_type(gallery_type) {
312
  jQuery("#tr_enable_slideshow_shuffle").css('display', '');
313
  jQuery("#tr_enable_slideshow_ctrl").css('display', '');
314
  jQuery("#tr_enable_slideshow_filmstrip").css('display', '');
 
315
  if (jQuery("input[name=enable_slideshow_filmstrip]:checked").val() == 1) {
316
  bwg_enable_disable('', 'tr_slideshow_filmstrip_height', 'slideshow_filmstrip_yes');
317
  }
@@ -374,6 +500,10 @@ function bwg_gallery_type(gallery_type) {
374
  jQuery("#tr_compuct_album_image_title").css('display', '');
375
  jQuery("#tr_compuct_album_image_thumb_width_height").css('display', '');
376
  jQuery("#tr_compuct_album_enable_page").css('display', '');
 
 
 
 
377
  bwg_change_compuct_album_view_type();
378
  bwg_show_search_box();
379
  jQuery("#bwg_pro_version").html('Compact Album');
@@ -396,6 +526,10 @@ function bwg_gallery_type(gallery_type) {
396
  jQuery("#tr_extended_album_image_title").css('display', '');
397
  jQuery("#tr_extended_album_image_thumb_width_height").css('display', '');
398
  jQuery("#tr_extended_album_enable_page").css('display', '');
 
 
 
 
399
  bwg_change_extended_album_view_type();
400
  bwg_show_search_box();
401
  jQuery("#bwg_pro_version").html('Extended Album');
@@ -403,6 +537,24 @@ function bwg_gallery_type(gallery_type) {
403
  break;
404
 
405
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
  case 'blog_style': {
407
  jQuery("#tr_gallery").css('display', '');
408
  jQuery("#tr_sort_by").css('display', '');
@@ -412,6 +564,7 @@ function bwg_gallery_type(gallery_type) {
412
  jQuery("#tr_blog_style_title_enable").css('display', '');
413
  jQuery("#tr_blog_style_images_per_page").css('display', '');
414
  jQuery("#tr_blog_style_enable_page").css('display', '');
 
415
  bwg_show_search_box();
416
  break;
417
  }
118
  if (jQuery("input[name=compuct_album_view_type]:checked").val() == 'thumbnail') {
119
  jQuery("#compuct_album_image_thumb_dimensions").html('Image thumbnail dimensions: ');
120
  jQuery("#compuct_album_image_thumb_dimensions_x").css('display', '');
121
+ jQuery("#compuct_album_image_thumb_width").css('display', '');
122
  jQuery("#compuct_album_image_thumb_height").css('display', '');
123
  jQuery("#tr_compuct_album_image_title").css('display', '');
124
+ jQuery("#tr_compuct_album_mosaic_hor_ver").css('display', 'none');
125
+ jQuery("#tr_compuct_album_resizable_mosaic").css('display', 'none');
126
+ jQuery("#tr_compuct_album_mosaic_total_width").css('display', 'none');
127
+ jQuery("#tr_compuct_album_image_column_number").css('display', '');
128
  }
129
+
130
+ else if(jQuery("input[name=compuct_album_view_type]:checked").val() == 'masonry'){
131
  jQuery("#compuct_album_image_thumb_dimensions").html('Image thumbnail width: ');
132
  jQuery("#compuct_album_image_thumb_dimensions_x").css('display', 'none');
133
+ jQuery("#compuct_album_image_thumb_width").css('display', '');
134
  jQuery("#compuct_album_image_thumb_height").css('display', 'none');
135
  jQuery("#tr_compuct_album_image_title").css('display', 'none');
136
+ jQuery("#tr_compuct_album_mosaic_hor_ver").css('display', 'none');
137
+ jQuery("#tr_compuct_album_resizable_mosaic").css('display', 'none');
138
+ jQuery("#tr_compuct_album_mosaic_total_width").css('display', 'none');
139
+ jQuery("#tr_compuct_album_image_column_number").css('display', '');
140
+ }
141
+ else {/*mosaic*/
142
+
143
+ jQuery("#compuct_album_image_thumb_dimensions_x").css('display', 'none');
144
+ jQuery("#tr_compuct_album_image_column_number").css('display', 'none');
145
+ jQuery("#tr_compuct_album_image_title").css('display', '');
146
+ jQuery("#tr_compuct_album_mosaic_hor_ver").css('display', '');
147
+ jQuery("#tr_compuct_album_resizable_mosaic").css('display', '');
148
+ jQuery("#tr_compuct_album_mosaic_total_width").css('display', '');
149
+ if(jQuery("input[name=compuct_album_mosaic_hor_ver]:checked").val() == 'vertical'){
150
+ jQuery("#compuct_album_image_thumb_dimensions").html('Image thumbnail width: ');
151
+ jQuery("#compuct_album_image_thumb_height").css('display', 'none');
152
+ jQuery("#compuct_album_image_thumb_width").css('display', '');
153
+ }
154
+ else{
155
+ jQuery("#compuct_album_image_thumb_dimensions").html('Image thumbnail height: ');
156
+ jQuery("#compuct_album_image_thumb_width").css('display', 'none');
157
+ jQuery("#compuct_album_image_thumb_height").css('display', '');
158
+
159
+ }
160
+
161
  }
162
+
163
  }
164
 
165
  function bwg_change_extended_album_view_type() {
166
  if (jQuery("input[name=extended_album_view_type]:checked").val() == 'thumbnail') {
167
  jQuery("#extended_album_image_thumb_dimensions").html('Image thumbnail dimensions: ');
168
  jQuery("#extended_album_image_thumb_dimensions_x").css('display', '');
169
+ jQuery("#extended_album_image_thumb_width").css('display', '');
170
  jQuery("#extended_album_image_thumb_height").css('display', '');
171
  jQuery("#tr_extended_album_image_title").css('display', '');
172
+ jQuery("#tr_extended_album_mosaic_hor_ver").css('display', 'none');
173
+ jQuery("#tr_extended_album_resizable_mosaic").css('display', 'none');
174
+ jQuery("#tr_extended_album_mosaic_total_width").css('display', 'none');
175
+ jQuery("#tr_extended_album_image_column_number").css('display', '');
176
  }
177
+
178
+ else if(jQuery("input[name=extended_album_view_type]:checked").val() == 'masonry'){
179
  jQuery("#extended_album_image_thumb_dimensions").html('Image thumbnail width: ');
180
  jQuery("#extended_album_image_thumb_dimensions_x").css('display', 'none');
181
+ jQuery("#extended_album_image_thumb_width").css('display', '');
182
  jQuery("#extended_album_image_thumb_height").css('display', 'none');
183
  jQuery("#tr_extended_album_image_title").css('display', 'none');
184
+ jQuery("#tr_extended_album_mosaic_hor_ver").css('display', 'none');
185
+ jQuery("#tr_extended_album_resizable_mosaic").css('display', 'none');
186
+ jQuery("#tr_extended_album_mosaic_total_width").css('display', 'none');
187
+ jQuery("#tr_extended_album_image_column_number").css('display', '');
188
  }
189
+ else {/*mosaic*/
190
+ jQuery("#extended_album_image_thumb_dimensions_x").css('display', 'none');
191
+ jQuery("#tr_extended_album_image_column_number").css('display', 'none');
192
+ jQuery("#tr_extended_album_image_title").css('display', '');
193
+ jQuery("#tr_extended_album_mosaic_hor_ver").css('display', '');
194
+ jQuery("#tr_extended_album_resizable_mosaic").css('display', '');
195
+ jQuery("#tr_extended_album_mosaic_total_width").css('display', '');
196
+ if(jQuery("input[name=extended_album_mosaic_hor_ver]:checked").val() == 'vertical'){
197
+ jQuery("#extended_album_image_thumb_dimensions").html('Image thumbnail width: ');
198
+ jQuery("#extended_album_image_thumb_height").css('display', 'none');
199
+ jQuery("#extended_album_image_thumb_width").css('display', '');
200
+ }
201
+ else{
202
+ jQuery("#extended_album_image_thumb_dimensions").html('Image thumbnail height: ');
203
+ jQuery("#extended_album_image_thumb_width").css('display', 'none');
204
+ jQuery("#extended_album_image_thumb_height").css('display', '');
205
+
206
+ }
207
+ }
208
+
209
  }
210
 
211
  function bwg_change_label(id, text) {
218
  jQuery("#tr_sort_by").css('display', 'none');
219
  jQuery("#tr_order_by").css('display', 'none');
220
  jQuery("#tr_show_search_box").css('display', 'none');
221
+ jQuery("#tr_show_sort_images").css('display', 'none');
222
  jQuery("#tr_search_box_width").css('display', 'none');
223
  jQuery("#tr_album").css('display', 'none');
224
 
231
  jQuery("#tr_image_enable_page").css('display', 'none');
232
  jQuery("#tr_thumb_width_height").css('display', 'none');
233
 
234
+ // Thumbnails, Mosaic.
235
+ jQuery("#tr_mosaic_hor_ver").css('display', 'none');
236
+ jQuery("#tr_resizable_mosaic").css('display', 'none');
237
+ jQuery("#tr_mosaic_total_width").css('display', 'none');
238
+ jQuery("#tr_images_per_page").css('display', 'none');
239
+ jQuery("#tr_image_enable_page").css('display', 'none');
240
+ jQuery("#tr_thumb_width_height").css('display', 'none');
241
+
242
  // Compact Album.
243
  jQuery("#tr_compuct_album_column_number").css('display', 'none');
244
  jQuery("#tr_compuct_albums_per_page").css('display', 'none');
251
  jQuery("#tr_compuct_album_image_title").css('display', 'none');
252
  jQuery("#tr_compuct_album_image_thumb_width_height").css('display', 'none');
253
  jQuery("#tr_compuct_album_enable_page").css('display', 'none');
254
+
255
+ jQuery("#tr_compuct_album_mosaic_hor_ver").css('display', 'none');
256
+ jQuery("#tr_compuct_album_resizable_mosaic").css('display', 'none');
257
+ jQuery("#tr_compuct_album_mosaic_total_width").css('display', 'none');
258
+
259
+
260
+ // Masonry album.
261
+ jQuery("#tr_masonry_album_column_number").css('display', 'none');
262
+ jQuery("#tr_masonry_albums_per_page").css('display', 'none');
263
+ jQuery("#tr_masonry_album_thumb_width_height").css('display', 'none');
264
+ jQuery("#tr_masonry_album_image_column_number").css('display', 'none');
265
+ jQuery("#tr_masonry_album_images_per_page").css('display', 'none');
266
+ jQuery("#tr_masonry_album_image_thumb_width_height").css('display', 'none');
267
+ jQuery("#tr_masonry_album_enable_page").css('display', 'none');
268
 
269
  // Extended Album.
270
  jQuery("#tr_extended_albums_per_page").css('display', 'none');
277
  jQuery("#tr_extended_album_image_title").css('display', 'none');
278
  jQuery("#tr_extended_album_image_thumb_width_height").css('display', 'none');
279
  jQuery("#tr_extended_album_enable_page").css('display', 'none');
280
+
281
+ jQuery("#tr_extended_album_mosaic_hor_ver").css('display', 'none');
282
+ jQuery("#tr_extended_album_resizable_mosaic").css('display', 'none');
283
+ jQuery("#tr_extended_album_mosaic_total_width").css('display', 'none');
284
+
285
 
286
  // Image Browser.
287
  jQuery("#tr_image_browser_width_height").css('display', 'none');
359
  jQuery("#tr_image_title_hover").css('display', '');
360
  jQuery("#tr_image_enable_page").css('display', '');
361
  jQuery("#tr_thumb_width_height").css('display', '');
362
+ jQuery("#tr_show_sort_images").css('display', '');
363
  bwg_show_search_box();
364
  jQuery("#bwg_pro_version").html('Thumbnails');
365
  jQuery("#bwg_pro_version_link").attr("href", "http://wpdemo.web-dorado.com/thumbnails-view-2/");
371
  jQuery("#tr_sort_by").css('display', '');
372
  jQuery("#tr_order_by").css('display', '');
373
  jQuery("#tr_show_search_box").css('display', '');
374
+ jQuery("#tr_show_sort_images").css('display', '');
375
  if (jQuery("input[name=masonry_hor_ver]:checked").val() == 'horizontal') {
376
  bwg_change_label('image_column_number_label', 'Number of image rows: ');
377
  bwg_change_label('thumb_width_height_label', 'Image thumbnail height: ');
394
  break;
395
 
396
  }
397
+
398
+ case 'thumbnails_mosaic': {
399
+ jQuery("#tr_gallery").css('display', '');
400
+ jQuery("#tr_sort_by").css('display', '');
401
+ jQuery("#tr_order_by").css('display', '');
402
+ jQuery("#tr_show_search_box").css('display', '');
403
+ jQuery("#tr_show_sort_images").css('display', '');
404
+ if (jQuery("input[name=mosaic_hor_ver]:checked").val() == 'horizontal') {
405
+ bwg_change_label('thumb_width_height_label', 'Image thumbnail height: ');
406
+ jQuery('#thumb_width').hide();
407
+ jQuery('#thumb_height').show();
408
+ }
409
+ else {
410
+ bwg_change_label('thumb_width_height_label', 'Image thumbnail width: ');
411
+ jQuery('#thumb_width').show();
412
+ jQuery('#thumb_height').hide();
413
+ }
414
+ jQuery("#thumb_width_height_selector").prop('title', 'Average values for thumbnail dimension.');
415
+ jQuery("#tr_mosaic_hor_ver").css('display', '');
416
+ jQuery("#tr_resizable_mosaic").css('display', '');
417
+ jQuery("#tr_mosaic_total_width").css('display', '');
418
+ jQuery('#thumb_width_height_separator').hide();
419
+ jQuery("#tr_images_per_page").css('display', '');
420
+ jQuery("#tr_image_title_hover").css('display', '');
421
+ jQuery("#tr_image_enable_page").css('display', '');
422
+ jQuery("#tr_thumb_width_height").css('display', '');
423
+ bwg_show_search_box();
424
+ break;
425
+
426
+ }
427
+
428
  case 'slideshow': {
429
  jQuery("#tr_gallery").css('display', '');
430
  jQuery("#tr_sort_by").css('display', '');
437
  jQuery("#tr_enable_slideshow_shuffle").css('display', '');
438
  jQuery("#tr_enable_slideshow_ctrl").css('display', '');
439
  jQuery("#tr_enable_slideshow_filmstrip").css('display', '');
440
+ jQuery("#tr_show_sort_images").css('display', 'none');
441
  if (jQuery("input[name=enable_slideshow_filmstrip]:checked").val() == 1) {
442
  bwg_enable_disable('', 'tr_slideshow_filmstrip_height', 'slideshow_filmstrip_yes');
443
  }
500
  jQuery("#tr_compuct_album_image_title").css('display', '');
501
  jQuery("#tr_compuct_album_image_thumb_width_height").css('display', '');
502
  jQuery("#tr_compuct_album_enable_page").css('display', '');
503
+ jQuery("#tr_show_sort_images").css('display', '');
504
+ jQuery("#tr_compuct_album_mosaic_hor_ver").css('display', '');
505
+ jQuery("#tr_compuct_album_resizable_mosaic").css('display', '');
506
+ jQuery("#tr_compuct_album_mosaic_total_width").css('display', '');
507
  bwg_change_compuct_album_view_type();
508
  bwg_show_search_box();
509
  jQuery("#bwg_pro_version").html('Compact Album');
526
  jQuery("#tr_extended_album_image_title").css('display', '');
527
  jQuery("#tr_extended_album_image_thumb_width_height").css('display', '');
528
  jQuery("#tr_extended_album_enable_page").css('display', '');
529
+ jQuery("#tr_show_sort_images").css('display', '');
530
+ jQuery("#tr_extended_album_mosaic_hor_ver").css('display', '');
531
+ jQuery("#tr_extended_album_resizable_mosaic").css('display', '');
532
+ jQuery("#tr_extended_album_mosaic_total_width").css('display', '');
533
  bwg_change_extended_album_view_type();
534
  bwg_show_search_box();
535
  jQuery("#bwg_pro_version").html('Extended Album');
537
  break;
538
 
539
  }
540
+ case 'album_masonry_preview': {
541
+ jQuery("#tr_album").css('display', '');
542
+ jQuery("#tr_sort_by").css('display', '');
543
+ jQuery("#tr_order_by").css('display', '');
544
+ jQuery("#tr_show_search_box").css('display', '');
545
+ jQuery("#tr_masonry_album_column_number").css('display', '');
546
+ jQuery("#tr_masonry_albums_per_page").css('display', '');
547
+ jQuery("#tr_masonry_album_thumb_width_height").css('display', '');
548
+ jQuery("#tr_masonry_album_image_column_number").css('display', '');
549
+ jQuery("#tr_masonry_album_images_per_page").css('display', '');
550
+ jQuery("#tr_masonry_album_image_thumb_width_height").css('display', '');
551
+ jQuery("#tr_masonry_album_enable_page").css('display', '');
552
+ jQuery("#tr_show_sort_images").css('display', '');
553
+ //bwg_change_masonry_album_view_type();
554
+ bwg_show_search_box();
555
+ break;
556
+ }
557
+
558
  case 'blog_style': {
559
  jQuery("#tr_gallery").css('display', '');
560
  jQuery("#tr_sort_by").css('display', '');
564
  jQuery("#tr_blog_style_title_enable").css('display', '');
565
  jQuery("#tr_blog_style_images_per_page").css('display', '');
566
  jQuery("#tr_blog_style_enable_page").css('display', '');
567
+ jQuery("#tr_show_sort_images").css('display', '');
568
  bwg_show_search_box();
569
  break;
570
  }
languages/bwg-af.mo CHANGED
Binary file
languages/bwg-af.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:36+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:38+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "veld is required. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Dit is nie 'n geldige e-posadres."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Daar is geen beelde wat ooreenstem met jou soektog."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "item(s)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Eerste"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Vorige"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Volgende"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Duur"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Gaan na die eerste bladsy"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Gaan na die vorige bladsy"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "van"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Gaan na die volgende bladsy"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Gaan na die laaste bladsy"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Herstel"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Soek"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Daar is geen tema gekies of die tema is verwyder."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Daar is geen album gekies of die album is verwyder."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Daar is geen foto's in die gallery."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Terug"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album is leeg."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Gallery is leeg."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Meer"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Verberg"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Daar is geen gallery gekies of die gallery is verwyder."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Wys kommentaar"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Deel op Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Deel op Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Deel op Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Deel op Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Deel op Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Die beeld is verwyder"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Speel"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maksimeer"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Volskerm"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Wys info"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Wys gradering"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Open beeld in die oorspronklike grootte"
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Aflaai oorspronklike beeld"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Gegradeer."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Nog nie gegradeer nie"
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "stemme"
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Die styl van jou gradering"
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Jy het reeds gegradeer"
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Fout. Verkeerde Bevestigingskode."
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Steek kommentaar"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Noem"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "E-pos "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Kommentaar lewer nie"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Bevestigingskode"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Stuur"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Jou opmerking is wag moderering"
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Verwyder Kommentaar"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Wys kommentaar"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Steek info"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Steek gradering"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Herstel"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Verlaat Volskerm"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Breek"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:41+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:44+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "item(s)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Eerste"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Vorige"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Volgende"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Duur"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Gaan na die eerste bladsy"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Gaan na die vorige bladsy"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "van"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Gaan na die volgende bladsy"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Gaan na die laaste bladsy"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Herstel"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Soek"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Om deur"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "verstek"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "lêernaam"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "grootte"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "Random"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Daar is geen tema gekies of die tema is verwyder."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Daar is geen album gekies of die album is verwyder."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Daar is geen foto's in die gallery."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Terug"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album is leeg."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Daar is geen beelde wat ooreenstem met jou soektog."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Gallery is leeg."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Speel"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Meer"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Verberg"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Daar is geen gallery gekies of die gallery is verwyder."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Wys kommentaar"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Deel op Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Deel op Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Deel op Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Deel op Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Deel op Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Die beeld is verwyder"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maksimeer"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Volskerm"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Wys info"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Wys gradering"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Open beeld in die oorspronklike grootte"
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Aflaai oorspronklike beeld"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Gegradeer."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Nog nie gegradeer nie"
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "stemme"
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Die styl van jou gradering"
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Jy het reeds gegradeer"
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Fout. Verkeerde Bevestigingskode."
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Dit is nie 'n geldige e-posadres."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Steek kommentaar"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Noem"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "E-pos "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Kommentaar lewer nie"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Bevestigingskode"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Stuur"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Jou opmerking is wag moderering"
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Verwyder Kommentaar"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Wys kommentaar"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Steek info"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Steek gradering"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Herstel"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Verlaat Volskerm"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Breek"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "veld is required. "
languages/bwg-ar.mo CHANGED
Binary file
languages/bwg-ar.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:39+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:40+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
18
- "\\photo-gallery\n"
19
 
20
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
21
- msgid "field is required."
22
- msgstr "مطلوب الميدان. "
23
-
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
25
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
26
- msgid "This is not a valid email address."
27
- msgstr "هذا ليس عنوان بريد إلكتروني صحيح."
28
-
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
31
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
32
- msgid "There are no images matching your search."
33
- msgstr "لا توجد صور تتوافق مع البحث."
34
-
35
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
36
  msgid " item(s)"
37
  msgstr "البند (ق)"
38
 
39
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
40
  msgid "First"
41
  msgstr " أولا"
42
 
43
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
44
  msgid "Previous"
45
  msgstr "  السابقة"
46
 
47
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
48
  msgid "Next"
49
  msgstr "المقبل"
50
 
51
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
52
  msgid "Last"
53
  msgstr "آخر"
54
 
55
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
56
  msgid "Go to the first page"
57
  msgstr "  انتقل إلى الصفحة الأولى"
58
 
59
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
60
  msgid "Go to the previous page"
61
  msgstr "  انتقل إلى الصفحة السابقة"
62
 
63
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
64
  msgid "of"
65
  msgstr "  من"
66
 
67
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
68
  msgid "Go to the next page"
69
  msgstr "  انتقل إلى الصفحة التالية"
70
 
71
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
72
  msgid "Go to the last page"
73
  msgstr "  انتقل إلى الصفحة الأخيرة"
74
 
75
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
76
  msgid "Reset"
77
  msgstr "إعادة تعيين"
78
 
79
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
80
  msgid "Search"
81
  msgstr "البحث"
82
 
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
90
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  msgid "There is no theme selected or the theme was deleted."
92
  msgstr " . لا يوجد أي موضوع المحددة أو تم حذف الموضوع"
93
 
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
97
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
98
  msgid "There is no album selected or the album was deleted."
99
  msgstr "  لا يوجد ألبوم المحددة أو تم حذف الألبوم"
100
 
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
107
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
108
  msgid "There are no images in this gallery."
109
  msgstr "ا توجد صور في هذا الألبوم"
110
 
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
112
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
113
  msgid "Back"
114
  msgstr "  الظهر"
115
 
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
117
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
118
  msgid "Album is empty."
119
  msgstr "  الألبوم فارغ"
120
 
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
122
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
123
  msgid "Gallery is empty."
124
  msgstr "  معرض فارغة"
125
 
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
127
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
128
  msgid "More"
129
  msgstr "أكثر"
130
 
131
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
132
  msgid "Hide"
133
  msgstr "إخفاء"
134
 
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
139
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
140
  msgid "There is no gallery selected or the gallery was deleted."
141
  msgstr "لا توجد المعرض المحددة أو تم حذف المعرض"
142
 
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
144
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
145
  msgid "Show comments"
146
  msgstr "تظهر التعليقات"
147
 
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
151
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
152
  msgid "Share on Facebook"
153
  msgstr "حصة في الفيسبوك"
154
 
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
158
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
159
  msgid "Share on Twitter"
160
  msgstr "مشاركة على تويتر"
161
 
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
165
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
166
  msgid "Share on Google+"
167
  msgstr "في + Google المشاركة"
168
 
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
172
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
173
  msgid "Share on Pinterest"
174
  msgstr "على حصة بينتيريست"
175
 
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
179
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
180
  msgid "Share on Tumblr"
181
  msgstr "نعرفكم على حصة"
182
 
183
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
184
  msgid "The image has been deleted."
185
  msgstr "تم حذف الصورة"
186
 
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
189
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
190
- msgid "Play"
191
- msgstr "لعب"
192
-
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
195
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
196
  msgid "Maximize"
197
  msgstr "تعظيم"
198
 
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
200
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
201
  msgid "Fullscreen"
202
  msgstr "ملء الشاشة"
203
 
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
205
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
206
  msgid "Show info"
207
  msgstr "تظهر المعلومات"
208
 
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
210
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
211
  msgid "Show rating"
212
  msgstr "تظهر التصنيف"
213
 
214
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
215
  msgid "Open image in original size."
216
  msgstr "صورة مفتوحة في حجمها الأصلي"
217
 
218
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
219
  msgid "Download original image"
220
  msgstr "تحميل الصورة الأصلية"
221
 
222
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
223
  msgid "Hits: "
224
  msgstr "الفعالية:"
225
 
226
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
227
  msgid "Rated."
228
  msgstr "تصنيف."
229
 
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
231
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
232
  msgid "Not rated yet."
233
  msgstr "غير مصنفة حتى الآن."
234
 
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
236
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
237
  msgid "Votes: "
238
  msgstr "عدد الأصوات: "
239
 
240
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
241
  msgid "Cancel your rating."
242
  msgstr "إلغاء تقييمك"
243
 
244
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
245
  msgid "You have already rated."
246
  msgstr "لقد تقييما بالفعل"
247
 
248
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
249
  msgid "Error. Incorrect Verification Code."
250
  msgstr "خطأ. رمز التحقق غير صحيح. "
251
 
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
253
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
254
  msgid "Hide Comments"
255
  msgstr "إخفاء التعليقات"
256
 
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
259
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
260
  msgid "Name"
261
  msgstr "الاسم"
262
 
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
265
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
266
  msgid "Email"
267
  msgstr "مينا "
268
 
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
271
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
272
  msgid "Comment"
273
  msgstr "التعليق"
274
 
275
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
276
  msgid "Verification Code"
277
  msgstr "كود التحقق"
278
 
279
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
280
  msgid "Submit"
281
  msgstr "تقدم"
282
 
283
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
284
  msgid "Your comment is awaiting moderation"
285
  msgstr "تعليقك ينتظر الاعتدال"
286
 
287
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
288
  msgid "Delete Comment"
289
  msgstr "حذف تعليق"
290
 
291
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
292
  msgid "Show Comments"
293
  msgstr " عرض التعليقات"
294
 
295
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
296
  msgid "Hide info"
297
  msgstr "إخفاء المعلومات"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "اخفاء تصنيف"
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "استعادة"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "خروج ملء الشاشة"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "وقفة"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:46+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:47+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
18
+ "gallery\n"
19
 
20
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid " item(s)"
22
  msgstr "البند (ق)"
23
 
24
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
25
  msgid "First"
26
  msgstr " أولا"
27
 
28
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
29
  msgid "Previous"
30
  msgstr "  السابقة"
31
 
32
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
33
  msgid "Next"
34
  msgstr "المقبل"
35
 
36
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
37
  msgid "Last"
38
  msgstr "آخر"
39
 
40
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
41
  msgid "Go to the first page"
42
  msgstr "  انتقل إلى الصفحة الأولى"
43
 
44
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
45
  msgid "Go to the previous page"
46
  msgstr "  انتقل إلى الصفحة السابقة"
47
 
48
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
49
  msgid "of"
50
  msgstr "  من"
51
 
52
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
53
  msgid "Go to the next page"
54
  msgstr "  انتقل إلى الصفحة التالية"
55
 
56
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
57
  msgid "Go to the last page"
58
  msgstr "  انتقل إلى الصفحة الأخيرة"
59
 
60
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
61
  msgid "Reset"
62
  msgstr "إعادة تعيين"
63
 
64
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
65
  msgid "Search"
66
  msgstr "البحث"
67
 
68
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
69
+ msgid "Order by: "
70
+ msgstr "ترتيب حسب"
71
+
72
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
73
+ msgid "Default"
74
+ msgstr "افتراضي"
75
+
76
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
77
+ msgid "Filename"
78
+ msgstr "اسم الملف"
79
+
80
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
81
+ msgid "Size"
82
+ msgstr "حجم"
83
+
84
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
85
+ msgid "Random"
86
+ msgstr "عشوائية"
87
+
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
96
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
97
  msgid "There is no theme selected or the theme was deleted."
98
  msgstr " . لا يوجد أي موضوع المحددة أو تم حذف الموضوع"
99
 
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
105
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
106
  msgid "There is no album selected or the album was deleted."
107
  msgstr "  لا يوجد ألبوم المحددة أو تم حذف الألبوم"
108
 
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
116
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
117
  msgid "There are no images in this gallery."
118
  msgstr "ا توجد صور في هذا الألبوم"
119
 
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
123
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
124
  msgid "Back"
125
  msgstr "  الظهر"
126
 
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
129
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
130
  msgid "Album is empty."
131
  msgstr "  الألبوم فارغ"
132
 
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
136
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
137
+ msgid "There are no images matching your search."
138
+ msgstr "لا توجد صور تتوافق مع البحث."
139
+
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
142
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
143
  msgid "Gallery is empty."
144
  msgstr "  معرض فارغة"
145
 
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
151
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
152
+ msgid "Play"
153
+ msgstr "لعب"
154
+
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
156
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
157
  msgid "More"
158
  msgstr "أكثر"
159
 
160
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
161
  msgid "Hide"
162
  msgstr "إخفاء"
163
 
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
168
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
169
  msgid "There is no gallery selected or the gallery was deleted."
170
  msgstr "لا توجد المعرض المحددة أو تم حذف المعرض"
171
 
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
173
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
174
  msgid "Show comments"
175
  msgstr "تظهر التعليقات"
176
 
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
180
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
181
  msgid "Share on Facebook"
182
  msgstr "حصة في الفيسبوك"
183
 
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
187
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
188
  msgid "Share on Twitter"
189
  msgstr "مشاركة على تويتر"
190
 
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
194
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
195
  msgid "Share on Google+"
196
  msgstr "في + Google المشاركة"
197
 
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
201
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
202
  msgid "Share on Pinterest"
203
  msgstr "على حصة بينتيريست"
204
 
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
208
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
209
  msgid "Share on Tumblr"
210
  msgstr "نعرفكم على حصة"
211
 
212
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
213
  msgid "The image has been deleted."
214
  msgstr "تم حذف الصورة"
215
 
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
218
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
219
  msgid "Maximize"
220
  msgstr "تعظيم"
221
 
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
223
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
224
  msgid "Fullscreen"
225
  msgstr "ملء الشاشة"
226
 
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
228
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
229
  msgid "Show info"
230
  msgstr "تظهر المعلومات"
231
 
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
233
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
234
  msgid "Show rating"
235
  msgstr "تظهر التصنيف"
236
 
237
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
238
  msgid "Open image in original size."
239
  msgstr "صورة مفتوحة في حجمها الأصلي"
240
 
241
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
242
  msgid "Download original image"
243
  msgstr "تحميل الصورة الأصلية"
244
 
245
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
246
  msgid "Hits: "
247
  msgstr "الفعالية:"
248
 
249
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
250
  msgid "Rated."
251
  msgstr "تصنيف."
252
 
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
254
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
255
  msgid "Not rated yet."
256
  msgstr "غير مصنفة حتى الآن."
257
 
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
259
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
260
  msgid "Votes: "
261
  msgstr "عدد الأصوات: "
262
 
263
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
264
  msgid "Cancel your rating."
265
  msgstr "إلغاء تقييمك"
266
 
267
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
268
  msgid "You have already rated."
269
  msgstr "لقد تقييما بالفعل"
270
 
271
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
272
  msgid "Error. Incorrect Verification Code."
273
  msgstr "خطأ. رمز التحقق غير صحيح. "
274
 
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
276
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
277
+ msgid "This is not a valid email address."
278
+ msgstr "هذا ليس عنوان بريد إلكتروني صحيح."
279
+
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
281
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
282
  msgid "Hide Comments"
283
  msgstr "إخفاء التعليقات"
284
 
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
287
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
288
  msgid "Name"
289
  msgstr "الاسم"
290
 
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
293
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
294
  msgid "Email"
295
  msgstr "مينا "
296
 
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
299
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
300
  msgid "Comment"
301
  msgstr "التعليق"
302
 
303
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
304
  msgid "Verification Code"
305
  msgstr "كود التحقق"
306
 
307
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
308
  msgid "Submit"
309
  msgstr "تقدم"
310
 
311
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
312
  msgid "Your comment is awaiting moderation"
313
  msgstr "تعليقك ينتظر الاعتدال"
314
 
315
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
316
  msgid "Delete Comment"
317
  msgstr "حذف تعليق"
318
 
319
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
320
  msgid "Show Comments"
321
  msgstr " عرض التعليقات"
322
 
323
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
324
  msgid "Hide info"
325
  msgstr "إخفاء المعلومات"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "اخفاء تصنيف"
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "استعادة"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "خروج ملء الشاشة"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "وقفة"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "مطلوب الميدان. "
languages/bwg-be_BY.mo CHANGED
Binary file
languages/bwg-be_BY.po CHANGED
@@ -1,318 +1,350 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:40+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:42+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
18
- "\\photo-gallery\n"
19
 
20
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
21
- msgid "field is required."
22
- msgstr "поле з'яўляецца абавязковым. "
23
-
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
25
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
26
- msgid "This is not a valid email address."
27
- msgstr "Гэта не правільны адрас электроннай пошты."
28
-
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
31
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
32
- msgid "There are no images matching your search."
33
- msgstr "Там няма малюнкаў Вашаму пошуку."
34
-
35
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
36
  msgid " item(s)"
37
  msgstr "элемент(ы)"
38
 
39
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
40
  msgid "First"
41
  msgstr "Першая"
42
 
43
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
44
  msgid "Previous"
45
  msgstr "Папярэдні"
46
 
47
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
48
  msgid "Next"
49
  msgstr "Наступная"
50
 
51
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
52
  msgid "Last"
53
  msgstr "Апошні"
54
 
55
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
56
  msgid "Go to the first page"
57
  msgstr "Да першай старонцы "
58
 
59
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
60
  msgid "Go to the previous page"
61
  msgstr "Перайсці на папярэднюю старонку"
62
 
63
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
64
  msgid "of"
65
  msgstr "з "
66
 
67
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
68
  msgid "Go to the next page"
69
  msgstr "Перайсці да наступнай старонцы "
70
 
71
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
72
  msgid "Go to the last page"
73
  msgstr "Перайсці да апошняй старонцы "
74
 
75
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
76
  msgid "Reset"
77
  msgstr "Скід"
78
 
79
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
80
  msgid "Search"
81
  msgstr "Пошук"
82
 
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
90
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  msgid "There is no theme selected or the theme was deleted."
92
  msgstr "Там няма тэмы абраны або тэма была выдаленая"
93
 
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
97
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
98
  msgid "There is no album selected or the album was deleted."
99
  msgstr "Там няма абранага альбома ці альбом быў выдалены "
100
 
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
107
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
108
  msgid "There are no images in this gallery."
109
  msgstr "Там няма малюнкаў у гэтай галерэі "
110
 
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
112
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
113
  msgid "Back"
114
  msgstr "Вярнуцца "
115
 
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
117
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
118
  msgid "Album is empty."
119
  msgstr "Альбом пусты "
120
 
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
122
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
123
  msgid "Gallery is empty."
124
  msgstr "Галерэя пусты "
125
 
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
127
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
128
  msgid "More"
129
  msgstr "Больш"
130
 
131
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
132
  msgid "Hide"
133
  msgstr "Схаваць"
134
 
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
139
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
140
  msgid "There is no gallery selected or the gallery was deleted."
141
  msgstr "Там няма галерэя абраны або галерэі быў выдалены "
142
 
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
144
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
145
  msgid "Show comments"
146
  msgstr "Паказаць каментары "
147
 
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
151
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
152
  msgid "Share on Facebook"
153
  msgstr "Адправіць на Facebook "
154
 
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
158
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
159
  msgid "Share on Twitter"
160
  msgstr "Адправіць на Twitter "
161
 
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
165
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
166
  msgid "Share on Google+"
167
  msgstr "Адправіць у Google+ "
168
 
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
172
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
173
  msgid "Share on Pinterest"
174
  msgstr "Выкласці на Pinterest"
175
 
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
179
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
180
  msgid "Share on Tumblr"
181
  msgstr "Выкласці на Tumblr"
182
 
183
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
184
  msgid "The image has been deleted."
185
  msgstr "Вобраз быў выдалены"
186
 
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
189
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
190
- msgid "Play"
191
- msgstr "Гуляць"
192
-
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
195
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
196
  msgid "Maximize"
197
  msgstr "Максімізацыя "
198
 
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
200
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
201
  msgid "Fullscreen"
202
  msgstr "Поўнаэкранны "
203
 
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
205
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
206
  msgid "Show info"
207
  msgstr "Паказаць інфармацыю"
208
 
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
210
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
211
  msgid "Show rating"
212
  msgstr "Паказаць рэйтынг"
213
 
214
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
215
  msgid "Open image in original size."
216
  msgstr "Адкрыць малюнак у арыгінальным памеры."
217
 
218
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
219
  msgid "Download original image"
220
  msgstr "Спампаваць арыгінальнае малюнак"
221
 
222
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
223
  msgid "Hits: "
224
  msgstr "праглядаў:"
225
 
226
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
227
  msgid "Rated."
228
  msgstr "Намінальная."
229
 
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
231
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
232
  msgid "Not rated yet."
233
  msgstr "Пакуль не ацэнена"
234
 
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
236
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
237
  msgid "Votes: "
238
  msgstr "галасоў: "
239
 
240
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
241
  msgid "Cancel your rating."
242
  msgstr "Адмяніць свой ​​рэйтынг"
243
 
244
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
245
  msgid "You have already rated."
246
  msgstr "Вы ўжо ацанілі"
247
 
248
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
249
  msgid "Error. Incorrect Verification Code."
250
  msgstr "Памылка. Няправільны код верыфікацыі. "
251
 
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
253
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
254
  msgid "Hide Comments"
255
  msgstr "Схаваць Каментарыі "
256
 
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
259
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
260
  msgid "Name"
261
  msgstr " Імя "
262
 
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
265
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
266
  msgid "Email"
267
  msgstr "E-mail "
268
 
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
271
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
272
  msgid "Comment"
273
  msgstr "Каментар"
274
 
275
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
276
  msgid "Verification Code"
277
  msgstr "код пацверджання"
278
 
279
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
280
  msgid "Submit"
281
  msgstr "Уявіце "
282
 
283
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
284
  msgid "Your comment is awaiting moderation"
285
  msgstr "Ваш каментар чакае мадэрацыі "
286
 
287
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
288
  msgid "Delete Comment"
289
  msgstr "Выдаліць каментар"
290
 
291
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
292
  msgid "Show Comments"
293
  msgstr "Паказаць каментары"
294
 
295
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
296
  #, fuzzy
297
  msgid "Hide info"
298
  msgstr "Схаваць"
299
 
300
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
301
  msgid "Hide rating"
302
  msgstr "Схаваць рэйтынг"
303
 
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
305
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
306
  msgid "Restore"
307
  msgstr "Аднаўленне "
308
 
309
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
310
  msgid "Exit Fullscreen"
311
  msgstr "Выйдзіце на ўвесь экран "
312
 
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
316
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
317
  msgid "Pause"
318
  msgstr "Паўза "
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:48+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:49+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
18
+ "gallery\n"
19
 
20
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid " item(s)"
22
  msgstr "элемент(ы)"
23
 
24
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
25
  msgid "First"
26
  msgstr "Першая"
27
 
28
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
29
  msgid "Previous"
30
  msgstr "Папярэдні"
31
 
32
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
33
  msgid "Next"
34
  msgstr "Наступная"
35
 
36
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
37
  msgid "Last"
38
  msgstr "Апошні"
39
 
40
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
41
  msgid "Go to the first page"
42
  msgstr "Да першай старонцы "
43
 
44
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
45
  msgid "Go to the previous page"
46
  msgstr "Перайсці на папярэднюю старонку"
47
 
48
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
49
  msgid "of"
50
  msgstr "з "
51
 
52
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
53
  msgid "Go to the next page"
54
  msgstr "Перайсці да наступнай старонцы "
55
 
56
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
57
  msgid "Go to the last page"
58
  msgstr "Перайсці да апошняй старонцы "
59
 
60
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
61
  msgid "Reset"
62
  msgstr "Скід"
63
 
64
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
65
  msgid "Search"
66
  msgstr "Пошук"
67
 
68
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
69
+ msgid "Order by: "
70
+ msgstr "сартаваць па"
71
+
72
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
73
+ msgid "Default"
74
+ msgstr "дэфолт"
75
+
76
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
77
+ msgid "Filename"
78
+ msgstr "Імя Файла"
79
+
80
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
81
+ msgid "Size"
82
+ msgstr "памер"
83
+
84
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
85
+ msgid "Random"
86
+ msgstr "выпадковы"
87
+
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
96
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
97
  msgid "There is no theme selected or the theme was deleted."
98
  msgstr "Там няма тэмы абраны або тэма была выдаленая"
99
 
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
105
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
106
  msgid "There is no album selected or the album was deleted."
107
  msgstr "Там няма абранага альбома ці альбом быў выдалены "
108
 
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
116
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
117
  msgid "There are no images in this gallery."
118
  msgstr "Там няма малюнкаў у гэтай галерэі "
119
 
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
123
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
124
  msgid "Back"
125
  msgstr "Вярнуцца "
126
 
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
129
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
130
  msgid "Album is empty."
131
  msgstr "Альбом пусты "
132
 
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
136
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
137
+ msgid "There are no images matching your search."
138
+ msgstr "Там няма малюнкаў Вашаму пошуку."
139
+
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
142
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
143
  msgid "Gallery is empty."
144
  msgstr "Галерэя пусты "
145
 
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
151
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
152
+ msgid "Play"
153
+ msgstr "Гуляць"
154
+
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
156
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
157
  msgid "More"
158
  msgstr "Больш"
159
 
160
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
161
  msgid "Hide"
162
  msgstr "Схаваць"
163
 
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
168
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
169
  msgid "There is no gallery selected or the gallery was deleted."
170
  msgstr "Там няма галерэя абраны або галерэі быў выдалены "
171
 
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
173
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
174
  msgid "Show comments"
175
  msgstr "Паказаць каментары "
176
 
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
180
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
181
  msgid "Share on Facebook"
182
  msgstr "Адправіць на Facebook "
183
 
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
187
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
188
  msgid "Share on Twitter"
189
  msgstr "Адправіць на Twitter "
190
 
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
194
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
195
  msgid "Share on Google+"
196
  msgstr "Адправіць у Google+ "
197
 
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
201
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
202
  msgid "Share on Pinterest"
203
  msgstr "Выкласці на Pinterest"
204
 
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
208
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
209
  msgid "Share on Tumblr"
210
  msgstr "Выкласці на Tumblr"
211
 
212
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
213
  msgid "The image has been deleted."
214
  msgstr "Вобраз быў выдалены"
215
 
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
218
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
219
  msgid "Maximize"
220
  msgstr "Максімізацыя "
221
 
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
223
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
224
  msgid "Fullscreen"
225
  msgstr "Поўнаэкранны "
226
 
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
228
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
229
  msgid "Show info"
230
  msgstr "Паказаць інфармацыю"
231
 
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
233
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
234
  msgid "Show rating"
235
  msgstr "Паказаць рэйтынг"
236
 
237
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
238
  msgid "Open image in original size."
239
  msgstr "Адкрыць малюнак у арыгінальным памеры."
240
 
241
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
242
  msgid "Download original image"
243
  msgstr "Спампаваць арыгінальнае малюнак"
244
 
245
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
246
  msgid "Hits: "
247
  msgstr "праглядаў:"
248
 
249
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
250
  msgid "Rated."
251
  msgstr "Намінальная."
252
 
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
254
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
255
  msgid "Not rated yet."
256
  msgstr "Пакуль не ацэнена"
257
 
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
259
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
260
  msgid "Votes: "
261
  msgstr "галасоў: "
262
 
263
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
264
  msgid "Cancel your rating."
265
  msgstr "Адмяніць свой ​​рэйтынг"
266
 
267
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
268
  msgid "You have already rated."
269
  msgstr "Вы ўжо ацанілі"
270
 
271
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
272
  msgid "Error. Incorrect Verification Code."
273
  msgstr "Памылка. Няправільны код верыфікацыі. "
274
 
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
276
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
277
+ msgid "This is not a valid email address."
278
+ msgstr "Гэта не правільны адрас электроннай пошты."
279
+
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
281
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
282
  msgid "Hide Comments"
283
  msgstr "Схаваць Каментарыі "
284
 
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
287
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
288
  msgid "Name"
289
  msgstr " Імя "
290
 
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
293
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
294
  msgid "Email"
295
  msgstr "E-mail "
296
 
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
299
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
300
  msgid "Comment"
301
  msgstr "Каментар"
302
 
303
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
304
  msgid "Verification Code"
305
  msgstr "код пацверджання"
306
 
307
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
308
  msgid "Submit"
309
  msgstr "Уявіце "
310
 
311
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
312
  msgid "Your comment is awaiting moderation"
313
  msgstr "Ваш каментар чакае мадэрацыі "
314
 
315
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
316
  msgid "Delete Comment"
317
  msgstr "Выдаліць каментар"
318
 
319
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
320
  msgid "Show Comments"
321
  msgstr "Паказаць каментары"
322
 
323
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
324
  #, fuzzy
325
  msgid "Hide info"
326
  msgstr "Схаваць"
327
 
328
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
329
  msgid "Hide rating"
330
  msgstr "Схаваць рэйтынг"
331
 
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
333
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
334
  msgid "Restore"
335
  msgstr "Аднаўленне "
336
 
337
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
338
  msgid "Exit Fullscreen"
339
  msgstr "Выйдзіце на ўвесь экран "
340
 
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
344
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
345
  msgid "Pause"
346
  msgstr "Паўза "
347
+
348
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
349
+ msgid "field is required."
350
+ msgstr "поле з'яўляецца абавязковым. "
languages/bwg-bg_BG.mo CHANGED
Binary file
languages/bwg-bg_BG.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:42+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:43+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "е задължително поле."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Това не е валиден имейл адрес."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Не са открити снимки, отговарящи на вашето търсене."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "элемент(и)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Първа"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Предишна"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Следваща"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Последен"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Отиди на първата страница"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Отидете на предишната страница."
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "на"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Преминете към следващата страница"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Отиди до последната страница"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Reset"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Search"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Не е избрана тема или темата е била изтрита"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Не е избран албум или албумът е изтрит."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Има още няма снимки в тази галерия"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Назад към"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr " Албум е празна"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Галерията е празна"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Повече"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Скриване"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Не е избран галерия или галерията е била изтрита."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Покажи коментари"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Споделяне на Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Споделяне на Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Споделете в Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Сподели на Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Сподели на Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Образът е изтрит"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Възпроизвеждане"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Увеличете"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Полноэкранный"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Покажи информация"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Покажи рейтинг"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Open снимката в оригинален размер. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Изтегляне на оригиналното изображение"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Посещения:"
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Номинално."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Все още неоценен."
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Гласове: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Отмени вашата оценка."
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Вече сте оценили. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Грешка. Грешен код за потвърждение. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Скриване на коментарите"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Име"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Коментар"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Verification Code"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Изпращане"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Вашият коментар изчаква умереност"
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Изтриване на коментар"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Покажи коментарите"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Скриване на информация"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Hide рейтинг"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Възстанови"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Изход полный экран"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Пауза"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:51+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:53+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "элемент(и)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Първа"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Предишна"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Следваща"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Последен"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Отиди на първата страница"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Отидете на предишната страница."
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "на"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Преминете към следващата страница"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Отиди до последната страница"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Reset"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Search"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Подреждане по"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "неустойка"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Име на файл"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "размер"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "произволен"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Не е избрана тема или темата е била изтрита"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Не е избран албум или албумът е изтрит."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Има още няма снимки в тази галерия"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Назад към"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr " Албум е празна"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Не са открити снимки, отговарящи на вашето търсене."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Галерията е празна"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Възпроизвеждане"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Повече"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Скриване"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Не е избран галерия или галерията е била изтрита."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Покажи коментари"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Споделяне на Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Споделяне на Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Споделете в Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Сподели на Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Сподели на Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Образът е изтрит"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Увеличете"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Полноэкранный"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Покажи информация"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Покажи рейтинг"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Open снимката в оригинален размер. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Изтегляне на оригиналното изображение"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Посещения:"
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Номинално."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Все още неоценен."
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Гласове: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Отмени вашата оценка."
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Вече сте оценили. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Грешка. Грешен код за потвърждение. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Това не е валиден имейл адрес."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Скриване на коментарите"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Име"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Коментар"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Verification Code"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Изпращане"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Вашият коментар изчаква умереност"
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Изтриване на коментар"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Покажи коментарите"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Скриване на информация"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Hide рейтинг"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Възстанови"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Изход полный экран"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Пауза"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "е задължително поле."
languages/bwg-ca.mo CHANGED
Binary file
languages/bwg-ca.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:43+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:44+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "Es requereix camp."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Això no és una adreça de correu electrònic vàlida."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "No hi ha imatges que coincideixen amb la vostra cerca."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "article(s)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "En primer lloc"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Anterior"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Següent"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Passat"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Anar a la primera pàgina "
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Anar a la pàgina anterior"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "de "
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Anar a la pàgina següent"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Anar a l'última pàgina"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Restablir"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Cerca"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "No hi ha tema seleccionat o s'ha eliminat el tema."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "No hi ha cap àlbum seleccionat o es va eliminar l'àlbum."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "No hi ha imatges en aquesta galeria."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Tornar"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Àlbum està buit."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galeria és buida."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Més"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Amaga"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "No hi ha galeria seleccionada o la galeria s'ha eliminat."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Mostrar comentaris"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Comparteix a Facebook "
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Comparteix a Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Comparteix a Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Compartir a Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Compartir a Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "La imatge ha estat esborrada."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Juga"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maximitzar"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Pantalla completa "
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Mostra la informació"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Mostra classificació"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Obrir imatge en mida original."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Descarregar la imatge original"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "hits:"
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Puntuació."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "No s'ha classificat. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "vots: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Cancel seva qualificació. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Ja has valorat. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Error. Incorrecta del codi de verificació. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Amaga comentaris "
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nom"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Comentari"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "codi de verificació"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Enviar"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "La vostra revisió està pendent de moderació "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Eliminar comentari"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Mostrar comentaris"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Anterior informació"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Amaga qualificació"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Restaurar"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Surt de la pantalla completa"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Pausa"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:53+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:54+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "article(s)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "En primer lloc"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Anterior"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Següent"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Passat"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Anar a la primera pàgina "
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Anar a la pàgina anterior"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "de "
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Anar a la pàgina següent"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Anar a l'última pàgina"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Restablir"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Cerca"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "ordenar per"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "defecte"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "nom De l'Arxiu"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "mida"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "aleatori"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "No hi ha tema seleccionat o s'ha eliminat el tema."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "No hi ha cap àlbum seleccionat o es va eliminar l'àlbum."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "No hi ha imatges en aquesta galeria."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Tornar"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Àlbum està buit."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "No hi ha imatges que coincideixen amb la vostra cerca."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galeria és buida."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Juga"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Més"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Amaga"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "No hi ha galeria seleccionada o la galeria s'ha eliminat."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Mostrar comentaris"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Comparteix a Facebook "
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Comparteix a Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Comparteix a Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Compartir a Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Compartir a Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "La imatge ha estat esborrada."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximitzar"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Pantalla completa "
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Mostra la informació"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Mostra classificació"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Obrir imatge en mida original."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Descarregar la imatge original"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "hits:"
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Puntuació."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "No s'ha classificat. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "vots: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Cancel seva qualificació. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Ja has valorat. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Error. Incorrecta del codi de verificació. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Això no és una adreça de correu electrònic vàlida."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Amaga comentaris "
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nom"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Comentari"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "codi de verificació"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Enviar"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "La vostra revisió està pendent de moderació "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Eliminar comentari"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Mostrar comentaris"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Anterior informació"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Amaga qualificació"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Restaurar"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Surt de la pantalla completa"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Pausa"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "Es requereix camp."
languages/bwg-cs_CZ.mo CHANGED
Binary file
languages/bwg-cs_CZ.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:45+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:46+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "je povinné pole."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Toto není platná e-mailová adresa."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Nejsou žádné snímky, které odpovídají zadaným."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "položka(ek)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "První"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Předchozí"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Další"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Trvat"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Přejít na první stránku"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Přejít na předchozí stránku"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "z"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Přejděte na další stránku"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Přejít na poslední stránku"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Obnovit"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Hledat"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Není vybrán žádný motiv nebo téma bylo smazáno"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Neexistuje žádný vybrané album nebo alba byl smazán"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "V této galerii žádné snímky"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Zpět"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album je prázdný"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galerie je prázdná"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Více"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Skrýt"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Není vybrán žádný galerie nebo galerie byla smazána"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Ukaž komentáře"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Sdílejte na Facebooku"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Sdílet na Twitteru"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Sdílet na Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Share on Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Share on Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Obraz byl smazán"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Přehrát"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maximalizovat"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Celá obrazovka"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Zobrazit informace"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Zobrazit hodnocení"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Otevřít obrázek v původní velikosti."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Stáhnout původní obrázek. "
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Zobrazení: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Jmenovitý."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Zatím nebyla hodnocena. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "hlasů: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Zrušit své hodnocení"
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Už jste hodnotili"
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Chyba. Nesprávný ověřovací kód. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Skrýt komentáře"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Jméno"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "E-mail "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Komentovat"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Ověřovací kód"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Odeslat"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Váš komentář čeká na moderování "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Odstranit komentář"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Zobrazit komentáře"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  #, fuzzy
296
  msgid "Hide info"
297
  msgstr "Skrýt"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Skrýt hodnocení"
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Obnovit"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Ukončete celá obrazovka"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Pauza"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:54+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:56+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "položka(ek)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "První"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Předchozí"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Další"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Trvat"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Přejít na první stránku"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Přejít na předchozí stránku"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "z"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Přejděte na další stránku"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Přejít na poslední stránku"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Obnovit"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Hledat"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Seřadit podle"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "standardní"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Název souboru"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "velikost"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "náhodný"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Není vybrán žádný motiv nebo téma bylo smazáno"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Neexistuje žádný vybrané album nebo alba byl smazán"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "V této galerii žádné snímky"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Zpět"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album je prázdný"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Nejsou žádné snímky, které odpovídají zadaným."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galerie je prázdná"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Přehrát"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Více"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Skrýt"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Není vybrán žádný galerie nebo galerie byla smazána"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Ukaž komentáře"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Sdílejte na Facebooku"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Sdílet na Twitteru"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Sdílet na Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Share on Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Share on Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Obraz byl smazán"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximalizovat"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Celá obrazovka"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Zobrazit informace"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Zobrazit hodnocení"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Otevřít obrázek v původní velikosti."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Stáhnout původní obrázek. "
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Zobrazení: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Jmenovitý."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Zatím nebyla hodnocena. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "hlasů: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Zrušit své hodnocení"
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Už jste hodnotili"
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Chyba. Nesprávný ověřovací kód. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Toto není platná e-mailová adresa."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Skrýt komentáře"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Jméno"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "E-mail "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Komentovat"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Ověřovací kód"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Odeslat"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Váš komentář čeká na moderování "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Odstranit komentář"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Zobrazit komentáře"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  #, fuzzy
324
  msgid "Hide info"
325
  msgstr "Skrýt"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "Skrýt hodnocení"
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "Obnovit"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "Ukončete celá obrazovka"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "Pauza"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "je povinné pole."
languages/bwg-da_DK.mo CHANGED
Binary file
languages/bwg-da_DK.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:46+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:47+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "felt er påkrævet."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Dette er ikke en gyldig e-mail-adresse."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Der er ingen billeder matcher din søgning."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "vare (r)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "First"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Forrige"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Næste"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Sidste"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Gå til første side"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Gå til den forrige side."
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "af"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Gå til næste side"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Gå til sidste side"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Reset"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Søg"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Der er ikke valgt tema eller temaet blev slettet"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr " Der er ikke valgt album eller albummet blev slettet"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Der er ingen billeder i dette galleri."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Back"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album er tom."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Gallery er tom."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Mere"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Skjul"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Der er ikke valgt galleri eller galleriet blev slettet."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Vis kommentarer"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Del på Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Del på Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Del på Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Del på Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Del på Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Billedet er blevet slettet."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Afspil"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maksimer"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Fullscreen"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Vis info"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Vis rating"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Åbn billede i original størrelse"
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Download originalbilledet"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Bedømt."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Ikke bedømt endnu. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "stemmer: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Annullere din bedømmelse. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Du har allerede bedømt. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Fejl. Forkert bekræftelseskode. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Skjul kommentarer"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Navn"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "E-mail "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Kommentar"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "bekræftelseskode"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Send"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Din kommentar afventer moderation "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Slet kommentar"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Vis kommentarer"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  #, fuzzy
296
  msgid "Hide info"
297
  msgstr "Skjul"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Skjul rating."
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Gendan"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Afslut fuldskærm"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Pause"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:56+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:57+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "vare (r)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "First"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Forrige"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Næste"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Sidste"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Gå til første side"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Gå til den forrige side."
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "af"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Gå til næste side"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Gå til sidste side"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Reset"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Søg"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Sorter efter"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "Standard"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Filnavn"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "størrelse"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "Tilfældig"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Der er ikke valgt tema eller temaet blev slettet"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr " Der er ikke valgt album eller albummet blev slettet"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Der er ingen billeder i dette galleri."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Back"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album er tom."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Der er ingen billeder matcher din søgning."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Gallery er tom."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Afspil"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Mere"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Skjul"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Der er ikke valgt galleri eller galleriet blev slettet."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Vis kommentarer"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Del på Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Del på Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Del på Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Del på Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Del på Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Billedet er blevet slettet."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maksimer"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Fullscreen"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Vis info"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Vis rating"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Åbn billede i original størrelse"
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Download originalbilledet"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Bedømt."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Ikke bedømt endnu. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "stemmer: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Annullere din bedømmelse. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Du har allerede bedømt. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Fejl. Forkert bekræftelseskode. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Dette er ikke en gyldig e-mail-adresse."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Skjul kommentarer"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Navn"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "E-mail "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Kommentar"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "bekræftelseskode"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Send"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Din kommentar afventer moderation "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Slet kommentar"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Vis kommentarer"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  #, fuzzy
324
  msgid "Hide info"
325
  msgstr "Skjul"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "Skjul rating."
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "Gendan"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "Afslut fuldskærm"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "Pause"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "felt er påkrævet."
languages/bwg-de_DE.mo CHANGED
Binary file
languages/bwg-de_DE.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-08-29 15:30+0400\n"
5
- "PO-Revision-Date: 2014-08-29 15:39+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2834
20
- msgid "field is required."
21
- msgstr "Feld ist erforderlich."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2835
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1135
25
- msgid "This is not a valid email address."
26
- msgstr "Dies ist keine gültige E-Mail-Adresse."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2836
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:732
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:721
31
- msgid "There are no images matching your search."
32
- msgstr "Es gibt keine Bilder, die Ihren Such."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr " Foto(s)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Erste"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Zurück"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Weiter"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Letzte"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Gehen Sie auf die erste Seite"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Gehen Sie auf die vorherige Seite"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "von"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Gehen Sie auf der nächsten Seite"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Gehen Sie auf der letzten Seite"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:605
75
  msgid "Reset"
76
  msgstr "Zurücksetzen"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:608
79
  msgid "Search"
80
  msgstr "Suchen"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:83
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Es gibt kein Thema ausgewählt oder das Thema gelöscht wurde"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:139
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:159
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:90
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:110
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Es gibt kein Album ausgewählt oder das Album gelöscht wurd"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:99
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Es sind keine Bilder in dieser Galerie"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:620
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:600
 
 
112
  msgid "Back"
113
  msgstr "Zurück"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:636
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:611
 
117
  msgid "Album is empty."
118
  msgstr "Album ist leer"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:737
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:726
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galerie ist leer"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:691
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:803
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Mehr"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
131
  msgid "Hide"
132
  msgstr "Ausblenden"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Es gibt keine Galerie ausgewählt oder die Galerie gelöscht wurde"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:849
144
  msgid "Show comments"
145
  msgstr "Kommentare anzeigen"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:857
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
151
  msgid "Share on Facebook"
152
  msgstr "Teilen auf Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:865
158
  msgid "Share on Twitter"
159
  msgstr "Teilen Sie auf Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:871
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:872
165
  msgid "Share on Google+"
166
  msgstr "Teilen auf Google+ "
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:878
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:879
172
  msgid "Share on Pinterest"
173
  msgstr "Share on Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:885
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:886
179
  msgid "Share on Tumblr"
180
  msgstr "Share on Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:817
183
  msgid "The image has been deleted."
184
  msgstr "Das Bild wurde gelöscht. "
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:837
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1564
189
- msgid "Play"
190
- msgstr "Spielen"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:841
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2347
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2444
195
  msgid "Maximize"
196
  msgstr "Maximieren"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:845
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2446
200
  msgid "Fullscreen"
201
  msgstr "Vollbild"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2187
205
  msgid "Show info"
206
  msgstr "Info anzeigen"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:851
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2198
210
  msgid "Show rating"
211
  msgstr "Zeigen Bewertung"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:893
214
  msgid "Open image in original size."
215
  msgstr "Bild in Originalgröße. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:901
218
  msgid "Download original image"
219
  msgstr "Originalbild"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:994
222
  msgid "Hits: "
223
  msgstr "Treffer: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1005
226
  msgid "Rated."
227
  msgstr "Nenn."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1009
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
231
  msgid "Not rated yet."
232
  msgstr "Noch nicht bewertet. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
236
  msgid "Votes: "
237
  msgstr "Stimmen: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1042
240
  msgid "Cancel your rating."
241
  msgstr "Abbrechen Ihre Bewertung. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1044
244
  msgid "You have already rated."
245
  msgstr "Sie haben schon bewertet. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Fehler. Falsche Verifikations-Code. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1143
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2034
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Kommentare ausblenden "
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1147
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1175
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1182
259
  msgid "Name"
260
  msgstr "Zu nennen"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1153
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1175
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1182
265
  msgid "Email"
266
  msgstr "E-Mail "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1175
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1182
271
  msgid "Comment"
272
  msgstr "Kommentar"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1165
275
  msgid "Verification Code"
276
  msgstr "Bestätigungs-Code"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
279
  msgid "Submit"
280
  msgstr "Senden"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1189
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Ihr Kommentar wartet auf Moderation "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1218
287
  msgid "Delete Comment"
288
  msgstr "Kommentar löschen"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1991
291
  msgid "Show Comments"
292
  msgstr "Anmerkungen anzeigen "
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2183
295
  msgid "Hide info"
296
  msgstr "Ausblenden"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2194
299
  msgid "Hide rating"
300
  msgstr "Bewertung ausblenden"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2382
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2576
304
  msgid "Restore"
305
  msgstr "Wiederherstellen"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2492
308
  msgid "Exit Fullscreen"
309
  msgstr "Verlassen Sie Vollbild "
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2505
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2520
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1555
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1573
315
  msgid "Pause"
316
  msgstr "Pause"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:58+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:58+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr " Foto(s)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Erste"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Zurück"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Weiter"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Letzte"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Gehen Sie auf die erste Seite"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Gehen Sie auf die vorherige Seite"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "von"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Gehen Sie auf der nächsten Seite"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Gehen Sie auf der letzten Seite"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Zurücksetzen"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Suchen"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Sortieren nach"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "Default"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Dateinamen"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "Größe"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "zufällig"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Es gibt kein Thema ausgewählt oder das Thema gelöscht wurde"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Es gibt kein Album ausgewählt oder das Album gelöscht wurd"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Es sind keine Bilder in dieser Galerie"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Zurück"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album ist leer"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Es gibt keine Bilder, die Ihren Such."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galerie ist leer"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Spielen"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Mehr"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Ausblenden"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Es gibt keine Galerie ausgewählt oder die Galerie gelöscht wurde"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Kommentare anzeigen"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Teilen auf Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Teilen Sie auf Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Teilen auf Google+ "
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Share on Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Share on Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Das Bild wurde gelöscht. "
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximieren"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Vollbild"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Info anzeigen"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Zeigen Bewertung"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Bild in Originalgröße. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Originalbild"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Treffer: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Nenn."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Noch nicht bewertet. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Stimmen: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Abbrechen Ihre Bewertung. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Sie haben schon bewertet. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Fehler. Falsche Verifikations-Code. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Dies ist keine gültige E-Mail-Adresse."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Kommentare ausblenden "
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Zu nennen"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "E-Mail "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Kommentar"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Bestätigungs-Code"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Senden"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Ihr Kommentar wartet auf Moderation "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Kommentar löschen"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Anmerkungen anzeigen "
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Ausblenden"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Bewertung ausblenden"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Wiederherstellen"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Verlassen Sie Vollbild "
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Pause"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "Feld ist erforderlich."
languages/bwg-el.mo CHANGED
Binary file
languages/bwg-el.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:52+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:52+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "το πεδίο είναι υποχρεωτικό. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Αυτό δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Δεν υπάρχουν εικόνες που ταιριάζουν στην αναζήτησή σας."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "στοιχείο"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Πρώτον"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Προηγούμενη"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Επόμενο"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Φορτίο"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Πήγαινε στην πρώτη σελίδα"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Μετάβαση στην προηγούμενη σελίδα"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "της"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Μετάβαση στην επόμενη σελίδα"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Μετάβαση στην τελευταία σελίδα"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Επαναφορά"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Αναζήτηση"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Δεν υπάρχει θέμα επιλογής ή το θέμα διαγράφηκε"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Δεν υπάρχει επιλεγμένο άλμπουμ ή το άλμπουμ έχει διαγραφεί"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Δεν υπάρχουν εικόνες σε αυτή την συλλογή"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Πίσω"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album είναι άδειο"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Gallery σας είναι άδειο"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Περισσότερα"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Απόκρυψη"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Δεν υπάρχει επιλεγμένη γκαλερί ή η γκαλερί έχει διαγραφεί"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Δείτε σχόλια"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Μοιραστείτε στο Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Μοιραστείτε στο Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Μοιραστείτε στο Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Μοιραστείτε στο Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Μοιραστείτε στο Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Η εικόνα έχει διαγραφεί."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Παίξτε"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Μεγιστοποίηση"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Πλήρης οθόνη"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Δείτε πληροφορίες"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Εμφάνιση αξιολόγησης"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Ανοίξτε την εικόνα στο αρχικό της μέγεθος."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Κατεβάστε αρχική εικόνα"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Επισκέψεις: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Ονομαστική."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Δεν έχει βαθμολογηθεί ακόμα. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "ψήφοι: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Ακύρωση βαθμολογία σας. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Έχετε ήδη αξιολογήσει. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Σφάλμα. Λάθος Κωδικός Επαλήθευσης. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Απόκρυψη Σχόλια"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Όνομα"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Σχόλιο"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Κωδικός Επαλήθευσης"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Υποβολή"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Το σχόλιό σας αναμένει συγκράτηση "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Διαγραφή σχολίου"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Εμφάνιση σχολίων"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  #, fuzzy
296
  msgid "Hide info"
297
  msgstr "Απόκρυψη"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Απόκρυψη βαθμολογία."
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Επαναφορά"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Έξοδος από πλήρη οθόνη"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Παύση"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 14:59+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 14:59+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "στοιχείο"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Πρώτον"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Προηγούμενη"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Επόμενο"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Φορτίο"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Πήγαινε στην πρώτη σελίδα"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Μετάβαση στην προηγούμενη σελίδα"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "της"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Μετάβαση στην επόμενη σελίδα"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Μετάβαση στην τελευταία σελίδα"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Επαναφορά"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Αναζήτηση"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Ταξινόμηση κατά"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "αθέτηση"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Όνομα αρχείου"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "μέγεθος"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "τυχαίος"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Δεν υπάρχει θέμα επιλογής ή το θέμα διαγράφηκε"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Δεν υπάρχει επιλεγμένο άλμπουμ ή το άλμπουμ έχει διαγραφεί"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Δεν υπάρχουν εικόνες σε αυτή την συλλογή"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Πίσω"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album είναι άδειο"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Δεν υπάρχουν εικόνες που ταιριάζουν στην αναζήτησή σας."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Gallery σας είναι άδειο"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Παίξτε"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Περισσότερα"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Απόκρυψη"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Δεν υπάρχει επιλεγμένη γκαλερί ή η γκαλερί έχει διαγραφεί"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Δείτε σχόλια"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Μοιραστείτε στο Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Μοιραστείτε στο Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Μοιραστείτε στο Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Μοιραστείτε στο Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Μοιραστείτε στο Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Η εικόνα έχει διαγραφεί."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Μεγιστοποίηση"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Πλήρης οθόνη"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Δείτε πληροφορίες"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Εμφάνιση αξιολόγησης"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Ανοίξτε την εικόνα στο αρχικό της μέγεθος."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Κατεβάστε αρχική εικόνα"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Επισκέψεις: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Ονομαστική."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Δεν έχει βαθμολογηθεί ακόμα. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "ψήφοι: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Ακύρωση βαθμολογία σας. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Έχετε ήδη αξιολογήσει. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Σφάλμα. Λάθος Κωδικός Επαλήθευσης. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Αυτό δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Απόκρυψη Σχόλια"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Όνομα"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Σχόλιο"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Κωδικός Επαλήθευσης"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Υποβολή"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Το σχόλιό σας αναμένει συγκράτηση "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Διαγραφή σχολίου"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Εμφάνιση σχολίων"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  #, fuzzy
324
  msgid "Hide info"
325
  msgstr "Απόκρυψη"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "Απόκρυψη βαθμολογία."
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "Επαναφορά"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "Έξοδος από πλήρη οθόνη"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "Παύση"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "το πεδίο είναι υποχρεωτικό. "
languages/bwg-en_US.mo CHANGED
Binary file
languages/bwg-en_US.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:30+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:36+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "field is required."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "This is not a valid email address."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "There are no images matching your search."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "item(s)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "First"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Previous"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Next"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Last"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Go to the first page"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Go to the previous page"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "of"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Go to the next page"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Go to the last page"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Reset"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Search"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "There is no theme selected or the theme was deleted."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "There is no album selected or the album was deleted."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "There are no images in this gallery."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Back"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album is empty."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Gallery is empty."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "More"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Hide"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "There is no gallery selected or the gallery was deleted."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Show comments"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Share on Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Share on Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Share on Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Share on Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Share on Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "The image has been deleted."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Play"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maximize"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Fullscreen"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Show info"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Show rating"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Open image in original size."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Download original image"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Rated."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Not rated yet."
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Votes: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Cancel your rating."
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "You have already rated."
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Error. Incorrect Verification Code."
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Hide Comments"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Name"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Comment"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Verification Code"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Submit"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Your comment is awaiting moderation"
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Delete Comment"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Show Comments"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Hide info"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Hide rating"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Restore"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Exit Fullscreen"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Pause"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:00+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:00+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "item(s)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "First"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Previous"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Next"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Last"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Go to the first page"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Go to the previous page"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "of"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Go to the next page"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Go to the last page"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Reset"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Search"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Order by: "
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "Default"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Filename"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "Size"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "Random"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "There is no theme selected or the theme was deleted."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "There is no album selected or the album was deleted."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "There are no images in this gallery."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Back"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album is empty."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "There are no images matching your search."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Gallery is empty."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Play"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "More"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Hide"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "There is no gallery selected or the gallery was deleted."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Show comments"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Share on Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Share on Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Share on Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Share on Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Share on Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "The image has been deleted."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximize"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Fullscreen"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Show info"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Show rating"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Open image in original size."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Download original image"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Rated."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Not rated yet."
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Votes: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Cancel your rating."
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "You have already rated."
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Error. Incorrect Verification Code."
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "This is not a valid email address."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Hide Comments"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Name"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Comment"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Verification Code"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Submit"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Your comment is awaiting moderation"
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Delete Comment"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Show Comments"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Hide info"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Hide rating"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Restore"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Exit Fullscreen"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Pause"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "field is required."
languages/bwg-eo_EO.mo CHANGED
Binary file
languages/bwg-eo_EO.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:53+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:54+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "kampo estas bezonata. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Tio ne estas valida retadreso. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Ne estas bildoj kongruas kun via serĉo."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "listero"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Unua"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Malantaŭa"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Sekva"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Daŭri"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Iru al la unua paĝo"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Iru al la antaŭa paĝo"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "de"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Iru al la sekva paĝo"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Iru al la lasta paĝo"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Restarigi"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Serĉu"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Ne estas la temo elektita aŭ la temo estis forigita."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Ne estas disko selektitaj aŭ la albumo estis forigita."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Ne estas bildoj en ĉi galerion."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Dorso"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Albumo estas malplena"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galerio estas malplena"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Pli"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Kaŝi"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Ne estas galerio selektitaj aŭ la galerio estis forigita."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Montri komentojn"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Kunhavigi en Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Kunhavigi en Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Kunhavigi sur Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Dividi en Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Dividi en Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "La bildo estas forigita"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Ludi"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maksimumigi"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Fullscreen"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Montru informoj"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Montru kvalifikon"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Malferma bildo in originala grandeco. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Elŝuti originala bildo"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Trafoj: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Rated."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Ne rated ankoraŭ."
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Voĉdonoj: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Nuligi via takso. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Vi jam rated. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Eraro. Malĝusta Konfirma Kodo. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Kaŝi Komentoj"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nomo"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "retpoŝto "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Komento"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Konfirma kodo"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Submetu"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Via komento atendas modereco "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Forigi Komento"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Montri komentojn"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  #, fuzzy
296
  msgid "Hide info"
297
  msgstr "Kaŝi"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Kaŝi kvalifikon"
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Redonu"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Eliro Fullscreen"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Paŭzi"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:01+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:01+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "listero"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Unua"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Malantaŭa"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Sekva"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Daŭri"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Iru al la unua paĝo"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Iru al la antaŭa paĝo"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "de"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Iru al la sekva paĝo"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Iru al la lasta paĝo"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Restarigi"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Serĉu"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Ordigita laŭ"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "defaŭlta"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "dosiernomo"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "grandeco"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "Random"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Ne estas la temo elektita aŭ la temo estis forigita."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Ne estas disko selektitaj aŭ la albumo estis forigita."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Ne estas bildoj en ĉi galerion."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Dorso"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Albumo estas malplena"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Ne estas bildoj kongruas kun via serĉo."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galerio estas malplena"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Ludi"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Pli"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Kaŝi"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Ne estas galerio selektitaj aŭ la galerio estis forigita."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Montri komentojn"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Kunhavigi en Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Kunhavigi en Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Kunhavigi sur Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Dividi en Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Dividi en Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "La bildo estas forigita"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maksimumigi"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Fullscreen"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Montru informoj"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Montru kvalifikon"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Malferma bildo in originala grandeco. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Elŝuti originala bildo"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Trafoj: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Rated."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Ne rated ankoraŭ."
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Voĉdonoj: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Nuligi via takso. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Vi jam rated. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Eraro. Malĝusta Konfirma Kodo. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Tio ne estas valida retadreso. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Kaŝi Komentoj"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nomo"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "retpoŝto "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Komento"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Konfirma kodo"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Submetu"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Via komento atendas modereco "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Forigi Komento"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Montri komentojn"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  #, fuzzy
324
  msgid "Hide info"
325
  msgstr "Kaŝi"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "Kaŝi kvalifikon"
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "Redonu"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "Eliro Fullscreen"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "Paŭzi"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "kampo estas bezonata. "
languages/bwg-es_ES.mo CHANGED
Binary file
languages/bwg-es_ES.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:54+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:55+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "Se requiere campo. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Esto no es una dirección de correo electrónico válida."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "No hay imágenes que coinciden con su búsqueda."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "artículo (s)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "En primer lugar"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Anterior"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Siguiente"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Pasado"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Ir a la primera página"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Ir a la página anterior"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "de"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Ir a la página siguiente"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Ir a la última página"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Restablecer"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Búsqueda"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "No hay tema seleccionado o se ha eliminado el tema"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "No hay ningún álbum seleccionado o se eliminó el álbum"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "No hay imágenes en esta galería."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Back"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Álbum está vacío"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galería está vacía"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Más"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Ocultar"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "No hay galería seleccionada o la galería se ha eliminado."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Mostrar comentarios"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Comparte en Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Comparte en Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Comparte en Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Compartir en Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Compartir en Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "La imagen ha sido borrada. "
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Juega"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maximizar"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Pantalla completa"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Mostrar info"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Mostrar clasificación"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Abrir imagen en tamaño original. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Descargar la imagen original"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Puntuación."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "No se ha clasificado. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Votos: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Cancelar su calificación. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Ya has valorado. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Error. Incorrecta del código de verificación. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Ocultar comentarios"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nombre"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Comentario"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Código de Verificación"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Enviar"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Tu comentario está pendiente de moderación "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Eliminar comentario"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Restaurar"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Anterior información"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Ocultar calificación"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Restaurar"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Salir de pantalla completa"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Pausa"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:02+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:02+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "artículo (s)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "En primer lugar"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Anterior"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Siguiente"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Pasado"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Ir a la primera página"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Ir a la página anterior"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "de"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Ir a la página siguiente"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Ir a la última página"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Restablecer"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Búsqueda"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Ordenar por"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "defecto"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Nombre Del Archivo"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "tamaño"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "aleatorio"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "No hay tema seleccionado o se ha eliminado el tema"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "No hay ningún álbum seleccionado o se eliminó el álbum"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "No hay imágenes en esta galería."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Back"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Álbum está vacío"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "No hay imágenes que coinciden con su búsqueda."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galería está vacía"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Juega"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Más"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Ocultar"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "No hay galería seleccionada o la galería se ha eliminado."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Mostrar comentarios"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Comparte en Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Comparte en Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Comparte en Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Compartir en Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Compartir en Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "La imagen ha sido borrada. "
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximizar"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Pantalla completa"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Mostrar info"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Mostrar clasificación"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Abrir imagen en tamaño original. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Descargar la imagen original"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Puntuación."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "No se ha clasificado. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Votos: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Cancelar su calificación. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Ya has valorado. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Error. Incorrecta del código de verificación. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Esto no es una dirección de correo electrónico válida."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Ocultar comentarios"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nombre"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Comentario"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Código de Verificación"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Enviar"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Tu comentario está pendiente de moderación "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Eliminar comentario"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Restaurar"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Anterior información"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Ocultar calificación"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Restaurar"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Salir de pantalla completa"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Pausa"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "Se requiere campo. "
languages/bwg-et.mo CHANGED
Binary file
languages/bwg-et.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:55+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:56+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "valdkonnas on vaja. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "See ei ole kehtiv e-posti aadress."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Puuduvad pildid Teie otsingukriteeriumitele."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "objekt"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Esimene"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Eelmine"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Järgmine"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Viimane"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Mine esimesele lehele"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Mine eelmisele lehele"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "kohta"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Mine järgmisele lehele"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Mine viimasele lehele"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Reset"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Otsi"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Ei ole teema valik või teema kustutati."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Ühtegi albumit valitud või album kustutati."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Puuduvad pildid selles galeriis."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Tagasi"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album on tühi."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galerii on tühi."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Rohkem"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Peida"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Ei ole valitud galeriisse või galerii kustutatud."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Näita kommentaare."
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Jaga Facebookis."
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Jaga veebisaidil Twitter."
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Jaga Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Jaga Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Jaga Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Pilt on eemaldatud. "
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Esita"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maksimeerida"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Fullscreen"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Näita info. "
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Näita hinnang"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Ava pilt originaalsuuruses."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Lae alla originaalpilt"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Hinnatud."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Pole veel hinnatud. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Hääli: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Loobu oma hinnang. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Te olete juba hinnatud."
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Viga. Vale kinnituskood. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Peida kommentaarid"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nimi"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Post"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Kommentaar"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Kontrollkood"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Saada"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Sinu kommentaar ootab mõõdukalt "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Kustuta kommentaar"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Näita Kommentaarid"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  #, fuzzy
296
  msgid "Hide info"
297
  msgstr "Peida"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Peida hinnang"
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Taasta"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Exit Fullscreen"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Paus"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:02+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:03+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "objekt"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Esimene"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Eelmine"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Järgmine"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Viimane"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Mine esimesele lehele"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Mine eelmisele lehele"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "kohta"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Mine järgmisele lehele"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Mine viimasele lehele"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Reset"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Otsi"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Järjestus"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "Vaikimisi"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Faili"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "suurus"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "juhuslik"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Ei ole teema valik või teema kustutati."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Ühtegi albumit valitud või album kustutati."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Puuduvad pildid selles galeriis."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Tagasi"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album on tühi."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Puuduvad pildid Teie otsingukriteeriumitele."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galerii on tühi."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Esita"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Rohkem"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Peida"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Ei ole valitud galeriisse või galerii kustutatud."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Näita kommentaare."
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Jaga Facebookis."
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Jaga veebisaidil Twitter."
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Jaga Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Jaga Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Jaga Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Pilt on eemaldatud. "
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maksimeerida"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Fullscreen"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Näita info. "
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Näita hinnang"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Ava pilt originaalsuuruses."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Lae alla originaalpilt"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Hinnatud."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Pole veel hinnatud. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Hääli: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Loobu oma hinnang. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Te olete juba hinnatud."
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Viga. Vale kinnituskood. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "See ei ole kehtiv e-posti aadress."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Peida kommentaarid"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nimi"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Post"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Kommentaar"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Kontrollkood"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Saada"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Sinu kommentaar ootab mõõdukalt "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Kustuta kommentaar"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Näita Kommentaarid"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  #, fuzzy
324
  msgid "Hide info"
325
  msgstr "Peida"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "Peida hinnang"
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "Taasta"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "Exit Fullscreen"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "Paus"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "valdkonnas on vaja. "
languages/bwg-fa_IR.mo CHANGED
Binary file
languages/bwg-fa_IR.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:56+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:58+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "فیلد الزامی است."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "این یک آدرس ایمیل معتبر نیست. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "تصویر مطابق با جستجو شما وجود دارد."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "آیتم استفاده کنید"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "نخست"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "قبلی"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "بعد"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "تاریخ و زمان آخرین"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "برو به صفحه اول"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "برو به صفحه قبلی"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "از"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "برو به صفحه بعد"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "برو به صفحه آخر"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "تنظیم مجدد"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "جستجو"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "هیچ موضوع انتخاب شده وجود دارد و یا موضوع حذف شد"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "هیچ آلبوم انتخاب شده وجود دارد و یا این آلبوم حذف شد"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "تصویر در این گالری وجود دارد"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "برگشت"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "آلبوم خالی است"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "گالری خالی است"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "بیشتر"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "مخفی شود"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "هیچ گالری انتخاب شده وجود دارد و یا از گالری حذف شده است"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "نمایش نظرات"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "در فیس بوک به اشتراک بگذارید"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "در توییتر به اشتراک بگذارید"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "در + Google به اشتراک بگذارید"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "اشتراک در Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "به اشتراک گذاشتن در وبلاگ Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "تصویر حذف شده است"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "بازی"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "به حداکثر رساندن"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "تمام صفحه"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "نمایش اطلاعات"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "نمایش امتیاز"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "باز کردن تصویر در اندازه اصلی"
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "دانلود تصویر اصلی"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "بازدید:"
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "دارای رتبه."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "هنوز رتبه بندی نشده"
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "امتیاز: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "لغو امتیاز خود را"
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "شما در حال حاضر به امتیاز"
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "خطا. کد امنیتی اشتباه است. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "مخفی کردن نظرات"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "نام و نام خانوادگی"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "پست الکترونیک "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "نظر"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "کد امنیتی"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "ثبت کردن"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "نظر شما در انتظار تایید"
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "حذف نظر"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "نمایش نظرات"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "مخفی کردن اطلاعات"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "مخفی کردن امتیاز"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "بازگرداندن"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "خروج از تمام صفحه"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "مکث"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:03+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:04+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "آیتم استفاده کنید"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "نخست"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "قبلی"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "بعد"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "تاریخ و زمان آخرین"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "برو به صفحه اول"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "برو به صفحه قبلی"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "از"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "برو به صفحه بعد"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "برو به صفحه آخر"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "تنظیم مجدد"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "جستجو"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "مرتب سازی بر اساس"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "پیش فرض"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "نام فایل"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "اندازه"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "تصادفی"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "هیچ موضوع انتخاب شده وجود دارد و یا موضوع حذف شد"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "هیچ آلبوم انتخاب شده وجود دارد و یا این آلبوم حذف شد"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "تصویر در این گالری وجود دارد"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "برگشت"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "آلبوم خالی است"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "تصویر مطابق با جستجو شما وجود دارد."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "گالری خالی است"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "بازی"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "بیشتر"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "مخفی شود"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "هیچ گالری انتخاب شده وجود دارد و یا از گالری حذف شده است"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "نمایش نظرات"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "در فیس بوک به اشتراک بگذارید"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "در توییتر به اشتراک بگذارید"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "در + Google به اشتراک بگذارید"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "اشتراک در Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "به اشتراک گذاشتن در وبلاگ Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "تصویر حذف شده است"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "به حداکثر رساندن"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "تمام صفحه"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "نمایش اطلاعات"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "نمایش امتیاز"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "باز کردن تصویر در اندازه اصلی"
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "دانلود تصویر اصلی"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "بازدید:"
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "دارای رتبه."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "هنوز رتبه بندی نشده"
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "امتیاز: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "لغو امتیاز خود را"
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "شما در حال حاضر به امتیاز"
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "خطا. کد امنیتی اشتباه است. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "این یک آدرس ایمیل معتبر نیست. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "مخفی کردن نظرات"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "نام و نام خانوادگی"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "پست الکترونیک "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "نظر"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "کد امنیتی"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "ثبت کردن"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "نظر شما در انتظار تایید"
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "حذف نظر"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "نمایش نظرات"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "مخفی کردن اطلاعات"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "مخفی کردن امتیاز"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "بازگرداندن"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "خروج از تمام صفحه"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "مکث"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "فیلد الزامی است."
languages/bwg-fi.mo CHANGED
Binary file
languages/bwg-fi.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:58+0400\n"
5
- "PO-Revision-Date: 2014-06-23 10:59+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "kenttä on pakollinen. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Tämä ei ole voimassa oleva sähköpostiosoite."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Kuvia ei ole vastaa hakuasi."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "kohde(tta)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Ensin"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Edellinen"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Seuraava"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Kestää"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Mene ensimmäiselle sivulle"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Siirry edelliselle sivulle"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "annettu"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Siirry seuraavalle sivulle"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Siirry viimeiselle sivulle"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Nollaa"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Etsi"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Ei ole mitään teemaa tai valitun teeman poistettiin"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Ei ole albumia valittuna tai albumin poistettiin"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Ei kuvia tässä galleriassa"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Takaisin"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Albumi on tyhjä."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galleria on tyhjä."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Enemmän"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Piilota"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Ei ole galleriaan tai galleriassa poistettiin"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Näytä kommentit"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Jaa Facebookissa"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Jaa Twitterissä"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Jaa Google+-palvelussa"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Jaa Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Jaa Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Kuva on poistettu."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Pelata"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maksimoimiseksi"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Fullscreen"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Näytä info"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Näytä arvosanan."
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Avoin kuva alkuperäisessä koossa. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Lataa alkuperäinen kuva"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Osumia: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Mitoitettu."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Ei vielä."
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Äänestykset: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Peruuta luokitus. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Olet jo arvostellut. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Virhe. Väärä Varmennuskoodi. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Piilota kommentit"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nimi"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Sähköposti"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Kommentti"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Varmennuskoodi"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Lähetä"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Kommenttisi odottaa maltillisesti "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Poista kommentti"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Näytä kommentit"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Piilota tiedot"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Piilota luokitus"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Palauta"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Poistu koko näytön"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Tauko"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:04+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:05+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "kohde(tta)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Ensin"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Edellinen"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Seuraava"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Kestää"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Mene ensimmäiselle sivulle"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Siirry edelliselle sivulle"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "annettu"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Siirry seuraavalle sivulle"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Siirry viimeiselle sivulle"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Nollaa"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Etsi"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Järjestä"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "oletusarvo"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Tiedostonimi"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "koko"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "satunnainen"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Ei ole mitään teemaa tai valitun teeman poistettiin"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Ei ole albumia valittuna tai albumin poistettiin"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Ei kuvia tässä galleriassa"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Takaisin"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Albumi on tyhjä."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Kuvia ei ole vastaa hakuasi."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galleria on tyhjä."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Pelata"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Enemmän"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Piilota"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Ei ole galleriaan tai galleriassa poistettiin"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Näytä kommentit"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Jaa Facebookissa"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Jaa Twitterissä"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Jaa Google+-palvelussa"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Jaa Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Jaa Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Kuva on poistettu."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maksimoimiseksi"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Fullscreen"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Näytä info"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Näytä arvosanan."
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Avoin kuva alkuperäisessä koossa. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Lataa alkuperäinen kuva"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Osumia: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Mitoitettu."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Ei vielä."
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Äänestykset: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Peruuta luokitus. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Olet jo arvostellut. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Virhe. Väärä Varmennuskoodi. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Tämä ei ole voimassa oleva sähköpostiosoite."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Piilota kommentit"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nimi"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Sähköposti"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Kommentti"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Varmennuskoodi"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Lähetä"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Kommenttisi odottaa maltillisesti "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Poista kommentti"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Näytä kommentit"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Piilota tiedot"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Piilota luokitus"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Palauta"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Poistu koko näytön"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Tauko"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "kenttä on pakollinen. "
languages/bwg-fr_FR.mo CHANGED
Binary file
languages/bwg-fr_FR.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 10:59+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:00+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "champ est obligatoire. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Ce n'est pas une adresse email valide. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Il n'y a pas d'images correspondant à votre recherche."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "article(s)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Première"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Précédent"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Suivant"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Durer"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Aller à la première page"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Aller à la page précédente"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "de"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Aller à la page suivante"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Aller à la dernière page"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Réinitialiser"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Recherche"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Il n'ya pas de thème choisi ou le thème a été supprimé."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Il n'y a aucune album sélectionné ou l'album a été supprimé."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Il n'y a pas d'images dans cette galerie."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Retour"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "L'album est vide."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galerie est vide."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Plus"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Cacher"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Il n'ya pas de galerie sélectionné ou la galerie a été supprimé."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Afficher les commentaires"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Partager sur Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Partager sur Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Partager sur Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Partager sur Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Partager sur Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "L'image a été supprimée"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Lecture"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maximisez"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Plein écran"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Afficher infos"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Afficher les classifications"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Ouvrir l'image dans sa taille originale. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Télécharger l'image originale"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Classé."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Pas encore évalué."
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Votes:"
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Annuler votre note"
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Vous avez déjà noté. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Erreur. Code de vérification incorrecte. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Masquer les commentaires"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nom"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Commentaire"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "code de vérification"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Envoyer"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Votre commentaire est en attente de modération "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Supprimer le commentaire"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Afficher les commentaires"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Masquer info"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Masquer note"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Restaurer"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Quitter plein écran"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Pause"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:05+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:05+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "article(s)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Première"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Précédent"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Suivant"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Durer"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Aller à la première page"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Aller à la page précédente"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "de"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Aller à la page suivante"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Aller à la dernière page"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Réinitialiser"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Recherche"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Classement par"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "Par défaut"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Nom De Fichier"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "taille"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "aléatoire"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Il n'ya pas de thème choisi ou le thème a été supprimé."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Il n'y a aucune album sélectionné ou l'album a été supprimé."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Il n'y a pas d'images dans cette galerie."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Retour"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "L'album est vide."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Il n'y a pas d'images correspondant à votre recherche."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galerie est vide."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Lecture"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Plus"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Cacher"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Il n'ya pas de galerie sélectionné ou la galerie a été supprimé."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Afficher les commentaires"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Partager sur Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Partager sur Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Partager sur Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Partager sur Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Partager sur Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "L'image a été supprimée"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximisez"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Plein écran"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Afficher infos"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Afficher les classifications"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Ouvrir l'image dans sa taille originale. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Télécharger l'image originale"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Classé."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Pas encore évalué."
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Votes:"
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Annuler votre note"
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Vous avez déjà noté. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Erreur. Code de vérification incorrecte. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Ce n'est pas une adresse email valide. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Masquer les commentaires"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nom"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Commentaire"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "code de vérification"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Envoyer"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Votre commentaire est en attente de modération "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Supprimer le commentaire"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Afficher les commentaires"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Masquer info"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Masquer note"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Restaurer"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Quitter plein écran"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Pause"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "champ est obligatoire. "
languages/bwg-gl_ES.mo CHANGED
Binary file
languages/bwg-gl_ES.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:00+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:01+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "Se requiere campo. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Esto no es una dirección de correo electrónico válida. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "No hay imágenes que coinciden con su búsqueda."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "artículo(s)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "En primer lugar"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Anterior"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Siguiente"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Pasado"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Ir a la primera página"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Ir a la página anterior"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "de"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Ir a la página siguiente"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Ir a la última página"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Restablecer"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Búsqueda"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "No hay tema seleccionado o se ha eliminado el tema."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr " No hay ningún álbum seleccionado o se eliminó el álbum."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "No hay imágenes en esta galería."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Back"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Álbum está vacío."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Galería está vacía."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Más"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Ocultar"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "No hay galería seleccionada o la galería se ha eliminado."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Mostrar comentarios."
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Comparte en Facebook."
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Comparte en Twitter."
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Comparte en Google+."
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Compartir en Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Compartir en Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "La imagen ha sido borrada. "
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Juega"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maximizar"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Pantalla completa"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Mostrar info"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Mostrar clasificación"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Abrir imagen en tamaño original."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Descargar la imagen original"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Puntuación."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "No se ha clasificado. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Votos: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Cancelar su calificación. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Ya has valorado. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Error. Incorrecta del código de verificación. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Ocultar comentarios"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nombre"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Comentario"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Código de Verificación"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Enviar"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Tu comentario está pendiente de moderación "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Eliminar comentario"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr " Mostrar comentarios"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Anterior información"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Ocultar calificación."
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Restaurar"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Salir de pantalla completa"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Pausa"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 17:20+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 17:21+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "artículo(s)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "En primer lugar"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Anterior"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Siguiente"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Pasado"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Ir a la primera página"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Ir a la página anterior"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "de"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Ir a la página siguiente"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Ir a la última página"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Restablecer"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Búsqueda"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "ordenar por"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "Defecto"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "nome Do Arquivo"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "tamaño"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "acaso"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "No hay tema seleccionado o se ha eliminado el tema."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr " No hay ningún álbum seleccionado o se eliminó el álbum."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "No hay imágenes en esta galería."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Back"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Álbum está vacío."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "No hay imágenes que coinciden con su búsqueda."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Galería está vacía."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Juega"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Más"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Ocultar"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "No hay galería seleccionada o la galería se ha eliminado."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Mostrar comentarios."
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Comparte en Facebook."
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Comparte en Twitter."
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Comparte en Google+."
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Compartir en Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Compartir en Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "La imagen ha sido borrada. "
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximizar"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Pantalla completa"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Mostrar info"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Mostrar clasificación"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Abrir imagen en tamaño original."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Descargar la imagen original"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Puntuación."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "No se ha clasificado. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Votos: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Cancelar su calificación. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Ya has valorado. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Error. Incorrecta del código de verificación. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Esto no es una dirección de correo electrónico válida. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Ocultar comentarios"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nombre"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Comentario"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Código de Verificación"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Enviar"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Tu comentario está pendiente de moderación "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Eliminar comentario"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr " Mostrar comentarios"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Anterior información"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Ocultar calificación."
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Restaurar"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Salir de pantalla completa"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Pausa"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "Se requiere campo. "
languages/bwg-he_IL.mo CHANGED
Binary file
languages/bwg-he_IL.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:16+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:18+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "שדה נדרש."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "זה לא כתובת דוא\"ל חוקית. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "אין תמונות החיפוש שלך תואמות."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "פריט (ים)."
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "פריט (ים)."
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "קודם"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "הבא"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "אחרון"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "עבור לדף הראשון"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "עבור לדף הקודם"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "של"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "לעבור לדף הבא"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "עבור לדף האחרון"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "איפוס"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "חיפוש"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "אין נושא שנבחר או הנושא נמחק"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "אין אלבום שנבחר או את האלבום נמחק"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "אין תמונות בגלריה זו"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "חזור"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "האלבום הוא ריק"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "הגלריה היא ריקה"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "יותר"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "הסתר"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "אין גלריה הנבחרת או הגלריה נמחקה"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "הצג הערות"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "לשתף בפייסבוק"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "לשתף בטוויטר"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "שתף ב-Google +"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "שתף בPinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "שתף על Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "התמונה נמחקה"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Translation:"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "מקסם"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "מסך מלא"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "הצג מידע"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "הצג דירוג"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "תמונה פתוחה בגודל מקורי."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "להוריד את התמונה מקורית"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "להיטים: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "מדורג."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "לא דורג עדיין"
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "הצבעות: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "לבטל הדירוג שלך"
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "כבר דרגו"
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "שגיאה. מספר אימות שגויה."
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "הסתר הערות"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "שם"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "דוא\"ל "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "להגיב"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "קוד אימות"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "שליחה"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "התגובה שלך מחכה לאישור"
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "מחיקת הערה"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "הצג תגובות"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "הסתר מידע"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "דירוג הסתר"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "שחזור"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "צא ממסך מלא"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "השהה"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:01+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:01+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "פריט (ים)."
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "פריט (ים)."
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "קודם"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "הבא"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "אחרון"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "עבור לדף הראשון"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "עבור לדף הקודם"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "של"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "לעבור לדף הבא"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "עבור לדף האחרון"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "איפוס"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "חיפוש"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "סדר לפי"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "ברירת מחדל"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "שם הקובץ"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "גודל"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "אקראי"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "אין נושא שנבחר או הנושא נמחק"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "אין אלבום שנבחר או את האלבום נמחק"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "אין תמונות בגלריה זו"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "חזור"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "האלבום הוא ריק"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "אין תמונות החיפוש שלך תואמות."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "הגלריה היא ריקה"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Translation:"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "יותר"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "הסתר"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "אין גלריה הנבחרת או הגלריה נמחקה"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "הצג הערות"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "לשתף בפייסבוק"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "לשתף בטוויטר"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "שתף ב-Google +"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "שתף בPinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "שתף על Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "התמונה נמחקה"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "מקסם"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "מסך מלא"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "הצג מידע"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "הצג דירוג"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "תמונה פתוחה בגודל מקורי."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "להוריד את התמונה מקורית"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "להיטים: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "מדורג."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "לא דורג עדיין"
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "הצבעות: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "לבטל הדירוג שלך"
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "כבר דרגו"
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "שגיאה. מספר אימות שגויה."
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "זה לא כתובת דוא\"ל חוקית. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "הסתר הערות"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "שם"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "דוא\"ל "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "להגיב"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "קוד אימות"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "שליחה"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "התגובה שלך מחכה לאישור"
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "מחיקת הערה"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "הצג תגובות"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "הסתר מידע"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "דירוג הסתר"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "שחזור"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "צא ממסך מלא"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "השהה"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "שדה נדרש."
languages/bwg-hi_IN.mo CHANGED
Binary file
languages/bwg-hi_IN.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:18+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:19+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "क्षेत्र की आवश्यकता है."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "यह एक मान्य ईमेल पता नहीं है."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "आपकी खोज से मेल खाते कोई छवियाँ हैं."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "मद (ओं)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "पहले"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "पिछले"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "अगला"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "पिछले"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "प्रथम पृष्ठ पर जाएं"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "पिछले पृष्ठ पर जाएँ"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "की"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "अगले पेज पर जाएं"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "अंतिम पृष्ठ पर जाएं"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "रीसेट"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "खोज"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "वहाँ चयनित कोई विषय है या विषय हटाया गया था"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "वहाँ चयनित कोई एल्बम नहीं है या एलबम हटा दिया गया था."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "इस गैलरी में कोई चित्र नहीं हैं"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "पीछे"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "एलबम खाली है"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "गैलरी खाली है"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "ज़्यादा"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "छिपाएँ"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "वहाँ चयनित नहीं गैलरी है या गैलरी हटा दिया गया था"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "टिप्पणियां दिखाएं"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "फेसबुक पर शेयर करें"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "ट्विटर पर साझा करे"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Google+ से साझा करें"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Pinterest पर शेयर"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Tumblr पर साझा करें"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "छवि हटा दिया गया है"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "चलायें"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "अधिकतम करें"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "फुलस्क्रीन"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "जानकारी दिखाएँ"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "मू्ल्यांकन"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "मूल आकार में खुले छवि"
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "मूल छवि को डाउनलोड करें"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "हिट्स:"
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "मूल्यांकन किया गया."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "अभी तक रेटेड नहीं."
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "वोट: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "आपकी रेटिंग रद्द. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "आप पहले से ही मूल्यांकन किया गया है. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "त्रुटि. गलत सत्यापन कोड. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "टिप्पणियां छुपाएं"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "नाम"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "ईमेल"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "टिप्पणी"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "सत्यापन कोड"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "सबमिट करें"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "आपकी टिप्पणी मॉडरेशन की प्रतीक्षा में है "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "टिप्पणी हटाएँ."
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "टिप्पणियां दिखाएं"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "जानकारी छुपाएं"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "छिपाएँ रेटिंग"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "पुनर्स्थापित"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "ूर्ण स्क्रीन से बाहर निकलें"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "रोकें"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:12+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 15:13+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "मद (ओं)"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "पहले"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "पिछले"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "अगला"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "पिछले"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "प्रथम पृष्ठ पर जाएं"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "पिछले पृष्ठ पर जाएँ"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "की"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "अगले पेज पर जाएं"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "अंतिम पृष्ठ पर जाएं"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "रीसेट"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "खोज"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "द्वारा आदेश"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "चूक"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "फ़ाइल का नाम"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "आकार"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "बिना सोचे समझे"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "वहाँ चयनित कोई विषय है या विषय हटाया गया था"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "वहाँ चयनित कोई एल्बम नहीं है या एलबम हटा दिया गया था."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "इस गैलरी में कोई चित्र नहीं हैं"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "पीछे"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "एलबम खाली है"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "आपकी खोज से मेल खाते कोई छवियाँ हैं."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "गैलरी खाली है"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "चलायें"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "ज़्यादा"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "छिपाएँ"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "वहाँ चयनित नहीं गैलरी है या गैलरी हटा दिया गया था"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "टिप्पणियां दिखाएं"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "फेसबुक पर शेयर करें"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "ट्विटर पर साझा करे"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Google+ से साझा करें"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Pinterest पर शेयर"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Tumblr पर साझा करें"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "छवि हटा दिया गया है"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "अधिकतम करें"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "फुलस्क्रीन"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "जानकारी दिखाएँ"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "मू्ल्यांकन"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "मूल आकार में खुले छवि"
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "मूल छवि को डाउनलोड करें"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "हिट्स:"
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "मूल्यांकन किया गया."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "अभी तक रेटेड नहीं."
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "वोट: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "आपकी रेटिंग रद्द. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "आप पहले से ही मूल्यांकन किया गया है. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "त्रुटि. गलत सत्यापन कोड. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "यह एक मान्य ईमेल पता नहीं है."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "टिप्पणियां छुपाएं"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "नाम"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "ईमेल"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "टिप्पणी"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "सत्यापन कोड"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "सबमिट करें"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "आपकी टिप्पणी मॉडरेशन की प्रतीक्षा में है "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "टिप्पणी हटाएँ."
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "टिप्पणियां दिखाएं"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "जानकारी छुपाएं"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "छिपाएँ रेटिंग"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "पुनर्स्थापित"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "ूर्ण स्क्रीन से बाहर निकलें"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "रोकें"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "क्षेत्र की आवश्यकता है."
languages/bwg-hr.mo CHANGED
Binary file
languages/bwg-hr.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:20+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:21+0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bs\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.5.4\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\\wordpress3.5\\wp-content\\plugins"
18
- "\\photo-gallery\n"
19
 
20
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
21
- msgid "field is required."
22
- msgstr "je obavezno polje. "
23
-
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
25
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
26
- msgid "This is not a valid email address."
27
- msgstr "Ovo nije važeći e-mail adresu. "
28
-
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
31
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
32
- msgid "There are no images matching your search."
33
- msgstr "Nema slika podudaranje vaše pretraživanje."
34
-
35
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
36
  msgid " item(s)"
37
  msgstr "stavke"
38
 
39
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
40
  msgid "First"
41
  msgstr "Prvo"
42
 
43
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
44
  msgid "Previous"
45
  msgstr "Prethodni"
46
 
47
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
48
  msgid "Next"
49
  msgstr "Next"
50
 
51
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
52
  msgid "Last"
53
  msgstr "Trajati"
54
 
55
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
56
  msgid "Go to the first page"
57
  msgstr "Idi na prvoj stranici"
58
 
59
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
60
  msgid "Go to the previous page"
61
  msgstr "Idi na prethodnu stranicu"
62
 
63
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
64
  msgid "of"
65
  msgstr "od"
66
 
67
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
68
  msgid "Go to the next page"
69
  msgstr "Idi na sljedeću stranicu"
70
 
71
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
72
  msgid "Go to the last page"
73
  msgstr "Idi na posljednjoj stranici"
74
 
75
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
76
  msgid "Reset"
77
  msgstr "Reset"
78
 
79
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
80
  msgid "Search"
81
  msgstr "Traži"
82
 
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
90
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  msgid "There is no theme selected or the theme was deleted."
92
  msgstr "Nema odabrane teme ili tema bila izbrisana."
93
 
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
97
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
98
  msgid "There is no album selected or the album was deleted."
99
  msgstr "Nema odabrani album ili album je izbrisan."
100
 
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
107
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
108
  msgid "There are no images in this gallery."
109
  msgstr "Nema slika u ovoj galeriji."
110
 
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
112
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
113
  msgid "Back"
114
  msgstr "Natrag"
115
 
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
117
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
118
  msgid "Album is empty."
119
  msgstr "Album je prazna"
120
 
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
122
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
123
  msgid "Gallery is empty."
124
  msgstr "Galerija je prazna."
125
 
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
127
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
128
  msgid "More"
129
  msgstr "Više"
130
 
131
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
132
  msgid "Hide"
133
  msgstr "Sakrij"
134
 
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
139
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
140
  msgid "There is no gallery selected or the gallery was deleted."
141
  msgstr "Nema odabrana galerija ili galerija je izbrisan."
142
 
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
144
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
145
  msgid "Show comments"
146
  msgstr "Prikaži komentare."
147
 
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
151
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
152
  msgid "Share on Facebook"
153
  msgstr "Podijeli na Facebooku."
154
 
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
158
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
159
  msgid "Share on Twitter"
160
  msgstr " Podijeli na Twitteru."
161
 
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
165
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
166
  msgid "Share on Google+"
167
  msgstr "Podijelite Google+"
168
 
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
172
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
173
  msgid "Share on Pinterest"
174
  msgstr "Podijeli na Pinterest"
175
 
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
179
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
180
  msgid "Share on Tumblr"
181
  msgstr "Podijeli na Tumblr"
182
 
183
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
184
  msgid "The image has been deleted."
185
  msgstr "Slika je obrisan."
186
 
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
189
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
190
- msgid "Play"
191
- msgstr "Igrajte"
192
-
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
195
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
196
  msgid "Maximize"
197
  msgstr "Povećali"
198
 
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
200
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
201
  msgid "Fullscreen"
202
  msgstr "Na cijelom zaslonu"
203
 
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
205
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
206
  msgid "Show info"
207
  msgstr "Pokaži info"
208
 
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
210
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
211
  msgid "Show rating"
212
  msgstr "Pokaži rejting"
213
 
214
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
215
  msgid "Open image in original size."
216
  msgstr "Otvori sliku u originalnoj veličini."
217
 
218
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
219
  msgid "Download original image"
220
  msgstr "Download originalne slike"
221
 
222
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
223
  msgid "Hits: "
224
  msgstr "Pogodaka: "
225
 
226
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
227
  msgid "Rated."
228
  msgstr "Ocijenjene."
229
 
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
231
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
232
  msgid "Not rated yet."
233
  msgstr "Još nije ocjenjeno. "
234
 
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
236
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
237
  msgid "Votes: "
238
  msgstr "Glasova: "
239
 
240
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
241
  msgid "Cancel your rating."
242
  msgstr "Odustani svoj ​​rejting. "
243
 
244
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
245
  msgid "You have already rated."
246
  msgstr "Već ste ocijenili. "
247
 
248
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
249
  msgid "Error. Incorrect Verification Code."
250
  msgstr "Greška. Pogrešan verifikaciju broj. "
251
 
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
253
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
254
  msgid "Hide Comments"
255
  msgstr "Sakrij komentare"
256
 
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
259
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
260
  msgid "Name"
261
  msgstr "Ime"
262
 
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
265
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
266
  msgid "Email"
267
  msgstr "E-mail "
268
 
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
271
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
272
  msgid "Comment"
273
  msgstr "Komentar"
274
 
275
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
276
  msgid "Verification Code"
277
  msgstr "Verifikacija kod"
278
 
279
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
280
  msgid "Submit"
281
  msgstr "Podnijeti"
282
 
283
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
284
  msgid "Your comment is awaiting moderation"
285
  msgstr "Vaš komentar čeka moderiranje "
286
 
287
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
288
  msgid "Delete Comment"
289
  msgstr "Izbriši komentar"
290
 
291
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
292
  msgid "Show Comments"
293
  msgstr "Prikaži komentare"
294
 
295
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
296
  msgid "Hide info"
297
  msgstr "Sakrij informacije"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Sakrij rejting"
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Vraćanje"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Izađite preko cijelog zaslona"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Pauza"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 15:58+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:00+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bs\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
18
+ "gallery\n"
19
 
20
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid " item(s)"
22
  msgstr "stavke"
23
 
24
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
25
  msgid "First"
26
  msgstr "Prvo"
27
 
28
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
29
  msgid "Previous"
30
  msgstr "Prethodni"
31
 
32
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
33
  msgid "Next"
34
  msgstr "Next"
35
 
36
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
37
  msgid "Last"
38
  msgstr "Trajati"
39
 
40
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
41
  msgid "Go to the first page"
42
  msgstr "Idi na prvoj stranici"
43
 
44
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
45
  msgid "Go to the previous page"
46
  msgstr "Idi na prethodnu stranicu"
47
 
48
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
49
  msgid "of"
50
  msgstr "od"
51
 
52
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
53
  msgid "Go to the next page"
54
  msgstr "Idi na sljedeću stranicu"
55
 
56
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
57
  msgid "Go to the last page"
58
  msgstr "Idi na posljednjoj stranici"
59
 
60
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
61
  msgid "Reset"
62
  msgstr "Reset"
63
 
64
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
65
  msgid "Search"
66
  msgstr "Traži"
67
 
68
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
69
+ msgid "Order by: "
70
+ msgstr "Order by"
71
+
72
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
73
+ msgid "Default"
74
+ msgstr "Uobičajeno"
75
+
76
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
77
+ msgid "Filename"
78
+ msgstr "Naziv"
79
+
80
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
81
+ msgid "Size"
82
+ msgstr "veličina"
83
+
84
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
85
+ msgid "Random"
86
+ msgstr "slučajan"
87
+
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
96
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
97
  msgid "There is no theme selected or the theme was deleted."
98
  msgstr "Nema odabrane teme ili tema bila izbrisana."
99
 
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
105
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
106
  msgid "There is no album selected or the album was deleted."
107
  msgstr "Nema odabrani album ili album je izbrisan."
108
 
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
116
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
117
  msgid "There are no images in this gallery."
118
  msgstr "Nema slika u ovoj galeriji."
119
 
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
123
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
124
  msgid "Back"
125
  msgstr "Natrag"
126
 
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
129
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
130
  msgid "Album is empty."
131
  msgstr "Album je prazna"
132
 
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
136
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
137
+ msgid "There are no images matching your search."
138
+ msgstr "Nema slika podudaranje vaše pretraživanje."
139
+
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
142
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
143
  msgid "Gallery is empty."
144
  msgstr "Galerija je prazna."
145
 
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
151
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
152
+ msgid "Play"
153
+ msgstr "Igrajte"
154
+
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
156
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
157
  msgid "More"
158
  msgstr "Više"
159
 
160
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
161
  msgid "Hide"
162
  msgstr "Sakrij"
163
 
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
168
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
169
  msgid "There is no gallery selected or the gallery was deleted."
170
  msgstr "Nema odabrana galerija ili galerija je izbrisan."
171
 
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
173
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
174
  msgid "Show comments"
175
  msgstr "Prikaži komentare."
176
 
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
180
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
181
  msgid "Share on Facebook"
182
  msgstr "Podijeli na Facebooku."
183
 
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
187
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
188
  msgid "Share on Twitter"
189
  msgstr " Podijeli na Twitteru."
190
 
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
194
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
195
  msgid "Share on Google+"
196
  msgstr "Podijelite Google+"
197
 
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
201
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
202
  msgid "Share on Pinterest"
203
  msgstr "Podijeli na Pinterest"
204
 
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
208
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
209
  msgid "Share on Tumblr"
210
  msgstr "Podijeli na Tumblr"
211
 
212
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
213
  msgid "The image has been deleted."
214
  msgstr "Slika je obrisan."
215
 
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
218
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
219
  msgid "Maximize"
220
  msgstr "Povećali"
221
 
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
223
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
224
  msgid "Fullscreen"
225
  msgstr "Na cijelom zaslonu"
226
 
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
228
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
229
  msgid "Show info"
230
  msgstr "Pokaži info"
231
 
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
233
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
234
  msgid "Show rating"
235
  msgstr "Pokaži rejting"
236
 
237
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
238
  msgid "Open image in original size."
239
  msgstr "Otvori sliku u originalnoj veličini."
240
 
241
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
242
  msgid "Download original image"
243
  msgstr "Download originalne slike"
244
 
245
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
246
  msgid "Hits: "
247
  msgstr "Pogodaka: "
248
 
249
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
250
  msgid "Rated."
251
  msgstr "Ocijenjene."
252
 
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
254
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
255
  msgid "Not rated yet."
256
  msgstr "Još nije ocjenjeno. "
257
 
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
259
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
260
  msgid "Votes: "
261
  msgstr "Glasova: "
262
 
263
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
264
  msgid "Cancel your rating."
265
  msgstr "Odustani svoj ​​rejting. "
266
 
267
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
268
  msgid "You have already rated."
269
  msgstr "Već ste ocijenili. "
270
 
271
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
272
  msgid "Error. Incorrect Verification Code."
273
  msgstr "Greška. Pogrešan verifikaciju broj. "
274
 
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
276
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
277
+ msgid "This is not a valid email address."
278
+ msgstr "Ovo nije važeći e-mail adresu. "
279
+
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
281
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
282
  msgid "Hide Comments"
283
  msgstr "Sakrij komentare"
284
 
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
287
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
288
  msgid "Name"
289
  msgstr "Ime"
290
 
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
293
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
294
  msgid "Email"
295
  msgstr "E-mail "
296
 
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
299
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
300
  msgid "Comment"
301
  msgstr "Komentar"
302
 
303
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
304
  msgid "Verification Code"
305
  msgstr "Verifikacija kod"
306
 
307
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
308
  msgid "Submit"
309
  msgstr "Podnijeti"
310
 
311
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
312
  msgid "Your comment is awaiting moderation"
313
  msgstr "Vaš komentar čeka moderiranje "
314
 
315
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
316
  msgid "Delete Comment"
317
  msgstr "Izbriši komentar"
318
 
319
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
320
  msgid "Show Comments"
321
  msgstr "Prikaži komentare"
322
 
323
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
324
  msgid "Hide info"
325
  msgstr "Sakrij informacije"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "Sakrij rejting"
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "Vraćanje"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "Izađite preko cijelog zaslona"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "Pauza"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "je obavezno polje. "
languages/bwg-hu_HU.mo CHANGED
Binary file
languages/bwg-hu_HU.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:21+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:22+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "mező kitöltése kötelező. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Ez nem egy érvényes e-mail címét. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Nincsenek képek felel meg a keresést."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "elemet"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Első"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Előző"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Tovább"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Az utolsó"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Ugrás az első oldalra"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Ugrás az előző oldalra"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "A"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Ugrás a következő oldalra"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Menj az utolsó oldalra"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Visszaállítása"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Keresés"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Nincs téma kiválasztva, vagy a téma törölve lett."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Nincs album kiválasztva, vagy az albumot törölték."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Nincsenek képek ebben a galériában."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Back"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album üres"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Gallery üres"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Többet"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Elrejtése"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Nincs galéria kiválasztott, illetve a galériát törölték."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Mutassa megjegyzéseket"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Ossza meg a Facebook-on"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Ossza meg a Twitter"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Ossza Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Megosztás on Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Megosztás a Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "A kép törölve lett."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Lejátszás"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maximalizálása"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Teljes képernyő"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Mutassa info"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Mutassa értékelése"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Kép megnyitása eredeti méretben. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Töltsd le az eredeti képet"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Találat: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Névleges."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Még nem értékelték. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Szavazatok száma: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Megszüntetni az értékelésbe. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Már értékelted. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Hiba. Helytelen Ellenőrző kód. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Megjegyzések elrejtése"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Név"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "E-mail "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Megjegyzés"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "ellenőrző kód"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Submit"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Megjegyzése vár moderálás "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Megjegyzés törlése"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Hozzászólást mutat"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Információ elrejtése"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Hide értékelése"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Visszaállítása"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Kilépés Teljes képernyő"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Szünet"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:02+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:03+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "elemet"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Első"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Előző"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Tovább"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Az utolsó"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Ugrás az első oldalra"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Ugrás az előző oldalra"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "A"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Ugrás a következő oldalra"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Menj az utolsó oldalra"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Visszaállítása"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Keresés"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Rendezés"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "alapértelmezett"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "fájlnév"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "méret"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "véletlen"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Nincs téma kiválasztva, vagy a téma törölve lett."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Nincs album kiválasztva, vagy az albumot törölték."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Nincsenek képek ebben a galériában."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Back"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album üres"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Nincsenek képek felel meg a keresést."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Gallery üres"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Lejátszás"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Többet"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Elrejtése"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Nincs galéria kiválasztott, illetve a galériát törölték."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Mutassa megjegyzéseket"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Ossza meg a Facebook-on"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Ossza meg a Twitter"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Ossza Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Megosztás on Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Megosztás a Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "A kép törölve lett."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maximalizálása"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Teljes képernyő"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Mutassa info"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Mutassa értékelése"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Kép megnyitása eredeti méretben. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Töltsd le az eredeti képet"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Találat: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Névleges."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Még nem értékelték. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Szavazatok száma: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Megszüntetni az értékelésbe. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Már értékelted. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Hiba. Helytelen Ellenőrző kód. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Ez nem egy érvényes e-mail címét. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Megjegyzések elrejtése"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Név"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "E-mail "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Megjegyzés"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "ellenőrző kód"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Submit"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Megjegyzése vár moderálás "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Megjegyzés törlése"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Hozzászólást mutat"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Információ elrejtése"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Hide értékelése"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Visszaállítása"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Kilépés Teljes képernyő"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Szünet"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "mező kitöltése kötelező. "
languages/bwg-hy_AM.mo CHANGED
Binary file
languages/bwg-hy_AM.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:23+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:39+0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hy_AM\n"
@@ -16,302 +16,340 @@ msgstr ""
16
  "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress3.5\\wp-content\\plugins"
17
  "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
  msgid "field is required."
21
  msgstr "դաշտը պարտադիր է: "
22
 
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
  msgid "This is not a valid email address."
26
  msgstr "Սա անվավեր էլեկտրոնային փոստի հասցե է: "
27
 
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
 
31
  msgid "There are no images matching your search."
32
  msgstr "Ձեր որոնմանը համապատասխան տվյալներ չկան:"
33
 
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "պատկեր(ներ)"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Առաջին"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Նախորդ"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Հաջորդ"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Վերջին"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Գնալ առաջին էջ"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Գնալ նախորդ էջ"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "-ը"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Գնալ հաջորդ էջ"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Գնալ վերջին էջ"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Դատարկել"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Որոնում"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Ընտրված թեմա չկա կամ թեման ջնջված է :"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Ընտրված ալբոմ չկա կամ ալբոմը ջնջված է :"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Այս պատկերասրահում պատկերներ չկան: "
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Հետ"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Ալբոմը դատարկ է:"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
122
  msgid "Gallery is empty."
123
  msgstr "Պատկերասրահը դատարկ է:"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Ավելին"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Թաքցնել"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
 
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Ընտրված պատկերասրահ չկա կամ այն ջնջված է :"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Ցույց տալ մեկնաբանությունները"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Կիսվել Facebook-ում"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Կիսվել Twitter-ում "
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Կիսվել Google+-ում"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Կիսվել Pinterest-ում "
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Կիսվել Tumblr-ում "
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Պատկերը ջնջված է:"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Սկսել"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Մեծացնել"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Ամբողջ էկրան"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Ցույց տալ տեղեկությունը"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Ցույց տալ վարկանիշը"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Տեսնել պատկերը օրիգինալ չափով"
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Բեռնել պատկերը"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Դիտումների քանակը."
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Գնահատված է"
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Գնահատված չէ"
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Ձայներ."
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Չեղյալ համարել Ձեր գնահատականը"
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Դուք արդեն գնահատել եք"
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Ստուգման կոդը սխալ է"
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
253
  msgid "Hide Comments"
254
  msgstr "Թաքցնել մեկնաբանությունները"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Անուն"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "էլեկտրոնային փոստ"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Մեկնաբանություն"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Ստուգման կոդ"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Ուղարկել"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Ձեր մեկնաբանությունը սպասում է հաստատման"
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Ջնջել մեկնաբանությունը"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Ցույց տալ մեկնաբանությունները"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  #, fuzzy
296
  msgid "Hide info"
297
  msgstr "Թաքցնել"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Թաքցնել գնահատականը."
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Վերականգնել"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Դուրս գալ ամբողջ էկրանից"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Դադար"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-15 10:15+0400\n"
5
+ "PO-Revision-Date: 2015-01-15 10:17+0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hy_AM\n"
16
  "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress3.5\\wp-content\\plugins"
17
  "\\photo-gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:3303
20
  msgid "field is required."
21
  msgstr "դաշտը պարտադիր է: "
22
 
23
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:3304
24
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
25
  msgid "This is not a valid email address."
26
  msgstr "Սա անվավեր էլեկտրոնային փոստի հասցե է: "
27
 
28
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:3305
29
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1050
30
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1031
31
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
32
  msgid "There are no images matching your search."
33
  msgstr "Ձեր որոնմանը համապատասխան տվյալներ չկան:"
34
 
35
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
36
  msgid " item(s)"
37
  msgstr "պատկեր(ներ)"
38
 
39
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
40
  msgid "First"
41
  msgstr "Առաջին"
42
 
43
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
44
  msgid "Previous"
45
  msgstr "Նախորդ"
46
 
47
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
48
  msgid "Next"
49
  msgstr "Հաջորդ"
50
 
51
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:523
52
  msgid "Last"
53
  msgstr "Վերջին"
54
 
55
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
56
  msgid "Go to the first page"
57
  msgstr "Գնալ առաջին էջ"
58
 
59
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:550
60
  msgid "Go to the previous page"
61
  msgstr "Գնալ նախորդ էջ"
62
 
63
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:552
64
  msgid "of"
65
  msgstr "-ը"
66
 
67
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
68
  msgid "Go to the next page"
69
  msgstr "Գնալ հաջորդ էջ"
70
 
71
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:557
72
  msgid "Go to the last page"
73
  msgstr "Գնալ վերջին էջ"
74
 
75
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:642
76
  msgid "Reset"
77
  msgstr "Դատարկել"
78
 
79
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:645
80
  msgid "Search"
81
  msgstr "Որոնում"
82
 
83
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:687
84
+ msgid "Order by: "
85
+ msgstr "Դասավորել"
86
+
87
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
88
+ msgid "Default"
89
+ msgstr "Լռելյայն"
90
+
91
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
92
+ msgid "Filename"
93
+ msgstr "Ըստ ֆայլի անունի"
94
+
95
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
96
+ msgid "Size"
97
+ msgstr "Ըստ չափի"
98
+
99
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:692
100
+ msgid "Random"
101
+ msgstr "Պատահական"
102
+
103
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:150
104
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:96
105
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
106
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
107
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
108
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
109
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
110
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
111
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
112
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:152
113
  msgid "There is no theme selected or the theme was deleted."
114
  msgstr "Ընտրված թեմա չկա կամ թեման ջնջված է :"
115
 
 
116
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
117
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:189
118
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:103
119
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:135
120
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
121
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
122
  msgid "There is no album selected or the album was deleted."
123
  msgstr "Ընտրված ալբոմ չկա կամ ալբոմը ջնջված է :"
124
 
125
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:178
126
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:124
127
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
128
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
129
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
130
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
131
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
132
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
133
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:163
134
  msgid "There are no images in this gallery."
135
  msgstr "Այս պատկերասրահում պատկերներ չկան: "
136
 
137
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:931
138
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:910
139
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
140
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
141
  msgid "Back"
142
  msgstr "Հետ"
143
 
144
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:954
145
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:921
146
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
147
  msgid "Album is empty."
148
  msgstr "Ալբոմը դատարկ է:"
149
 
150
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1055
151
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1036
152
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
153
  msgid "Gallery is empty."
154
  msgstr "Պատկերասրահը դատարկ է:"
155
 
156
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1097
157
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:1148
158
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1066
159
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1118
160
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
161
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
162
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
163
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
164
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:441
165
+ msgid "Play"
166
+ msgstr "Սկսել"
167
+
168
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1001
169
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1161
170
  msgid "More"
171
  msgstr "Ավելին"
172
 
173
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:1156
174
  msgid "Hide"
175
  msgstr "Թաքցնել"
176
 
177
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
178
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
179
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
180
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
181
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
182
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_mosaic.php:157
183
  msgid "There is no gallery selected or the gallery was deleted."
184
  msgstr "Ընտրված պատկերասրահ չկա կամ այն ջնջված է :"
185
 
186
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
187
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
188
  msgid "Show comments"
189
  msgstr "Ցույց տալ մեկնաբանությունները"
190
 
191
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
192
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
193
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
194
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
195
  msgid "Share on Facebook"
196
  msgstr "Կիսվել Facebook-ում"
197
 
198
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
199
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
200
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
201
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
202
  msgid "Share on Twitter"
203
  msgstr "Կիսվել Twitter-ում "
204
 
205
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
206
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
207
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
208
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
209
  msgid "Share on Google+"
210
  msgstr "Կիսվել Google+-ում"
211
 
212
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
213
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
214
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
215
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
216
  msgid "Share on Pinterest"
217
  msgstr "Կիսվել Pinterest-ում "
218
 
219
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
220
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
221
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
222
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
223
  msgid "Share on Tumblr"
224
  msgstr "Կիսվել Tumblr-ում "
225
 
226
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
227
  msgid "The image has been deleted."
228
  msgstr "Պատկերը ջնջված է:"
229
 
230
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
231
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
232
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
233
  msgid "Maximize"
234
  msgstr "Մեծացնել"
235
 
236
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
237
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
238
  msgid "Fullscreen"
239
  msgstr "Ամբողջ էկրան"
240
 
241
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
242
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
243
  msgid "Show info"
244
  msgstr "Ցույց տալ տեղեկությունը"
245
 
246
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
247
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
248
  msgid "Show rating"
249
  msgstr "Ցույց տալ վարկանիշը"
250
 
251
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
252
  msgid "Open image in original size."
253
  msgstr "Տեսնել պատկերը օրիգինալ չափով"
254
 
255
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
256
  msgid "Download original image"
257
  msgstr "Բեռնել պատկերը"
258
 
259
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
260
  msgid "Hits: "
261
  msgstr "Դիտումների քանակը."
262
 
263
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
264
  msgid "Rated."
265
  msgstr "Գնահատված է"
266
 
267
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
268
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
269
  msgid "Not rated yet."
270
  msgstr "Գնահատված չէ"
271
 
272
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
273
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
274
  msgid "Votes: "
275
  msgstr "Ձայներ."
276
 
277
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
278
  msgid "Cancel your rating."
279
  msgstr "Չեղյալ համարել Ձեր գնահատականը"
280
 
281
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
282
  msgid "You have already rated."
283
  msgstr "Դուք արդեն գնահատել եք"
284
 
285
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
286
  msgid "Error. Incorrect Verification Code."
287
  msgstr "Ստուգման կոդը սխալ է"
288
 
289
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
290
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
291
  msgid "Hide Comments"
292
  msgstr "Թաքցնել մեկնաբանությունները"
293
 
294
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
295
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
296
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
297
  msgid "Name"
298
  msgstr "Անուն"
299
 
300
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
301
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
302
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
303
  msgid "Email"
304
  msgstr "էլեկտրոնային փոստ"
305
 
306
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
307
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
308
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
309
  msgid "Comment"
310
  msgstr "Մեկնաբանություն"
311
 
312
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
313
  msgid "Verification Code"
314
  msgstr "Ստուգման կոդ"
315
 
316
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
317
  msgid "Submit"
318
  msgstr "Ուղարկել"
319
 
320
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
321
  msgid "Your comment is awaiting moderation"
322
  msgstr "Ձեր մեկնաբանությունը սպասում է հաստատման"
323
 
324
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
325
  msgid "Delete Comment"
326
  msgstr "Ջնջել մեկնաբանությունը"
327
 
328
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
329
  msgid "Show Comments"
330
  msgstr "Ցույց տալ մեկնաբանությունները"
331
 
332
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
333
  #, fuzzy
334
  msgid "Hide info"
335
  msgstr "Թաքցնել"
336
 
337
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
338
  msgid "Hide rating"
339
  msgstr "Թաքցնել գնահատականը."
340
 
341
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
342
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
343
  msgid "Restore"
344
  msgstr "Վերականգնել"
345
 
346
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
347
  msgid "Exit Fullscreen"
348
  msgstr "Դուրս գալ ամբողջ էկրանից"
349
 
350
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
351
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
352
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
353
+ #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
354
  msgid "Pause"
355
  msgstr "Դադար"
languages/bwg-id_ID.mo CHANGED
Binary file
languages/bwg-id_ID.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:40+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:42+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "lapangan diperlukan."
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Ini bukan alamat email yang valid."
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Tidak ada gambar yang sesuai dengan pencarian Anda."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "barang"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Pertama"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Sebelumnya"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Berikutnya"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Berlangsung"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Pergi ke halaman pertama"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Pergi ke halaman sebelumnya"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "dari"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Pergi ke halaman berikutnya"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Pergi ke halaman terakhir"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Reset"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Search"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Tidak ada tema yang dipilih atau tema itu dihapus."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Tidak ada album yang dipilih atau album tersebut telah dihapus."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Tidak ada foto dalam galeri ini."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Kembali"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "Album kosong."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Gallery kosong."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Lebih"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Sembunyikan"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr " Tidak ada galeri yang dipilih atau galeri itu dihapus."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Tampilkan komentar"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Berbagi di Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Berbagi di Twitter."
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Berbagi di Google+."
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Berbagi di Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Berbagi di Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "Gambar telah dihapus."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Mainkan"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Maksimalkan"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Besar layar"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Tampilkan informasi"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Tampilkan peringkat"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Buka foto dalam ukuran aslinya. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Ambil gambar asli"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Dinilai."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Belum dinilai. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Votes: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Batal rating Anda. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Anda telah dinilai. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Kesalahan. Salah Kode verifikasi. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Sembunyikan Komentar"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nama"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Komentar"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Kode verifikasi"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Kirim"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Komentar anda sedang menunggu moderasi "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Hapus Komentar"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Tampilkan Komentar"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Menyembunyikan"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Sembunyikan rating"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Kembalikan"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Keluar Layar penuh."
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Jeda"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:09+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:10+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "barang"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Pertama"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Sebelumnya"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Berikutnya"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Berlangsung"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Pergi ke halaman pertama"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Pergi ke halaman sebelumnya"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "dari"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Pergi ke halaman berikutnya"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Pergi ke halaman terakhir"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Reset"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Search"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "order by"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "kegagalan"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Nama File"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "ukuran"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "acak"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Tidak ada tema yang dipilih atau tema itu dihapus."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Tidak ada album yang dipilih atau album tersebut telah dihapus."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Tidak ada foto dalam galeri ini."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Kembali"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "Album kosong."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Tidak ada gambar yang sesuai dengan pencarian Anda."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Gallery kosong."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Mainkan"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Lebih"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Sembunyikan"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr " Tidak ada galeri yang dipilih atau galeri itu dihapus."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Tampilkan komentar"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Berbagi di Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Berbagi di Twitter."
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Berbagi di Google+."
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Berbagi di Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Berbagi di Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "Gambar telah dihapus."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Maksimalkan"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Besar layar"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Tampilkan informasi"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Tampilkan peringkat"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Buka foto dalam ukuran aslinya. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Ambil gambar asli"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Dinilai."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Belum dinilai. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Votes: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Batal rating Anda. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Anda telah dinilai. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Kesalahan. Salah Kode verifikasi. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Ini bukan alamat email yang valid."
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Sembunyikan Komentar"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nama"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Komentar"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Kode verifikasi"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Kirim"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Komentar anda sedang menunggu moderasi "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Hapus Komentar"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Tampilkan Komentar"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Menyembunyikan"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Sembunyikan rating"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Kembalikan"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Keluar Layar penuh."
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Jeda"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "lapangan diperlukan."
languages/bwg-it_IT.mo CHANGED
Binary file
languages/bwg-it_IT.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:42+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:43+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "è obbligatorio campo. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "Questo non è un indirizzo email valido. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "Non ci sono immagini corrispondenti alla tua ricerca."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "articolo"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "Primo"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "Precedente"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "Avanti"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "Ultimo"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "Vai alla prima pagina"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "Vai alla pagina precedente"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "di"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "Vai alla pagina successiva"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "Vai all'ultima pagina"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "Ripristina"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "Ricerca"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "Non c'è tema selezionato o il tema è stato eliminato."
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "Non vi è alcun album selezionato o l'album è stato eliminato."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "Non ci sono immagini in questa galleria."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "Indietro"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "L'album è vuoto."
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "Gallery è vuoto."
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "Di più"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "Hide"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "Non vi è alcuna galleria selezionata o la galleria è stata eliminata."
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "Mostra i commenti."
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Condividi su Facebook."
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Condividi su Twitter."
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Condividi su Google+."
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Condividi su Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Condividi su Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "L'immagine è stata cancellata."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "Play"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "Massimizzare"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "Fullscreen"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "Mostra info. "
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "Mostra classificazione"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "Apri l'immagine in formato originale. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "Apri l'immagine originale"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "Nominale."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "Non ancora valutato. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "Voti: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "Annulla il tuo voto."
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "Hai già votato. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "Errore. Non corretto del codice di verifica. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "Nascondi commenti"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "Nome"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "Email"
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "Commento"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Codice di verifica"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "Invia"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "Il tuo commento è in attesa di moderazione "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "Elimina commento"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "Mostra i commenti"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "Nascondi informazioni"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "Hide valutazione"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "Ripristina"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Uscire a schermo intero"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "Pausa"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:10+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:11+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "articolo"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "Primo"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "Precedente"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "Avanti"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "Ultimo"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "Vai alla prima pagina"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "Vai alla pagina precedente"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "di"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "Vai alla pagina successiva"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "Vai all'ultima pagina"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "Ripristina"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "Ricerca"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Ordina per"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "difetto"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "Nome Del File"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "dimensione"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "casuale"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "Non c'è tema selezionato o il tema è stato eliminato."
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "Non vi è alcun album selezionato o l'album è stato eliminato."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "Non ci sono immagini in questa galleria."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "Indietro"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "L'album è vuoto."
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "Non ci sono immagini corrispondenti alla tua ricerca."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "Gallery è vuoto."
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "Play"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "Di più"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "Hide"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "Non vi è alcuna galleria selezionata o la galleria è stata eliminata."
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "Mostra i commenti."
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Condividi su Facebook."
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Condividi su Twitter."
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Condividi su Google+."
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Condividi su Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Condividi su Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "L'immagine è stata cancellata."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "Massimizzare"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "Fullscreen"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "Mostra info. "
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "Mostra classificazione"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "Apri l'immagine in formato originale. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "Apri l'immagine originale"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "Nominale."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "Non ancora valutato. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "Voti: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "Annulla il tuo voto."
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "Hai già votato. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "Errore. Non corretto del codice di verifica. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "Questo non è un indirizzo email valido. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "Nascondi commenti"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "Nome"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "Email"
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "Commento"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Codice di verifica"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "Invia"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "Il tuo commento è in attesa di moderazione "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "Elimina commento"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "Mostra i commenti"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "Nascondi informazioni"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "Hide valutazione"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "Ripristina"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Uscire a schermo intero"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "Pausa"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "è obbligatorio campo. "
languages/bwg-ja.mo CHANGED
Binary file
languages/bwg-ja.po CHANGED
@@ -1,318 +1,350 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:44+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:44+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "フィールドは必須です。"
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "これは有効なメールアドレスではありません。"
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "検索に一致する画像がありません。"
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "アイテム"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "最初"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "前"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr " 次へ"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "最後"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "最初のページに移動します"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "前のページに移動します"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "の"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "次のページに移動します"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "最後のページに移動します"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "リセットします"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "検索"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "そこに選択されていませんテーマはありませんかテーマが削除されました"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr ""
99
  "そこに選択されていませんアルバムはありませんか、アルバムが削除されました"
100
 
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
107
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
108
  msgid "There are no images in this gallery."
109
  msgstr "このギャラリーには画像がありません"
110
 
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
112
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
113
  msgid "Back"
114
  msgstr " バック"
115
 
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
117
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
118
  msgid "Album is empty."
119
  msgstr "アルバムは空です"
120
 
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
122
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
123
  msgid "Gallery is empty."
124
  msgstr "ギャラリーは空です"
125
 
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
127
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
128
  msgid "More"
129
  msgstr "もっと"
130
 
131
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
132
  msgid "Hide"
133
  msgstr "非表示にします"
134
 
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
139
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
140
  msgid "There is no gallery selected or the gallery was deleted."
141
  msgstr ""
142
  "そこに選択されていませんギャラリーはありませんかギャラリーが削除されました"
143
 
144
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
145
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
146
  msgid "Show comments"
147
  msgstr "コメントを見る"
148
 
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
151
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
152
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
153
  msgid "Share on Facebook"
154
  msgstr "Facebook上で共有しています"
155
 
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
158
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
159
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
160
  msgid "Share on Twitter"
161
  msgstr "Twitterで共有しています"
162
 
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
165
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
166
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
167
  msgid "Share on Google+"
168
  msgstr "Google+で共有しています"
169
 
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
172
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
173
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
174
  msgid "Share on Pinterest"
175
  msgstr "Pinterestの上の共有"
176
 
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
179
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
180
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
181
  msgid "Share on Tumblr"
182
  msgstr "スキの共有"
183
 
184
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
185
  msgid "The image has been deleted."
186
  msgstr "画像は削除されました"
187
 
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
189
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
190
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
191
- msgid "Play"
192
- msgstr "再生"
193
-
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
195
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
196
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
197
  msgid "Maximize"
198
  msgstr "最大化します"
199
 
200
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
201
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
202
  msgid "Fullscreen"
203
  msgstr "フルスクリーン"
204
 
205
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
206
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
207
  msgid "Show info"
208
  msgstr "情報を表示します"
209
 
210
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
211
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
212
  msgid "Show rating"
213
  msgstr "評価を表示します"
214
 
215
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
216
  msgid "Open image in original size."
217
  msgstr "元のサイズで画像を開く"
218
 
219
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
220
  msgid "Download original image"
221
  msgstr "元の画像をダウンロードしてください"
222
 
223
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
224
  msgid "Hits: "
225
  msgstr "ヒット数:"
226
 
227
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
228
  msgid "Rated."
229
  msgstr "評価した。"
230
 
231
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
232
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
233
  msgid "Not rated yet."
234
  msgstr "まだ評価されていません。 "
235
 
236
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
237
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
238
  msgid "Votes: "
239
  msgstr "投票: "
240
 
241
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
242
  msgid "Cancel your rating."
243
  msgstr "あなたの評価をキャンセル。 "
244
 
245
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
246
  msgid "You have already rated."
247
  msgstr "あなたは既に評価されています"
248
 
249
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
250
  msgid "Error. Incorrect Verification Code."
251
  msgstr "エラーが発生しました。誤った認証コード。 "
252
 
253
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
254
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
255
  msgid "Hide Comments"
256
  msgstr "コメントを非表示にします"
257
 
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
259
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
260
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
261
  msgid "Name"
262
  msgstr "名前を付けます"
263
 
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
265
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
266
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
267
  msgid "Email"
268
  msgstr "Eメール"
269
 
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
272
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
273
  msgid "Comment"
274
  msgstr "コメント"
275
 
276
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
277
  msgid "Verification Code"
278
  msgstr "認証コード"
279
 
280
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
281
  msgid "Submit"
282
  msgstr "提出してください"
283
 
284
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
285
  msgid "Your comment is awaiting moderation"
286
  msgstr "あなたのコメント承認待ちです "
287
 
288
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
289
  msgid "Delete Comment"
290
  msgstr "コメントを削除します"
291
 
292
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
293
  msgid "Show Comments"
294
  msgstr "コメントを表示します"
295
 
296
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
297
  msgid "Hide info"
298
  msgstr "情報を隠す"
299
 
300
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
301
  msgid "Hide rating"
302
  msgstr "隠す評価"
303
 
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
305
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
306
  msgid "Restore"
307
  msgstr "復元します"
308
 
309
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
310
  msgid "Exit Fullscreen"
311
  msgstr "フルスクリーンを終了します"
312
 
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
316
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
317
  msgid "Pause"
318
  msgstr "一時停止します"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:12+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:12+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "アイテム"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "最初"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "前"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr " 次へ"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "最後"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "最初のページに移動します"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "前のページに移動します"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "の"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "次のページに移動します"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "最後のページに移動します"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "リセットします"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "検索"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "命令により"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "デフォルト"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "ファイル名"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "サイズ"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "ランダム"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "そこに選択されていませんテーマはありませんかテーマが削除されました"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr ""
107
  "そこに選択されていませんアルバムはありませんか、アルバムが削除されました"
108
 
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
116
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
117
  msgid "There are no images in this gallery."
118
  msgstr "このギャラリーには画像がありません"
119
 
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
123
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
124
  msgid "Back"
125
  msgstr " バック"
126
 
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
129
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
130
  msgid "Album is empty."
131
  msgstr "アルバムは空です"
132
 
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
136
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
137
+ msgid "There are no images matching your search."
138
+ msgstr "検索に一致する画像がありません。"
139
+
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
142
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
143
  msgid "Gallery is empty."
144
  msgstr "ギャラリーは空です"
145
 
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
151
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
152
+ msgid "Play"
153
+ msgstr "再生"
154
+
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
156
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
157
  msgid "More"
158
  msgstr "もっと"
159
 
160
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
161
  msgid "Hide"
162
  msgstr "非表示にします"
163
 
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
168
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
169
  msgid "There is no gallery selected or the gallery was deleted."
170
  msgstr ""
171
  "そこに選択されていませんギャラリーはありませんかギャラリーが削除されました"
172
 
173
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
174
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
175
  msgid "Show comments"
176
  msgstr "コメントを見る"
177
 
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
180
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
181
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
182
  msgid "Share on Facebook"
183
  msgstr "Facebook上で共有しています"
184
 
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
187
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
188
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
189
  msgid "Share on Twitter"
190
  msgstr "Twitterで共有しています"
191
 
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
194
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
195
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
196
  msgid "Share on Google+"
197
  msgstr "Google+で共有しています"
198
 
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
201
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
202
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
203
  msgid "Share on Pinterest"
204
  msgstr "Pinterestの上の共有"
205
 
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
208
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
209
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
210
  msgid "Share on Tumblr"
211
  msgstr "スキの共有"
212
 
213
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
214
  msgid "The image has been deleted."
215
  msgstr "画像は削除されました"
216
 
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
218
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
219
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
220
  msgid "Maximize"
221
  msgstr "最大化します"
222
 
223
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
224
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
225
  msgid "Fullscreen"
226
  msgstr "フルスクリーン"
227
 
228
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
229
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
230
  msgid "Show info"
231
  msgstr "情報を表示します"
232
 
233
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
234
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
235
  msgid "Show rating"
236
  msgstr "評価を表示します"
237
 
238
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
239
  msgid "Open image in original size."
240
  msgstr "元のサイズで画像を開く"
241
 
242
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
243
  msgid "Download original image"
244
  msgstr "元の画像をダウンロードしてください"
245
 
246
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
247
  msgid "Hits: "
248
  msgstr "ヒット数:"
249
 
250
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
251
  msgid "Rated."
252
  msgstr "評価した。"
253
 
254
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
255
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
256
  msgid "Not rated yet."
257
  msgstr "まだ評価されていません。 "
258
 
259
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
260
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
261
  msgid "Votes: "
262
  msgstr "投票: "
263
 
264
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
265
  msgid "Cancel your rating."
266
  msgstr "あなたの評価をキャンセル。 "
267
 
268
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
269
  msgid "You have already rated."
270
  msgstr "あなたは既に評価されています"
271
 
272
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
273
  msgid "Error. Incorrect Verification Code."
274
  msgstr "エラーが発生しました。誤った認証コード。 "
275
 
276
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
277
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
278
+ msgid "This is not a valid email address."
279
+ msgstr "これは有効なメールアドレスではありません。"
280
+
281
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
282
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
283
  msgid "Hide Comments"
284
  msgstr "コメントを非表示にします"
285
 
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
287
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
288
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
289
  msgid "Name"
290
  msgstr "名前を付けます"
291
 
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
293
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
294
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
295
  msgid "Email"
296
  msgstr "Eメール"
297
 
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
299
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
300
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
301
  msgid "Comment"
302
  msgstr "コメント"
303
 
304
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
305
  msgid "Verification Code"
306
  msgstr "認証コード"
307
 
308
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
309
  msgid "Submit"
310
  msgstr "提出してください"
311
 
312
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
313
  msgid "Your comment is awaiting moderation"
314
  msgstr "あなたのコメント承認待ちです "
315
 
316
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
317
  msgid "Delete Comment"
318
  msgstr "コメントを削除します"
319
 
320
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
321
  msgid "Show Comments"
322
  msgstr "コメントを表示します"
323
 
324
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
325
  msgid "Hide info"
326
  msgstr "情報を隠す"
327
 
328
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
329
  msgid "Hide rating"
330
  msgstr "隠す評価"
331
 
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
333
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
334
  msgid "Restore"
335
  msgstr "復元します"
336
 
337
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
338
  msgid "Exit Fullscreen"
339
  msgstr "フルスクリーンを終了します"
340
 
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
344
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
345
  msgid "Pause"
346
  msgstr "一時停止します"
347
+
348
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
349
+ msgid "field is required."
350
+ msgstr "フィールドは必須です。"
languages/bwg-ka_GE.mo CHANGED
Binary file
languages/bwg-ka_GE.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:45+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:46+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "ველი არ არის საჭირო. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "ეს არ არის მართებული ელფოსტა. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "არ არსებობს images შესატყვისი თქვენი ძებნა."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "ერთეულზე"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "პირველი"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "წინა"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "შემდეგი"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "გაგრძელდება"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "გადადით პირველ გვერდზე"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "გადადით წინა გვერდზე"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "შესახებ"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "წასვლა მომდევნო გვერდზე"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "გადასვლა ბოლო გვერდი"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "ხელახლა"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "ძებნა"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "არ არსებობს თემა ავტორმა ან თემა წაშლილი იყო"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "არ არსებობს ფოტოალბომის ავტორმა ან ფოტოალბომის წაშლილი იყო."
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "არ არსებობს სურათები ამ გალერეა."
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "უკან"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "ალბომი ცარიელია"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "გალერეა ცარიელია"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "უფრო"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "დასამალი"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "არ არსებობს შერჩეულ გალერეაში ან გალერეაში წაშლილი იყო"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "აჩვენეთ კომენტარი"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "Share on Facebook"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "Share on Twitter."
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Share on Google+"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "Share on Pinterest"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "Share on Tumblr"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "გამოსახულება წაშლილია"
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "ითამაშოს"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "მაქსიმალურად"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "ეკრანის"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "აჩვენეთ ინფორმაცია"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "აჩვენეთ ნიშანი"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "გახსენით იმიჯი ორიგინალური ზომა. "
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "ჩამოტვირთვა ორიგინალური იმიჯი"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "Hits: "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "შეაფასა."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "არ არის შეფასებული. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "რაოდენობა: "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "გააუქმოს თქვენი ნიშანი. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "თქვენ უკვე შეაფასა. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "შეცდომა. მცდარი Verification Code. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr "ღონისძიებები კომენტარები"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "ასახელებს"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "ელ "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "კომენტარები"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "Verification Code"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "წარმოადგინოს"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "თქვენი კომენტარი ელოდება მოდერაცია "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "წაშალე კომენტარები"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "კომენტარების ხილვა"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "ღონისძიებები კარგი"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "დამალე ნიშანი"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "აღდგენა"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "Exit Fullscreen."
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "პაუზა"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:14+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:14+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "ერთეულზე"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "პირველი"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "წინა"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "შემდეგი"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "გაგრძელდება"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "გადადით პირველ გვერდზე"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "გადადით წინა გვერდზე"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "შესახებ"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "წასვლა მომდევნო გვერდზე"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "გადასვლა ბოლო გვერდი"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "ხელახლა"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "ძებნა"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "Order by"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "Default"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "filename"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "ზომა"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "შემთხვევითი"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "არ არსებობს თემა ავტორმა ან თემა წაშლილი იყო"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "არ არსებობს ფოტოალბომის ავტორმა ან ფოტოალბომის წაშლილი იყო."
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "არ არსებობს სურათები ამ გალერეა."
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "უკან"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "ალბომი ცარიელია"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "არ არსებობს images შესატყვისი თქვენი ძებნა."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "გალერეა ცარიელია"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "ითამაშოს"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "უფრო"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "დასამალი"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "არ არსებობს შერჩეულ გალერეაში ან გალერეაში წაშლილი იყო"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "აჩვენეთ კომენტარი"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "Share on Facebook"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "Share on Twitter."
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Share on Google+"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "Share on Pinterest"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "Share on Tumblr"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "გამოსახულება წაშლილია"
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "მაქსიმალურად"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "ეკრანის"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "აჩვენეთ ინფორმაცია"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "აჩვენეთ ნიშანი"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "გახსენით იმიჯი ორიგინალური ზომა. "
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "ჩამოტვირთვა ორიგინალური იმიჯი"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "Hits: "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "შეაფასა."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "არ არის შეფასებული. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "რაოდენობა: "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "გააუქმოს თქვენი ნიშანი. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "თქვენ უკვე შეაფასა. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "შეცდომა. მცდარი Verification Code. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "ეს არ არის მართებული ელფოსტა. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr "ღონისძიებები კომენტარები"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "ასახელებს"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "ელ "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "კომენტარები"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "Verification Code"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "წარმოადგინოს"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "თქვენი კომენტარი ელოდება მოდერაცია "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "წაშალე კომენტარები"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "კომენტარების ხილვა"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "ღონისძიებები კარგი"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "დამალე ნიშანი"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "აღდგენა"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "Exit Fullscreen."
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "პაუზა"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "ველი არ არის საჭირო. "
languages/bwg-ko_KR.mo CHANGED
Binary file
languages/bwg-ko_KR.po CHANGED
@@ -1,316 +1,348 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:46+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:47+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
17
- "\\photo-gallery\n"
18
 
19
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
20
- msgid "field is required."
21
- msgstr "필드는 필수입니다. "
22
-
23
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
25
- msgid "This is not a valid email address."
26
- msgstr "이것은 유효한 이메일 주소가 아닙니다. "
27
-
28
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
31
- msgid "There are no images matching your search."
32
- msgstr "검색과 일치하는 이미지가 없습니다."
33
-
34
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
35
  msgid " item(s)"
36
  msgstr "항목"
37
 
38
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
39
  msgid "First"
40
  msgstr "첫째"
41
 
42
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
43
  msgid "Previous"
44
  msgstr "이전"
45
 
46
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
47
  msgid "Next"
48
  msgstr "다음"
49
 
50
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
51
  msgid "Last"
52
  msgstr "마지막으로"
53
 
54
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
55
  msgid "Go to the first page"
56
  msgstr "첫 페이지로 이동합니다"
57
 
58
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
59
  msgid "Go to the previous page"
60
  msgstr "이전 페이지로 이동합니다"
61
 
62
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
63
  msgid "of"
64
  msgstr "의"
65
 
66
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
67
  msgid "Go to the next page"
68
  msgstr "다음 페이지로 이동합니다"
69
 
70
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
71
  msgid "Go to the last page"
72
  msgstr "마지막 페이지로 이동합니다"
73
 
74
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
75
  msgid "Reset"
76
  msgstr "재설정합니다"
77
 
78
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
79
  msgid "Search"
80
  msgstr "검색"
81
 
82
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  msgid "There is no theme selected or the theme was deleted."
91
  msgstr "이 선택에는 테마가 없거나 테마가 삭제되었습니다"
92
 
93
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
97
  msgid "There is no album selected or the album was deleted."
98
  msgstr "가 선택한 수있는 앨범이 없거나 앨범은 삭제되었습니다"
99
 
100
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
107
  msgid "There are no images in this gallery."
108
  msgstr "이 갤러리에있는 이미지가 없습니다"
109
 
110
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
112
  msgid "Back"
113
  msgstr "돌아 가기"
114
 
115
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
117
  msgid "Album is empty."
118
  msgstr "앨범이 비어 있습니다"
119
 
120
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
122
  msgid "Gallery is empty."
123
  msgstr "갤러리가 비어 있습니다"
124
 
125
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
127
  msgid "More"
128
  msgstr "더"
129
 
130
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
131
  msgid "Hide"
132
  msgstr "숨 깁니다"
133
 
134
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
139
  msgid "There is no gallery selected or the gallery was deleted."
140
  msgstr "이 선택에는 갤러리가 없거나 갤러리가 삭제되었습니다"
141
 
142
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
144
  msgid "Show comments"
145
  msgstr "코멘트를 표시합니다"
146
 
147
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
151
  msgid "Share on Facebook"
152
  msgstr "페이스 북에 공유 할 수 있습니다"
153
 
154
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
158
  msgid "Share on Twitter"
159
  msgstr "트위터에 공유 할 수 있습니다"
160
 
161
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
165
  msgid "Share on Google+"
166
  msgstr "Google+에서 공유 할 수 있습니다"
167
 
168
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
172
  msgid "Share on Pinterest"
173
  msgstr "클립 공유"
174
 
175
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
179
  msgid "Share on Tumblr"
180
  msgstr "텀블러 공유"
181
 
182
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
183
  msgid "The image has been deleted."
184
  msgstr "이미지가 삭제되었습니다."
185
 
186
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
189
- msgid "Play"
190
- msgstr "재생합니다"
191
-
192
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
195
  msgid "Maximize"
196
  msgstr "극대화 할 수 있습니다"
197
 
198
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
200
  msgid "Fullscreen"
201
  msgstr "전체 화면"
202
 
203
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
205
  msgid "Show info"
206
  msgstr "정보를 표시합니다"
207
 
208
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
210
  msgid "Show rating"
211
  msgstr "평가를 표시합니다"
212
 
213
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
214
  msgid "Open image in original size."
215
  msgstr "원래 크기의 이미지 열기."
216
 
217
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
218
  msgid "Download original image"
219
  msgstr "원본 이미지를 다운로드합니다"
220
 
221
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
222
  msgid "Hits: "
223
  msgstr "조회수 : "
224
 
225
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
226
  msgid "Rated."
227
  msgstr "평가."
228
 
229
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
231
  msgid "Not rated yet."
232
  msgstr "아무런 평가가 없습니다. "
233
 
234
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
236
  msgid "Votes: "
237
  msgstr "투표 수 : "
238
 
239
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
240
  msgid "Cancel your rating."
241
  msgstr "귀하의 평가를 취소 할 수 있습니다. "
242
 
243
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
244
  msgid "You have already rated."
245
  msgstr "이미 평가했습니다. "
246
 
247
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
248
  msgid "Error. Incorrect Verification Code."
249
  msgstr "오류가 발생했습니다. 잘못된 인증 코드. "
250
 
251
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
253
  msgid "Hide Comments"
254
  msgstr " 댓글을 숨 깁니다"
255
 
256
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
259
  msgid "Name"
260
  msgstr "이름을 지정합니다"
261
 
262
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
265
  msgid "Email"
266
  msgstr "이메일 "
267
 
268
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
271
  msgid "Comment"
272
  msgstr "코멘트"
273
 
274
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
275
  msgid "Verification Code"
276
  msgstr "확인 코드"
277
 
278
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
279
  msgid "Submit"
280
  msgstr "제출"
281
 
282
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
283
  msgid "Your comment is awaiting moderation"
284
  msgstr "당신의 코멘트는 검토를 기다리고있다 "
285
 
286
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
287
  msgid "Delete Comment"
288
  msgstr "댓글을 삭제합니다"
289
 
290
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
291
  msgid "Show Comments"
292
  msgstr "댓글을 표시합니다"
293
 
294
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
295
  msgid "Hide info"
296
  msgstr "정보 숨기기"
297
 
298
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
299
  msgid "Hide rating"
300
  msgstr "숨기기 평가"
301
 
302
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
304
  msgid "Restore"
305
  msgstr "복원합니다"
306
 
307
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
308
  msgid "Exit Fullscreen"
309
  msgstr "전체 화면을 종료합니다"
310
 
311
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
315
  msgid "Pause"
316
  msgstr "일시 중지합니다"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:14+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:15+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
17
+ "gallery\n"
18
 
19
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid " item(s)"
21
  msgstr "항목"
22
 
23
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
24
  msgid "First"
25
  msgstr "첫째"
26
 
27
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
28
  msgid "Previous"
29
  msgstr "이전"
30
 
31
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
32
  msgid "Next"
33
  msgstr "다음"
34
 
35
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
36
  msgid "Last"
37
  msgstr "마지막으로"
38
 
39
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
40
  msgid "Go to the first page"
41
  msgstr "첫 페이지로 이동합니다"
42
 
43
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
44
  msgid "Go to the previous page"
45
  msgstr "이전 페이지로 이동합니다"
46
 
47
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
48
  msgid "of"
49
  msgstr "의"
50
 
51
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
52
  msgid "Go to the next page"
53
  msgstr "다음 페이지로 이동합니다"
54
 
55
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
56
  msgid "Go to the last page"
57
  msgstr "마지막 페이지로 이동합니다"
58
 
59
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
60
  msgid "Reset"
61
  msgstr "재설정합니다"
62
 
63
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
64
  msgid "Search"
65
  msgstr "검색"
66
 
67
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
68
+ msgid "Order by: "
69
+ msgstr "순서"
70
+
71
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
72
+ msgid "Default"
73
+ msgstr "디폴트 값"
74
+
75
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
76
+ msgid "Filename"
77
+ msgstr "파일 이름"
78
+
79
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
80
+ msgid "Size"
81
+ msgstr "크기"
82
+
83
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
84
+ msgid "Random"
85
+ msgstr "닥치는대로의"
86
+
87
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
96
  msgid "There is no theme selected or the theme was deleted."
97
  msgstr "이 선택에는 테마가 없거나 테마가 삭제되었습니다"
98
 
99
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
105
  msgid "There is no album selected or the album was deleted."
106
  msgstr "가 선택한 수있는 앨범이 없거나 앨범은 삭제되었습니다"
107
 
108
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
116
  msgid "There are no images in this gallery."
117
  msgstr "이 갤러리에있는 이미지가 없습니다"
118
 
119
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
123
  msgid "Back"
124
  msgstr "돌아 가기"
125
 
126
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
129
  msgid "Album is empty."
130
  msgstr "앨범이 비어 있습니다"
131
 
132
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
136
+ msgid "There are no images matching your search."
137
+ msgstr "검색과 일치하는 이미지가 없습니다."
138
+
139
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
142
  msgid "Gallery is empty."
143
  msgstr "갤러리가 비어 있습니다"
144
 
145
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
151
+ msgid "Play"
152
+ msgstr "재생합니다"
153
+
154
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
156
  msgid "More"
157
  msgstr "더"
158
 
159
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
160
  msgid "Hide"
161
  msgstr "숨 깁니다"
162
 
163
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
168
  msgid "There is no gallery selected or the gallery was deleted."
169
  msgstr "이 선택에는 갤러리가 없거나 갤러리가 삭제되었습니다"
170
 
171
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
173
  msgid "Show comments"
174
  msgstr "코멘트를 표시합니다"
175
 
176
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
180
  msgid "Share on Facebook"
181
  msgstr "페이스 북에 공유 할 수 있습니다"
182
 
183
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
187
  msgid "Share on Twitter"
188
  msgstr "트위터에 공유 할 수 있습니다"
189
 
190
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
194
  msgid "Share on Google+"
195
  msgstr "Google+에서 공유 할 수 있습니다"
196
 
197
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
201
  msgid "Share on Pinterest"
202
  msgstr "클립 공유"
203
 
204
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
208
  msgid "Share on Tumblr"
209
  msgstr "텀블러 공유"
210
 
211
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
212
  msgid "The image has been deleted."
213
  msgstr "이미지가 삭제되었습니다."
214
 
215
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
218
  msgid "Maximize"
219
  msgstr "극대화 할 수 있습니다"
220
 
221
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
223
  msgid "Fullscreen"
224
  msgstr "전체 화면"
225
 
226
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
228
  msgid "Show info"
229
  msgstr "정보를 표시합니다"
230
 
231
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
233
  msgid "Show rating"
234
  msgstr "평가를 표시합니다"
235
 
236
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
237
  msgid "Open image in original size."
238
  msgstr "원래 크기의 이미지 열기."
239
 
240
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
241
  msgid "Download original image"
242
  msgstr "원본 이미지를 다운로드합니다"
243
 
244
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
245
  msgid "Hits: "
246
  msgstr "조회수 : "
247
 
248
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
249
  msgid "Rated."
250
  msgstr "평가."
251
 
252
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
254
  msgid "Not rated yet."
255
  msgstr "아무런 평가가 없습니다. "
256
 
257
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
259
  msgid "Votes: "
260
  msgstr "투표 수 : "
261
 
262
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
263
  msgid "Cancel your rating."
264
  msgstr "귀하의 평가를 취소 할 수 있습니다. "
265
 
266
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
267
  msgid "You have already rated."
268
  msgstr "이미 평가했습니다. "
269
 
270
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
271
  msgid "Error. Incorrect Verification Code."
272
  msgstr "오류가 발생했습니다. 잘못된 인증 코드. "
273
 
274
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
276
+ msgid "This is not a valid email address."
277
+ msgstr "이것은 유효한 이메일 주소가 아닙니다. "
278
+
279
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
281
  msgid "Hide Comments"
282
  msgstr " 댓글을 숨 깁니다"
283
 
284
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
287
  msgid "Name"
288
  msgstr "이름을 지정합니다"
289
 
290
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
293
  msgid "Email"
294
  msgstr "이메일 "
295
 
296
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
299
  msgid "Comment"
300
  msgstr "코멘트"
301
 
302
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
303
  msgid "Verification Code"
304
  msgstr "확인 코드"
305
 
306
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
307
  msgid "Submit"
308
  msgstr "제출"
309
 
310
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
311
  msgid "Your comment is awaiting moderation"
312
  msgstr "당신의 코멘트는 검토를 기다리고있다 "
313
 
314
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
315
  msgid "Delete Comment"
316
  msgstr "댓글을 삭제합니다"
317
 
318
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
319
  msgid "Show Comments"
320
  msgstr "댓글을 표시합니다"
321
 
322
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
323
  msgid "Hide info"
324
  msgstr "정보 숨기기"
325
 
326
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
327
  msgid "Hide rating"
328
  msgstr "숨기기 평가"
329
 
330
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
332
  msgid "Restore"
333
  msgstr "복원합니다"
334
 
335
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
336
  msgid "Exit Fullscreen"
337
  msgstr "전체 화면을 종료합니다"
338
 
339
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
343
  msgid "Pause"
344
  msgstr "일시 중지합니다"
345
+
346
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
347
+ msgid "field is required."
348
+ msgstr "필드는 필수입니다. "
languages/bwg-lt_LT.mo CHANGED
Binary file
languages/bwg-lt_LT.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:47+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:48+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
18
- "\\photo-gallery\n"
19
 
20
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
21
- msgid "field is required."
22
- msgstr "laukelis būtinas."
23
-
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
25
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
26
- msgid "This is not a valid email address."
27
- msgstr "Tai nėra galiojantis elektroninio pašto adresą."
28
-
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
31
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
32
- msgid "There are no images matching your search."
33
- msgstr "Nėra nuotraukos atitinkančių jūsų paiešką."
34
-
35
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
36
  msgid " item(s)"
37
  msgstr "punktas"
38
 
39
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
40
  msgid "First"
41
  msgstr "Pirmas"
42
 
43
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
44
  msgid "Previous"
45
  msgstr "Ankstesnis"
46
 
47
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
48
  msgid "Next"
49
  msgstr "Kitas"
50
 
51
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
52
  msgid "Last"
53
  msgstr "Paskutinis"
54
 
55
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
56
  msgid "Go to the first page"
57
  msgstr "Eiti į pirmąjį puslapį"
58
 
59
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
60
  msgid "Go to the previous page"
61
  msgstr "Eiti į ankstesnį puslapį"
62
 
63
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
64
  msgid "of"
65
  msgstr "iš"
66
 
67
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
68
  msgid "Go to the next page"
69
  msgstr "Eiti į kitą puslapį"
70
 
71
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
72
  msgid "Go to the last page"
73
  msgstr "Eiti į paskutinį puslapį"
74
 
75
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
76
  msgid "Reset"
77
  msgstr "Nustatyti iš naujo"
78
 
79
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
80
  msgid "Search"
81
  msgstr "Paieška"
82
 
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
90
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  msgid "There is no theme selected or the theme was deleted."
92
  msgstr "Nėra tema pasirinkta arba tema buvo ištrinta."
93
 
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
97
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
98
  msgid "There is no album selected or the album was deleted."
99
  msgstr "Nėra albumai pasirinktas ar albumą buvo ištrintas."
100
 
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
107
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
108
  msgid "There are no images in this gallery."
109
  msgstr "Nėra šioje galerijoje vaizdai."
110
 
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
112
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
113
  msgid "Back"
114
  msgstr "Atgal"
115
 
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
117
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
118
  msgid "Album is empty."
119
  msgstr "Albumas tuščias."
120
 
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
122
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
123
  msgid "Gallery is empty."
124
  msgstr "Galerija yra tuščia"
125
 
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
127
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
128
  msgid "More"
129
  msgstr "Daugiau"
130
 
131
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
132
  msgid "Hide"
133
  msgstr "Slėpti"
134
 
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
139
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
140
  msgid "There is no gallery selected or the gallery was deleted."
141
  msgstr "Nėra galerija pasirinktas ar galerija buvo ištrintas."
142
 
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
144
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
145
  msgid "Show comments"
146
  msgstr "Rodyti komentarus."
147
 
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
151
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
152
  msgid "Share on Facebook"
153
  msgstr " Share on Facebook."
154
 
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
158
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
159
  msgid "Share on Twitter"
160
  msgstr "Dalytis Twitter."
161
 
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
165
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
166
  msgid "Share on Google+"
167
  msgstr "Dalytis \"Google+\"."
168
 
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
172
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
173
  msgid "Share on Pinterest"
174
  msgstr "Dalintis apie Pinterest"
175
 
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
179
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
180
  msgid "Share on Tumblr"
181
  msgstr "Dalintis apie Tumblr"
182
 
183
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
184
  msgid "The image has been deleted."
185
  msgstr "Vaizdas buvo ištrintas."
186
 
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
189
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
190
- msgid "Play"
191
- msgstr "Žaisti"
192
-
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
195
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
196
  msgid "Maximize"
197
  msgstr "Padidinti"
198
 
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
200
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
201
  msgid "Fullscreen"
202
  msgstr "Per visą ekraną."
203
 
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
205
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
206
  msgid "Show info"
207
  msgstr "Rodyti informaciją"
208
 
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
210
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
211
  msgid "Show rating"
212
  msgstr "Rodyti įvertinimus"
213
 
214
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
215
  msgid "Open image in original size."
216
  msgstr "Atidaryti atvaizdą originalaus dydžio."
217
 
218
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
219
  msgid "Download original image"
220
  msgstr "Atsisiųsti originalų vaizdą. "
221
 
222
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
223
  msgid "Hits: "
224
  msgstr "Hitai: "
225
 
226
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
227
  msgid "Rated."
228
  msgstr "Vardinė."
229
 
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
231
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
232
  msgid "Not rated yet."
233
  msgstr "Dar neįvertinta. "
234
 
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
236
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
237
  msgid "Votes: "
238
  msgstr "balsai: "
239
 
240
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
241
  msgid "Cancel your rating."
242
  msgstr "Atšaukti savo reitingą. "
243
 
244
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
245
  msgid "You have already rated."
246
  msgstr "Jūs jau įvertinote. "
247
 
248
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
249
  msgid "Error. Incorrect Verification Code."
250
  msgstr "Klaida. Neteisingas patvirtinimo kodas. "
251
 
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
253
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
254
  msgid "Hide Comments"
255
  msgstr "Paslėpti komentarus"
256
 
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
259
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
260
  msgid "Name"
261
  msgstr "Vardas"
262
 
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
265
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
266
  msgid "Email"
267
  msgstr "laišką "
268
 
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
271
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
272
  msgid "Comment"
273
  msgstr "Komentaras"
274
 
275
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
276
  msgid "Verification Code"
277
  msgstr "Patvirtinimo kodas"
278
 
279
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
280
  msgid "Submit"
281
  msgstr "Pateikti"
282
 
283
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
284
  msgid "Your comment is awaiting moderation"
285
  msgstr "Jūsų komentaras laukia nuosaikumo "
286
 
287
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
288
  msgid "Delete Comment"
289
  msgstr "Ištrinti komentarą"
290
 
291
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
292
  msgid "Show Comments"
293
  msgstr "Rodyti komentarus"
294
 
295
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
296
  msgid "Hide info"
297
  msgstr "Slėpti informacija"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2172
300
  msgid "Hide rating"
301
  msgstr "Slėpti įvertinimas."
302
 
303
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2360
304
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2554
305
  msgid "Restore"
306
  msgstr "Atkurti"
307
 
308
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2470
309
  msgid "Exit Fullscreen"
310
  msgstr "Išeikite per visą ekraną"
311
 
312
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2483
313
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
314
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1547
315
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1565
316
  msgid "Pause"
317
  msgstr "Pauzė"
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:15+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:16+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
18
+ "gallery\n"
19
 
20
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid " item(s)"
22
  msgstr "punktas"
23
 
24
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
25
  msgid "First"
26
  msgstr "Pirmas"
27
 
28
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
29
  msgid "Previous"
30
  msgstr "Ankstesnis"
31
 
32
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
33
  msgid "Next"
34
  msgstr "Kitas"
35
 
36
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
37
  msgid "Last"
38
  msgstr "Paskutinis"
39
 
40
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
41
  msgid "Go to the first page"
42
  msgstr "Eiti į pirmąjį puslapį"
43
 
44
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
45
  msgid "Go to the previous page"
46
  msgstr "Eiti į ankstesnį puslapį"
47
 
48
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
49
  msgid "of"
50
  msgstr "iš"
51
 
52
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
53
  msgid "Go to the next page"
54
  msgstr "Eiti į kitą puslapį"
55
 
56
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
57
  msgid "Go to the last page"
58
  msgstr "Eiti į paskutinį puslapį"
59
 
60
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
61
  msgid "Reset"
62
  msgstr "Nustatyti iš naujo"
63
 
64
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
65
  msgid "Search"
66
  msgstr "Paieška"
67
 
68
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
69
+ msgid "Order by: "
70
+ msgstr "Rūšiuoti pagal"
71
+
72
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
73
+ msgid "Default"
74
+ msgstr "numatytasis"
75
+
76
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
77
+ msgid "Filename"
78
+ msgstr "Failo pavadinimas"
79
+
80
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
81
+ msgid "Size"
82
+ msgstr "dydis"
83
+
84
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
85
+ msgid "Random"
86
+ msgstr "atsitiktinis"
87
+
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
96
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
97
  msgid "There is no theme selected or the theme was deleted."
98
  msgstr "Nėra tema pasirinkta arba tema buvo ištrinta."
99
 
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
105
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
106
  msgid "There is no album selected or the album was deleted."
107
  msgstr "Nėra albumai pasirinktas ar albumą buvo ištrintas."
108
 
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
116
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
117
  msgid "There are no images in this gallery."
118
  msgstr "Nėra šioje galerijoje vaizdai."
119
 
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
123
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
124
  msgid "Back"
125
  msgstr "Atgal"
126
 
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
129
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
130
  msgid "Album is empty."
131
  msgstr "Albumas tuščias."
132
 
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
136
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
137
+ msgid "There are no images matching your search."
138
+ msgstr "Nėra nuotraukos atitinkančių jūsų paiešką."
139
+
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
142
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
143
  msgid "Gallery is empty."
144
  msgstr "Galerija yra tuščia"
145
 
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
151
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
152
+ msgid "Play"
153
+ msgstr "Žaisti"
154
+
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
156
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
157
  msgid "More"
158
  msgstr "Daugiau"
159
 
160
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
161
  msgid "Hide"
162
  msgstr "Slėpti"
163
 
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
168
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
169
  msgid "There is no gallery selected or the gallery was deleted."
170
  msgstr "Nėra galerija pasirinktas ar galerija buvo ištrintas."
171
 
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
173
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
174
  msgid "Show comments"
175
  msgstr "Rodyti komentarus."
176
 
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
180
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
181
  msgid "Share on Facebook"
182
  msgstr " Share on Facebook."
183
 
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
187
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
188
  msgid "Share on Twitter"
189
  msgstr "Dalytis Twitter."
190
 
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
194
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
195
  msgid "Share on Google+"
196
  msgstr "Dalytis \"Google+\"."
197
 
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
201
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
202
  msgid "Share on Pinterest"
203
  msgstr "Dalintis apie Pinterest"
204
 
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
208
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
209
  msgid "Share on Tumblr"
210
  msgstr "Dalintis apie Tumblr"
211
 
212
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
213
  msgid "The image has been deleted."
214
  msgstr "Vaizdas buvo ištrintas."
215
 
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
218
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
219
  msgid "Maximize"
220
  msgstr "Padidinti"
221
 
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
223
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
224
  msgid "Fullscreen"
225
  msgstr "Per visą ekraną."
226
 
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
228
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
229
  msgid "Show info"
230
  msgstr "Rodyti informaciją"
231
 
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
233
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
234
  msgid "Show rating"
235
  msgstr "Rodyti įvertinimus"
236
 
237
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
238
  msgid "Open image in original size."
239
  msgstr "Atidaryti atvaizdą originalaus dydžio."
240
 
241
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
242
  msgid "Download original image"
243
  msgstr "Atsisiųsti originalų vaizdą. "
244
 
245
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
246
  msgid "Hits: "
247
  msgstr "Hitai: "
248
 
249
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
250
  msgid "Rated."
251
  msgstr "Vardinė."
252
 
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
254
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
255
  msgid "Not rated yet."
256
  msgstr "Dar neįvertinta. "
257
 
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
259
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
260
  msgid "Votes: "
261
  msgstr "balsai: "
262
 
263
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
264
  msgid "Cancel your rating."
265
  msgstr "Atšaukti savo reitingą. "
266
 
267
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
268
  msgid "You have already rated."
269
  msgstr "Jūs jau įvertinote. "
270
 
271
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
272
  msgid "Error. Incorrect Verification Code."
273
  msgstr "Klaida. Neteisingas patvirtinimo kodas. "
274
 
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
276
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
277
+ msgid "This is not a valid email address."
278
+ msgstr "Tai nėra galiojantis elektroninio pašto adresą."
279
+
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
281
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
282
  msgid "Hide Comments"
283
  msgstr "Paslėpti komentarus"
284
 
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
287
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
288
  msgid "Name"
289
  msgstr "Vardas"
290
 
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
293
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
294
  msgid "Email"
295
  msgstr "laišką "
296
 
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
299
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
300
  msgid "Comment"
301
  msgstr "Komentaras"
302
 
303
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
304
  msgid "Verification Code"
305
  msgstr "Patvirtinimo kodas"
306
 
307
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
308
  msgid "Submit"
309
  msgstr "Pateikti"
310
 
311
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
312
  msgid "Your comment is awaiting moderation"
313
  msgstr "Jūsų komentaras laukia nuosaikumo "
314
 
315
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
316
  msgid "Delete Comment"
317
  msgstr "Ištrinti komentarą"
318
 
319
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
320
  msgid "Show Comments"
321
  msgstr "Rodyti komentarus"
322
 
323
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
324
  msgid "Hide info"
325
  msgstr "Slėpti informacija"
326
 
327
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2200
328
  msgid "Hide rating"
329
  msgstr "Slėpti įvertinimas."
330
 
331
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2388
332
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2582
333
  msgid "Restore"
334
  msgstr "Atkurti"
335
 
336
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2498
337
  msgid "Exit Fullscreen"
338
  msgstr "Išeikite per visą ekraną"
339
 
340
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2511
341
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2526
342
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1558
343
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1576
344
  msgid "Pause"
345
  msgstr "Pauzė"
346
+
347
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3087
348
+ msgid "field is required."
349
+ msgstr "laukelis būtinas."
languages/bwg-lv.mo CHANGED
Binary file
languages/bwg-lv.po CHANGED
@@ -1,317 +1,349 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
- "POT-Creation-Date: 2014-06-23 11:49+0400\n"
5
- "PO-Revision-Date: 2014-06-23 11:49+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.5.4\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\\wordpress3.5\\wp-content\\plugins"
18
- "\\photo-gallery\n"
19
 
20
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2821
21
- msgid "field is required."
22
- msgstr "lauks ir nepieciešams. "
23
-
24
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2822
25
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1116
26
- msgid "This is not a valid email address."
27
- msgstr "Šī nav derīga e-pasta adresi."
28
-
29
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/photo-gallery.php:2823
30
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:726
31
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:715
32
- msgid "There are no images matching your search."
33
- msgstr "Nav attēlu, kas atbilst Jūsu meklēšanai."
34
-
35
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:478
36
  msgid " item(s)"
37
  msgstr "pozīcija"
38
 
39
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:483
40
  msgid "First"
41
  msgstr "Pirmās"
42
 
43
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:484
44
  msgid "Previous"
45
  msgstr "Iepriekšējā"
46
 
47
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:485
48
  msgid "Next"
49
  msgstr "Nākamais"
50
 
51
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:486
52
  msgid "Last"
53
  msgstr "Pēdējais"
54
 
55
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:512
56
  msgid "Go to the first page"
57
  msgstr "Iet uz pirmo lapu"
58
 
59
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:513
60
  msgid "Go to the previous page"
61
  msgstr "Doties uz iepriekšējo lapu"
62
 
63
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:515
64
  msgid "of"
65
  msgstr "gada"
66
 
67
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
68
  msgid "Go to the next page"
69
  msgstr "Doties uz nākamo lapu"
70
 
71
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
72
  msgid "Go to the last page"
73
  msgstr "Iet uz pēdējo lapu"
74
 
75
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:604
76
  msgid "Reset"
77
  msgstr "Reset"
78
 
79
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:607
80
  msgid "Search"
81
  msgstr "Meklēšanu"
82
 
83
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:132
84
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:82
85
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
86
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:68
87
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:42
88
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:101
89
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:127
90
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  msgid "There is no theme selected or the theme was deleted."
92
  msgstr "Nav izvēlēts tēmu vai tēma tika dzēsts"
93
 
94
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:137
95
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:157
96
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:89
97
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:109
 
 
98
  msgid "There is no album selected or the album was deleted."
99
  msgstr "Nav izvēlēts albuma vai albums tika dzēsts"
100
 
101
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:146
102
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:98
103
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:79
104
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:79
105
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:163
106
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
107
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:88
 
108
  msgid "There are no images in this gallery."
109
  msgstr "Nav bildes šajā galerijā"
110
 
111
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:619
112
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:599
 
 
113
  msgid "Back"
114
  msgstr "Atpakaļ"
115
 
116
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:630
117
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:610
 
118
  msgid "Album is empty."
119
  msgstr "Albums ir tukšs"
120
 
121
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:731
122
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:720
 
 
 
 
 
 
 
 
123
  msgid "Gallery is empty."
124
  msgstr "Galerija ir tukša"
125
 
126
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:690
127
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:798
 
 
 
 
 
 
 
 
 
128
  msgid "More"
129
  msgstr "Vairāk"
130
 
131
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:793
132
  msgid "Hide"
133
  msgstr "Slēpt"
134
 
135
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:73
136
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:73
137
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:158
138
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:138
139
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:82
140
  msgid "There is no gallery selected or the gallery was deleted."
141
  msgstr "Nav galerija jāizvēlas vai galerijā tika dzēsts"
142
 
143
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:493
144
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:831
145
  msgid "Show comments"
146
  msgstr "Parādīt komentārus"
147
 
148
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:499
149
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:500
150
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:839
151
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:840
152
  msgid "Share on Facebook"
153
  msgstr "Dalīties ar Facebook"
154
 
155
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:506
156
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:507
157
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:846
158
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:847
159
  msgid "Share on Twitter"
160
  msgstr "Dalīties ar Twitter"
161
 
162
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:513
163
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:514
164
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:853
165
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
166
  msgid "Share on Google+"
167
  msgstr "Daļa Google+."
168
 
169
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:520
170
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:521
171
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:860
172
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:861
173
  msgid "Share on Pinterest"
174
  msgstr "Share on Pinterest"
175
 
176
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:527
177
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:528
178
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:867
179
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
180
  msgid "Share on Tumblr"
181
  msgstr "Share on Tumblr"
182
 
183
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:809
184
  msgid "The image has been deleted."
185
  msgstr "Attēls ir izdzēsts."
186
 
187
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:819
188
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2489
189
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1556
190
- msgid "Play"
191
- msgstr "Spēlēt"
192
-
193
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:823
194
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2325
195
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2422
196
  msgid "Maximize"
197
  msgstr "Palielinātu"
198
 
199
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:827
200
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2424
201
  msgid "Fullscreen"
202
  msgstr "Pilnekrāna"
203
 
204
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:829
205
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2165
206
  msgid "Show info"
207
  msgstr "Parādīt info"
208
 
209
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:833
210
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2176
211
  msgid "Show rating"
212
  msgstr "Parādīt reitingu"
213
 
214
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
215
  msgid "Open image in original size."
216
  msgstr "Atvērt attēlu oriģinālajā izmērā. "
217
 
218
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
219
  msgid "Download original image"
220
  msgstr "Lejupielādēt oriģinālo attēlu"
221
 
222
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:975
223
  msgid "Hits: "
224
  msgstr "Hits: "
225
 
226
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:986
227
  msgid "Rated."
228
  msgstr "Novērtēja."
229
 
230
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:990
231
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1003
232
  msgid "Not rated yet."
233
  msgstr "Nav vērtējuma."
234
 
235
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:992
236
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
237
  msgid "Votes: "
238
  msgstr "Balsis: "
239
 
240
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1023
241
  msgid "Cancel your rating."
242
  msgstr "Atcelt savu reitingu. "
243
 
244
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1025
245
  msgid "You have already rated."
246
  msgstr "Jūs jau novērtēja. "
247
 
248
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1109
249
  msgid "Error. Incorrect Verification Code."
250
  msgstr "Kļūda. Nepareizs verifikācijas kods. "
251
 
252
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1124
253
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2012
 
 
 
 
 
254
  msgid "Hide Comments"
255
  msgstr "Slēpt komentārus"
256
 
257
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1128
258
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
259
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
260
  msgid "Name"
261
  msgstr "Nosaukt"
262
 
263
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1134
264
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
265
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
266
  msgid "Email"
267
  msgstr "e-pasts "
268
 
269
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
270
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
271
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1163
272
  msgid "Comment"
273
  msgstr "Komentārs"
274
 
275
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1146
276
  msgid "Verification Code"
277
  msgstr "verifikācijas kodu"
278
 
279
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1169
280
  msgid "Submit"
281
  msgstr "Iesniegt"
282
 
283
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1170
284
  msgid "Your comment is awaiting moderation"
285
  msgstr "Jūsu komentārs gaida mērenība "
286
 
287
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1199
288
  msgid "Delete Comment"
289
  msgstr "Dzēst komentāru"
290
 
291
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1969
292
  msgid "Show Comments"
293
  msgstr "Rādīt komentārus"
294
 
295
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2161
296
  msgid "Hide info"
297
  msgstr "Slēpt info"
298
 
299
- #: C:\wamp\www\wordpress3.5\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bwg\n"
4
+ "POT-Creation-Date: 2015-01-12 16:16+0300\n"
5
+ "PO-Revision-Date: 2015-01-12 16:17+0300\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.6.9\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\\wordpress2\\wp-content\\plugins\\photo-"
18
+ "gallery\n"
19
 
20
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid " item(s)"
22
  msgstr "pozīcija"
23
 
24
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:519
25
  msgid "First"
26
  msgstr "Pirmās"
27
 
28
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:520
29
  msgid "Previous"
30
  msgstr "Iepriekšējā"
31
 
32
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:521
33
  msgid "Next"
34
  msgstr "Nākamais"
35
 
36
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:522
37
  msgid "Last"
38
  msgstr "Pēdējais"
39
 
40
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:548
41
  msgid "Go to the first page"
42
  msgstr "Iet uz pirmo lapu"
43
 
44
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:549
45
  msgid "Go to the previous page"
46
  msgstr "Doties uz iepriekšējo lapu"
47
 
48
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:551
49
  msgid "of"
50
  msgstr "gada"
51
 
52
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:555
53
  msgid "Go to the next page"
54
  msgstr "Doties uz nākamo lapu"
55
 
56
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:556
57
  msgid "Go to the last page"
58
  msgstr "Iet uz pēdējo lapu"
59
 
60
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:641
61
  msgid "Reset"
62
  msgstr "Reset"
63
 
64
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:644
65
  msgid "Search"
66
  msgstr "Meklēšanu"
67
 
68
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:686
69
+ msgid "Order by: "
70
+ msgstr "Šķirot pēc"
71
+
72
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:688
73
+ msgid "Default"
74
+ msgstr "saistību nepildīšana"
75
+
76
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:689
77
+ msgid "Filename"
78
+ msgstr "filename"
79
+
80
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:690
81
+ msgid "Size"
82
+ msgstr "izmērs"
83
+
84
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/framework/WDWLibrary.php:691
85
+ msgid "Random"
86
+ msgstr "nejaušs"
87
+
88
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:141
89
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:87
90
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:128
91
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:32
92
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:71
93
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:45
94
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:104
95
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:144
96
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:148
97
  msgid "There is no theme selected or the theme was deleted."
98
  msgstr "Nav izvēlēts tēmu vai tēma tika dzēsts"
99
 
100
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:148
101
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:180
102
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:94
103
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:126
104
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:133
105
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:165
106
  msgid "There is no album selected or the album was deleted."
107
  msgstr "Nav izvēlēts albuma vai albums tika dzēsts"
108
 
109
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:169
110
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:115
111
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:154
112
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:94
113
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:82
114
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:166
115
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:161
116
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:159
117
  msgid "There are no images in this gallery."
118
  msgstr "Nav bildes šajā galerijā"
119
 
120
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:667
121
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:639
122
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:470
123
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:508
124
  msgid "Back"
125
  msgstr "Atpakaļ"
126
 
127
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:690
128
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:650
129
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:524
130
  msgid "Album is empty."
131
  msgstr "Albums ir tukšs"
132
 
133
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:786
134
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:760
135
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:587
136
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3089
137
+ msgid "There are no images matching your search."
138
+ msgstr "Nav attēlu, kas atbilst Jūsu meklēšanai."
139
+
140
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:791
141
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:765
142
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_masonry_preview.php:592
143
  msgid "Gallery is empty."
144
  msgstr "Galerija ir tukša"
145
 
146
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_compact_preview.php:833
147
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:795
148
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:854
149
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2517
150
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:1567
151
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:479
152
+ msgid "Play"
153
+ msgstr "Spēlēt"
154
+
155
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:730
156
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:849
157
  msgid "More"
158
  msgstr "Vairāk"
159
 
160
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewAlbum_extended_preview.php:844
161
  msgid "Hide"
162
  msgstr "Slēpt"
163
 
164
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:88
165
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewImage_browser.php:76
166
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewSlideshow.php:161
167
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails.php:155
168
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewThumbnails_masonry.php:153
169
  msgid "There is no gallery selected or the gallery was deleted."
170
  msgstr "Nav galerija jāizvēlas vai galerijā tika dzēsts"
171
 
172
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:512
173
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:866
174
  msgid "Show comments"
175
  msgstr "Parādīt komentārus"
176
 
177
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:518
178
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:519
179
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:874
180
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:875
181
  msgid "Share on Facebook"
182
  msgstr "Dalīties ar Facebook"
183
 
184
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:525
185
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:526
186
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:881
187
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:882
188
  msgid "Share on Twitter"
189
  msgstr "Dalīties ar Twitter"
190
 
191
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:532
192
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:533
193
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:888
194
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:889
195
  msgid "Share on Google+"
196
  msgstr "Daļa Google+."
197
 
198
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:539
199
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:540
200
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:895
201
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:896
202
  msgid "Share on Pinterest"
203
  msgstr "Share on Pinterest"
204
 
205
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:546
206
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewBlog_style.php:547
207
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:902
208
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:903
209
  msgid "Share on Tumblr"
210
  msgstr "Share on Tumblr"
211
 
212
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:834
213
  msgid "The image has been deleted."
214
  msgstr "Attēls ir izdzēsts."
215
 
216
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:858
217
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2353
218
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2450
 
 
 
 
 
 
219
  msgid "Maximize"
220
  msgstr "Palielinātu"
221
 
222
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:862
223
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2452
224
  msgid "Fullscreen"
225
  msgstr "Pilnekrāna"
226
 
227
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:864
228
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2193
229
  msgid "Show info"
230
  msgstr "Parādīt info"
231
 
232
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:868
233
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2204
234
  msgid "Show rating"
235
  msgstr "Parādīt reitingu"
236
 
237
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:910
238
  msgid "Open image in original size."
239
  msgstr "Atvērt attēlu oriģinālajā izmērā. "
240
 
241
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:918
242
  msgid "Download original image"
243
  msgstr "Lejupielādēt oriģinālo attēlu"
244
 
245
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1011
246
  msgid "Hits: "
247
  msgstr "Hits: "
248
 
249
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1022
250
  msgid "Rated."
251
  msgstr "Novērtēja."
252
 
253
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1026
254
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1039
255
  msgid "Not rated yet."
256
  msgstr "Nav vērtējuma."
257
 
258
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1028
259
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
260
  msgid "Votes: "
261
  msgstr "Balsis: "
262
 
263
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1059
264
  msgid "Cancel your rating."
265
  msgstr "Atcelt savu reitingu. "
266
 
267
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1061
268
  msgid "You have already rated."
269
  msgstr "Jūs jau novērtēja. "
270
 
271
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1141
272
  msgid "Error. Incorrect Verification Code."
273
  msgstr "Kļūda. Nepareizs verifikācijas kods. "
274
 
275
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1148
276
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/photo-gallery.php:3088
277
+ msgid "This is not a valid email address."
278
+ msgstr "Šī nav derīga e-pasta adresi."
279
+
280
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1156
281
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2040
282
  msgid "Hide Comments"
283
  msgstr "Slēpt komentārus"
284
 
285
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1160
286
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
287
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
288
  msgid "Name"
289
  msgstr "Nosaukt"
290
 
291
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1166
292
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
293
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
294
  msgid "Email"
295
  msgstr "e-pasts "
296
 
297
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1173
298
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1188
299
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1195
300
  msgid "Comment"
301
  msgstr "Komentārs"
302
 
303
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1178
304
  msgid "Verification Code"
305
  msgstr "verifikācijas kodu"
306
 
307
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1201
308
  msgid "Submit"
309
  msgstr "Iesniegt"
310
 
311
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1202
312
  msgid "Your comment is awaiting moderation"
313
  msgstr "Jūsu komentārs gaida mērenība "
314
 
315
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1231
316
  msgid "Delete Comment"
317
  msgstr "Dzēst komentāru"
318
 
319
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:1997
320
  msgid "Show Comments"
321
  msgstr "Rādīt komentārus"
322
 
323
+ #: C:\wamp\www\wordpress2\wp-content\plugins\photo-gallery/frontend/views/BWGViewGalleryBox.php:2189
324
  msgid "Hide info"
325
  msgstr "Slēpt info"
326