Gallery by BestWebSoft - Version 3.8.9

Version Description

  • 16.05.2013 =
  • Bugfix : We fixed the bug of SQL queries.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Gallery by BestWebSoft
Version 3.8.9
Comparing to
See all releases

Code changes from version 3.8.8 to 3.8.9

css/stylesheet.css CHANGED
@@ -190,7 +190,7 @@ div.gllr_pro_version {
190
  border-style: solid;
191
  border-color: transparent #FFFFFF transparent transparent;
192
  top: 16px;
193
- left: -20px;
194
  }
195
  table.gllr_pro_version {
196
  width: auto !important;
190
  border-style: solid;
191
  border-color: transparent #FFFFFF transparent transparent;
192
  top: 16px;
193
+ left: -18px;
194
  }
195
  table.gllr_pro_version {
196
  width: auto !important;
gallery-plugin.php CHANGED
@@ -4,12 +4,12 @@ Plugin Name: Gallery Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
- Version: 3.8.8
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
- /* © Copyright 2011 BestWebSoft ( admin@bestwebsoft.com )
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
@@ -428,24 +428,26 @@ if ( ! function_exists ( 'gllr_plugin_init' ) ) {
428
  }
429
 
430
  if( ! function_exists( 'gllr_custom_permalinks' ) ) {
431
- function gllr_custom_permalinks( $rules ) {
432
- global $wpdb;
433
- $parent = $wpdb->get_var( "SELECT $wpdb->posts.post_name FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
434
- $newrules = array();
435
- if( ! empty( $parent ) ) {
436
- $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
437
- $newrules[''.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
438
- $newrules[''.$parent.'/page/([^/]+)/?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
439
- $newrules[''.$parent.'/page/([^/]+)?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
440
- }
441
- else {
442
- $newrules['(.+)/gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
443
- $newrules['gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
444
- $newrules['gallery/page/([^/]+)/?$']= 'index.php?pagename=gallery&paged=$matches[1]';
445
- $newrules['gallery/page/([^/]+)?$']= 'index.php?pagename=gallery&paged=$matches[1]';
446
- }
447
- return $newrules + $rules;
448
- }
 
 
449
  }
450
 
451
  // flush_rules() if our rules are not yet included
@@ -469,7 +471,6 @@ if ( ! function_exists( 'gllr_template_redirect' ) ) {
469
  }
470
  }
471
 
472
-
473
  // Change the columns for the edit CPT screen
474
  if ( ! function_exists( 'gllr_change_columns' ) ) {
475
  function gllr_change_columns( $cols ) {
@@ -647,7 +648,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
647
  <?php foreach( $array_recomend as $recomend_plugin ) { ?>
648
  <div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'gallery'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'gallery'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'gallery' ) ?></a></p>
649
  <?php } ?>
650
- <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website', 'gallery' ); ?> <a href="http://bestwebsoft.com/contact/">http://bestwebsoft.com/contact/</a></span>
651
  </div>
652
  <?php } ?>
653
  </div>
@@ -828,9 +829,9 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
828
  <tr valign="top" class="gllr_width_labels">
829
  <th scope="row"><?php _e( 'Gallery image size in the lightbox', 'gallery' ); ?> </th>
830
  <td>
831
- <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllrprfssnl_options["gllrprfssnl_custom_size_name"][2]; ?><br />
832
- <label for="custom_image_size_w"><?php _e( 'Max width (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_w_full" value="<?php echo $gllrprfssnl_options["gllrprfssnl_custom_size_px"][2][0]; ?>"/><br />
833
- <label for="custom_image_size_h"><?php _e( 'Max height (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_h_full" value="<?php echo $gllrprfssnl_options["gllrprfssnl_custom_size_px"][2][1]; ?>"/><br />
834
  <input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery' ); ?>
835
  </td>
836
  </tr>
@@ -856,11 +857,11 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
856
  <th scope="row"><?php _e( 'Lightbox background', 'gallery' ); ?> </th>
857
  <td>
858
  <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery' ); ?>"> <br />
859
- <input disabled type="text" size="8" value="<?php echo $gllrprfssnl_options["background_lightbox_opacity"]; ?>" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery' ); ?><br />
860
  <?php if( $wp_version >= 3.5 ) { ?>
861
- <input disabled id="gllrprfssnl_background_lightbox_color" type="minicolors" name="gllrprfssnl_background_lightbox_color" value="<?php echo $gllrprfssnl_options["background_lightbox_color"]; ?>" id="gllrprfssnl_background_lightbox_color" /> <?php _e( 'Select a background color', 'gallery' ); ?>
862
  <?php } else { ?>
863
- <input disabled id="gllrprfssnl_background_lightbox_color" type="text" name="gllrprfssnl_background_lightbox_color" value="<?php echo $gllrprfssnl_options["background_lightbox_color"]; ?>" id="gllrprfssnl_background_lightbox_color" /><span id="gllrprfssnl_background_lightbox_color_small" style="background-color:<?php echo $gllrprfssnl_options["background_lightbox_color"]; ?>"></span> <?php _e( 'Background color', 'gallery' ); ?>
864
  <div id="colorPickerDiv_backgraund" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
865
  <?php } ?>
866
  </td>
@@ -976,7 +977,7 @@ if( ! function_exists( 'gllr_register_plugin_links' ) ) {
976
  if ( $file == $base ) {
977
  $links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
978
  $links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
979
- $links[] = '<a href="Mailto:plugin@bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
980
  }
981
  return $links;
982
  }
@@ -1000,7 +1001,7 @@ if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1000
  function gllr_add_admin_script() {
1001
  global $wp_version;
1002
 
1003
- if( $wp_version >= 3.5 && $_REQUEST['page'] == 'gallery-plugin.php' ) { ?>
1004
  <link rel="stylesheet" media="screen" type="text/css" href="<?php echo plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ); ?>" />
1005
  <script type="text/javascript" src="<?php echo plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ); ?>"></script>
1006
  <?php } ?>
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 3.8.9
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
+ /* © Copyright 2011 BestWebSoft ( http://support.bestwebsoft.com )
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
428
  }
429
 
430
  if( ! function_exists( 'gllr_custom_permalinks' ) ) {
431
+ function gllr_custom_permalinks( $rules ) {
432
+ $newrules = array();
433
+ if ( ! isset( $rules['(.+)/gallery/([^/]+)/?$'] ) || ! isset( $rules['/gallery/([^/]+)/?$'] ) ) {
434
+ global $wpdb;
435
+ $parent = $wpdb->get_var( "SELECT $wpdb->posts.post_name FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
436
+ if( ! empty( $parent ) ) {
437
+ $newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
438
+ $newrules[''.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
439
+ $newrules[''.$parent.'/page/([^/]+)/?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
440
+ $newrules[''.$parent.'/page/([^/]+)?$']= 'index.php?pagename='.$parent.'&paged=$matches[1]';
441
+ }
442
+ else {
443
+ $newrules['(.+)/gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
444
+ $newrules['gallery/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[1]&posts_per_page=-1';
445
+ $newrules['gallery/page/([^/]+)/?$']= 'index.php?pagename=gallery&paged=$matches[1]';
446
+ $newrules['gallery/page/([^/]+)?$']= 'index.php?pagename=gallery&paged=$matches[1]';
447
+ }
448
+ }
449
+ return $newrules + $rules;
450
+ }
451
  }
452
 
453
  // flush_rules() if our rules are not yet included
471
  }
472
  }
473
 
 
474
  // Change the columns for the edit CPT screen
475
  if ( ! function_exists( 'gllr_change_columns' ) ) {
476
  function gllr_change_columns( $cols ) {
648
  <?php foreach( $array_recomend as $recomend_plugin ) { ?>
649
  <div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'gallery'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'gallery'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'gallery' ) ?></a></p>
650
  <?php } ?>
651
+ <span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please feel free to contact us via', 'gallery' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
652
  </div>
653
  <?php } ?>
654
  </div>
829
  <tr valign="top" class="gllr_width_labels">
830
  <th scope="row"><?php _e( 'Gallery image size in the lightbox', 'gallery' ); ?> </th>
831
  <td>
832
+ <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> full-photo<br />
833
+ <label for="custom_image_size_w"><?php _e( 'Max width (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_w_full" value="1024"/><br />
834
+ <label for="custom_image_size_h"><?php _e( 'Max height (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_h_full" value="1024"/><br />
835
  <input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery' ); ?>
836
  </td>
837
  </tr>
857
  <th scope="row"><?php _e( 'Lightbox background', 'gallery' ); ?> </th>
858
  <td>
859
  <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery' ); ?>"> <br />
860
+ <input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery' ); ?><br />
861
  <?php if( $wp_version >= 3.5 ) { ?>
862
+ <input disabled id="gllrprfssnl_background_lightbox_color" type="minicolors" name="gllrprfssnl_background_lightbox_color" value="#777777" id="gllrprfssnl_background_lightbox_color" /> <?php _e( 'Select a background color', 'gallery' ); ?>
863
  <?php } else { ?>
864
+ <input disabled id="gllrprfssnl_background_lightbox_color" type="text" name="gllrprfssnl_background_lightbox_color" value="#777777" id="gllrprfssnl_background_lightbox_color" /><span id="gllrprfssnl_background_lightbox_color_small" style="background-color:#777777"></span> <?php _e( 'Background color', 'gallery' ); ?>
865
  <div id="colorPickerDiv_backgraund" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
866
  <?php } ?>
867
  </td>
977
  if ( $file == $base ) {
978
  $links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
979
  $links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
980
+ $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
981
  }
982
  return $links;
983
  }
1001
  function gllr_add_admin_script() {
1002
  global $wp_version;
1003
 
1004
+ if( $wp_version >= 3.5 && isset( $_REQUEST['page'] ) && $_REQUEST['page'] == 'gallery-plugin.php' ) { ?>
1005
  <link rel="stylesheet" media="screen" type="text/css" href="<?php echo plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ); ?>" />
1006
  <script type="text/javascript" src="<?php echo plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ); ?>"></script>
1007
  <?php } ?>
languages/gallery-cs_CZ.mo CHANGED
Binary file
languages/gallery-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerie"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
@@ -96,7 +96,7 @@ msgid "Please make a choice"
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:228
99
- #: gallery-plugin.php:908
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
@@ -146,308 +146,308 @@ msgstr ""
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr ""
148
 
149
- #: gallery-plugin.php:478
150
  msgid "Title"
151
  msgstr "Název"
152
 
153
- #: gallery-plugin.php:479
154
  msgid "Author"
155
  msgstr "Autor"
156
 
157
- #: gallery-plugin.php:480
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Fotky"
161
 
162
- #: gallery-plugin.php:481
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Veřejné"
166
 
167
- #: gallery-plugin.php:482
168
- #: gallery-plugin.php:912
169
  msgid "Date"
170
  msgstr "Datum"
171
 
172
- #: gallery-plugin.php:630
173
  msgid "Activated plugins"
174
  msgstr "Aktivní pluginy"
175
 
176
- #: gallery-plugin.php:632
177
- #: gallery-plugin.php:640
178
- #: gallery-plugin.php:648
179
  msgid "Read more"
180
  msgstr "Další informace"
181
 
182
- #: gallery-plugin.php:632
183
- #: gallery-plugin.php:977
184
- #: gallery-plugin.php:992
185
  msgid "Settings"
186
  msgstr "Nastavení"
187
 
188
- #: gallery-plugin.php:638
189
  msgid "Installed plugins"
190
  msgstr "Nainstalované pluginy"
191
 
192
- #: gallery-plugin.php:646
193
  msgid "Recommended plugins"
194
  msgstr "Doporučené pluginy"
195
 
196
- #: gallery-plugin.php:648
197
  msgid "Download"
198
  msgstr "Stáhnout"
199
 
200
- #: gallery-plugin.php:648
201
  #, php-format
202
  msgid "Install %s"
203
  msgstr "Instaluj %s"
204
 
205
- #: gallery-plugin.php:648
206
  msgid "Install now from wordpress.org"
207
  msgstr "Instaluj ihned z wordpress.org"
208
 
209
- #: gallery-plugin.php:650
210
  #, fuzzy
211
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
212
  msgstr "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft.com a nebo vyplňte kontaktní formulář na našich stránkách."
213
 
214
- #: gallery-plugin.php:688
215
  #, fuzzy
216
  msgid "See images &raquo;"
217
  msgstr "Zobrazit obsah galerie &raquo;"
218
 
219
- #: gallery-plugin.php:787
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "Nastavení uložena."
223
 
224
- #: gallery-plugin.php:801
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "Nastavení galerie"
228
 
229
- #: gallery-plugin.php:804
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:808
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
- #: gallery-plugin.php:810
239
- #: gallery-plugin.php:818
240
- #: gallery-plugin.php:831
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "Název rozměru"
244
 
245
- #: gallery-plugin.php:811
246
- #: gallery-plugin.php:819
247
  msgid "Width (in px)"
248
  msgstr "Šířka (v px)"
249
 
250
- #: gallery-plugin.php:812
251
- #: gallery-plugin.php:820
252
  msgid "Height (in px)"
253
  msgstr "Výška (v px)"
254
 
255
- #: gallery-plugin.php:816
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "Galerie"
259
 
260
- #: gallery-plugin.php:824
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
264
 
265
- #: gallery-plugin.php:829
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:832
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "Šířka (v px)"
273
 
274
- #: gallery-plugin.php:833
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "Výška (v px)"
278
 
279
- #: gallery-plugin.php:834
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:838
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:840
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:842
292
  msgid "left"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:843
296
- #: gallery-plugin.php:850
297
  msgid "center"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:844
301
  msgid "right"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:847
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:849
309
  msgid "top"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:851
313
  msgid "bottom"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:856
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:858
321
  msgid "Default"
322
  msgstr ""
323
 
324
- #: gallery-plugin.php:859
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:861
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:863
333
  msgid "Background color"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:870
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:877
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:880
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:882
349
- #: gallery-plugin.php:884
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:890
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "Počet náhledů zobrazených v jedné řádce"
357
 
358
- #: gallery-plugin.php:896
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
- #: gallery-plugin.php:902
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
- #: gallery-plugin.php:910
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:911
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "Název rozměru"
374
 
375
- #: gallery-plugin.php:913
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
- #: gallery-plugin.php:914
380
  msgid "Random"
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:918
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "Počet náhledů zobrazených v jedné řádce"
387
 
388
- #: gallery-plugin.php:920
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:921
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:925
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:927
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:931
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:937
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:943
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:949
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:951
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:953
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:957
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:965
433
  msgid "Save Changes"
434
  msgstr "Uložit změny"
435
 
436
- #: gallery-plugin.php:978
437
  msgid "FAQ"
438
  msgstr "FAQ "
439
 
440
- #: gallery-plugin.php:979
441
  msgid "Support"
442
  msgstr "Podpora"
443
 
444
- #: gallery-plugin.php:1186
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "Omlouvám se - nic nenalezeno."
449
 
450
- #: gallery-plugin.php:1208
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:17+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:17+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Galerie"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:228
99
+ #: gallery-plugin.php:909
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr ""
148
 
149
+ #: gallery-plugin.php:479
150
  msgid "Title"
151
  msgstr "Název"
152
 
153
+ #: gallery-plugin.php:480
154
  msgid "Author"
155
  msgstr "Autor"
156
 
157
+ #: gallery-plugin.php:481
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Fotky"
161
 
162
+ #: gallery-plugin.php:482
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Veřejné"
166
 
167
+ #: gallery-plugin.php:483
168
+ #: gallery-plugin.php:913
169
  msgid "Date"
170
  msgstr "Datum"
171
 
172
+ #: gallery-plugin.php:631
173
  msgid "Activated plugins"
174
  msgstr "Aktivní pluginy"
175
 
176
+ #: gallery-plugin.php:633
177
+ #: gallery-plugin.php:641
178
+ #: gallery-plugin.php:649
179
  msgid "Read more"
180
  msgstr "Další informace"
181
 
182
+ #: gallery-plugin.php:633
183
+ #: gallery-plugin.php:978
184
+ #: gallery-plugin.php:993
185
  msgid "Settings"
186
  msgstr "Nastavení"
187
 
188
+ #: gallery-plugin.php:639
189
  msgid "Installed plugins"
190
  msgstr "Nainstalované pluginy"
191
 
192
+ #: gallery-plugin.php:647
193
  msgid "Recommended plugins"
194
  msgstr "Doporučené pluginy"
195
 
196
+ #: gallery-plugin.php:649
197
  msgid "Download"
198
  msgstr "Stáhnout"
199
 
200
+ #: gallery-plugin.php:649
201
  #, php-format
202
  msgid "Install %s"
203
  msgstr "Instaluj %s"
204
 
205
+ #: gallery-plugin.php:649
206
  msgid "Install now from wordpress.org"
207
  msgstr "Instaluj ihned z wordpress.org"
208
 
209
+ #: gallery-plugin.php:651
210
  #, fuzzy
211
+ msgid "If you have any questions, please feel free to contact us via"
212
  msgstr "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft.com a nebo vyplňte kontaktní formulář na našich stránkách."
213
 
214
+ #: gallery-plugin.php:689
215
  #, fuzzy
216
  msgid "See images &raquo;"
217
  msgstr "Zobrazit obsah galerie &raquo;"
218
 
219
+ #: gallery-plugin.php:788
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "Nastavení uložena."
223
 
224
+ #: gallery-plugin.php:802
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "Nastavení galerie"
228
 
229
+ #: gallery-plugin.php:805
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:809
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
+ #: gallery-plugin.php:811
239
+ #: gallery-plugin.php:819
240
+ #: gallery-plugin.php:832
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "Název rozměru"
244
 
245
+ #: gallery-plugin.php:812
246
+ #: gallery-plugin.php:820
247
  msgid "Width (in px)"
248
  msgstr "Šířka (v px)"
249
 
250
+ #: gallery-plugin.php:813
251
+ #: gallery-plugin.php:821
252
  msgid "Height (in px)"
253
  msgstr "Výška (v px)"
254
 
255
+ #: gallery-plugin.php:817
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "Galerie"
259
 
260
+ #: gallery-plugin.php:825
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
264
 
265
+ #: gallery-plugin.php:830
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:833
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "Šířka (v px)"
273
 
274
+ #: gallery-plugin.php:834
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "Výška (v px)"
278
 
279
+ #: gallery-plugin.php:835
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:839
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:841
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:843
292
  msgid "left"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:844
296
+ #: gallery-plugin.php:851
297
  msgid "center"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:845
301
  msgid "right"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:848
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:850
309
  msgid "top"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:852
313
  msgid "bottom"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:857
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:859
321
  msgid "Default"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:860
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:862
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:864
333
  msgid "Background color"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:871
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:878
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:881
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:883
349
+ #: gallery-plugin.php:885
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:891
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "Počet náhledů zobrazených v jedné řádce"
357
 
358
+ #: gallery-plugin.php:897
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:911
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:912
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "Název rozměru"
374
 
375
+ #: gallery-plugin.php:914
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
+ #: gallery-plugin.php:915
380
  msgid "Random"
381
  msgstr ""
382
 
383
+ #: gallery-plugin.php:919
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "Počet náhledů zobrazených v jedné řádce"
387
 
388
+ #: gallery-plugin.php:921
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:922
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:926
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:928
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:932
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:938
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
+ #: gallery-plugin.php:944
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:950
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
+ #: gallery-plugin.php:952
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:954
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:958
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:966
433
  msgid "Save Changes"
434
  msgstr "Uložit změny"
435
 
436
+ #: gallery-plugin.php:979
437
  msgid "FAQ"
438
  msgstr "FAQ "
439
 
440
+ #: gallery-plugin.php:980
441
  msgid "Support"
442
  msgstr "Podpora"
443
 
444
+ #: gallery-plugin.php:1187
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "Omlouvám se - nic nenalezeno."
449
 
450
+ #: gallery-plugin.php:1209
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
languages/gallery-de_DE.mo CHANGED
Binary file
languages/gallery-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerien"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
@@ -96,7 +96,7 @@ msgid "Please make a choice"
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:228
99
- #: gallery-plugin.php:908
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Anzahl Bilder in der Reihe"
@@ -146,308 +146,308 @@ msgstr ""
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr ""
148
 
149
- #: gallery-plugin.php:478
150
  msgid "Title"
151
  msgstr "Titel"
152
 
153
- #: gallery-plugin.php:479
154
  msgid "Author"
155
  msgstr "Author"
156
 
157
- #: gallery-plugin.php:480
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Fotos"
161
 
162
- #: gallery-plugin.php:481
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Öffentlich"
166
 
167
- #: gallery-plugin.php:482
168
- #: gallery-plugin.php:912
169
  msgid "Date"
170
  msgstr "Datum"
171
 
172
- #: gallery-plugin.php:630
173
  msgid "Activated plugins"
174
  msgstr "Aktivierte Plugins"
175
 
176
- #: gallery-plugin.php:632
177
- #: gallery-plugin.php:640
178
- #: gallery-plugin.php:648
179
  msgid "Read more"
180
  msgstr "Mehr erfahren"
181
 
182
- #: gallery-plugin.php:632
183
- #: gallery-plugin.php:977
184
- #: gallery-plugin.php:992
185
  msgid "Settings"
186
  msgstr "Einstellungen"
187
 
188
- #: gallery-plugin.php:638
189
  msgid "Installed plugins"
190
  msgstr "Installierte Plugins"
191
 
192
- #: gallery-plugin.php:646
193
  msgid "Recommended plugins"
194
  msgstr "Benötigte Plugins"
195
 
196
- #: gallery-plugin.php:648
197
  msgid "Download"
198
  msgstr "Download"
199
 
200
- #: gallery-plugin.php:648
201
  #, php-format
202
  msgid "Install %s"
203
  msgstr "Installiere %s"
204
 
205
- #: gallery-plugin.php:648
206
  msgid "Install now from wordpress.org"
207
  msgstr "Direkt von wordpress.org installieren"
208
 
209
- #: gallery-plugin.php:650
210
  #, fuzzy
211
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
212
  msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
213
 
214
- #: gallery-plugin.php:688
215
  #, fuzzy
216
  msgid "See images &raquo;"
217
  msgstr "Fotos anzeigen &raquo;"
218
 
219
- #: gallery-plugin.php:787
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "Einstellungen gespeichert."
223
 
224
- #: gallery-plugin.php:801
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "Galerie Einstellungen"
228
 
229
- #: gallery-plugin.php:804
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:808
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
- #: gallery-plugin.php:810
239
- #: gallery-plugin.php:818
240
- #: gallery-plugin.php:831
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "Name der Bilder"
244
 
245
- #: gallery-plugin.php:811
246
- #: gallery-plugin.php:819
247
  msgid "Width (in px)"
248
  msgstr "Breite (in px)"
249
 
250
- #: gallery-plugin.php:812
251
- #: gallery-plugin.php:820
252
  msgid "Height (in px)"
253
  msgstr "Höhe (in px)"
254
 
255
- #: gallery-plugin.php:816
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "Galerien"
259
 
260
- #: gallery-plugin.php:824
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
264
 
265
- #: gallery-plugin.php:829
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:832
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "Breite (in px)"
273
 
274
- #: gallery-plugin.php:833
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "Höhe (in px)"
278
 
279
- #: gallery-plugin.php:834
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:838
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:840
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:842
292
  msgid "left"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:843
296
- #: gallery-plugin.php:850
297
  msgid "center"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:844
301
  msgid "right"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:847
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:849
309
  msgid "top"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:851
313
  msgid "bottom"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:856
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:858
321
  msgid "Default"
322
  msgstr ""
323
 
324
- #: gallery-plugin.php:859
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:861
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:863
333
  msgid "Background color"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:870
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:877
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:880
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:882
349
- #: gallery-plugin.php:884
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:890
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "Anzahl Bilder in der Reihe"
357
 
358
- #: gallery-plugin.php:896
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
- #: gallery-plugin.php:902
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
- #: gallery-plugin.php:910
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:911
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "Name der Bilder"
374
 
375
- #: gallery-plugin.php:913
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
- #: gallery-plugin.php:914
380
  msgid "Random"
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:918
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "Anzahl Bilder in der Reihe"
387
 
388
- #: gallery-plugin.php:920
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:921
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:925
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:927
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:931
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:937
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:943
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:949
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:951
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:953
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:957
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:965
433
  msgid "Save Changes"
434
  msgstr "Einstellungen speichern"
435
 
436
- #: gallery-plugin.php:978
437
  msgid "FAQ"
438
  msgstr "FAQ"
439
 
440
- #: gallery-plugin.php:979
441
  msgid "Support"
442
  msgstr "Support"
443
 
444
- #: gallery-plugin.php:1186
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "Leider nichts gefunden."
449
 
450
- #: gallery-plugin.php:1208
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:17+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:17+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Galerien"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:228
99
+ #: gallery-plugin.php:909
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Anzahl Bilder in der Reihe"
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr ""
148
 
149
+ #: gallery-plugin.php:479
150
  msgid "Title"
151
  msgstr "Titel"
152
 
153
+ #: gallery-plugin.php:480
154
  msgid "Author"
155
  msgstr "Author"
156
 
157
+ #: gallery-plugin.php:481
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Fotos"
161
 
162
+ #: gallery-plugin.php:482
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Öffentlich"
166
 
167
+ #: gallery-plugin.php:483
168
+ #: gallery-plugin.php:913
169
  msgid "Date"
170
  msgstr "Datum"
171
 
172
+ #: gallery-plugin.php:631
173
  msgid "Activated plugins"
174
  msgstr "Aktivierte Plugins"
175
 
176
+ #: gallery-plugin.php:633
177
+ #: gallery-plugin.php:641
178
+ #: gallery-plugin.php:649
179
  msgid "Read more"
180
  msgstr "Mehr erfahren"
181
 
182
+ #: gallery-plugin.php:633
183
+ #: gallery-plugin.php:978
184
+ #: gallery-plugin.php:993
185
  msgid "Settings"
186
  msgstr "Einstellungen"
187
 
188
+ #: gallery-plugin.php:639
189
  msgid "Installed plugins"
190
  msgstr "Installierte Plugins"
191
 
192
+ #: gallery-plugin.php:647
193
  msgid "Recommended plugins"
194
  msgstr "Benötigte Plugins"
195
 
196
+ #: gallery-plugin.php:649
197
  msgid "Download"
198
  msgstr "Download"
199
 
200
+ #: gallery-plugin.php:649
201
  #, php-format
202
  msgid "Install %s"
203
  msgstr "Installiere %s"
204
 
205
+ #: gallery-plugin.php:649
206
  msgid "Install now from wordpress.org"
207
  msgstr "Direkt von wordpress.org installieren"
208
 
209
+ #: gallery-plugin.php:651
210
  #, fuzzy
211
+ msgid "If you have any questions, please feel free to contact us via"
212
  msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
213
 
214
+ #: gallery-plugin.php:689
215
  #, fuzzy
216
  msgid "See images &raquo;"
217
  msgstr "Fotos anzeigen &raquo;"
218
 
219
+ #: gallery-plugin.php:788
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "Einstellungen gespeichert."
223
 
224
+ #: gallery-plugin.php:802
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "Galerie Einstellungen"
228
 
229
+ #: gallery-plugin.php:805
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:809
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
+ #: gallery-plugin.php:811
239
+ #: gallery-plugin.php:819
240
+ #: gallery-plugin.php:832
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "Name der Bilder"
244
 
245
+ #: gallery-plugin.php:812
246
+ #: gallery-plugin.php:820
247
  msgid "Width (in px)"
248
  msgstr "Breite (in px)"
249
 
250
+ #: gallery-plugin.php:813
251
+ #: gallery-plugin.php:821
252
  msgid "Height (in px)"
253
  msgstr "Höhe (in px)"
254
 
255
+ #: gallery-plugin.php:817
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "Galerien"
259
 
260
+ #: gallery-plugin.php:825
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
264
 
265
+ #: gallery-plugin.php:830
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:833
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "Breite (in px)"
273
 
274
+ #: gallery-plugin.php:834
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "Höhe (in px)"
278
 
279
+ #: gallery-plugin.php:835
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:839
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:841
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:843
292
  msgid "left"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:844
296
+ #: gallery-plugin.php:851
297
  msgid "center"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:845
301
  msgid "right"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:848
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:850
309
  msgid "top"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:852
313
  msgid "bottom"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:857
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:859
321
  msgid "Default"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:860
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:862
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:864
333
  msgid "Background color"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:871
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:878
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:881
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:883
349
+ #: gallery-plugin.php:885
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:891
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "Anzahl Bilder in der Reihe"
357
 
358
+ #: gallery-plugin.php:897
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:911
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:912
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "Name der Bilder"
374
 
375
+ #: gallery-plugin.php:914
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
+ #: gallery-plugin.php:915
380
  msgid "Random"
381
  msgstr ""
382
 
383
+ #: gallery-plugin.php:919
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "Anzahl Bilder in der Reihe"
387
 
388
+ #: gallery-plugin.php:921
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:922
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:926
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:928
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:932
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:938
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
+ #: gallery-plugin.php:944
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:950
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
+ #: gallery-plugin.php:952
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:954
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:958
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:966
433
  msgid "Save Changes"
434
  msgstr "Einstellungen speichern"
435
 
436
+ #: gallery-plugin.php:979
437
  msgid "FAQ"
438
  msgstr "FAQ"
439
 
440
+ #: gallery-plugin.php:980
441
  msgid "Support"
442
  msgstr "Support"
443
 
444
+ #: gallery-plugin.php:1187
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "Leider nichts gefunden."
449
 
450
+ #: gallery-plugin.php:1209
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
languages/gallery-es_ES.mo CHANGED
Binary file
languages/gallery-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:10+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerías"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
@@ -100,7 +100,7 @@ msgid "Please make a choice"
100
  msgstr ""
101
 
102
  #: gallery-plugin.php:228
103
- #: gallery-plugin.php:908
104
  #, fuzzy
105
  msgid "Sort images by"
106
  msgstr "Contar las imágenes en la fila"
@@ -153,315 +153,315 @@ msgstr "Puedes añadir la Galería Simple en una página o en un post insertando
153
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
154
  msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
155
 
156
- #: gallery-plugin.php:478
157
  msgid "Title"
158
  msgstr "Título"
159
 
160
- #: gallery-plugin.php:479
161
  msgid "Author"
162
  msgstr "Autor"
163
 
164
- #: gallery-plugin.php:480
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Foto de"
168
 
169
- #: gallery-plugin.php:481
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Pública"
173
 
174
- #: gallery-plugin.php:482
175
- #: gallery-plugin.php:912
176
  msgid "Date"
177
  msgstr "Fecha"
178
 
179
- #: gallery-plugin.php:630
180
  msgid "Activated plugins"
181
  msgstr "Plugins Activados"
182
 
183
- #: gallery-plugin.php:632
184
- #: gallery-plugin.php:640
185
- #: gallery-plugin.php:648
186
  msgid "Read more"
187
  msgstr "Leer más"
188
 
189
- #: gallery-plugin.php:632
190
- #: gallery-plugin.php:977
191
- #: gallery-plugin.php:992
192
  msgid "Settings"
193
  msgstr "Configuración"
194
 
195
- #: gallery-plugin.php:638
196
  msgid "Installed plugins"
197
  msgstr "Plugins instalados"
198
 
199
- #: gallery-plugin.php:646
200
  msgid "Recommended plugins"
201
  msgstr "Plugins recomendados"
202
 
203
- #: gallery-plugin.php:648
204
  msgid "Download"
205
  msgstr "Descargar"
206
 
207
- #: gallery-plugin.php:648
208
  #, php-format
209
  msgid "Install %s"
210
  msgstr "Instalar %s"
211
 
212
- #: gallery-plugin.php:648
213
  msgid "Install now from wordpress.org"
214
  msgstr "Instalar ahora desde wordpress.org"
215
 
216
- #: gallery-plugin.php:650
217
  #, fuzzy
218
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
219
  msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
220
 
221
- #: gallery-plugin.php:688
222
  #, fuzzy
223
  msgid "See images &raquo;"
224
  msgstr "Ver foto &raquo;"
225
 
226
- #: gallery-plugin.php:787
227
  #, fuzzy
228
  msgid "Settings are saved"
229
  msgstr "Opciones guardadas."
230
 
231
- #: gallery-plugin.php:801
232
  #, fuzzy
233
  msgid "Gallery Settings"
234
  msgstr "Opciones de Galería"
235
 
236
- #: gallery-plugin.php:804
237
  #, fuzzy
238
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
239
  msgstr "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega el shortcode en la página o post correspondiente:"
240
 
241
- #: gallery-plugin.php:808
242
  #, fuzzy
243
  msgid "Image size for the album cover"
244
  msgstr "Размер для "
245
 
246
- #: gallery-plugin.php:810
247
- #: gallery-plugin.php:818
248
- #: gallery-plugin.php:831
249
  #, fuzzy
250
  msgid "Image size"
251
  msgstr "Nombre del tamaño de la imagen"
252
 
253
- #: gallery-plugin.php:811
254
- #: gallery-plugin.php:819
255
  msgid "Width (in px)"
256
  msgstr "Ancho (en px)"
257
 
258
- #: gallery-plugin.php:812
259
- #: gallery-plugin.php:820
260
  msgid "Height (in px)"
261
  msgstr "Alto (en px)"
262
 
263
- #: gallery-plugin.php:816
264
  #, fuzzy
265
  msgid "Gallery image size"
266
  msgstr "Galerías"
267
 
268
- #: gallery-plugin.php:824
269
  #, fuzzy
270
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
271
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
272
 
273
- #: gallery-plugin.php:829
274
  msgid "Gallery image size in the lightbox"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:832
278
  #, fuzzy
279
  msgid "Max width (in px)"
280
  msgstr "Ancho (en px)"
281
 
282
- #: gallery-plugin.php:833
283
  #, fuzzy
284
  msgid "Max height (in px)"
285
  msgstr "Alto (en px)"
286
 
287
- #: gallery-plugin.php:834
288
  msgid "Display a full size image in the lightbox"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:838
292
  msgid "Crop position"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:840
296
  msgid "Horizontal"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:842
300
  msgid "left"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:843
304
- #: gallery-plugin.php:850
305
  msgid "center"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:844
309
  msgid "right"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:847
313
  msgid "Vertical"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:849
317
  msgid "top"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:851
321
  msgid "bottom"
322
  msgstr ""
323
 
324
- #: gallery-plugin.php:856
325
  msgid "Lightbox background"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:858
329
  msgid "Default"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:859
333
  msgid "Background transparency (from 0 to 1)"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:861
337
  msgid "Select a background color"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:863
341
  msgid "Background color"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:870
345
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:877
349
  msgid "Images with border"
350
  msgstr ""
351
 
352
- #: gallery-plugin.php:880
353
  msgid "Border width in px, just numbers"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:882
357
- #: gallery-plugin.php:884
358
  msgid "Select a border color"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:890
362
  #, fuzzy
363
  msgid "Number of images in the row"
364
  msgstr "Contar las imágenes en la fila"
365
 
366
- #: gallery-plugin.php:896
367
  msgid "Start slideshow"
368
  msgstr "Comenzar presentación diapositivas"
369
 
370
- #: gallery-plugin.php:902
371
  msgid "Slideshow interval"
372
  msgstr "Intervalo de presentación diapositivas"
373
 
374
- #: gallery-plugin.php:910
375
  #, fuzzy
376
  msgid "Attachment ID"
377
  msgstr "id del adjunto"
378
 
379
- #: gallery-plugin.php:911
380
  #, fuzzy
381
  msgid "Image Name"
382
  msgstr "Imagen"
383
 
384
- #: gallery-plugin.php:913
385
  #, fuzzy
386
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
387
  msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
388
 
389
- #: gallery-plugin.php:914
390
  #, fuzzy
391
  msgid "Random"
392
  msgstr "aleatorio"
393
 
394
- #: gallery-plugin.php:918
395
  #, fuzzy
396
  msgid "Sort images"
397
  msgstr "Contar las imágenes en la fila"
398
 
399
- #: gallery-plugin.php:920
400
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
401
  msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
402
 
403
- #: gallery-plugin.php:921
404
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
405
  msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
406
 
407
- #: gallery-plugin.php:925
408
  msgid "Display text above the image"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:927
412
  msgid "If you want to display text just in a lightbox"
413
  msgstr ""
414
 
415
- #: gallery-plugin.php:931
416
  #, fuzzy
417
  msgid "Display the Back link"
418
  msgstr "Mostrar el enlace de Regresar"
419
 
420
- #: gallery-plugin.php:937
421
  #, fuzzy
422
  msgid "Display the Back link in the shortcode"
423
  msgstr "Mostrar el enlace de Regresar en shortcode"
424
 
425
- #: gallery-plugin.php:943
426
  msgid "The Back link text"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:949
430
  msgid "The Back link URL"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:951
434
  msgid "Gallery page (Page with Gallery Template)"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:953
438
  msgid "(Full URL to custom page)"
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:957
442
  #, fuzzy
443
  msgid "The Read More link text"
444
  msgstr "Etiqueta para el enlace Leer Mas"
445
 
446
- #: gallery-plugin.php:965
447
  msgid "Save Changes"
448
  msgstr "Guardar Cambios"
449
 
450
- #: gallery-plugin.php:978
451
  msgid "FAQ"
452
  msgstr "FAQ "
453
 
454
- #: gallery-plugin.php:979
455
  msgid "Support"
456
  msgstr "Soporte"
457
 
458
- #: gallery-plugin.php:1186
459
  #: template/gallery-single-template.php:76
460
  #, fuzzy
461
  msgid "Sorry, nothing found."
462
  msgstr "Lo sentimos - nada que encontrar."
463
 
464
- #: gallery-plugin.php:1208
465
  #: template/gallery-single-template.php:101
466
  #, fuzzy
467
  msgid "Download high resolution image"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:17+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:17+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
23
 
27
  msgstr "Galerías"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
100
  msgstr ""
101
 
102
  #: gallery-plugin.php:228
103
+ #: gallery-plugin.php:909
104
  #, fuzzy
105
  msgid "Sort images by"
106
  msgstr "Contar las imágenes en la fila"
153
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
154
  msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
155
 
156
+ #: gallery-plugin.php:479
157
  msgid "Title"
158
  msgstr "Título"
159
 
160
+ #: gallery-plugin.php:480
161
  msgid "Author"
162
  msgstr "Autor"
163
 
164
+ #: gallery-plugin.php:481
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Foto de"
168
 
169
+ #: gallery-plugin.php:482
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Pública"
173
 
174
+ #: gallery-plugin.php:483
175
+ #: gallery-plugin.php:913
176
  msgid "Date"
177
  msgstr "Fecha"
178
 
179
+ #: gallery-plugin.php:631
180
  msgid "Activated plugins"
181
  msgstr "Plugins Activados"
182
 
183
+ #: gallery-plugin.php:633
184
+ #: gallery-plugin.php:641
185
+ #: gallery-plugin.php:649
186
  msgid "Read more"
187
  msgstr "Leer más"
188
 
189
+ #: gallery-plugin.php:633
190
+ #: gallery-plugin.php:978
191
+ #: gallery-plugin.php:993
192
  msgid "Settings"
193
  msgstr "Configuración"
194
 
195
+ #: gallery-plugin.php:639
196
  msgid "Installed plugins"
197
  msgstr "Plugins instalados"
198
 
199
+ #: gallery-plugin.php:647
200
  msgid "Recommended plugins"
201
  msgstr "Plugins recomendados"
202
 
203
+ #: gallery-plugin.php:649
204
  msgid "Download"
205
  msgstr "Descargar"
206
 
207
+ #: gallery-plugin.php:649
208
  #, php-format
209
  msgid "Install %s"
210
  msgstr "Instalar %s"
211
 
212
+ #: gallery-plugin.php:649
213
  msgid "Install now from wordpress.org"
214
  msgstr "Instalar ahora desde wordpress.org"
215
 
216
+ #: gallery-plugin.php:651
217
  #, fuzzy
218
+ msgid "If you have any questions, please feel free to contact us via"
219
  msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
220
 
221
+ #: gallery-plugin.php:689
222
  #, fuzzy
223
  msgid "See images &raquo;"
224
  msgstr "Ver foto &raquo;"
225
 
226
+ #: gallery-plugin.php:788
227
  #, fuzzy
228
  msgid "Settings are saved"
229
  msgstr "Opciones guardadas."
230
 
231
+ #: gallery-plugin.php:802
232
  #, fuzzy
233
  msgid "Gallery Settings"
234
  msgstr "Opciones de Galería"
235
 
236
+ #: gallery-plugin.php:805
237
  #, fuzzy
238
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
239
  msgstr "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega el shortcode en la página o post correspondiente:"
240
 
241
+ #: gallery-plugin.php:809
242
  #, fuzzy
243
  msgid "Image size for the album cover"
244
  msgstr "Размер для "
245
 
246
+ #: gallery-plugin.php:811
247
+ #: gallery-plugin.php:819
248
+ #: gallery-plugin.php:832
249
  #, fuzzy
250
  msgid "Image size"
251
  msgstr "Nombre del tamaño de la imagen"
252
 
253
+ #: gallery-plugin.php:812
254
+ #: gallery-plugin.php:820
255
  msgid "Width (in px)"
256
  msgstr "Ancho (en px)"
257
 
258
+ #: gallery-plugin.php:813
259
+ #: gallery-plugin.php:821
260
  msgid "Height (in px)"
261
  msgstr "Alto (en px)"
262
 
263
+ #: gallery-plugin.php:817
264
  #, fuzzy
265
  msgid "Gallery image size"
266
  msgstr "Galerías"
267
 
268
+ #: gallery-plugin.php:825
269
  #, fuzzy
270
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
271
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
272
 
273
+ #: gallery-plugin.php:830
274
  msgid "Gallery image size in the lightbox"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:833
278
  #, fuzzy
279
  msgid "Max width (in px)"
280
  msgstr "Ancho (en px)"
281
 
282
+ #: gallery-plugin.php:834
283
  #, fuzzy
284
  msgid "Max height (in px)"
285
  msgstr "Alto (en px)"
286
 
287
+ #: gallery-plugin.php:835
288
  msgid "Display a full size image in the lightbox"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:839
292
  msgid "Crop position"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:841
296
  msgid "Horizontal"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:843
300
  msgid "left"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:844
304
+ #: gallery-plugin.php:851
305
  msgid "center"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:845
309
  msgid "right"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:848
313
  msgid "Vertical"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:850
317
  msgid "top"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:852
321
  msgid "bottom"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:857
325
  msgid "Lightbox background"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:859
329
  msgid "Default"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:860
333
  msgid "Background transparency (from 0 to 1)"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:862
337
  msgid "Select a background color"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:864
341
  msgid "Background color"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:871
345
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:878
349
  msgid "Images with border"
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:881
353
  msgid "Border width in px, just numbers"
354
  msgstr ""
355
 
356
+ #: gallery-plugin.php:883
357
+ #: gallery-plugin.php:885
358
  msgid "Select a border color"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:891
362
  #, fuzzy
363
  msgid "Number of images in the row"
364
  msgstr "Contar las imágenes en la fila"
365
 
366
+ #: gallery-plugin.php:897
367
  msgid "Start slideshow"
368
  msgstr "Comenzar presentación diapositivas"
369
 
370
+ #: gallery-plugin.php:903
371
  msgid "Slideshow interval"
372
  msgstr "Intervalo de presentación diapositivas"
373
 
374
+ #: gallery-plugin.php:911
375
  #, fuzzy
376
  msgid "Attachment ID"
377
  msgstr "id del adjunto"
378
 
379
+ #: gallery-plugin.php:912
380
  #, fuzzy
381
  msgid "Image Name"
382
  msgstr "Imagen"
383
 
384
+ #: gallery-plugin.php:914
385
  #, fuzzy
386
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
387
  msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
388
 
389
+ #: gallery-plugin.php:915
390
  #, fuzzy
391
  msgid "Random"
392
  msgstr "aleatorio"
393
 
394
+ #: gallery-plugin.php:919
395
  #, fuzzy
396
  msgid "Sort images"
397
  msgstr "Contar las imágenes en la fila"
398
 
399
+ #: gallery-plugin.php:921
400
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
401
  msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
402
 
403
+ #: gallery-plugin.php:922
404
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
405
  msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
406
 
407
+ #: gallery-plugin.php:926
408
  msgid "Display text above the image"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:928
412
  msgid "If you want to display text just in a lightbox"
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:932
416
  #, fuzzy
417
  msgid "Display the Back link"
418
  msgstr "Mostrar el enlace de Regresar"
419
 
420
+ #: gallery-plugin.php:938
421
  #, fuzzy
422
  msgid "Display the Back link in the shortcode"
423
  msgstr "Mostrar el enlace de Regresar en shortcode"
424
 
425
+ #: gallery-plugin.php:944
426
  msgid "The Back link text"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:950
430
  msgid "The Back link URL"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:952
434
  msgid "Gallery page (Page with Gallery Template)"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:954
438
  msgid "(Full URL to custom page)"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:958
442
  #, fuzzy
443
  msgid "The Read More link text"
444
  msgstr "Etiqueta para el enlace Leer Mas"
445
 
446
+ #: gallery-plugin.php:966
447
  msgid "Save Changes"
448
  msgstr "Guardar Cambios"
449
 
450
+ #: gallery-plugin.php:979
451
  msgid "FAQ"
452
  msgstr "FAQ "
453
 
454
+ #: gallery-plugin.php:980
455
  msgid "Support"
456
  msgstr "Soporte"
457
 
458
+ #: gallery-plugin.php:1187
459
  #: template/gallery-single-template.php:76
460
  #, fuzzy
461
  msgid "Sorry, nothing found."
462
  msgstr "Lo sentimos - nada que encontrar."
463
 
464
+ #: gallery-plugin.php:1209
465
  #: template/gallery-single-template.php:101
466
  #, fuzzy
467
  msgid "Download high resolution image"
languages/gallery-fa_IR.mo CHANGED
Binary file
languages/gallery-fa_IR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:103
21
- #: gallery-plugin.php:794
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr ""
24
 
@@ -28,7 +28,7 @@ msgid "Galleries"
28
  msgstr "گالری ها"
29
 
30
  #: gallery-plugin.php:128
31
- #: gallery-plugin.php:661
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
@@ -98,7 +98,7 @@ msgid "Please make a choice"
98
  msgstr ""
99
 
100
  #: gallery-plugin.php:228
101
- #: gallery-plugin.php:908
102
  #, fuzzy
103
  msgid "Sort images by"
104
  msgstr "تعداد عکسها در سطر"
@@ -151,314 +151,314 @@ msgstr "شما میتوانید به برگه یا پست با افزودن shor
151
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
152
  msgstr ""
153
 
154
- #: gallery-plugin.php:478
155
  msgid "Title"
156
  msgstr "عنوان"
157
 
158
- #: gallery-plugin.php:479
159
  msgid "Author"
160
  msgstr "سازنده"
161
 
162
- #: gallery-plugin.php:480
163
  #, fuzzy
164
  msgid "Photo"
165
  msgstr "عکسِ"
166
 
167
- #: gallery-plugin.php:481
168
  #, fuzzy
169
  msgid "Publishing"
170
  msgstr "عمومی"
171
 
172
- #: gallery-plugin.php:482
173
- #: gallery-plugin.php:912
174
  msgid "Date"
175
  msgstr "تاریخ"
176
 
177
- #: gallery-plugin.php:630
178
  msgid "Activated plugins"
179
  msgstr "فعالسازی افزونه"
180
 
181
- #: gallery-plugin.php:632
182
- #: gallery-plugin.php:640
183
- #: gallery-plugin.php:648
184
  msgid "Read more"
185
  msgstr "بیشتر..."
186
 
187
- #: gallery-plugin.php:632
188
- #: gallery-plugin.php:977
189
- #: gallery-plugin.php:992
190
  msgid "Settings"
191
  msgstr "تنظیمات"
192
 
193
- #: gallery-plugin.php:638
194
  msgid "Installed plugins"
195
  msgstr "نصب افزونه"
196
 
197
- #: gallery-plugin.php:646
198
  msgid "Recommended plugins"
199
  msgstr ""
200
 
201
- #: gallery-plugin.php:648
202
  msgid "Download"
203
  msgstr "دانلود"
204
 
205
- #: gallery-plugin.php:648
206
  #, php-format
207
  msgid "Install %s"
208
  msgstr "نصب %s"
209
 
210
- #: gallery-plugin.php:648
211
  msgid "Install now from wordpress.org"
212
  msgstr "در حال نصب از سایت وردپرس"
213
 
214
- #: gallery-plugin.php:650
215
  #, fuzzy
216
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
217
  msgstr "اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
218
 
219
- #: gallery-plugin.php:688
220
  #, fuzzy
221
  msgid "See images &raquo;"
222
  msgstr "&raquoدیدن عکس;"
223
 
224
- #: gallery-plugin.php:787
225
  #, fuzzy
226
  msgid "Settings are saved"
227
  msgstr "تنظیمات ذخیره شد."
228
 
229
- #: gallery-plugin.php:801
230
  #, fuzzy
231
  msgid "Gallery Settings"
232
  msgstr "تنظیمات گالری"
233
 
234
- #: gallery-plugin.php:804
235
  #, fuzzy
236
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
237
  msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
238
 
239
- #: gallery-plugin.php:808
240
  #, fuzzy
241
  msgid "Image size for the album cover"
242
  msgstr "اندازه دوره آلبوم گالری"
243
 
244
- #: gallery-plugin.php:810
245
- #: gallery-plugin.php:818
246
- #: gallery-plugin.php:831
247
  #, fuzzy
248
  msgid "Image size"
249
  msgstr " اندازه عکس"
250
 
251
- #: gallery-plugin.php:811
252
- #: gallery-plugin.php:819
253
  msgid "Width (in px)"
254
  msgstr "عرض (به pixels)"
255
 
256
- #: gallery-plugin.php:812
257
- #: gallery-plugin.php:820
258
  msgid "Height (in px)"
259
  msgstr "ارتفاع (به pixels)"
260
 
261
- #: gallery-plugin.php:816
262
  #, fuzzy
263
  msgid "Gallery image size"
264
  msgstr "گالری ها"
265
 
266
- #: gallery-plugin.php:824
267
  #, fuzzy
268
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
269
  msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
270
 
271
- #: gallery-plugin.php:829
272
  msgid "Gallery image size in the lightbox"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:832
276
  #, fuzzy
277
  msgid "Max width (in px)"
278
  msgstr "عرض (به pixels)"
279
 
280
- #: gallery-plugin.php:833
281
  #, fuzzy
282
  msgid "Max height (in px)"
283
  msgstr "ارتفاع (به pixels)"
284
 
285
- #: gallery-plugin.php:834
286
  msgid "Display a full size image in the lightbox"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:838
290
  msgid "Crop position"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:840
294
  msgid "Horizontal"
295
  msgstr ""
296
 
297
- #: gallery-plugin.php:842
298
  msgid "left"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:843
302
- #: gallery-plugin.php:850
303
  msgid "center"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:844
307
  msgid "right"
308
  msgstr ""
309
 
310
- #: gallery-plugin.php:847
311
  msgid "Vertical"
312
  msgstr ""
313
 
314
- #: gallery-plugin.php:849
315
  msgid "top"
316
  msgstr ""
317
 
318
- #: gallery-plugin.php:851
319
  msgid "bottom"
320
  msgstr ""
321
 
322
- #: gallery-plugin.php:856
323
  msgid "Lightbox background"
324
  msgstr ""
325
 
326
- #: gallery-plugin.php:858
327
  msgid "Default"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:859
331
  msgid "Background transparency (from 0 to 1)"
332
  msgstr ""
333
 
334
- #: gallery-plugin.php:861
335
  msgid "Select a background color"
336
  msgstr ""
337
 
338
- #: gallery-plugin.php:863
339
  msgid "Background color"
340
  msgstr ""
341
 
342
- #: gallery-plugin.php:870
343
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
344
  msgstr ""
345
 
346
- #: gallery-plugin.php:877
347
  msgid "Images with border"
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:880
351
  msgid "Border width in px, just numbers"
352
  msgstr ""
353
 
354
- #: gallery-plugin.php:882
355
- #: gallery-plugin.php:884
356
  msgid "Select a border color"
357
  msgstr ""
358
 
359
- #: gallery-plugin.php:890
360
  #, fuzzy
361
  msgid "Number of images in the row"
362
  msgstr "تعداد عکسها در سطر"
363
 
364
- #: gallery-plugin.php:896
365
  msgid "Start slideshow"
366
  msgstr "نمایش اسلایدشو"
367
 
368
- #: gallery-plugin.php:902
369
  msgid "Slideshow interval"
370
  msgstr "فاصله بین اسلایدشو"
371
 
372
- #: gallery-plugin.php:910
373
  #, fuzzy
374
  msgid "Attachment ID"
375
  msgstr "ای دی سنجاق شده "
376
 
377
- #: gallery-plugin.php:911
378
  #, fuzzy
379
  msgid "Image Name"
380
  msgstr "عکس "
381
 
382
- #: gallery-plugin.php:913
383
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:914
387
  #, fuzzy
388
  msgid "Random"
389
  msgstr "تصادفی"
390
 
391
- #: gallery-plugin.php:918
392
  #, fuzzy
393
  msgid "Sort images"
394
  msgstr "تعداد عکسها در سطر"
395
 
396
- #: gallery-plugin.php:920
397
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:921
401
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:925
405
  msgid "Display text above the image"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:927
409
  msgid "If you want to display text just in a lightbox"
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:931
413
  #, fuzzy
414
  msgid "Display the Back link"
415
  msgstr "نشان دادن لینک برگشت"
416
 
417
- #: gallery-plugin.php:937
418
  #, fuzzy
419
  msgid "Display the Back link in the shortcode"
420
  msgstr "نشان دادن لینک برگشت در شرت کد"
421
 
422
- #: gallery-plugin.php:943
423
  msgid "The Back link text"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:949
427
  msgid "The Back link URL"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:951
431
  msgid "Gallery page (Page with Gallery Template)"
432
  msgstr ""
433
 
434
- #: gallery-plugin.php:953
435
  msgid "(Full URL to custom page)"
436
  msgstr ""
437
 
438
- #: gallery-plugin.php:957
439
  #, fuzzy
440
  msgid "The Read More link text"
441
  msgstr "برچسب برای لینک بیشتر..."
442
 
443
- #: gallery-plugin.php:965
444
  msgid "Save Changes"
445
  msgstr "ذخیره تنظیمات"
446
 
447
- #: gallery-plugin.php:978
448
  msgid "FAQ"
449
  msgstr "FAQ"
450
 
451
- #: gallery-plugin.php:979
452
  msgid "Support"
453
  msgstr "پشتیبانی"
454
 
455
- #: gallery-plugin.php:1186
456
  #: template/gallery-single-template.php:76
457
  #, fuzzy
458
  msgid "Sorry, nothing found."
459
  msgstr "متاسفم؛چیزی یافت نشد"
460
 
461
- #: gallery-plugin.php:1208
462
  #: template/gallery-single-template.php:101
463
  msgid "Download high resolution image"
464
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:17+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:17+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:103
21
+ #: gallery-plugin.php:795
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr ""
24
 
28
  msgstr "گالری ها"
29
 
30
  #: gallery-plugin.php:128
31
+ #: gallery-plugin.php:662
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
98
  msgstr ""
99
 
100
  #: gallery-plugin.php:228
101
+ #: gallery-plugin.php:909
102
  #, fuzzy
103
  msgid "Sort images by"
104
  msgstr "تعداد عکسها در سطر"
151
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
152
  msgstr ""
153
 
154
+ #: gallery-plugin.php:479
155
  msgid "Title"
156
  msgstr "عنوان"
157
 
158
+ #: gallery-plugin.php:480
159
  msgid "Author"
160
  msgstr "سازنده"
161
 
162
+ #: gallery-plugin.php:481
163
  #, fuzzy
164
  msgid "Photo"
165
  msgstr "عکسِ"
166
 
167
+ #: gallery-plugin.php:482
168
  #, fuzzy
169
  msgid "Publishing"
170
  msgstr "عمومی"
171
 
172
+ #: gallery-plugin.php:483
173
+ #: gallery-plugin.php:913
174
  msgid "Date"
175
  msgstr "تاریخ"
176
 
177
+ #: gallery-plugin.php:631
178
  msgid "Activated plugins"
179
  msgstr "فعالسازی افزونه"
180
 
181
+ #: gallery-plugin.php:633
182
+ #: gallery-plugin.php:641
183
+ #: gallery-plugin.php:649
184
  msgid "Read more"
185
  msgstr "بیشتر..."
186
 
187
+ #: gallery-plugin.php:633
188
+ #: gallery-plugin.php:978
189
+ #: gallery-plugin.php:993
190
  msgid "Settings"
191
  msgstr "تنظیمات"
192
 
193
+ #: gallery-plugin.php:639
194
  msgid "Installed plugins"
195
  msgstr "نصب افزونه"
196
 
197
+ #: gallery-plugin.php:647
198
  msgid "Recommended plugins"
199
  msgstr ""
200
 
201
+ #: gallery-plugin.php:649
202
  msgid "Download"
203
  msgstr "دانلود"
204
 
205
+ #: gallery-plugin.php:649
206
  #, php-format
207
  msgid "Install %s"
208
  msgstr "نصب %s"
209
 
210
+ #: gallery-plugin.php:649
211
  msgid "Install now from wordpress.org"
212
  msgstr "در حال نصب از سایت وردپرس"
213
 
214
+ #: gallery-plugin.php:651
215
  #, fuzzy
216
+ msgid "If you have any questions, please feel free to contact us via"
217
  msgstr "اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
218
 
219
+ #: gallery-plugin.php:689
220
  #, fuzzy
221
  msgid "See images &raquo;"
222
  msgstr "&raquoدیدن عکس;"
223
 
224
+ #: gallery-plugin.php:788
225
  #, fuzzy
226
  msgid "Settings are saved"
227
  msgstr "تنظیمات ذخیره شد."
228
 
229
+ #: gallery-plugin.php:802
230
  #, fuzzy
231
  msgid "Gallery Settings"
232
  msgstr "تنظیمات گالری"
233
 
234
+ #: gallery-plugin.php:805
235
  #, fuzzy
236
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
237
  msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
238
 
239
+ #: gallery-plugin.php:809
240
  #, fuzzy
241
  msgid "Image size for the album cover"
242
  msgstr "اندازه دوره آلبوم گالری"
243
 
244
+ #: gallery-plugin.php:811
245
+ #: gallery-plugin.php:819
246
+ #: gallery-plugin.php:832
247
  #, fuzzy
248
  msgid "Image size"
249
  msgstr " اندازه عکس"
250
 
251
+ #: gallery-plugin.php:812
252
+ #: gallery-plugin.php:820
253
  msgid "Width (in px)"
254
  msgstr "عرض (به pixels)"
255
 
256
+ #: gallery-plugin.php:813
257
+ #: gallery-plugin.php:821
258
  msgid "Height (in px)"
259
  msgstr "ارتفاع (به pixels)"
260
 
261
+ #: gallery-plugin.php:817
262
  #, fuzzy
263
  msgid "Gallery image size"
264
  msgstr "گالری ها"
265
 
266
+ #: gallery-plugin.php:825
267
  #, fuzzy
268
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
269
  msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
270
 
271
+ #: gallery-plugin.php:830
272
  msgid "Gallery image size in the lightbox"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:833
276
  #, fuzzy
277
  msgid "Max width (in px)"
278
  msgstr "عرض (به pixels)"
279
 
280
+ #: gallery-plugin.php:834
281
  #, fuzzy
282
  msgid "Max height (in px)"
283
  msgstr "ارتفاع (به pixels)"
284
 
285
+ #: gallery-plugin.php:835
286
  msgid "Display a full size image in the lightbox"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:839
290
  msgid "Crop position"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:841
294
  msgid "Horizontal"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:843
298
  msgid "left"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:844
302
+ #: gallery-plugin.php:851
303
  msgid "center"
304
  msgstr ""
305
 
306
+ #: gallery-plugin.php:845
307
  msgid "right"
308
  msgstr ""
309
 
310
+ #: gallery-plugin.php:848
311
  msgid "Vertical"
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:850
315
  msgid "top"
316
  msgstr ""
317
 
318
+ #: gallery-plugin.php:852
319
  msgid "bottom"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:857
323
  msgid "Lightbox background"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:859
327
  msgid "Default"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:860
331
  msgid "Background transparency (from 0 to 1)"
332
  msgstr ""
333
 
334
+ #: gallery-plugin.php:862
335
  msgid "Select a background color"
336
  msgstr ""
337
 
338
+ #: gallery-plugin.php:864
339
  msgid "Background color"
340
  msgstr ""
341
 
342
+ #: gallery-plugin.php:871
343
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
344
  msgstr ""
345
 
346
+ #: gallery-plugin.php:878
347
  msgid "Images with border"
348
  msgstr ""
349
 
350
+ #: gallery-plugin.php:881
351
  msgid "Border width in px, just numbers"
352
  msgstr ""
353
 
354
+ #: gallery-plugin.php:883
355
+ #: gallery-plugin.php:885
356
  msgid "Select a border color"
357
  msgstr ""
358
 
359
+ #: gallery-plugin.php:891
360
  #, fuzzy
361
  msgid "Number of images in the row"
362
  msgstr "تعداد عکسها در سطر"
363
 
364
+ #: gallery-plugin.php:897
365
  msgid "Start slideshow"
366
  msgstr "نمایش اسلایدشو"
367
 
368
+ #: gallery-plugin.php:903
369
  msgid "Slideshow interval"
370
  msgstr "فاصله بین اسلایدشو"
371
 
372
+ #: gallery-plugin.php:911
373
  #, fuzzy
374
  msgid "Attachment ID"
375
  msgstr "ای دی سنجاق شده "
376
 
377
+ #: gallery-plugin.php:912
378
  #, fuzzy
379
  msgid "Image Name"
380
  msgstr "عکس "
381
 
382
+ #: gallery-plugin.php:914
383
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
384
  msgstr ""
385
 
386
+ #: gallery-plugin.php:915
387
  #, fuzzy
388
  msgid "Random"
389
  msgstr "تصادفی"
390
 
391
+ #: gallery-plugin.php:919
392
  #, fuzzy
393
  msgid "Sort images"
394
  msgstr "تعداد عکسها در سطر"
395
 
396
+ #: gallery-plugin.php:921
397
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:922
401
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:926
405
  msgid "Display text above the image"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:928
409
  msgid "If you want to display text just in a lightbox"
410
  msgstr ""
411
 
412
+ #: gallery-plugin.php:932
413
  #, fuzzy
414
  msgid "Display the Back link"
415
  msgstr "نشان دادن لینک برگشت"
416
 
417
+ #: gallery-plugin.php:938
418
  #, fuzzy
419
  msgid "Display the Back link in the shortcode"
420
  msgstr "نشان دادن لینک برگشت در شرت کد"
421
 
422
+ #: gallery-plugin.php:944
423
  msgid "The Back link text"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:950
427
  msgid "The Back link URL"
428
  msgstr ""
429
 
430
+ #: gallery-plugin.php:952
431
  msgid "Gallery page (Page with Gallery Template)"
432
  msgstr ""
433
 
434
+ #: gallery-plugin.php:954
435
  msgid "(Full URL to custom page)"
436
  msgstr ""
437
 
438
+ #: gallery-plugin.php:958
439
  #, fuzzy
440
  msgid "The Read More link text"
441
  msgstr "برچسب برای لینک بیشتر..."
442
 
443
+ #: gallery-plugin.php:966
444
  msgid "Save Changes"
445
  msgstr "ذخیره تنظیمات"
446
 
447
+ #: gallery-plugin.php:979
448
  msgid "FAQ"
449
  msgstr "FAQ"
450
 
451
+ #: gallery-plugin.php:980
452
  msgid "Support"
453
  msgstr "پشتیبانی"
454
 
455
+ #: gallery-plugin.php:1187
456
  #: template/gallery-single-template.php:76
457
  #, fuzzy
458
  msgid "Sorry, nothing found."
459
  msgstr "متاسفم؛چیزی یافت نشد"
460
 
461
+ #: gallery-plugin.php:1209
462
  #: template/gallery-single-template.php:101
463
  msgid "Download high resolution image"
464
  msgstr ""
languages/gallery-fr_FR.mo CHANGED
Binary file
languages/gallery-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:103
21
- #: gallery-plugin.php:794
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
24
 
@@ -28,7 +28,7 @@ msgid "Galleries"
28
  msgstr "Galeries"
29
 
30
  #: gallery-plugin.php:128
31
- #: gallery-plugin.php:661
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
@@ -93,7 +93,7 @@ msgid "Please make a choice"
93
  msgstr "Merci de faire un choix"
94
 
95
  #: gallery-plugin.php:228
96
- #: gallery-plugin.php:908
97
  msgid "Sort images by"
98
  msgstr "Trier les images par"
99
 
@@ -141,298 +141,298 @@ msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le
141
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
142
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
143
 
144
- #: gallery-plugin.php:478
145
  msgid "Title"
146
  msgstr "Titre"
147
 
148
- #: gallery-plugin.php:479
149
  msgid "Author"
150
  msgstr "Auteur"
151
 
152
- #: gallery-plugin.php:480
153
  msgid "Photo"
154
  msgstr "Photo"
155
 
156
- #: gallery-plugin.php:481
157
  msgid "Publishing"
158
  msgstr "Public"
159
 
160
- #: gallery-plugin.php:482
161
- #: gallery-plugin.php:912
162
  msgid "Date"
163
  msgstr "Date"
164
 
165
- #: gallery-plugin.php:630
166
  msgid "Activated plugins"
167
  msgstr "Extensions activées"
168
 
169
- #: gallery-plugin.php:632
170
- #: gallery-plugin.php:640
171
- #: gallery-plugin.php:648
172
  msgid "Read more"
173
  msgstr "Lire plus..."
174
 
175
- #: gallery-plugin.php:632
176
- #: gallery-plugin.php:977
177
- #: gallery-plugin.php:992
178
  msgid "Settings"
179
  msgstr "Paramètres"
180
 
181
- #: gallery-plugin.php:638
182
  msgid "Installed plugins"
183
  msgstr "Extensions installées"
184
 
185
- #: gallery-plugin.php:646
186
  msgid "Recommended plugins"
187
  msgstr "Extensions recommandées"
188
 
189
- #: gallery-plugin.php:648
190
  msgid "Download"
191
  msgstr "Télécharger"
192
 
193
- #: gallery-plugin.php:648
194
  #, php-format
195
  msgid "Install %s"
196
  msgstr "Installation %s"
197
 
198
- #: gallery-plugin.php:648
199
  msgid "Install now from wordpress.org"
200
  msgstr "Installation à partir de wordpress.org"
201
 
202
- #: gallery-plugin.php:650
203
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
204
- msgstr "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft.com ou remplissez le formulaire de contact sur notre site"
205
 
206
- #: gallery-plugin.php:688
207
  msgid "See images &raquo;"
208
  msgstr "Voir les images &raquo;"
209
 
210
- #: gallery-plugin.php:787
211
  msgid "Settings are saved"
212
  msgstr "Paramètres sauvegardés."
213
 
214
- #: gallery-plugin.php:801
215
  msgid "Gallery Settings"
216
  msgstr "Paramètres de la galerie"
217
 
218
- #: gallery-plugin.php:804
219
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
220
  msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
221
 
222
- #: gallery-plugin.php:808
223
  msgid "Image size for the album cover"
224
  msgstr "Taille de la vignette de l'album"
225
 
226
- #: gallery-plugin.php:810
227
- #: gallery-plugin.php:818
228
- #: gallery-plugin.php:831
229
  msgid "Image size"
230
  msgstr "Taille de l'image"
231
 
232
- #: gallery-plugin.php:811
233
- #: gallery-plugin.php:819
234
  msgid "Width (in px)"
235
  msgstr "Largeur (en pixels)"
236
 
237
- #: gallery-plugin.php:812
238
- #: gallery-plugin.php:820
239
  msgid "Height (in px)"
240
  msgstr "Hauteur (en pixels)"
241
 
242
- #: gallery-plugin.php:816
243
  msgid "Gallery image size"
244
  msgstr "Taille de l'image de la galerie"
245
 
246
- #: gallery-plugin.php:824
247
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
248
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
249
 
250
- #: gallery-plugin.php:829
251
  #, fuzzy
252
  msgid "Gallery image size in the lightbox"
253
  msgstr "Taille de l'image de la galerie"
254
 
255
- #: gallery-plugin.php:832
256
  #, fuzzy
257
  msgid "Max width (in px)"
258
  msgstr "Largeur (en pixels)"
259
 
260
- #: gallery-plugin.php:833
261
  #, fuzzy
262
  msgid "Max height (in px)"
263
  msgstr "Hauteur (en pixels)"
264
 
265
- #: gallery-plugin.php:834
266
  msgid "Display a full size image in the lightbox"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:838
270
  msgid "Crop position"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:840
274
  msgid "Horizontal"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:842
278
  #, fuzzy
279
  msgid "left"
280
  msgstr "Supprimer"
281
 
282
- #: gallery-plugin.php:843
283
- #: gallery-plugin.php:850
284
  msgid "center"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:844
288
  msgid "right"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:847
292
  msgid "Vertical"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:849
296
  msgid "top"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:851
300
  msgid "bottom"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:856
304
  msgid "Lightbox background"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:858
308
  #, fuzzy
309
  msgid "Default"
310
  msgstr "Supprimer"
311
 
312
- #: gallery-plugin.php:859
313
  msgid "Background transparency (from 0 to 1)"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:861
317
  #, fuzzy
318
  msgid "Select a background color"
319
  msgstr "Choisir une couleur pour la bordure"
320
 
321
- #: gallery-plugin.php:863
322
  msgid "Background color"
323
  msgstr ""
324
 
325
- #: gallery-plugin.php:870
326
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
327
  msgstr ""
328
 
329
- #: gallery-plugin.php:877
330
  msgid "Images with border"
331
  msgstr "Image avec bordure"
332
 
333
- #: gallery-plugin.php:880
334
  msgid "Border width in px, just numbers"
335
  msgstr "Taille de la bordure en pixel, juste le nombre"
336
 
337
- #: gallery-plugin.php:882
338
- #: gallery-plugin.php:884
339
  msgid "Select a border color"
340
  msgstr "Choisir une couleur pour la bordure"
341
 
342
- #: gallery-plugin.php:890
343
  msgid "Number of images in the row"
344
  msgstr "Nombre d'images par ligne"
345
 
346
- #: gallery-plugin.php:896
347
  msgid "Start slideshow"
348
  msgstr "Démarer le diaporama"
349
 
350
- #: gallery-plugin.php:902
351
  msgid "Slideshow interval"
352
  msgstr "Interval de transition pour le diaporama"
353
 
354
- #: gallery-plugin.php:910
355
  msgid "Attachment ID"
356
  msgstr "ID du fichier"
357
 
358
- #: gallery-plugin.php:911
359
  msgid "Image Name"
360
  msgstr "Nom de l'image "
361
 
362
- #: gallery-plugin.php:913
363
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
364
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
365
 
366
- #: gallery-plugin.php:914
367
  msgid "Random"
368
  msgstr "Aléatoire"
369
 
370
- #: gallery-plugin.php:918
371
  msgid "Sort images"
372
  msgstr "Trier les images"
373
 
374
- #: gallery-plugin.php:920
375
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
376
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
377
 
378
- #: gallery-plugin.php:921
379
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
380
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
381
 
382
- #: gallery-plugin.php:925
383
  msgid "Display text above the image"
384
  msgstr "Aficher le texte au dessus de l'image"
385
 
386
- #: gallery-plugin.php:927
387
  msgid "If you want to display text just in a lightbox"
388
  msgstr "Si vous voulez juste afficher du texte dans un boite"
389
 
390
- #: gallery-plugin.php:931
391
  msgid "Display the Back link"
392
  msgstr "Afficher le lien de retour"
393
 
394
- #: gallery-plugin.php:937
395
  msgid "Display the Back link in the shortcode"
396
  msgstr "Afficher le lien de retour dans le code court"
397
 
398
- #: gallery-plugin.php:943
399
  msgid "The Back link text"
400
  msgstr "Le text pour le lien de retour"
401
 
402
- #: gallery-plugin.php:949
403
  msgid "The Back link URL"
404
  msgstr "L'URL pour le lien de retour"
405
 
406
- #: gallery-plugin.php:951
407
  msgid "Gallery page (Page with Gallery Template)"
408
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
409
 
410
- #: gallery-plugin.php:953
411
  msgid "(Full URL to custom page)"
412
  msgstr "(URL complète pour la page spécifique)"
413
 
414
- #: gallery-plugin.php:957
415
  msgid "The Read More link text"
416
  msgstr "Texte pour le lien \"Read More\""
417
 
418
- #: gallery-plugin.php:965
419
  msgid "Save Changes"
420
  msgstr "Sauvegarder"
421
 
422
- #: gallery-plugin.php:978
423
  msgid "FAQ"
424
  msgstr "FAQ"
425
 
426
- #: gallery-plugin.php:979
427
  msgid "Support"
428
  msgstr "Soutien"
429
 
430
- #: gallery-plugin.php:1186
431
  #: template/gallery-single-template.php:76
432
  msgid "Sorry, nothing found."
433
  msgstr "Désolé, rien n'a été trouvé"
434
 
435
- #: gallery-plugin.php:1208
436
  #: template/gallery-single-template.php:101
437
  msgid "Download high resolution image"
438
  msgstr "Télécharger l'image en haute résolution"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:17+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:17+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:103
21
+ #: gallery-plugin.php:795
22
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
  msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
24
 
28
  msgstr "Galeries"
29
 
30
  #: gallery-plugin.php:128
31
+ #: gallery-plugin.php:662
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
93
  msgstr "Merci de faire un choix"
94
 
95
  #: gallery-plugin.php:228
96
+ #: gallery-plugin.php:909
97
  msgid "Sort images by"
98
  msgstr "Trier les images par"
99
 
141
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
142
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
143
 
144
+ #: gallery-plugin.php:479
145
  msgid "Title"
146
  msgstr "Titre"
147
 
148
+ #: gallery-plugin.php:480
149
  msgid "Author"
150
  msgstr "Auteur"
151
 
152
+ #: gallery-plugin.php:481
153
  msgid "Photo"
154
  msgstr "Photo"
155
 
156
+ #: gallery-plugin.php:482
157
  msgid "Publishing"
158
  msgstr "Public"
159
 
160
+ #: gallery-plugin.php:483
161
+ #: gallery-plugin.php:913
162
  msgid "Date"
163
  msgstr "Date"
164
 
165
+ #: gallery-plugin.php:631
166
  msgid "Activated plugins"
167
  msgstr "Extensions activées"
168
 
169
+ #: gallery-plugin.php:633
170
+ #: gallery-plugin.php:641
171
+ #: gallery-plugin.php:649
172
  msgid "Read more"
173
  msgstr "Lire plus..."
174
 
175
+ #: gallery-plugin.php:633
176
+ #: gallery-plugin.php:978
177
+ #: gallery-plugin.php:993
178
  msgid "Settings"
179
  msgstr "Paramètres"
180
 
181
+ #: gallery-plugin.php:639
182
  msgid "Installed plugins"
183
  msgstr "Extensions installées"
184
 
185
+ #: gallery-plugin.php:647
186
  msgid "Recommended plugins"
187
  msgstr "Extensions recommandées"
188
 
189
+ #: gallery-plugin.php:649
190
  msgid "Download"
191
  msgstr "Télécharger"
192
 
193
+ #: gallery-plugin.php:649
194
  #, php-format
195
  msgid "Install %s"
196
  msgstr "Installation %s"
197
 
198
+ #: gallery-plugin.php:649
199
  msgid "Install now from wordpress.org"
200
  msgstr "Installation à partir de wordpress.org"
201
 
202
+ #: gallery-plugin.php:651
203
+ msgid "If you have any questions, please feel free to contact us via"
204
+ msgstr "Si vous avez des questions, merci de nous contacter via"
205
 
206
+ #: gallery-plugin.php:689
207
  msgid "See images &raquo;"
208
  msgstr "Voir les images &raquo;"
209
 
210
+ #: gallery-plugin.php:788
211
  msgid "Settings are saved"
212
  msgstr "Paramètres sauvegardés."
213
 
214
+ #: gallery-plugin.php:802
215
  msgid "Gallery Settings"
216
  msgstr "Paramètres de la galerie"
217
 
218
+ #: gallery-plugin.php:805
219
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
220
  msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
221
 
222
+ #: gallery-plugin.php:809
223
  msgid "Image size for the album cover"
224
  msgstr "Taille de la vignette de l'album"
225
 
226
+ #: gallery-plugin.php:811
227
+ #: gallery-plugin.php:819
228
+ #: gallery-plugin.php:832
229
  msgid "Image size"
230
  msgstr "Taille de l'image"
231
 
232
+ #: gallery-plugin.php:812
233
+ #: gallery-plugin.php:820
234
  msgid "Width (in px)"
235
  msgstr "Largeur (en pixels)"
236
 
237
+ #: gallery-plugin.php:813
238
+ #: gallery-plugin.php:821
239
  msgid "Height (in px)"
240
  msgstr "Hauteur (en pixels)"
241
 
242
+ #: gallery-plugin.php:817
243
  msgid "Gallery image size"
244
  msgstr "Taille de l'image de la galerie"
245
 
246
+ #: gallery-plugin.php:825
247
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
248
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
249
 
250
+ #: gallery-plugin.php:830
251
  #, fuzzy
252
  msgid "Gallery image size in the lightbox"
253
  msgstr "Taille de l'image de la galerie"
254
 
255
+ #: gallery-plugin.php:833
256
  #, fuzzy
257
  msgid "Max width (in px)"
258
  msgstr "Largeur (en pixels)"
259
 
260
+ #: gallery-plugin.php:834
261
  #, fuzzy
262
  msgid "Max height (in px)"
263
  msgstr "Hauteur (en pixels)"
264
 
265
+ #: gallery-plugin.php:835
266
  msgid "Display a full size image in the lightbox"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:839
270
  msgid "Crop position"
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:841
274
  msgid "Horizontal"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:843
278
  #, fuzzy
279
  msgid "left"
280
  msgstr "Supprimer"
281
 
282
+ #: gallery-plugin.php:844
283
+ #: gallery-plugin.php:851
284
  msgid "center"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:845
288
  msgid "right"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:848
292
  msgid "Vertical"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:850
296
  msgid "top"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:852
300
  msgid "bottom"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:857
304
  msgid "Lightbox background"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:859
308
  #, fuzzy
309
  msgid "Default"
310
  msgstr "Supprimer"
311
 
312
+ #: gallery-plugin.php:860
313
  msgid "Background transparency (from 0 to 1)"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:862
317
  #, fuzzy
318
  msgid "Select a background color"
319
  msgstr "Choisir une couleur pour la bordure"
320
 
321
+ #: gallery-plugin.php:864
322
  msgid "Background color"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:871
326
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:878
330
  msgid "Images with border"
331
  msgstr "Image avec bordure"
332
 
333
+ #: gallery-plugin.php:881
334
  msgid "Border width in px, just numbers"
335
  msgstr "Taille de la bordure en pixel, juste le nombre"
336
 
337
+ #: gallery-plugin.php:883
338
+ #: gallery-plugin.php:885
339
  msgid "Select a border color"
340
  msgstr "Choisir une couleur pour la bordure"
341
 
342
+ #: gallery-plugin.php:891
343
  msgid "Number of images in the row"
344
  msgstr "Nombre d'images par ligne"
345
 
346
+ #: gallery-plugin.php:897
347
  msgid "Start slideshow"
348
  msgstr "Démarer le diaporama"
349
 
350
+ #: gallery-plugin.php:903
351
  msgid "Slideshow interval"
352
  msgstr "Interval de transition pour le diaporama"
353
 
354
+ #: gallery-plugin.php:911
355
  msgid "Attachment ID"
356
  msgstr "ID du fichier"
357
 
358
+ #: gallery-plugin.php:912
359
  msgid "Image Name"
360
  msgstr "Nom de l'image "
361
 
362
+ #: gallery-plugin.php:914
363
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
364
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
365
 
366
+ #: gallery-plugin.php:915
367
  msgid "Random"
368
  msgstr "Aléatoire"
369
 
370
+ #: gallery-plugin.php:919
371
  msgid "Sort images"
372
  msgstr "Trier les images"
373
 
374
+ #: gallery-plugin.php:921
375
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
376
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
377
 
378
+ #: gallery-plugin.php:922
379
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
380
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
381
 
382
+ #: gallery-plugin.php:926
383
  msgid "Display text above the image"
384
  msgstr "Aficher le texte au dessus de l'image"
385
 
386
+ #: gallery-plugin.php:928
387
  msgid "If you want to display text just in a lightbox"
388
  msgstr "Si vous voulez juste afficher du texte dans un boite"
389
 
390
+ #: gallery-plugin.php:932
391
  msgid "Display the Back link"
392
  msgstr "Afficher le lien de retour"
393
 
394
+ #: gallery-plugin.php:938
395
  msgid "Display the Back link in the shortcode"
396
  msgstr "Afficher le lien de retour dans le code court"
397
 
398
+ #: gallery-plugin.php:944
399
  msgid "The Back link text"
400
  msgstr "Le text pour le lien de retour"
401
 
402
+ #: gallery-plugin.php:950
403
  msgid "The Back link URL"
404
  msgstr "L'URL pour le lien de retour"
405
 
406
+ #: gallery-plugin.php:952
407
  msgid "Gallery page (Page with Gallery Template)"
408
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
409
 
410
+ #: gallery-plugin.php:954
411
  msgid "(Full URL to custom page)"
412
  msgstr "(URL complète pour la page spécifique)"
413
 
414
+ #: gallery-plugin.php:958
415
  msgid "The Read More link text"
416
  msgstr "Texte pour le lien \"Read More\""
417
 
418
+ #: gallery-plugin.php:966
419
  msgid "Save Changes"
420
  msgstr "Sauvegarder"
421
 
422
+ #: gallery-plugin.php:979
423
  msgid "FAQ"
424
  msgstr "FAQ"
425
 
426
+ #: gallery-plugin.php:980
427
  msgid "Support"
428
  msgstr "Soutien"
429
 
430
+ #: gallery-plugin.php:1187
431
  #: template/gallery-single-template.php:76
432
  msgid "Sorry, nothing found."
433
  msgstr "Désolé, rien n'a été trouvé"
434
 
435
+ #: gallery-plugin.php:1209
436
  #: template/gallery-single-template.php:101
437
  msgid "Download high resolution image"
438
  msgstr "Télécharger l'image en haute résolution"
languages/gallery-he_IL.mo CHANGED
Binary file
languages/gallery-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:103
23
- #: gallery-plugin.php:794
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
26
 
@@ -32,7 +32,7 @@ msgstr "גלריות"
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:128
35
- #: gallery-plugin.php:661
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
@@ -115,7 +115,7 @@ msgstr ""
115
 
116
  # @ gallery
117
  #: gallery-plugin.php:228
118
- #: gallery-plugin.php:908
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "מספר תמונות בשורה"
@@ -169,355 +169,355 @@ msgid "If you want to display a short description containing a screenshot and th
169
  msgstr ""
170
 
171
  # @ gallery
172
- #: gallery-plugin.php:478
173
  msgid "Title"
174
  msgstr "כותרת"
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:479
178
  msgid "Author"
179
  msgstr "מחבר"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:480
183
  #, fuzzy
184
  msgid "Photo"
185
  msgstr "של התמונה"
186
 
187
  # @ gallery
188
- #: gallery-plugin.php:481
189
  #, fuzzy
190
  msgid "Publishing"
191
  msgstr "ציבורי"
192
 
193
  # @ gallery
194
- #: gallery-plugin.php:482
195
- #: gallery-plugin.php:912
196
  msgid "Date"
197
  msgstr "תאריך"
198
 
199
  # @ gallery
200
- #: gallery-plugin.php:630
201
  msgid "Activated plugins"
202
  msgstr "תוספים פעילים"
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:632
206
- #: gallery-plugin.php:640
207
- #: gallery-plugin.php:648
208
  msgid "Read more"
209
  msgstr "קרא עוד"
210
 
211
  # @ gallery
212
- #: gallery-plugin.php:632
213
- #: gallery-plugin.php:977
214
- #: gallery-plugin.php:992
215
  msgid "Settings"
216
  msgstr "הגדרות"
217
 
218
  # @ gallery
219
- #: gallery-plugin.php:638
220
  msgid "Installed plugins"
221
  msgstr "תוספים מותקנים"
222
 
223
  # @ gallery
224
- #: gallery-plugin.php:646
225
  msgid "Recommended plugins"
226
  msgstr "תוספים מומלצים"
227
 
228
  # @ gallery
229
- #: gallery-plugin.php:648
230
  msgid "Download"
231
  msgstr "הורד"
232
 
233
  # @ default
234
- #: gallery-plugin.php:648
235
  #, php-format
236
  msgid "Install %s"
237
  msgstr "התקן %s"
238
 
239
  # @ gallery
240
- #: gallery-plugin.php:648
241
  msgid "Install now from wordpress.org"
242
  msgstr "הורד כעת מ wordpress.org"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:650
246
  #, fuzzy
247
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
248
  msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:688
252
  #, fuzzy
253
  msgid "See images &raquo;"
254
  msgstr "ראו תמונה »"
255
 
256
  # @ gallery
257
- #: gallery-plugin.php:787
258
  #, fuzzy
259
  msgid "Settings are saved"
260
  msgstr "האפשרויות נשמרו."
261
 
262
  # @ gallery
263
- #: gallery-plugin.php:801
264
  #, fuzzy
265
  msgid "Gallery Settings"
266
  msgstr "אפשרויות גלריה"
267
 
268
  # @ gallery
269
- #: gallery-plugin.php:804
270
  #, fuzzy
271
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
272
  msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
273
 
274
  # @ gallery
275
- #: gallery-plugin.php:808
276
  #, fuzzy
277
  msgid "Image size for the album cover"
278
  msgstr "גודל הכריכה של האלבום של הגלריה"
279
 
280
  # @ gallery
281
- #: gallery-plugin.php:810
282
- #: gallery-plugin.php:818
283
- #: gallery-plugin.php:831
284
  #, fuzzy
285
  msgid "Image size"
286
  msgstr "שם גודל תמונה"
287
 
288
  # @ gallery
289
- #: gallery-plugin.php:811
290
- #: gallery-plugin.php:819
291
  msgid "Width (in px)"
292
  msgstr "רוחב (בפיקסלים)"
293
 
294
  # @ gallery
295
- #: gallery-plugin.php:812
296
- #: gallery-plugin.php:820
297
  msgid "Height (in px)"
298
  msgstr "גובה (בפיקסלים)"
299
 
300
  # @ gallery
301
- #: gallery-plugin.php:816
302
  #, fuzzy
303
  msgid "Gallery image size"
304
  msgstr "גלריות"
305
 
306
  # @ gallery
307
- #: gallery-plugin.php:824
308
  #, fuzzy
309
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
310
  msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
311
 
312
- #: gallery-plugin.php:829
313
  msgid "Gallery image size in the lightbox"
314
  msgstr ""
315
 
316
  # @ gallery
317
- #: gallery-plugin.php:832
318
  #, fuzzy
319
  msgid "Max width (in px)"
320
  msgstr "רוחב (בפיקסלים)"
321
 
322
  # @ gallery
323
- #: gallery-plugin.php:833
324
  #, fuzzy
325
  msgid "Max height (in px)"
326
  msgstr "גובה (בפיקסלים)"
327
 
328
- #: gallery-plugin.php:834
329
  msgid "Display a full size image in the lightbox"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:838
333
  msgid "Crop position"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:840
337
  msgid "Horizontal"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:842
341
  msgid "left"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:843
345
- #: gallery-plugin.php:850
346
  msgid "center"
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:844
350
  msgid "right"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:847
354
  msgid "Vertical"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:849
358
  msgid "top"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:851
362
  msgid "bottom"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:856
366
  msgid "Lightbox background"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:858
370
  msgid "Default"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:859
374
  msgid "Background transparency (from 0 to 1)"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:861
378
  msgid "Select a background color"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:863
382
  msgid "Background color"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:870
386
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:877
390
  msgid "Images with border"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:880
394
  msgid "Border width in px, just numbers"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:882
398
- #: gallery-plugin.php:884
399
  msgid "Select a border color"
400
  msgstr ""
401
 
402
  # @ gallery
403
- #: gallery-plugin.php:890
404
  #, fuzzy
405
  msgid "Number of images in the row"
406
  msgstr "מספר תמונות בשורה"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:896
410
  msgid "Start slideshow"
411
  msgstr "התחל מצגת"
412
 
413
  # @ gallery
414
- #: gallery-plugin.php:902
415
  msgid "Slideshow interval"
416
  msgstr "מרווח מצגת"
417
 
418
  # @ gallery
419
- #: gallery-plugin.php:910
420
  #, fuzzy
421
  msgid "Attachment ID"
422
  msgstr "מזהה קובץ מצורף"
423
 
424
  # @ gallery
425
- #: gallery-plugin.php:911
426
  #, fuzzy
427
  msgid "Image Name"
428
  msgstr "תמונה "
429
 
430
  # @ gallery
431
- #: gallery-plugin.php:913
432
  #, fuzzy
433
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
434
  msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
435
 
436
  # @ gallery
437
- #: gallery-plugin.php:914
438
  #, fuzzy
439
  msgid "Random"
440
  msgstr "אקראי"
441
 
442
  # @ gallery
443
- #: gallery-plugin.php:918
444
  #, fuzzy
445
  msgid "Sort images"
446
  msgstr "מספר תמונות בשורה"
447
 
448
  # @ gallery
449
- #: gallery-plugin.php:920
450
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
451
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
452
 
453
  # @ gallery
454
- #: gallery-plugin.php:921
455
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
456
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
457
 
458
- #: gallery-plugin.php:925
459
  msgid "Display text above the image"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:927
463
  msgid "If you want to display text just in a lightbox"
464
  msgstr ""
465
 
466
  # @ gallery
467
- #: gallery-plugin.php:931
468
  #, fuzzy
469
  msgid "Display the Back link"
470
  msgstr "הצג קישור חזרה"
471
 
472
  # @ gallery
473
- #: gallery-plugin.php:937
474
  #, fuzzy
475
  msgid "Display the Back link in the shortcode"
476
  msgstr "הצג קישור חזרה בקיצור הקוד"
477
 
478
- #: gallery-plugin.php:943
479
  msgid "The Back link text"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:949
483
  msgid "The Back link URL"
484
  msgstr ""
485
 
486
- #: gallery-plugin.php:951
487
  msgid "Gallery page (Page with Gallery Template)"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:953
491
  msgid "(Full URL to custom page)"
492
  msgstr ""
493
 
494
- #: gallery-plugin.php:957
495
  msgid "The Read More link text"
496
  msgstr ""
497
 
498
  # @ default
499
- #: gallery-plugin.php:965
500
  msgid "Save Changes"
501
  msgstr "שמור שינויים"
502
 
503
  # @ gallery
504
- #: gallery-plugin.php:978
505
  msgid "FAQ"
506
  msgstr "שאלות ותשובות"
507
 
508
  # @ gallery
509
- #: gallery-plugin.php:979
510
  msgid "Support"
511
  msgstr "תמיכה"
512
 
513
  # @ gallery
514
- #: gallery-plugin.php:1186
515
  #: template/gallery-single-template.php:76
516
  #, fuzzy
517
  msgid "Sorry, nothing found."
518
  msgstr "מצטערים, אין מה למצוא."
519
 
520
- #: gallery-plugin.php:1208
521
  #: template/gallery-single-template.php:101
522
  msgid "Download high resolution image"
523
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:18+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:18+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:103
23
+ #: gallery-plugin.php:795
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
26
 
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:128
35
+ #: gallery-plugin.php:662
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
115
 
116
  # @ gallery
117
  #: gallery-plugin.php:228
118
+ #: gallery-plugin.php:909
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "מספר תמונות בשורה"
169
  msgstr ""
170
 
171
  # @ gallery
172
+ #: gallery-plugin.php:479
173
  msgid "Title"
174
  msgstr "כותרת"
175
 
176
  # @ gallery
177
+ #: gallery-plugin.php:480
178
  msgid "Author"
179
  msgstr "מחבר"
180
 
181
  # @ gallery
182
+ #: gallery-plugin.php:481
183
  #, fuzzy
184
  msgid "Photo"
185
  msgstr "של התמונה"
186
 
187
  # @ gallery
188
+ #: gallery-plugin.php:482
189
  #, fuzzy
190
  msgid "Publishing"
191
  msgstr "ציבורי"
192
 
193
  # @ gallery
194
+ #: gallery-plugin.php:483
195
+ #: gallery-plugin.php:913
196
  msgid "Date"
197
  msgstr "תאריך"
198
 
199
  # @ gallery
200
+ #: gallery-plugin.php:631
201
  msgid "Activated plugins"
202
  msgstr "תוספים פעילים"
203
 
204
  # @ gallery
205
+ #: gallery-plugin.php:633
206
+ #: gallery-plugin.php:641
207
+ #: gallery-plugin.php:649
208
  msgid "Read more"
209
  msgstr "קרא עוד"
210
 
211
  # @ gallery
212
+ #: gallery-plugin.php:633
213
+ #: gallery-plugin.php:978
214
+ #: gallery-plugin.php:993
215
  msgid "Settings"
216
  msgstr "הגדרות"
217
 
218
  # @ gallery
219
+ #: gallery-plugin.php:639
220
  msgid "Installed plugins"
221
  msgstr "תוספים מותקנים"
222
 
223
  # @ gallery
224
+ #: gallery-plugin.php:647
225
  msgid "Recommended plugins"
226
  msgstr "תוספים מומלצים"
227
 
228
  # @ gallery
229
+ #: gallery-plugin.php:649
230
  msgid "Download"
231
  msgstr "הורד"
232
 
233
  # @ default
234
+ #: gallery-plugin.php:649
235
  #, php-format
236
  msgid "Install %s"
237
  msgstr "התקן %s"
238
 
239
  # @ gallery
240
+ #: gallery-plugin.php:649
241
  msgid "Install now from wordpress.org"
242
  msgstr "הורד כעת מ wordpress.org"
243
 
244
  # @ gallery
245
+ #: gallery-plugin.php:651
246
  #, fuzzy
247
+ msgid "If you have any questions, please feel free to contact us via"
248
  msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
249
 
250
  # @ gallery
251
+ #: gallery-plugin.php:689
252
  #, fuzzy
253
  msgid "See images &raquo;"
254
  msgstr "ראו תמונה »"
255
 
256
  # @ gallery
257
+ #: gallery-plugin.php:788
258
  #, fuzzy
259
  msgid "Settings are saved"
260
  msgstr "האפשרויות נשמרו."
261
 
262
  # @ gallery
263
+ #: gallery-plugin.php:802
264
  #, fuzzy
265
  msgid "Gallery Settings"
266
  msgstr "אפשרויות גלריה"
267
 
268
  # @ gallery
269
+ #: gallery-plugin.php:805
270
  #, fuzzy
271
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
272
  msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
273
 
274
  # @ gallery
275
+ #: gallery-plugin.php:809
276
  #, fuzzy
277
  msgid "Image size for the album cover"
278
  msgstr "גודל הכריכה של האלבום של הגלריה"
279
 
280
  # @ gallery
281
+ #: gallery-plugin.php:811
282
+ #: gallery-plugin.php:819
283
+ #: gallery-plugin.php:832
284
  #, fuzzy
285
  msgid "Image size"
286
  msgstr "שם גודל תמונה"
287
 
288
  # @ gallery
289
+ #: gallery-plugin.php:812
290
+ #: gallery-plugin.php:820
291
  msgid "Width (in px)"
292
  msgstr "רוחב (בפיקסלים)"
293
 
294
  # @ gallery
295
+ #: gallery-plugin.php:813
296
+ #: gallery-plugin.php:821
297
  msgid "Height (in px)"
298
  msgstr "גובה (בפיקסלים)"
299
 
300
  # @ gallery
301
+ #: gallery-plugin.php:817
302
  #, fuzzy
303
  msgid "Gallery image size"
304
  msgstr "גלריות"
305
 
306
  # @ gallery
307
+ #: gallery-plugin.php:825
308
  #, fuzzy
309
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
310
  msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
311
 
312
+ #: gallery-plugin.php:830
313
  msgid "Gallery image size in the lightbox"
314
  msgstr ""
315
 
316
  # @ gallery
317
+ #: gallery-plugin.php:833
318
  #, fuzzy
319
  msgid "Max width (in px)"
320
  msgstr "רוחב (בפיקסלים)"
321
 
322
  # @ gallery
323
+ #: gallery-plugin.php:834
324
  #, fuzzy
325
  msgid "Max height (in px)"
326
  msgstr "גובה (בפיקסלים)"
327
 
328
+ #: gallery-plugin.php:835
329
  msgid "Display a full size image in the lightbox"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:839
333
  msgid "Crop position"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:841
337
  msgid "Horizontal"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:843
341
  msgid "left"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:844
345
+ #: gallery-plugin.php:851
346
  msgid "center"
347
  msgstr ""
348
 
349
+ #: gallery-plugin.php:845
350
  msgid "right"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:848
354
  msgid "Vertical"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:850
358
  msgid "top"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:852
362
  msgid "bottom"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:857
366
  msgid "Lightbox background"
367
  msgstr ""
368
 
369
+ #: gallery-plugin.php:859
370
  msgid "Default"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:860
374
  msgid "Background transparency (from 0 to 1)"
375
  msgstr ""
376
 
377
+ #: gallery-plugin.php:862
378
  msgid "Select a background color"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:864
382
  msgid "Background color"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:871
386
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:878
390
  msgid "Images with border"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:881
394
  msgid "Border width in px, just numbers"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:883
398
+ #: gallery-plugin.php:885
399
  msgid "Select a border color"
400
  msgstr ""
401
 
402
  # @ gallery
403
+ #: gallery-plugin.php:891
404
  #, fuzzy
405
  msgid "Number of images in the row"
406
  msgstr "מספר תמונות בשורה"
407
 
408
  # @ gallery
409
+ #: gallery-plugin.php:897
410
  msgid "Start slideshow"
411
  msgstr "התחל מצגת"
412
 
413
  # @ gallery
414
+ #: gallery-plugin.php:903
415
  msgid "Slideshow interval"
416
  msgstr "מרווח מצגת"
417
 
418
  # @ gallery
419
+ #: gallery-plugin.php:911
420
  #, fuzzy
421
  msgid "Attachment ID"
422
  msgstr "מזהה קובץ מצורף"
423
 
424
  # @ gallery
425
+ #: gallery-plugin.php:912
426
  #, fuzzy
427
  msgid "Image Name"
428
  msgstr "תמונה "
429
 
430
  # @ gallery
431
+ #: gallery-plugin.php:914
432
  #, fuzzy
433
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
434
  msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
435
 
436
  # @ gallery
437
+ #: gallery-plugin.php:915
438
  #, fuzzy
439
  msgid "Random"
440
  msgstr "אקראי"
441
 
442
  # @ gallery
443
+ #: gallery-plugin.php:919
444
  #, fuzzy
445
  msgid "Sort images"
446
  msgstr "מספר תמונות בשורה"
447
 
448
  # @ gallery
449
+ #: gallery-plugin.php:921
450
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
451
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
452
 
453
  # @ gallery
454
+ #: gallery-plugin.php:922
455
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
456
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
457
 
458
+ #: gallery-plugin.php:926
459
  msgid "Display text above the image"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:928
463
  msgid "If you want to display text just in a lightbox"
464
  msgstr ""
465
 
466
  # @ gallery
467
+ #: gallery-plugin.php:932
468
  #, fuzzy
469
  msgid "Display the Back link"
470
  msgstr "הצג קישור חזרה"
471
 
472
  # @ gallery
473
+ #: gallery-plugin.php:938
474
  #, fuzzy
475
  msgid "Display the Back link in the shortcode"
476
  msgstr "הצג קישור חזרה בקיצור הקוד"
477
 
478
+ #: gallery-plugin.php:944
479
  msgid "The Back link text"
480
  msgstr ""
481
 
482
+ #: gallery-plugin.php:950
483
  msgid "The Back link URL"
484
  msgstr ""
485
 
486
+ #: gallery-plugin.php:952
487
  msgid "Gallery page (Page with Gallery Template)"
488
  msgstr ""
489
 
490
+ #: gallery-plugin.php:954
491
  msgid "(Full URL to custom page)"
492
  msgstr ""
493
 
494
+ #: gallery-plugin.php:958
495
  msgid "The Read More link text"
496
  msgstr ""
497
 
498
  # @ default
499
+ #: gallery-plugin.php:966
500
  msgid "Save Changes"
501
  msgstr "שמור שינויים"
502
 
503
  # @ gallery
504
+ #: gallery-plugin.php:979
505
  msgid "FAQ"
506
  msgstr "שאלות ותשובות"
507
 
508
  # @ gallery
509
+ #: gallery-plugin.php:980
510
  msgid "Support"
511
  msgstr "תמיכה"
512
 
513
  # @ gallery
514
+ #: gallery-plugin.php:1187
515
  #: template/gallery-single-template.php:76
516
  #, fuzzy
517
  msgid "Sorry, nothing found."
518
  msgstr "מצטערים, אין מה למצוא."
519
 
520
+ #: gallery-plugin.php:1209
521
  #: template/gallery-single-template.php:101
522
  msgid "Download high resolution image"
523
  msgstr ""
languages/gallery-hu_HU.mo CHANGED
Binary file
languages/gallery-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galériák"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
@@ -97,7 +97,7 @@ msgid "Please make a choice"
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
- #: gallery-plugin.php:908
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Képek száma egy sorban"
@@ -147,308 +147,308 @@ msgstr ""
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:478
151
  msgid "Title"
152
  msgstr "Cím"
153
 
154
- #: gallery-plugin.php:479
155
  msgid "Author"
156
  msgstr "Szerző"
157
 
158
- #: gallery-plugin.php:480
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Fotók"
162
 
163
- #: gallery-plugin.php:481
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Publikus"
167
 
168
- #: gallery-plugin.php:482
169
- #: gallery-plugin.php:912
170
  msgid "Date"
171
  msgstr "Dátum"
172
 
173
- #: gallery-plugin.php:630
174
  msgid "Activated plugins"
175
  msgstr "Aktivált bővítmények"
176
 
177
- #: gallery-plugin.php:632
178
- #: gallery-plugin.php:640
179
- #: gallery-plugin.php:648
180
  msgid "Read more"
181
  msgstr "Bővebben"
182
 
183
- #: gallery-plugin.php:632
184
- #: gallery-plugin.php:977
185
- #: gallery-plugin.php:992
186
  msgid "Settings"
187
  msgstr "Beállítások"
188
 
189
- #: gallery-plugin.php:638
190
  msgid "Installed plugins"
191
  msgstr "Telepített bővítmények"
192
 
193
- #: gallery-plugin.php:646
194
  msgid "Recommended plugins"
195
  msgstr "Javasolt bővítmények"
196
 
197
- #: gallery-plugin.php:648
198
  msgid "Download"
199
  msgstr "Letöltés"
200
 
201
- #: gallery-plugin.php:648
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "Telepítés %s"
205
 
206
- #: gallery-plugin.php:648
207
  msgid "Install now from wordpress.org"
208
  msgstr "Telepítés a wordpress.org -ról"
209
 
210
- #: gallery-plugin.php:650
211
  #, fuzzy
212
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
213
  msgstr "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-mail címen, vagy töltse ki űrlapunkat"
214
 
215
- #: gallery-plugin.php:688
216
  #, fuzzy
217
  msgid "See images &raquo;"
218
  msgstr "Fotó megtekintése &raquo;"
219
 
220
- #: gallery-plugin.php:787
221
  #, fuzzy
222
  msgid "Settings are saved"
223
  msgstr "Beállítások elmentve."
224
 
225
- #: gallery-plugin.php:801
226
  #, fuzzy
227
  msgid "Gallery Settings"
228
  msgstr "Galéria beállítások"
229
 
230
- #: gallery-plugin.php:804
231
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:808
235
  #, fuzzy
236
  msgid "Image size for the album cover"
237
  msgstr "Размер для "
238
 
239
- #: gallery-plugin.php:810
240
- #: gallery-plugin.php:818
241
- #: gallery-plugin.php:831
242
  #, fuzzy
243
  msgid "Image size"
244
  msgstr "Kép méret neve"
245
 
246
- #: gallery-plugin.php:811
247
- #: gallery-plugin.php:819
248
  msgid "Width (in px)"
249
  msgstr "Szélesség (px-ben)"
250
 
251
- #: gallery-plugin.php:812
252
- #: gallery-plugin.php:820
253
  msgid "Height (in px)"
254
  msgstr "Magasság (px-ben)"
255
 
256
- #: gallery-plugin.php:816
257
  #, fuzzy
258
  msgid "Gallery image size"
259
  msgstr "Galériák"
260
 
261
- #: gallery-plugin.php:824
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
265
 
266
- #: gallery-plugin.php:829
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:832
271
  #, fuzzy
272
  msgid "Max width (in px)"
273
  msgstr "Szélesség (px-ben)"
274
 
275
- #: gallery-plugin.php:833
276
  #, fuzzy
277
  msgid "Max height (in px)"
278
  msgstr "Magasság (px-ben)"
279
 
280
- #: gallery-plugin.php:834
281
  msgid "Display a full size image in the lightbox"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:838
285
  msgid "Crop position"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:840
289
  msgid "Horizontal"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:842
293
  msgid "left"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:843
297
- #: gallery-plugin.php:850
298
  msgid "center"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:844
302
  msgid "right"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:847
306
  msgid "Vertical"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:849
310
  msgid "top"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:851
314
  msgid "bottom"
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:856
318
  msgid "Lightbox background"
319
  msgstr ""
320
 
321
- #: gallery-plugin.php:858
322
  msgid "Default"
323
  msgstr ""
324
 
325
- #: gallery-plugin.php:859
326
  msgid "Background transparency (from 0 to 1)"
327
  msgstr ""
328
 
329
- #: gallery-plugin.php:861
330
  msgid "Select a background color"
331
  msgstr ""
332
 
333
- #: gallery-plugin.php:863
334
  msgid "Background color"
335
  msgstr ""
336
 
337
- #: gallery-plugin.php:870
338
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
339
  msgstr ""
340
 
341
- #: gallery-plugin.php:877
342
  msgid "Images with border"
343
  msgstr ""
344
 
345
- #: gallery-plugin.php:880
346
  msgid "Border width in px, just numbers"
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:882
350
- #: gallery-plugin.php:884
351
  msgid "Select a border color"
352
  msgstr ""
353
 
354
- #: gallery-plugin.php:890
355
  #, fuzzy
356
  msgid "Number of images in the row"
357
  msgstr "Képek száma egy sorban"
358
 
359
- #: gallery-plugin.php:896
360
  msgid "Start slideshow"
361
  msgstr ""
362
 
363
- #: gallery-plugin.php:902
364
  msgid "Slideshow interval"
365
  msgstr ""
366
 
367
- #: gallery-plugin.php:910
368
  msgid "Attachment ID"
369
  msgstr ""
370
 
371
- #: gallery-plugin.php:911
372
  #, fuzzy
373
  msgid "Image Name"
374
  msgstr "Kép méret neve"
375
 
376
- #: gallery-plugin.php:913
377
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:914
381
  msgid "Random"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:918
385
  #, fuzzy
386
  msgid "Sort images"
387
  msgstr "Képek száma egy sorban"
388
 
389
- #: gallery-plugin.php:920
390
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:921
394
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:925
398
  msgid "Display text above the image"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:927
402
  msgid "If you want to display text just in a lightbox"
403
  msgstr ""
404
 
405
- #: gallery-plugin.php:931
406
  msgid "Display the Back link"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:937
410
  msgid "Display the Back link in the shortcode"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:943
414
  msgid "The Back link text"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:949
418
  msgid "The Back link URL"
419
  msgstr ""
420
 
421
- #: gallery-plugin.php:951
422
  msgid "Gallery page (Page with Gallery Template)"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:953
426
  msgid "(Full URL to custom page)"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:957
430
  msgid "The Read More link text"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:965
434
  msgid "Save Changes"
435
  msgstr "Változások mentése"
436
 
437
- #: gallery-plugin.php:978
438
  msgid "FAQ"
439
  msgstr "Gy.I.K."
440
 
441
- #: gallery-plugin.php:979
442
  msgid "Support"
443
  msgstr "Támogatás"
444
 
445
- #: gallery-plugin.php:1186
446
  #: template/gallery-single-template.php:76
447
  #, fuzzy
448
  msgid "Sorry, nothing found."
449
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
450
 
451
- #: gallery-plugin.php:1208
452
  #: template/gallery-single-template.php:101
453
  msgid "Download high resolution image"
454
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:18+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:18+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Galériák"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:909
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Képek száma egy sorban"
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
+ #: gallery-plugin.php:479
151
  msgid "Title"
152
  msgstr "Cím"
153
 
154
+ #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "Szerző"
157
 
158
+ #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Fotók"
162
 
163
+ #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Publikus"
167
 
168
+ #: gallery-plugin.php:483
169
+ #: gallery-plugin.php:913
170
  msgid "Date"
171
  msgstr "Dátum"
172
 
173
+ #: gallery-plugin.php:631
174
  msgid "Activated plugins"
175
  msgstr "Aktivált bővítmények"
176
 
177
+ #: gallery-plugin.php:633
178
+ #: gallery-plugin.php:641
179
+ #: gallery-plugin.php:649
180
  msgid "Read more"
181
  msgstr "Bővebben"
182
 
183
+ #: gallery-plugin.php:633
184
+ #: gallery-plugin.php:978
185
+ #: gallery-plugin.php:993
186
  msgid "Settings"
187
  msgstr "Beállítások"
188
 
189
+ #: gallery-plugin.php:639
190
  msgid "Installed plugins"
191
  msgstr "Telepített bővítmények"
192
 
193
+ #: gallery-plugin.php:647
194
  msgid "Recommended plugins"
195
  msgstr "Javasolt bővítmények"
196
 
197
+ #: gallery-plugin.php:649
198
  msgid "Download"
199
  msgstr "Letöltés"
200
 
201
+ #: gallery-plugin.php:649
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "Telepítés %s"
205
 
206
+ #: gallery-plugin.php:649
207
  msgid "Install now from wordpress.org"
208
  msgstr "Telepítés a wordpress.org -ról"
209
 
210
+ #: gallery-plugin.php:651
211
  #, fuzzy
212
+ msgid "If you have any questions, please feel free to contact us via"
213
  msgstr "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-mail címen, vagy töltse ki űrlapunkat"
214
 
215
+ #: gallery-plugin.php:689
216
  #, fuzzy
217
  msgid "See images &raquo;"
218
  msgstr "Fotó megtekintése &raquo;"
219
 
220
+ #: gallery-plugin.php:788
221
  #, fuzzy
222
  msgid "Settings are saved"
223
  msgstr "Beállítások elmentve."
224
 
225
+ #: gallery-plugin.php:802
226
  #, fuzzy
227
  msgid "Gallery Settings"
228
  msgstr "Galéria beállítások"
229
 
230
+ #: gallery-plugin.php:805
231
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:809
235
  #, fuzzy
236
  msgid "Image size for the album cover"
237
  msgstr "Размер для "
238
 
239
+ #: gallery-plugin.php:811
240
+ #: gallery-plugin.php:819
241
+ #: gallery-plugin.php:832
242
  #, fuzzy
243
  msgid "Image size"
244
  msgstr "Kép méret neve"
245
 
246
+ #: gallery-plugin.php:812
247
+ #: gallery-plugin.php:820
248
  msgid "Width (in px)"
249
  msgstr "Szélesség (px-ben)"
250
 
251
+ #: gallery-plugin.php:813
252
+ #: gallery-plugin.php:821
253
  msgid "Height (in px)"
254
  msgstr "Magasság (px-ben)"
255
 
256
+ #: gallery-plugin.php:817
257
  #, fuzzy
258
  msgid "Gallery image size"
259
  msgstr "Galériák"
260
 
261
+ #: gallery-plugin.php:825
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
265
 
266
+ #: gallery-plugin.php:830
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:833
271
  #, fuzzy
272
  msgid "Max width (in px)"
273
  msgstr "Szélesség (px-ben)"
274
 
275
+ #: gallery-plugin.php:834
276
  #, fuzzy
277
  msgid "Max height (in px)"
278
  msgstr "Magasság (px-ben)"
279
 
280
+ #: gallery-plugin.php:835
281
  msgid "Display a full size image in the lightbox"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:839
285
  msgid "Crop position"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:841
289
  msgid "Horizontal"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:843
293
  msgid "left"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:844
297
+ #: gallery-plugin.php:851
298
  msgid "center"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:845
302
  msgid "right"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:848
306
  msgid "Vertical"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:850
310
  msgid "top"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:852
314
  msgid "bottom"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:857
318
  msgid "Lightbox background"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:859
322
  msgid "Default"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:860
326
  msgid "Background transparency (from 0 to 1)"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:862
330
  msgid "Select a background color"
331
  msgstr ""
332
 
333
+ #: gallery-plugin.php:864
334
  msgid "Background color"
335
  msgstr ""
336
 
337
+ #: gallery-plugin.php:871
338
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
339
  msgstr ""
340
 
341
+ #: gallery-plugin.php:878
342
  msgid "Images with border"
343
  msgstr ""
344
 
345
+ #: gallery-plugin.php:881
346
  msgid "Border width in px, just numbers"
347
  msgstr ""
348
 
349
+ #: gallery-plugin.php:883
350
+ #: gallery-plugin.php:885
351
  msgid "Select a border color"
352
  msgstr ""
353
 
354
+ #: gallery-plugin.php:891
355
  #, fuzzy
356
  msgid "Number of images in the row"
357
  msgstr "Képek száma egy sorban"
358
 
359
+ #: gallery-plugin.php:897
360
  msgid "Start slideshow"
361
  msgstr ""
362
 
363
+ #: gallery-plugin.php:903
364
  msgid "Slideshow interval"
365
  msgstr ""
366
 
367
+ #: gallery-plugin.php:911
368
  msgid "Attachment ID"
369
  msgstr ""
370
 
371
+ #: gallery-plugin.php:912
372
  #, fuzzy
373
  msgid "Image Name"
374
  msgstr "Kép méret neve"
375
 
376
+ #: gallery-plugin.php:914
377
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:915
381
  msgid "Random"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:919
385
  #, fuzzy
386
  msgid "Sort images"
387
  msgstr "Képek száma egy sorban"
388
 
389
+ #: gallery-plugin.php:921
390
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:922
394
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:926
398
  msgid "Display text above the image"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:928
402
  msgid "If you want to display text just in a lightbox"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:932
406
  msgid "Display the Back link"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:938
410
  msgid "Display the Back link in the shortcode"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:944
414
  msgid "The Back link text"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:950
418
  msgid "The Back link URL"
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:952
422
  msgid "Gallery page (Page with Gallery Template)"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:954
426
  msgid "(Full URL to custom page)"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:958
430
  msgid "The Read More link text"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:966
434
  msgid "Save Changes"
435
  msgstr "Változások mentése"
436
 
437
+ #: gallery-plugin.php:979
438
  msgid "FAQ"
439
  msgstr "Gy.I.K."
440
 
441
+ #: gallery-plugin.php:980
442
  msgid "Support"
443
  msgstr "Támogatás"
444
 
445
+ #: gallery-plugin.php:1187
446
  #: template/gallery-single-template.php:76
447
  #, fuzzy
448
  msgid "Sorry, nothing found."
449
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
450
 
451
+ #: gallery-plugin.php:1209
452
  #: template/gallery-single-template.php:101
453
  msgid "Download high resolution image"
454
  msgstr ""
languages/gallery-it_IT.mo CHANGED
Binary file
languages/gallery-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Gallerie"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
@@ -97,7 +97,7 @@ msgid "Please make a choice"
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
- #: gallery-plugin.php:908
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Conta immagini"
@@ -148,314 +148,314 @@ msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo q
148
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:478
152
  msgid "Title"
153
  msgstr "Titolo"
154
 
155
- #: gallery-plugin.php:479
156
  msgid "Author"
157
  msgstr "Autore"
158
 
159
- #: gallery-plugin.php:480
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Foto"
163
 
164
- #: gallery-plugin.php:481
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Pubblico"
168
 
169
- #: gallery-plugin.php:482
170
- #: gallery-plugin.php:912
171
  msgid "Date"
172
  msgstr "Data"
173
 
174
- #: gallery-plugin.php:630
175
  msgid "Activated plugins"
176
  msgstr "Attivare plugin"
177
 
178
- #: gallery-plugin.php:632
179
- #: gallery-plugin.php:640
180
- #: gallery-plugin.php:648
181
  msgid "Read more"
182
  msgstr "Leggi altro"
183
 
184
- #: gallery-plugin.php:632
185
- #: gallery-plugin.php:977
186
- #: gallery-plugin.php:992
187
  msgid "Settings"
188
  msgstr "Impostazioni"
189
 
190
- #: gallery-plugin.php:638
191
  msgid "Installed plugins"
192
  msgstr "Plugin installati"
193
 
194
- #: gallery-plugin.php:646
195
  msgid "Recommended plugins"
196
  msgstr "Plugin consigliati"
197
 
198
- #: gallery-plugin.php:648
199
  msgid "Download"
200
  msgstr "Download"
201
 
202
- #: gallery-plugin.php:648
203
  #, php-format
204
  msgid "Install %s"
205
  msgstr "Installа %s"
206
 
207
- #: gallery-plugin.php:648
208
  msgid "Install now from wordpress.org"
209
  msgstr "Installa ora da wordpress.org"
210
 
211
- #: gallery-plugin.php:650
212
  #, fuzzy
213
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
214
  msgstr "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
215
 
216
- #: gallery-plugin.php:688
217
  #, fuzzy
218
  msgid "See images &raquo;"
219
  msgstr "Guarda foto &raquo;"
220
 
221
- #: gallery-plugin.php:787
222
  #, fuzzy
223
  msgid "Settings are saved"
224
  msgstr "Opzioni salvate."
225
 
226
- #: gallery-plugin.php:801
227
  #, fuzzy
228
  msgid "Gallery Settings"
229
  msgstr "Opzioni gallerie"
230
 
231
- #: gallery-plugin.php:804
232
  #, fuzzy
233
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
234
  msgstr "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia questo codice e inseriscilo nel contenuto della pagina o del post"
235
 
236
- #: gallery-plugin.php:808
237
  #, fuzzy
238
  msgid "Image size for the album cover"
239
  msgstr "Размер для "
240
 
241
- #: gallery-plugin.php:810
242
- #: gallery-plugin.php:818
243
- #: gallery-plugin.php:831
244
  #, fuzzy
245
  msgid "Image size"
246
  msgstr "Image size name"
247
 
248
- #: gallery-plugin.php:811
249
- #: gallery-plugin.php:819
250
  msgid "Width (in px)"
251
  msgstr "Larghezza in px"
252
 
253
- #: gallery-plugin.php:812
254
- #: gallery-plugin.php:820
255
  msgid "Height (in px)"
256
  msgstr "Altezza in px"
257
 
258
- #: gallery-plugin.php:816
259
  #, fuzzy
260
  msgid "Gallery image size"
261
  msgstr "Gallerie"
262
 
263
- #: gallery-plugin.php:824
264
  #, fuzzy
265
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
266
  msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
267
 
268
- #: gallery-plugin.php:829
269
  msgid "Gallery image size in the lightbox"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:832
273
  #, fuzzy
274
  msgid "Max width (in px)"
275
  msgstr "Larghezza in px"
276
 
277
- #: gallery-plugin.php:833
278
  #, fuzzy
279
  msgid "Max height (in px)"
280
  msgstr "Altezza in px"
281
 
282
- #: gallery-plugin.php:834
283
  msgid "Display a full size image in the lightbox"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:838
287
  msgid "Crop position"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:840
291
  msgid "Horizontal"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:842
295
  msgid "left"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:843
299
- #: gallery-plugin.php:850
300
  msgid "center"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:844
304
  msgid "right"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:847
308
  msgid "Vertical"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:849
312
  msgid "top"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:851
316
  msgid "bottom"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:856
320
  msgid "Lightbox background"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:858
324
  msgid "Default"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:859
328
  msgid "Background transparency (from 0 to 1)"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:861
332
  msgid "Select a background color"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:863
336
  msgid "Background color"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:870
340
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:877
344
  msgid "Images with border"
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:880
348
  msgid "Border width in px, just numbers"
349
  msgstr ""
350
 
351
- #: gallery-plugin.php:882
352
- #: gallery-plugin.php:884
353
  msgid "Select a border color"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:890
357
  #, fuzzy
358
  msgid "Number of images in the row"
359
  msgstr "Conta immagini"
360
 
361
- #: gallery-plugin.php:896
362
  msgid "Start slideshow"
363
  msgstr "Avvia presentazione"
364
 
365
- #: gallery-plugin.php:902
366
  msgid "Slideshow interval"
367
  msgstr "Intervallo presentazione"
368
 
369
- #: gallery-plugin.php:910
370
  #, fuzzy
371
  msgid "Attachment ID"
372
  msgstr "Id di visualizzazione"
373
 
374
- #: gallery-plugin.php:911
375
  #, fuzzy
376
  msgid "Image Name"
377
  msgstr "Immagine"
378
 
379
- #: gallery-plugin.php:913
380
  #, fuzzy
381
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
382
  msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
383
 
384
- #: gallery-plugin.php:914
385
  #, fuzzy
386
  msgid "Random"
387
  msgstr "Casuale"
388
 
389
- #: gallery-plugin.php:918
390
  #, fuzzy
391
  msgid "Sort images"
392
  msgstr "Conta immagini"
393
 
394
- #: gallery-plugin.php:920
395
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
396
  msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
397
 
398
- #: gallery-plugin.php:921
399
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
400
  msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
401
 
402
- #: gallery-plugin.php:925
403
  msgid "Display text above the image"
404
  msgstr ""
405
 
406
- #: gallery-plugin.php:927
407
  msgid "If you want to display text just in a lightbox"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:931
411
  #, fuzzy
412
  msgid "Display the Back link"
413
  msgstr "Mostra lin di ritorno"
414
 
415
- #: gallery-plugin.php:937
416
  #, fuzzy
417
  msgid "Display the Back link in the shortcode"
418
  msgstr "Mostra il link di ritorno col codice"
419
 
420
- #: gallery-plugin.php:943
421
  msgid "The Back link text"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:949
425
  msgid "The Back link URL"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:951
429
  msgid "Gallery page (Page with Gallery Template)"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:953
433
  msgid "(Full URL to custom page)"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:957
437
  msgid "The Read More link text"
438
  msgstr ""
439
 
440
- #: gallery-plugin.php:965
441
  msgid "Save Changes"
442
  msgstr "Salva cambiamenti"
443
 
444
- #: gallery-plugin.php:978
445
  msgid "FAQ"
446
  msgstr "FAQ "
447
 
448
- #: gallery-plugin.php:979
449
  msgid "Support"
450
  msgstr "Supporto"
451
 
452
- #: gallery-plugin.php:1186
453
  #: template/gallery-single-template.php:76
454
  #, fuzzy
455
  msgid "Sorry, nothing found."
456
  msgstr "Spiacente - non è stato trovato nulla."
457
 
458
- #: gallery-plugin.php:1208
459
  #: template/gallery-single-template.php:101
460
  msgid "Download high resolution image"
461
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:18+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:18+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
23
 
27
  msgstr "Gallerie"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:909
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Conta immagini"
148
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:479
152
  msgid "Title"
153
  msgstr "Titolo"
154
 
155
+ #: gallery-plugin.php:480
156
  msgid "Author"
157
  msgstr "Autore"
158
 
159
+ #: gallery-plugin.php:481
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Foto"
163
 
164
+ #: gallery-plugin.php:482
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Pubblico"
168
 
169
+ #: gallery-plugin.php:483
170
+ #: gallery-plugin.php:913
171
  msgid "Date"
172
  msgstr "Data"
173
 
174
+ #: gallery-plugin.php:631
175
  msgid "Activated plugins"
176
  msgstr "Attivare plugin"
177
 
178
+ #: gallery-plugin.php:633
179
+ #: gallery-plugin.php:641
180
+ #: gallery-plugin.php:649
181
  msgid "Read more"
182
  msgstr "Leggi altro"
183
 
184
+ #: gallery-plugin.php:633
185
+ #: gallery-plugin.php:978
186
+ #: gallery-plugin.php:993
187
  msgid "Settings"
188
  msgstr "Impostazioni"
189
 
190
+ #: gallery-plugin.php:639
191
  msgid "Installed plugins"
192
  msgstr "Plugin installati"
193
 
194
+ #: gallery-plugin.php:647
195
  msgid "Recommended plugins"
196
  msgstr "Plugin consigliati"
197
 
198
+ #: gallery-plugin.php:649
199
  msgid "Download"
200
  msgstr "Download"
201
 
202
+ #: gallery-plugin.php:649
203
  #, php-format
204
  msgid "Install %s"
205
  msgstr "Installа %s"
206
 
207
+ #: gallery-plugin.php:649
208
  msgid "Install now from wordpress.org"
209
  msgstr "Installa ora da wordpress.org"
210
 
211
+ #: gallery-plugin.php:651
212
  #, fuzzy
213
+ msgid "If you have any questions, please feel free to contact us via"
214
  msgstr "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
215
 
216
+ #: gallery-plugin.php:689
217
  #, fuzzy
218
  msgid "See images &raquo;"
219
  msgstr "Guarda foto &raquo;"
220
 
221
+ #: gallery-plugin.php:788
222
  #, fuzzy
223
  msgid "Settings are saved"
224
  msgstr "Opzioni salvate."
225
 
226
+ #: gallery-plugin.php:802
227
  #, fuzzy
228
  msgid "Gallery Settings"
229
  msgstr "Opzioni gallerie"
230
 
231
+ #: gallery-plugin.php:805
232
  #, fuzzy
233
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
234
  msgstr "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia questo codice e inseriscilo nel contenuto della pagina o del post"
235
 
236
+ #: gallery-plugin.php:809
237
  #, fuzzy
238
  msgid "Image size for the album cover"
239
  msgstr "Размер для "
240
 
241
+ #: gallery-plugin.php:811
242
+ #: gallery-plugin.php:819
243
+ #: gallery-plugin.php:832
244
  #, fuzzy
245
  msgid "Image size"
246
  msgstr "Image size name"
247
 
248
+ #: gallery-plugin.php:812
249
+ #: gallery-plugin.php:820
250
  msgid "Width (in px)"
251
  msgstr "Larghezza in px"
252
 
253
+ #: gallery-plugin.php:813
254
+ #: gallery-plugin.php:821
255
  msgid "Height (in px)"
256
  msgstr "Altezza in px"
257
 
258
+ #: gallery-plugin.php:817
259
  #, fuzzy
260
  msgid "Gallery image size"
261
  msgstr "Gallerie"
262
 
263
+ #: gallery-plugin.php:825
264
  #, fuzzy
265
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
266
  msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
267
 
268
+ #: gallery-plugin.php:830
269
  msgid "Gallery image size in the lightbox"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:833
273
  #, fuzzy
274
  msgid "Max width (in px)"
275
  msgstr "Larghezza in px"
276
 
277
+ #: gallery-plugin.php:834
278
  #, fuzzy
279
  msgid "Max height (in px)"
280
  msgstr "Altezza in px"
281
 
282
+ #: gallery-plugin.php:835
283
  msgid "Display a full size image in the lightbox"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:839
287
  msgid "Crop position"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:841
291
  msgid "Horizontal"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:843
295
  msgid "left"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:844
299
+ #: gallery-plugin.php:851
300
  msgid "center"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:845
304
  msgid "right"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:848
308
  msgid "Vertical"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:850
312
  msgid "top"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:852
316
  msgid "bottom"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:857
320
  msgid "Lightbox background"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:859
324
  msgid "Default"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:860
328
  msgid "Background transparency (from 0 to 1)"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:862
332
  msgid "Select a background color"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:864
336
  msgid "Background color"
337
  msgstr ""
338
 
339
+ #: gallery-plugin.php:871
340
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:878
344
  msgid "Images with border"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:881
348
  msgid "Border width in px, just numbers"
349
  msgstr ""
350
 
351
+ #: gallery-plugin.php:883
352
+ #: gallery-plugin.php:885
353
  msgid "Select a border color"
354
  msgstr ""
355
 
356
+ #: gallery-plugin.php:891
357
  #, fuzzy
358
  msgid "Number of images in the row"
359
  msgstr "Conta immagini"
360
 
361
+ #: gallery-plugin.php:897
362
  msgid "Start slideshow"
363
  msgstr "Avvia presentazione"
364
 
365
+ #: gallery-plugin.php:903
366
  msgid "Slideshow interval"
367
  msgstr "Intervallo presentazione"
368
 
369
+ #: gallery-plugin.php:911
370
  #, fuzzy
371
  msgid "Attachment ID"
372
  msgstr "Id di visualizzazione"
373
 
374
+ #: gallery-plugin.php:912
375
  #, fuzzy
376
  msgid "Image Name"
377
  msgstr "Immagine"
378
 
379
+ #: gallery-plugin.php:914
380
  #, fuzzy
381
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
382
  msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
383
 
384
+ #: gallery-plugin.php:915
385
  #, fuzzy
386
  msgid "Random"
387
  msgstr "Casuale"
388
 
389
+ #: gallery-plugin.php:919
390
  #, fuzzy
391
  msgid "Sort images"
392
  msgstr "Conta immagini"
393
 
394
+ #: gallery-plugin.php:921
395
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
396
  msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
397
 
398
+ #: gallery-plugin.php:922
399
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
400
  msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
401
 
402
+ #: gallery-plugin.php:926
403
  msgid "Display text above the image"
404
  msgstr ""
405
 
406
+ #: gallery-plugin.php:928
407
  msgid "If you want to display text just in a lightbox"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:932
411
  #, fuzzy
412
  msgid "Display the Back link"
413
  msgstr "Mostra lin di ritorno"
414
 
415
+ #: gallery-plugin.php:938
416
  #, fuzzy
417
  msgid "Display the Back link in the shortcode"
418
  msgstr "Mostra il link di ritorno col codice"
419
 
420
+ #: gallery-plugin.php:944
421
  msgid "The Back link text"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:950
425
  msgid "The Back link URL"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:952
429
  msgid "Gallery page (Page with Gallery Template)"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:954
433
  msgid "(Full URL to custom page)"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:958
437
  msgid "The Read More link text"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:966
441
  msgid "Save Changes"
442
  msgstr "Salva cambiamenti"
443
 
444
+ #: gallery-plugin.php:979
445
  msgid "FAQ"
446
  msgstr "FAQ "
447
 
448
+ #: gallery-plugin.php:980
449
  msgid "Support"
450
  msgstr "Supporto"
451
 
452
+ #: gallery-plugin.php:1187
453
  #: template/gallery-single-template.php:76
454
  #, fuzzy
455
  msgid "Sorry, nothing found."
456
  msgstr "Spiacente - non è stato trovato nulla."
457
 
458
+ #: gallery-plugin.php:1209
459
  #: template/gallery-single-template.php:101
460
  msgid "Download high resolution image"
461
  msgstr ""
languages/gallery-ka_GE.mo CHANGED
Binary file
languages/gallery-ka_GE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "გალერეა"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
@@ -97,7 +97,7 @@ msgid "Please make a choice"
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
- #: gallery-plugin.php:908
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "სურათების რაოდენობა მწკრივში"
@@ -147,307 +147,307 @@ msgstr ""
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:478
151
  msgid "Title"
152
  msgstr "სათაური"
153
 
154
- #: gallery-plugin.php:479
155
  msgid "Author"
156
  msgstr "ავტორი"
157
 
158
- #: gallery-plugin.php:480
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "ფოტო"
162
 
163
- #: gallery-plugin.php:481
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "საჯარო"
167
 
168
- #: gallery-plugin.php:482
169
- #: gallery-plugin.php:912
170
  msgid "Date"
171
  msgstr "თარიღი"
172
 
173
- #: gallery-plugin.php:630
174
  msgid "Activated plugins"
175
  msgstr "გააქტიურებული დანამატები:"
176
 
177
- #: gallery-plugin.php:632
178
- #: gallery-plugin.php:640
179
- #: gallery-plugin.php:648
180
  msgid "Read more"
181
  msgstr "სრულად ნახვა"
182
 
183
- #: gallery-plugin.php:632
184
- #: gallery-plugin.php:977
185
- #: gallery-plugin.php:992
186
  msgid "Settings"
187
  msgstr "პარამეტრები"
188
 
189
- #: gallery-plugin.php:638
190
  msgid "Installed plugins"
191
  msgstr "დაყენებული დანამატები"
192
 
193
- #: gallery-plugin.php:646
194
  msgid "Recommended plugins"
195
  msgstr "რეკომენდირებული დანამატები"
196
 
197
- #: gallery-plugin.php:648
198
  msgid "Download"
199
  msgstr "გადმოტვირთვა"
200
 
201
- #: gallery-plugin.php:648
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "დაყენებულია %s"
205
 
206
- #: gallery-plugin.php:648
207
  msgid "Install now from wordpress.org"
208
  msgstr "დააყენეთ wordpress.org-იდან"
209
 
210
- #: gallery-plugin.php:650
211
  #, fuzzy
212
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
213
  msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
214
 
215
- #: gallery-plugin.php:688
216
  msgid "See images &raquo;"
217
  msgstr ""
218
 
219
- #: gallery-plugin.php:787
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "პარამეტრები შენახულია"
223
 
224
- #: gallery-plugin.php:801
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "გალერეის პარამეტრები"
228
 
229
- #: gallery-plugin.php:804
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:808
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
- #: gallery-plugin.php:810
239
- #: gallery-plugin.php:818
240
- #: gallery-plugin.php:831
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "ზომის სახელი"
244
 
245
- #: gallery-plugin.php:811
246
- #: gallery-plugin.php:819
247
  msgid "Width (in px)"
248
  msgstr "სიგანე(პიქსელებში)"
249
 
250
- #: gallery-plugin.php:812
251
- #: gallery-plugin.php:820
252
  msgid "Height (in px)"
253
  msgstr "სიმაღლე(პიქსელებში)"
254
 
255
- #: gallery-plugin.php:816
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "გალერეა"
259
 
260
- #: gallery-plugin.php:824
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
264
 
265
- #: gallery-plugin.php:829
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:832
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "სიგანე(პიქსელებში)"
273
 
274
- #: gallery-plugin.php:833
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "სიმაღლე(პიქსელებში)"
278
 
279
- #: gallery-plugin.php:834
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:838
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:840
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:842
292
  msgid "left"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:843
296
- #: gallery-plugin.php:850
297
  msgid "center"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:844
301
  msgid "right"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:847
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:849
309
  msgid "top"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:851
313
  msgid "bottom"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:856
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:858
321
  msgid "Default"
322
  msgstr ""
323
 
324
- #: gallery-plugin.php:859
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:861
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:863
333
  msgid "Background color"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:870
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:877
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:880
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:882
349
- #: gallery-plugin.php:884
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:890
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "სურათების რაოდენობა მწკრივში"
357
 
358
- #: gallery-plugin.php:896
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
- #: gallery-plugin.php:902
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
- #: gallery-plugin.php:910
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:911
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "ზომის სახელი"
374
 
375
- #: gallery-plugin.php:913
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
- #: gallery-plugin.php:914
380
  msgid "Random"
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:918
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "სურათების რაოდენობა მწკრივში"
387
 
388
- #: gallery-plugin.php:920
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:921
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:925
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:927
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:931
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:937
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:943
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:949
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:951
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:953
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:957
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:965
433
  msgid "Save Changes"
434
  msgstr "ცვლილებების შენახვა"
435
 
436
- #: gallery-plugin.php:978
437
  msgid "FAQ"
438
  msgstr "FAQ"
439
 
440
- #: gallery-plugin.php:979
441
  msgid "Support"
442
  msgstr "Support"
443
 
444
- #: gallery-plugin.php:1186
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
449
 
450
- #: gallery-plugin.php:1208
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:18+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:18+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "გალერეა"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:909
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "სურათების რაოდენობა მწკრივში"
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
+ #: gallery-plugin.php:479
151
  msgid "Title"
152
  msgstr "სათაური"
153
 
154
+ #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "ავტორი"
157
 
158
+ #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "ფოტო"
162
 
163
+ #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "საჯარო"
167
 
168
+ #: gallery-plugin.php:483
169
+ #: gallery-plugin.php:913
170
  msgid "Date"
171
  msgstr "თარიღი"
172
 
173
+ #: gallery-plugin.php:631
174
  msgid "Activated plugins"
175
  msgstr "გააქტიურებული დანამატები:"
176
 
177
+ #: gallery-plugin.php:633
178
+ #: gallery-plugin.php:641
179
+ #: gallery-plugin.php:649
180
  msgid "Read more"
181
  msgstr "სრულად ნახვა"
182
 
183
+ #: gallery-plugin.php:633
184
+ #: gallery-plugin.php:978
185
+ #: gallery-plugin.php:993
186
  msgid "Settings"
187
  msgstr "პარამეტრები"
188
 
189
+ #: gallery-plugin.php:639
190
  msgid "Installed plugins"
191
  msgstr "დაყენებული დანამატები"
192
 
193
+ #: gallery-plugin.php:647
194
  msgid "Recommended plugins"
195
  msgstr "რეკომენდირებული დანამატები"
196
 
197
+ #: gallery-plugin.php:649
198
  msgid "Download"
199
  msgstr "გადმოტვირთვა"
200
 
201
+ #: gallery-plugin.php:649
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "დაყენებულია %s"
205
 
206
+ #: gallery-plugin.php:649
207
  msgid "Install now from wordpress.org"
208
  msgstr "დააყენეთ wordpress.org-იდან"
209
 
210
+ #: gallery-plugin.php:651
211
  #, fuzzy
212
+ msgid "If you have any questions, please feel free to contact us via"
213
  msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
214
 
215
+ #: gallery-plugin.php:689
216
  msgid "See images &raquo;"
217
  msgstr ""
218
 
219
+ #: gallery-plugin.php:788
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "პარამეტრები შენახულია"
223
 
224
+ #: gallery-plugin.php:802
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "გალერეის პარამეტრები"
228
 
229
+ #: gallery-plugin.php:805
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:809
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
+ #: gallery-plugin.php:811
239
+ #: gallery-plugin.php:819
240
+ #: gallery-plugin.php:832
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "ზომის სახელი"
244
 
245
+ #: gallery-plugin.php:812
246
+ #: gallery-plugin.php:820
247
  msgid "Width (in px)"
248
  msgstr "სიგანე(პიქსელებში)"
249
 
250
+ #: gallery-plugin.php:813
251
+ #: gallery-plugin.php:821
252
  msgid "Height (in px)"
253
  msgstr "სიმაღლე(პიქსელებში)"
254
 
255
+ #: gallery-plugin.php:817
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "გალერეა"
259
 
260
+ #: gallery-plugin.php:825
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
264
 
265
+ #: gallery-plugin.php:830
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:833
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "სიგანე(პიქსელებში)"
273
 
274
+ #: gallery-plugin.php:834
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "სიმაღლე(პიქსელებში)"
278
 
279
+ #: gallery-plugin.php:835
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:839
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:841
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:843
292
  msgid "left"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:844
296
+ #: gallery-plugin.php:851
297
  msgid "center"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:845
301
  msgid "right"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:848
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:850
309
  msgid "top"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:852
313
  msgid "bottom"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:857
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:859
321
  msgid "Default"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:860
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:862
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:864
333
  msgid "Background color"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:871
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:878
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:881
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:883
349
+ #: gallery-plugin.php:885
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:891
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "სურათების რაოდენობა მწკრივში"
357
 
358
+ #: gallery-plugin.php:897
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:911
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:912
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "ზომის სახელი"
374
 
375
+ #: gallery-plugin.php:914
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
+ #: gallery-plugin.php:915
380
  msgid "Random"
381
  msgstr ""
382
 
383
+ #: gallery-plugin.php:919
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "სურათების რაოდენობა მწკრივში"
387
 
388
+ #: gallery-plugin.php:921
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:922
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:926
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:928
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:932
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:938
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
+ #: gallery-plugin.php:944
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:950
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
+ #: gallery-plugin.php:952
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:954
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:958
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:966
433
  msgid "Save Changes"
434
  msgstr "ცვლილებების შენახვა"
435
 
436
+ #: gallery-plugin.php:979
437
  msgid "FAQ"
438
  msgstr "FAQ"
439
 
440
+ #: gallery-plugin.php:980
441
  msgid "Support"
442
  msgstr "Support"
443
 
444
+ #: gallery-plugin.php:1187
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
449
 
450
+ #: gallery-plugin.php:1209
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
languages/gallery-lt_LT.mo CHANGED
Binary file
languages/gallery-lt_LT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerijos"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
@@ -97,7 +97,7 @@ msgid "Please make a choice"
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
- #: gallery-plugin.php:908
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Paveikslėlių eilėje kiekis"
@@ -148,314 +148,314 @@ msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąj
148
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:478
152
  msgid "Title"
153
  msgstr "Pavadinimas"
154
 
155
- #: gallery-plugin.php:479
156
  msgid "Author"
157
  msgstr "Autorius"
158
 
159
- #: gallery-plugin.php:480
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Nuotraukos"
163
 
164
- #: gallery-plugin.php:481
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Vieša"
168
 
169
- #: gallery-plugin.php:482
170
- #: gallery-plugin.php:912
171
  msgid "Date"
172
  msgstr "Data"
173
 
174
- #: gallery-plugin.php:630
175
  msgid "Activated plugins"
176
  msgstr "Įjungti įskiepiai"
177
 
178
- #: gallery-plugin.php:632
179
- #: gallery-plugin.php:640
180
- #: gallery-plugin.php:648
181
  msgid "Read more"
182
  msgstr "Skaityti daugiau"
183
 
184
- #: gallery-plugin.php:632
185
- #: gallery-plugin.php:977
186
- #: gallery-plugin.php:992
187
  msgid "Settings"
188
  msgstr "Nustatymai"
189
 
190
- #: gallery-plugin.php:638
191
  msgid "Installed plugins"
192
  msgstr "Įdiegti įskiepiai"
193
 
194
- #: gallery-plugin.php:646
195
  msgid "Recommended plugins"
196
  msgstr "Rekomenduojami įskiepiai"
197
 
198
- #: gallery-plugin.php:648
199
  msgid "Download"
200
  msgstr "Atsisiųsti"
201
 
202
- #: gallery-plugin.php:648
203
  #, php-format
204
  msgid "Install %s"
205
  msgstr "Įdiegti %s"
206
 
207
- #: gallery-plugin.php:648
208
  msgid "Install now from wordpress.org"
209
  msgstr "Įdiegti tiesiai iš wordpress.org"
210
 
211
- #: gallery-plugin.php:650
212
  #, fuzzy
213
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
214
  msgstr "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, arba užpildykite susisiekimo formą mūsų tinklalapyje"
215
 
216
- #: gallery-plugin.php:688
217
  #, fuzzy
218
  msgid "See images &raquo;"
219
  msgstr "Peržiūrėti nuotrauką &raquo;"
220
 
221
- #: gallery-plugin.php:787
222
  #, fuzzy
223
  msgid "Settings are saved"
224
  msgstr "Pasirinktys išsaugotos."
225
 
226
- #: gallery-plugin.php:801
227
  #, fuzzy
228
  msgid "Gallery Settings"
229
  msgstr "Galerijų pasirinktys"
230
 
231
- #: gallery-plugin.php:804
232
  #, fuzzy
233
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
234
  msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
235
 
236
- #: gallery-plugin.php:808
237
  #, fuzzy
238
  msgid "Image size for the album cover"
239
  msgstr "Размер для "
240
 
241
- #: gallery-plugin.php:810
242
- #: gallery-plugin.php:818
243
- #: gallery-plugin.php:831
244
  #, fuzzy
245
  msgid "Image size"
246
  msgstr "Paveikslėlio matmenų klasės vardas"
247
 
248
- #: gallery-plugin.php:811
249
- #: gallery-plugin.php:819
250
  msgid "Width (in px)"
251
  msgstr "Plotis (pikseliais)"
252
 
253
- #: gallery-plugin.php:812
254
- #: gallery-plugin.php:820
255
  msgid "Height (in px)"
256
  msgstr "Aukštis (pikseliais)"
257
 
258
- #: gallery-plugin.php:816
259
  #, fuzzy
260
  msgid "Gallery image size"
261
  msgstr "Galerijos"
262
 
263
- #: gallery-plugin.php:824
264
  #, fuzzy
265
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
266
  msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
267
 
268
- #: gallery-plugin.php:829
269
  msgid "Gallery image size in the lightbox"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:832
273
  #, fuzzy
274
  msgid "Max width (in px)"
275
  msgstr "Plotis (pikseliais)"
276
 
277
- #: gallery-plugin.php:833
278
  #, fuzzy
279
  msgid "Max height (in px)"
280
  msgstr "Aukštis (pikseliais)"
281
 
282
- #: gallery-plugin.php:834
283
  msgid "Display a full size image in the lightbox"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:838
287
  msgid "Crop position"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:840
291
  msgid "Horizontal"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:842
295
  msgid "left"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:843
299
- #: gallery-plugin.php:850
300
  msgid "center"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:844
304
  msgid "right"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:847
308
  msgid "Vertical"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:849
312
  msgid "top"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:851
316
  msgid "bottom"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:856
320
  msgid "Lightbox background"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:858
324
  msgid "Default"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:859
328
  msgid "Background transparency (from 0 to 1)"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:861
332
  msgid "Select a background color"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:863
336
  msgid "Background color"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:870
340
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:877
344
  msgid "Images with border"
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:880
348
  msgid "Border width in px, just numbers"
349
  msgstr ""
350
 
351
- #: gallery-plugin.php:882
352
- #: gallery-plugin.php:884
353
  msgid "Select a border color"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:890
357
  #, fuzzy
358
  msgid "Number of images in the row"
359
  msgstr "Paveikslėlių eilėje kiekis"
360
 
361
- #: gallery-plugin.php:896
362
  msgid "Start slideshow"
363
  msgstr "Pradėti demonstraciją"
364
 
365
- #: gallery-plugin.php:902
366
  msgid "Slideshow interval"
367
  msgstr "Demonstracijos trukmė"
368
 
369
- #: gallery-plugin.php:910
370
  #, fuzzy
371
  msgid "Attachment ID"
372
  msgstr "prisegtuko ID"
373
 
374
- #: gallery-plugin.php:911
375
  #, fuzzy
376
  msgid "Image Name"
377
  msgstr "Paveikslėlis"
378
 
379
- #: gallery-plugin.php:913
380
  #, fuzzy
381
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
382
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
383
 
384
- #: gallery-plugin.php:914
385
  #, fuzzy
386
  msgid "Random"
387
  msgstr "atsitiktine tvarka"
388
 
389
- #: gallery-plugin.php:918
390
  #, fuzzy
391
  msgid "Sort images"
392
  msgstr "Paveikslėlių eilėje kiekis"
393
 
394
- #: gallery-plugin.php:920
395
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
396
  msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
397
 
398
- #: gallery-plugin.php:921
399
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
400
  msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
401
 
402
- #: gallery-plugin.php:925
403
  msgid "Display text above the image"
404
  msgstr ""
405
 
406
- #: gallery-plugin.php:927
407
  msgid "If you want to display text just in a lightbox"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:931
411
  #, fuzzy
412
  msgid "Display the Back link"
413
  msgstr "Rodyti Sugrįžimo nuorodą"
414
 
415
- #: gallery-plugin.php:937
416
  #, fuzzy
417
  msgid "Display the Back link in the shortcode"
418
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
419
 
420
- #: gallery-plugin.php:943
421
  msgid "The Back link text"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:949
425
  msgid "The Back link URL"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:951
429
  msgid "Gallery page (Page with Gallery Template)"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:953
433
  msgid "(Full URL to custom page)"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:957
437
  msgid "The Read More link text"
438
  msgstr ""
439
 
440
- #: gallery-plugin.php:965
441
  msgid "Save Changes"
442
  msgstr "Išsaugoti pakeitimus"
443
 
444
- #: gallery-plugin.php:978
445
  msgid "FAQ"
446
  msgstr "D. U. K."
447
 
448
- #: gallery-plugin.php:979
449
  msgid "Support"
450
  msgstr "Palaikymas"
451
 
452
- #: gallery-plugin.php:1186
453
  #: template/gallery-single-template.php:76
454
  #, fuzzy
455
  msgid "Sorry, nothing found."
456
  msgstr "Deja, nieko nerasta."
457
 
458
- #: gallery-plugin.php:1208
459
  #: template/gallery-single-template.php:101
460
  msgid "Download high resolution image"
461
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:18+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:18+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
23
 
27
  msgstr "Galerijos"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:909
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Paveikslėlių eilėje kiekis"
148
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:479
152
  msgid "Title"
153
  msgstr "Pavadinimas"
154
 
155
+ #: gallery-plugin.php:480
156
  msgid "Author"
157
  msgstr "Autorius"
158
 
159
+ #: gallery-plugin.php:481
160
  #, fuzzy
161
  msgid "Photo"
162
  msgstr "Nuotraukos"
163
 
164
+ #: gallery-plugin.php:482
165
  #, fuzzy
166
  msgid "Publishing"
167
  msgstr "Vieša"
168
 
169
+ #: gallery-plugin.php:483
170
+ #: gallery-plugin.php:913
171
  msgid "Date"
172
  msgstr "Data"
173
 
174
+ #: gallery-plugin.php:631
175
  msgid "Activated plugins"
176
  msgstr "Įjungti įskiepiai"
177
 
178
+ #: gallery-plugin.php:633
179
+ #: gallery-plugin.php:641
180
+ #: gallery-plugin.php:649
181
  msgid "Read more"
182
  msgstr "Skaityti daugiau"
183
 
184
+ #: gallery-plugin.php:633
185
+ #: gallery-plugin.php:978
186
+ #: gallery-plugin.php:993
187
  msgid "Settings"
188
  msgstr "Nustatymai"
189
 
190
+ #: gallery-plugin.php:639
191
  msgid "Installed plugins"
192
  msgstr "Įdiegti įskiepiai"
193
 
194
+ #: gallery-plugin.php:647
195
  msgid "Recommended plugins"
196
  msgstr "Rekomenduojami įskiepiai"
197
 
198
+ #: gallery-plugin.php:649
199
  msgid "Download"
200
  msgstr "Atsisiųsti"
201
 
202
+ #: gallery-plugin.php:649
203
  #, php-format
204
  msgid "Install %s"
205
  msgstr "Įdiegti %s"
206
 
207
+ #: gallery-plugin.php:649
208
  msgid "Install now from wordpress.org"
209
  msgstr "Įdiegti tiesiai iš wordpress.org"
210
 
211
+ #: gallery-plugin.php:651
212
  #, fuzzy
213
+ msgid "If you have any questions, please feel free to contact us via"
214
  msgstr "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, arba užpildykite susisiekimo formą mūsų tinklalapyje"
215
 
216
+ #: gallery-plugin.php:689
217
  #, fuzzy
218
  msgid "See images &raquo;"
219
  msgstr "Peržiūrėti nuotrauką &raquo;"
220
 
221
+ #: gallery-plugin.php:788
222
  #, fuzzy
223
  msgid "Settings are saved"
224
  msgstr "Pasirinktys išsaugotos."
225
 
226
+ #: gallery-plugin.php:802
227
  #, fuzzy
228
  msgid "Gallery Settings"
229
  msgstr "Galerijų pasirinktys"
230
 
231
+ #: gallery-plugin.php:805
232
  #, fuzzy
233
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
234
  msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
235
 
236
+ #: gallery-plugin.php:809
237
  #, fuzzy
238
  msgid "Image size for the album cover"
239
  msgstr "Размер для "
240
 
241
+ #: gallery-plugin.php:811
242
+ #: gallery-plugin.php:819
243
+ #: gallery-plugin.php:832
244
  #, fuzzy
245
  msgid "Image size"
246
  msgstr "Paveikslėlio matmenų klasės vardas"
247
 
248
+ #: gallery-plugin.php:812
249
+ #: gallery-plugin.php:820
250
  msgid "Width (in px)"
251
  msgstr "Plotis (pikseliais)"
252
 
253
+ #: gallery-plugin.php:813
254
+ #: gallery-plugin.php:821
255
  msgid "Height (in px)"
256
  msgstr "Aukštis (pikseliais)"
257
 
258
+ #: gallery-plugin.php:817
259
  #, fuzzy
260
  msgid "Gallery image size"
261
  msgstr "Galerijos"
262
 
263
+ #: gallery-plugin.php:825
264
  #, fuzzy
265
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
266
  msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
267
 
268
+ #: gallery-plugin.php:830
269
  msgid "Gallery image size in the lightbox"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:833
273
  #, fuzzy
274
  msgid "Max width (in px)"
275
  msgstr "Plotis (pikseliais)"
276
 
277
+ #: gallery-plugin.php:834
278
  #, fuzzy
279
  msgid "Max height (in px)"
280
  msgstr "Aukštis (pikseliais)"
281
 
282
+ #: gallery-plugin.php:835
283
  msgid "Display a full size image in the lightbox"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:839
287
  msgid "Crop position"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:841
291
  msgid "Horizontal"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:843
295
  msgid "left"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:844
299
+ #: gallery-plugin.php:851
300
  msgid "center"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:845
304
  msgid "right"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:848
308
  msgid "Vertical"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:850
312
  msgid "top"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:852
316
  msgid "bottom"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:857
320
  msgid "Lightbox background"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:859
324
  msgid "Default"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:860
328
  msgid "Background transparency (from 0 to 1)"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:862
332
  msgid "Select a background color"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:864
336
  msgid "Background color"
337
  msgstr ""
338
 
339
+ #: gallery-plugin.php:871
340
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:878
344
  msgid "Images with border"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:881
348
  msgid "Border width in px, just numbers"
349
  msgstr ""
350
 
351
+ #: gallery-plugin.php:883
352
+ #: gallery-plugin.php:885
353
  msgid "Select a border color"
354
  msgstr ""
355
 
356
+ #: gallery-plugin.php:891
357
  #, fuzzy
358
  msgid "Number of images in the row"
359
  msgstr "Paveikslėlių eilėje kiekis"
360
 
361
+ #: gallery-plugin.php:897
362
  msgid "Start slideshow"
363
  msgstr "Pradėti demonstraciją"
364
 
365
+ #: gallery-plugin.php:903
366
  msgid "Slideshow interval"
367
  msgstr "Demonstracijos trukmė"
368
 
369
+ #: gallery-plugin.php:911
370
  #, fuzzy
371
  msgid "Attachment ID"
372
  msgstr "prisegtuko ID"
373
 
374
+ #: gallery-plugin.php:912
375
  #, fuzzy
376
  msgid "Image Name"
377
  msgstr "Paveikslėlis"
378
 
379
+ #: gallery-plugin.php:914
380
  #, fuzzy
381
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
382
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
383
 
384
+ #: gallery-plugin.php:915
385
  #, fuzzy
386
  msgid "Random"
387
  msgstr "atsitiktine tvarka"
388
 
389
+ #: gallery-plugin.php:919
390
  #, fuzzy
391
  msgid "Sort images"
392
  msgstr "Paveikslėlių eilėje kiekis"
393
 
394
+ #: gallery-plugin.php:921
395
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
396
  msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
397
 
398
+ #: gallery-plugin.php:922
399
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
400
  msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
401
 
402
+ #: gallery-plugin.php:926
403
  msgid "Display text above the image"
404
  msgstr ""
405
 
406
+ #: gallery-plugin.php:928
407
  msgid "If you want to display text just in a lightbox"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:932
411
  #, fuzzy
412
  msgid "Display the Back link"
413
  msgstr "Rodyti Sugrįžimo nuorodą"
414
 
415
+ #: gallery-plugin.php:938
416
  #, fuzzy
417
  msgid "Display the Back link in the shortcode"
418
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
419
 
420
+ #: gallery-plugin.php:944
421
  msgid "The Back link text"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:950
425
  msgid "The Back link URL"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:952
429
  msgid "Gallery page (Page with Gallery Template)"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:954
433
  msgid "(Full URL to custom page)"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:958
437
  msgid "The Read More link text"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:966
441
  msgid "Save Changes"
442
  msgstr "Išsaugoti pakeitimus"
443
 
444
+ #: gallery-plugin.php:979
445
  msgid "FAQ"
446
  msgstr "D. U. K."
447
 
448
+ #: gallery-plugin.php:980
449
  msgid "Support"
450
  msgstr "Palaikymas"
451
 
452
+ #: gallery-plugin.php:1187
453
  #: template/gallery-single-template.php:76
454
  #, fuzzy
455
  msgid "Sorry, nothing found."
456
  msgstr "Deja, nieko nerasta."
457
 
458
+ #: gallery-plugin.php:1209
459
  #: template/gallery-single-template.php:101
460
  msgid "Download high resolution image"
461
  msgstr ""
languages/gallery-nl_NL.mo CHANGED
Binary file
languages/gallery-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,9 +17,9 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
- msgstr ""
23
 
24
  #: gallery-plugin.php:127
25
  #: gallery-plugin.php:137
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Fotoalbum's"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
@@ -97,7 +97,7 @@ msgid "Please make a choice"
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
- #: gallery-plugin.php:908
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Aantal afbeeldingen op een rij"
@@ -147,308 +147,308 @@ msgstr ""
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:478
151
  msgid "Title"
152
  msgstr "Titel"
153
 
154
- #: gallery-plugin.php:479
155
  msgid "Author"
156
  msgstr "Auteur"
157
 
158
- #: gallery-plugin.php:480
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Foto's"
162
 
163
- #: gallery-plugin.php:481
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Gepubliceerd"
167
 
168
- #: gallery-plugin.php:482
169
- #: gallery-plugin.php:912
170
  msgid "Date"
171
  msgstr "Datum"
172
 
173
- #: gallery-plugin.php:630
174
  msgid "Activated plugins"
175
  msgstr "Geactiveerde plugins"
176
 
177
- #: gallery-plugin.php:632
178
- #: gallery-plugin.php:640
179
- #: gallery-plugin.php:648
180
  msgid "Read more"
181
  msgstr "Lees verder"
182
 
183
- #: gallery-plugin.php:632
184
- #: gallery-plugin.php:977
185
- #: gallery-plugin.php:992
186
  msgid "Settings"
187
  msgstr "Instellingen"
188
 
189
- #: gallery-plugin.php:638
190
  msgid "Installed plugins"
191
  msgstr "Geinstalleerde plugins"
192
 
193
- #: gallery-plugin.php:646
194
  msgid "Recommended plugins"
195
  msgstr "Aanbevolen plugins"
196
 
197
- #: gallery-plugin.php:648
198
  msgid "Download"
199
  msgstr "Download"
200
 
201
- #: gallery-plugin.php:648
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "Install %s"
205
 
206
- #: gallery-plugin.php:648
207
  msgid "Install now from wordpress.org"
208
  msgstr "Installeer nu vanaf wordpress.org"
209
 
210
- #: gallery-plugin.php:650
211
  #, fuzzy
212
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
213
  msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
214
 
215
- #: gallery-plugin.php:688
216
  #, fuzzy
217
  msgid "See images &raquo;"
218
  msgstr "Bekijk foto &raquo;"
219
 
220
- #: gallery-plugin.php:787
221
  #, fuzzy
222
  msgid "Settings are saved"
223
  msgstr "Opties opgeslagen"
224
 
225
- #: gallery-plugin.php:801
226
  #, fuzzy
227
  msgid "Gallery Settings"
228
  msgstr "Fotoalbum opties"
229
 
230
- #: gallery-plugin.php:804
231
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:808
235
  #, fuzzy
236
  msgid "Image size for the album cover"
237
  msgstr "De afmetingen voor de cover van het album"
238
 
239
- #: gallery-plugin.php:810
240
- #: gallery-plugin.php:818
241
- #: gallery-plugin.php:831
242
  #, fuzzy
243
  msgid "Image size"
244
  msgstr "Afbeelding grootte"
245
 
246
- #: gallery-plugin.php:811
247
- #: gallery-plugin.php:819
248
  msgid "Width (in px)"
249
  msgstr "Breedte (in px)"
250
 
251
- #: gallery-plugin.php:812
252
- #: gallery-plugin.php:820
253
  msgid "Height (in px)"
254
  msgstr "Hoogte (in px)"
255
 
256
- #: gallery-plugin.php:816
257
  #, fuzzy
258
  msgid "Gallery image size"
259
  msgstr "Fotoalbum's"
260
 
261
- #: gallery-plugin.php:824
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
265
 
266
- #: gallery-plugin.php:829
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:832
271
  #, fuzzy
272
  msgid "Max width (in px)"
273
  msgstr "Breedte (in px)"
274
 
275
- #: gallery-plugin.php:833
276
  #, fuzzy
277
  msgid "Max height (in px)"
278
  msgstr "Hoogte (in px)"
279
 
280
- #: gallery-plugin.php:834
281
  msgid "Display a full size image in the lightbox"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:838
285
  msgid "Crop position"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:840
289
  msgid "Horizontal"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:842
293
  msgid "left"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:843
297
- #: gallery-plugin.php:850
298
  msgid "center"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:844
302
  msgid "right"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:847
306
  msgid "Vertical"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:849
310
  msgid "top"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:851
314
  msgid "bottom"
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:856
318
  msgid "Lightbox background"
319
  msgstr ""
320
 
321
- #: gallery-plugin.php:858
322
  msgid "Default"
323
  msgstr ""
324
 
325
- #: gallery-plugin.php:859
326
  msgid "Background transparency (from 0 to 1)"
327
  msgstr ""
328
 
329
- #: gallery-plugin.php:861
330
  msgid "Select a background color"
331
  msgstr ""
332
 
333
- #: gallery-plugin.php:863
334
  msgid "Background color"
335
  msgstr ""
336
 
337
- #: gallery-plugin.php:870
338
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
339
  msgstr ""
340
 
341
- #: gallery-plugin.php:877
342
  msgid "Images with border"
343
  msgstr ""
344
 
345
- #: gallery-plugin.php:880
346
  msgid "Border width in px, just numbers"
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:882
350
- #: gallery-plugin.php:884
351
  msgid "Select a border color"
352
  msgstr ""
353
 
354
- #: gallery-plugin.php:890
355
  #, fuzzy
356
  msgid "Number of images in the row"
357
  msgstr "Aantal afbeeldingen op een rij"
358
 
359
- #: gallery-plugin.php:896
360
  msgid "Start slideshow"
361
  msgstr ""
362
 
363
- #: gallery-plugin.php:902
364
  msgid "Slideshow interval"
365
  msgstr ""
366
 
367
- #: gallery-plugin.php:910
368
  msgid "Attachment ID"
369
  msgstr ""
370
 
371
- #: gallery-plugin.php:911
372
  #, fuzzy
373
  msgid "Image Name"
374
  msgstr "Afbeelding grootte"
375
 
376
- #: gallery-plugin.php:913
377
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:914
381
  msgid "Random"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:918
385
  #, fuzzy
386
  msgid "Sort images"
387
  msgstr "Aantal afbeeldingen op een rij"
388
 
389
- #: gallery-plugin.php:920
390
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:921
394
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:925
398
  msgid "Display text above the image"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:927
402
  msgid "If you want to display text just in a lightbox"
403
  msgstr ""
404
 
405
- #: gallery-plugin.php:931
406
  msgid "Display the Back link"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:937
410
  msgid "Display the Back link in the shortcode"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:943
414
  msgid "The Back link text"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:949
418
  msgid "The Back link URL"
419
  msgstr ""
420
 
421
- #: gallery-plugin.php:951
422
  msgid "Gallery page (Page with Gallery Template)"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:953
426
  msgid "(Full URL to custom page)"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:957
430
  msgid "The Read More link text"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:965
434
  msgid "Save Changes"
435
  msgstr "Bewaar veranderingen"
436
 
437
- #: gallery-plugin.php:978
438
  msgid "FAQ"
439
  msgstr "FAQ"
440
 
441
- #: gallery-plugin.php:979
442
  msgid "Support"
443
  msgstr "Support"
444
 
445
- #: gallery-plugin.php:1186
446
  #: template/gallery-single-template.php:76
447
  #, fuzzy
448
  msgid "Sorry, nothing found."
449
  msgstr "Helaas - niets gevonden"
450
 
451
- #: gallery-plugin.php:1208
452
  #: template/gallery-single-template.php:101
453
  msgid "Download high resolution image"
454
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:18+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:18+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
+ msgstr "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
23
 
24
  #: gallery-plugin.php:127
25
  #: gallery-plugin.php:137
27
  msgstr "Fotoalbum's"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:909
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Aantal afbeeldingen op een rij"
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
+ #: gallery-plugin.php:479
151
  msgid "Title"
152
  msgstr "Titel"
153
 
154
+ #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "Auteur"
157
 
158
+ #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Foto's"
162
 
163
+ #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Gepubliceerd"
167
 
168
+ #: gallery-plugin.php:483
169
+ #: gallery-plugin.php:913
170
  msgid "Date"
171
  msgstr "Datum"
172
 
173
+ #: gallery-plugin.php:631
174
  msgid "Activated plugins"
175
  msgstr "Geactiveerde plugins"
176
 
177
+ #: gallery-plugin.php:633
178
+ #: gallery-plugin.php:641
179
+ #: gallery-plugin.php:649
180
  msgid "Read more"
181
  msgstr "Lees verder"
182
 
183
+ #: gallery-plugin.php:633
184
+ #: gallery-plugin.php:978
185
+ #: gallery-plugin.php:993
186
  msgid "Settings"
187
  msgstr "Instellingen"
188
 
189
+ #: gallery-plugin.php:639
190
  msgid "Installed plugins"
191
  msgstr "Geinstalleerde plugins"
192
 
193
+ #: gallery-plugin.php:647
194
  msgid "Recommended plugins"
195
  msgstr "Aanbevolen plugins"
196
 
197
+ #: gallery-plugin.php:649
198
  msgid "Download"
199
  msgstr "Download"
200
 
201
+ #: gallery-plugin.php:649
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "Install %s"
205
 
206
+ #: gallery-plugin.php:649
207
  msgid "Install now from wordpress.org"
208
  msgstr "Installeer nu vanaf wordpress.org"
209
 
210
+ #: gallery-plugin.php:651
211
  #, fuzzy
212
+ msgid "If you have any questions, please feel free to contact us via"
213
  msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
214
 
215
+ #: gallery-plugin.php:689
216
  #, fuzzy
217
  msgid "See images &raquo;"
218
  msgstr "Bekijk foto &raquo;"
219
 
220
+ #: gallery-plugin.php:788
221
  #, fuzzy
222
  msgid "Settings are saved"
223
  msgstr "Opties opgeslagen"
224
 
225
+ #: gallery-plugin.php:802
226
  #, fuzzy
227
  msgid "Gallery Settings"
228
  msgstr "Fotoalbum opties"
229
 
230
+ #: gallery-plugin.php:805
231
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:809
235
  #, fuzzy
236
  msgid "Image size for the album cover"
237
  msgstr "De afmetingen voor de cover van het album"
238
 
239
+ #: gallery-plugin.php:811
240
+ #: gallery-plugin.php:819
241
+ #: gallery-plugin.php:832
242
  #, fuzzy
243
  msgid "Image size"
244
  msgstr "Afbeelding grootte"
245
 
246
+ #: gallery-plugin.php:812
247
+ #: gallery-plugin.php:820
248
  msgid "Width (in px)"
249
  msgstr "Breedte (in px)"
250
 
251
+ #: gallery-plugin.php:813
252
+ #: gallery-plugin.php:821
253
  msgid "Height (in px)"
254
  msgstr "Hoogte (in px)"
255
 
256
+ #: gallery-plugin.php:817
257
  #, fuzzy
258
  msgid "Gallery image size"
259
  msgstr "Fotoalbum's"
260
 
261
+ #: gallery-plugin.php:825
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
265
 
266
+ #: gallery-plugin.php:830
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:833
271
  #, fuzzy
272
  msgid "Max width (in px)"
273
  msgstr "Breedte (in px)"
274
 
275
+ #: gallery-plugin.php:834
276
  #, fuzzy
277
  msgid "Max height (in px)"
278
  msgstr "Hoogte (in px)"
279
 
280
+ #: gallery-plugin.php:835
281
  msgid "Display a full size image in the lightbox"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:839
285
  msgid "Crop position"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:841
289
  msgid "Horizontal"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:843
293
  msgid "left"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:844
297
+ #: gallery-plugin.php:851
298
  msgid "center"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:845
302
  msgid "right"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:848
306
  msgid "Vertical"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:850
310
  msgid "top"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:852
314
  msgid "bottom"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:857
318
  msgid "Lightbox background"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:859
322
  msgid "Default"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:860
326
  msgid "Background transparency (from 0 to 1)"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:862
330
  msgid "Select a background color"
331
  msgstr ""
332
 
333
+ #: gallery-plugin.php:864
334
  msgid "Background color"
335
  msgstr ""
336
 
337
+ #: gallery-plugin.php:871
338
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
339
  msgstr ""
340
 
341
+ #: gallery-plugin.php:878
342
  msgid "Images with border"
343
  msgstr ""
344
 
345
+ #: gallery-plugin.php:881
346
  msgid "Border width in px, just numbers"
347
  msgstr ""
348
 
349
+ #: gallery-plugin.php:883
350
+ #: gallery-plugin.php:885
351
  msgid "Select a border color"
352
  msgstr ""
353
 
354
+ #: gallery-plugin.php:891
355
  #, fuzzy
356
  msgid "Number of images in the row"
357
  msgstr "Aantal afbeeldingen op een rij"
358
 
359
+ #: gallery-plugin.php:897
360
  msgid "Start slideshow"
361
  msgstr ""
362
 
363
+ #: gallery-plugin.php:903
364
  msgid "Slideshow interval"
365
  msgstr ""
366
 
367
+ #: gallery-plugin.php:911
368
  msgid "Attachment ID"
369
  msgstr ""
370
 
371
+ #: gallery-plugin.php:912
372
  #, fuzzy
373
  msgid "Image Name"
374
  msgstr "Afbeelding grootte"
375
 
376
+ #: gallery-plugin.php:914
377
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:915
381
  msgid "Random"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:919
385
  #, fuzzy
386
  msgid "Sort images"
387
  msgstr "Aantal afbeeldingen op een rij"
388
 
389
+ #: gallery-plugin.php:921
390
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:922
394
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:926
398
  msgid "Display text above the image"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:928
402
  msgid "If you want to display text just in a lightbox"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:932
406
  msgid "Display the Back link"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:938
410
  msgid "Display the Back link in the shortcode"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:944
414
  msgid "The Back link text"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:950
418
  msgid "The Back link URL"
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:952
422
  msgid "Gallery page (Page with Gallery Template)"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:954
426
  msgid "(Full URL to custom page)"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:958
430
  msgid "The Read More link text"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:966
434
  msgid "Save Changes"
435
  msgstr "Bewaar veranderingen"
436
 
437
+ #: gallery-plugin.php:979
438
  msgid "FAQ"
439
  msgstr "FAQ"
440
 
441
+ #: gallery-plugin.php:980
442
  msgid "Support"
443
  msgstr "Support"
444
 
445
+ #: gallery-plugin.php:1187
446
  #: template/gallery-single-template.php:76
447
  #, fuzzy
448
  msgid "Sorry, nothing found."
449
  msgstr "Helaas - niets gevonden"
450
 
451
+ #: gallery-plugin.php:1209
452
  #: template/gallery-single-template.php:101
453
  msgid "Download high resolution image"
454
  msgstr ""
languages/gallery-pl_PL.mo CHANGED
Binary file
languages/gallery-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:12+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:12+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerie zdjęć"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
@@ -97,7 +97,7 @@ msgid "Please make a choice"
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
- #: gallery-plugin.php:908
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Ilość obrazków w rzędzie"
@@ -147,308 +147,308 @@ msgstr ""
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:478
151
  msgid "Title"
152
  msgstr "Tytuł"
153
 
154
- #: gallery-plugin.php:479
155
  msgid "Author"
156
  msgstr "Autor"
157
 
158
- #: gallery-plugin.php:480
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Zdjęcie"
162
 
163
- #: gallery-plugin.php:481
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Publiczne"
167
 
168
- #: gallery-plugin.php:482
169
- #: gallery-plugin.php:912
170
  msgid "Date"
171
  msgstr "Data"
172
 
173
- #: gallery-plugin.php:630
174
  msgid "Activated plugins"
175
  msgstr "Aktywny plugin"
176
 
177
- #: gallery-plugin.php:632
178
- #: gallery-plugin.php:640
179
- #: gallery-plugin.php:648
180
  msgid "Read more"
181
  msgstr "Czytaj dalej"
182
 
183
- #: gallery-plugin.php:632
184
- #: gallery-plugin.php:977
185
- #: gallery-plugin.php:992
186
  msgid "Settings"
187
  msgstr "Ustawienia"
188
 
189
- #: gallery-plugin.php:638
190
  msgid "Installed plugins"
191
  msgstr "Zainstalowane pluginy"
192
 
193
- #: gallery-plugin.php:646
194
  msgid "Recommended plugins"
195
  msgstr "Rekomendowane pluginy"
196
 
197
- #: gallery-plugin.php:648
198
  msgid "Download"
199
  msgstr "Pobierz"
200
 
201
- #: gallery-plugin.php:648
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "Zainstaluj %s"
205
 
206
- #: gallery-plugin.php:648
207
  msgid "Install now from wordpress.org"
208
  msgstr "Zainstaluj teraz z wordpress.org"
209
 
210
- #: gallery-plugin.php:650
211
  #, fuzzy
212
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
213
  msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
214
 
215
- #: gallery-plugin.php:688
216
  #, fuzzy
217
  msgid "See images &raquo;"
218
  msgstr "Zobacz zdjęcia &raquo;"
219
 
220
- #: gallery-plugin.php:787
221
  #, fuzzy
222
  msgid "Settings are saved"
223
  msgstr "Opcje zostały zapisane."
224
 
225
- #: gallery-plugin.php:801
226
  #, fuzzy
227
  msgid "Gallery Settings"
228
  msgstr "Opcje galerii."
229
 
230
- #: gallery-plugin.php:804
231
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:808
235
  #, fuzzy
236
  msgid "Image size for the album cover"
237
  msgstr "Размер для "
238
 
239
- #: gallery-plugin.php:810
240
- #: gallery-plugin.php:818
241
- #: gallery-plugin.php:831
242
  #, fuzzy
243
  msgid "Image size"
244
  msgstr "Nazwa rozmiaru obrazka"
245
 
246
- #: gallery-plugin.php:811
247
- #: gallery-plugin.php:819
248
  msgid "Width (in px)"
249
  msgstr "Szerokość (w px)"
250
 
251
- #: gallery-plugin.php:812
252
- #: gallery-plugin.php:820
253
  msgid "Height (in px)"
254
  msgstr "Wysokość (w px)"
255
 
256
- #: gallery-plugin.php:816
257
  #, fuzzy
258
  msgid "Gallery image size"
259
  msgstr "Galerie zdjęć"
260
 
261
- #: gallery-plugin.php:824
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
265
 
266
- #: gallery-plugin.php:829
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:832
271
  #, fuzzy
272
  msgid "Max width (in px)"
273
  msgstr "Szerokość (w px)"
274
 
275
- #: gallery-plugin.php:833
276
  #, fuzzy
277
  msgid "Max height (in px)"
278
  msgstr "Wysokość (w px)"
279
 
280
- #: gallery-plugin.php:834
281
  msgid "Display a full size image in the lightbox"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:838
285
  msgid "Crop position"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:840
289
  msgid "Horizontal"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:842
293
  msgid "left"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:843
297
- #: gallery-plugin.php:850
298
  msgid "center"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:844
302
  msgid "right"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:847
306
  msgid "Vertical"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:849
310
  msgid "top"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:851
314
  msgid "bottom"
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:856
318
  msgid "Lightbox background"
319
  msgstr ""
320
 
321
- #: gallery-plugin.php:858
322
  msgid "Default"
323
  msgstr ""
324
 
325
- #: gallery-plugin.php:859
326
  msgid "Background transparency (from 0 to 1)"
327
  msgstr ""
328
 
329
- #: gallery-plugin.php:861
330
  msgid "Select a background color"
331
  msgstr ""
332
 
333
- #: gallery-plugin.php:863
334
  msgid "Background color"
335
  msgstr ""
336
 
337
- #: gallery-plugin.php:870
338
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
339
  msgstr ""
340
 
341
- #: gallery-plugin.php:877
342
  msgid "Images with border"
343
  msgstr ""
344
 
345
- #: gallery-plugin.php:880
346
  msgid "Border width in px, just numbers"
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:882
350
- #: gallery-plugin.php:884
351
  msgid "Select a border color"
352
  msgstr ""
353
 
354
- #: gallery-plugin.php:890
355
  #, fuzzy
356
  msgid "Number of images in the row"
357
  msgstr "Ilość obrazków w rzędzie"
358
 
359
- #: gallery-plugin.php:896
360
  msgid "Start slideshow"
361
  msgstr ""
362
 
363
- #: gallery-plugin.php:902
364
  msgid "Slideshow interval"
365
  msgstr ""
366
 
367
- #: gallery-plugin.php:910
368
  msgid "Attachment ID"
369
  msgstr ""
370
 
371
- #: gallery-plugin.php:911
372
  #, fuzzy
373
  msgid "Image Name"
374
  msgstr "Nazwa rozmiaru obrazka"
375
 
376
- #: gallery-plugin.php:913
377
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:914
381
  msgid "Random"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:918
385
  #, fuzzy
386
  msgid "Sort images"
387
  msgstr "Ilość obrazków w rzędzie"
388
 
389
- #: gallery-plugin.php:920
390
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:921
394
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:925
398
  msgid "Display text above the image"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:927
402
  msgid "If you want to display text just in a lightbox"
403
  msgstr ""
404
 
405
- #: gallery-plugin.php:931
406
  msgid "Display the Back link"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:937
410
  msgid "Display the Back link in the shortcode"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:943
414
  msgid "The Back link text"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:949
418
  msgid "The Back link URL"
419
  msgstr ""
420
 
421
- #: gallery-plugin.php:951
422
  msgid "Gallery page (Page with Gallery Template)"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:953
426
  msgid "(Full URL to custom page)"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:957
430
  msgid "The Read More link text"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:965
434
  msgid "Save Changes"
435
  msgstr "Zapisz zmiany"
436
 
437
- #: gallery-plugin.php:978
438
  msgid "FAQ"
439
  msgstr "FAQ "
440
 
441
- #: gallery-plugin.php:979
442
  msgid "Support"
443
  msgstr "Wsparcie"
444
 
445
- #: gallery-plugin.php:1186
446
  #: template/gallery-single-template.php:76
447
  #, fuzzy
448
  msgid "Sorry, nothing found."
449
  msgstr "Przykro nam - nic nie znaleziono."
450
 
451
- #: gallery-plugin.php:1208
452
  #: template/gallery-single-template.php:101
453
  msgid "Download high resolution image"
454
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:18+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:18+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Galerie zdjęć"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
97
  msgstr ""
98
 
99
  #: gallery-plugin.php:228
100
+ #: gallery-plugin.php:909
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Ilość obrazków w rzędzie"
147
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
148
  msgstr ""
149
 
150
+ #: gallery-plugin.php:479
151
  msgid "Title"
152
  msgstr "Tytuł"
153
 
154
+ #: gallery-plugin.php:480
155
  msgid "Author"
156
  msgstr "Autor"
157
 
158
+ #: gallery-plugin.php:481
159
  #, fuzzy
160
  msgid "Photo"
161
  msgstr "Zdjęcie"
162
 
163
+ #: gallery-plugin.php:482
164
  #, fuzzy
165
  msgid "Publishing"
166
  msgstr "Publiczne"
167
 
168
+ #: gallery-plugin.php:483
169
+ #: gallery-plugin.php:913
170
  msgid "Date"
171
  msgstr "Data"
172
 
173
+ #: gallery-plugin.php:631
174
  msgid "Activated plugins"
175
  msgstr "Aktywny plugin"
176
 
177
+ #: gallery-plugin.php:633
178
+ #: gallery-plugin.php:641
179
+ #: gallery-plugin.php:649
180
  msgid "Read more"
181
  msgstr "Czytaj dalej"
182
 
183
+ #: gallery-plugin.php:633
184
+ #: gallery-plugin.php:978
185
+ #: gallery-plugin.php:993
186
  msgid "Settings"
187
  msgstr "Ustawienia"
188
 
189
+ #: gallery-plugin.php:639
190
  msgid "Installed plugins"
191
  msgstr "Zainstalowane pluginy"
192
 
193
+ #: gallery-plugin.php:647
194
  msgid "Recommended plugins"
195
  msgstr "Rekomendowane pluginy"
196
 
197
+ #: gallery-plugin.php:649
198
  msgid "Download"
199
  msgstr "Pobierz"
200
 
201
+ #: gallery-plugin.php:649
202
  #, php-format
203
  msgid "Install %s"
204
  msgstr "Zainstaluj %s"
205
 
206
+ #: gallery-plugin.php:649
207
  msgid "Install now from wordpress.org"
208
  msgstr "Zainstaluj teraz z wordpress.org"
209
 
210
+ #: gallery-plugin.php:651
211
  #, fuzzy
212
+ msgid "If you have any questions, please feel free to contact us via"
213
  msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
214
 
215
+ #: gallery-plugin.php:689
216
  #, fuzzy
217
  msgid "See images &raquo;"
218
  msgstr "Zobacz zdjęcia &raquo;"
219
 
220
+ #: gallery-plugin.php:788
221
  #, fuzzy
222
  msgid "Settings are saved"
223
  msgstr "Opcje zostały zapisane."
224
 
225
+ #: gallery-plugin.php:802
226
  #, fuzzy
227
  msgid "Gallery Settings"
228
  msgstr "Opcje galerii."
229
 
230
+ #: gallery-plugin.php:805
231
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:809
235
  #, fuzzy
236
  msgid "Image size for the album cover"
237
  msgstr "Размер для "
238
 
239
+ #: gallery-plugin.php:811
240
+ #: gallery-plugin.php:819
241
+ #: gallery-plugin.php:832
242
  #, fuzzy
243
  msgid "Image size"
244
  msgstr "Nazwa rozmiaru obrazka"
245
 
246
+ #: gallery-plugin.php:812
247
+ #: gallery-plugin.php:820
248
  msgid "Width (in px)"
249
  msgstr "Szerokość (w px)"
250
 
251
+ #: gallery-plugin.php:813
252
+ #: gallery-plugin.php:821
253
  msgid "Height (in px)"
254
  msgstr "Wysokość (w px)"
255
 
256
+ #: gallery-plugin.php:817
257
  #, fuzzy
258
  msgid "Gallery image size"
259
  msgstr "Galerie zdjęć"
260
 
261
+ #: gallery-plugin.php:825
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
265
 
266
+ #: gallery-plugin.php:830
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:833
271
  #, fuzzy
272
  msgid "Max width (in px)"
273
  msgstr "Szerokość (w px)"
274
 
275
+ #: gallery-plugin.php:834
276
  #, fuzzy
277
  msgid "Max height (in px)"
278
  msgstr "Wysokość (w px)"
279
 
280
+ #: gallery-plugin.php:835
281
  msgid "Display a full size image in the lightbox"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:839
285
  msgid "Crop position"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:841
289
  msgid "Horizontal"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:843
293
  msgid "left"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:844
297
+ #: gallery-plugin.php:851
298
  msgid "center"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:845
302
  msgid "right"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:848
306
  msgid "Vertical"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:850
310
  msgid "top"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:852
314
  msgid "bottom"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:857
318
  msgid "Lightbox background"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:859
322
  msgid "Default"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:860
326
  msgid "Background transparency (from 0 to 1)"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:862
330
  msgid "Select a background color"
331
  msgstr ""
332
 
333
+ #: gallery-plugin.php:864
334
  msgid "Background color"
335
  msgstr ""
336
 
337
+ #: gallery-plugin.php:871
338
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
339
  msgstr ""
340
 
341
+ #: gallery-plugin.php:878
342
  msgid "Images with border"
343
  msgstr ""
344
 
345
+ #: gallery-plugin.php:881
346
  msgid "Border width in px, just numbers"
347
  msgstr ""
348
 
349
+ #: gallery-plugin.php:883
350
+ #: gallery-plugin.php:885
351
  msgid "Select a border color"
352
  msgstr ""
353
 
354
+ #: gallery-plugin.php:891
355
  #, fuzzy
356
  msgid "Number of images in the row"
357
  msgstr "Ilość obrazków w rzędzie"
358
 
359
+ #: gallery-plugin.php:897
360
  msgid "Start slideshow"
361
  msgstr ""
362
 
363
+ #: gallery-plugin.php:903
364
  msgid "Slideshow interval"
365
  msgstr ""
366
 
367
+ #: gallery-plugin.php:911
368
  msgid "Attachment ID"
369
  msgstr ""
370
 
371
+ #: gallery-plugin.php:912
372
  #, fuzzy
373
  msgid "Image Name"
374
  msgstr "Nazwa rozmiaru obrazka"
375
 
376
+ #: gallery-plugin.php:914
377
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:915
381
  msgid "Random"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:919
385
  #, fuzzy
386
  msgid "Sort images"
387
  msgstr "Ilość obrazków w rzędzie"
388
 
389
+ #: gallery-plugin.php:921
390
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:922
394
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:926
398
  msgid "Display text above the image"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:928
402
  msgid "If you want to display text just in a lightbox"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:932
406
  msgid "Display the Back link"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:938
410
  msgid "Display the Back link in the shortcode"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:944
414
  msgid "The Back link text"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:950
418
  msgid "The Back link URL"
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:952
422
  msgid "Gallery page (Page with Gallery Template)"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:954
426
  msgid "(Full URL to custom page)"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:958
430
  msgid "The Read More link text"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:966
434
  msgid "Save Changes"
435
  msgstr "Zapisz zmiany"
436
 
437
+ #: gallery-plugin.php:979
438
  msgid "FAQ"
439
  msgstr "FAQ "
440
 
441
+ #: gallery-plugin.php:980
442
  msgid "Support"
443
  msgstr "Wsparcie"
444
 
445
+ #: gallery-plugin.php:1187
446
  #: template/gallery-single-template.php:76
447
  #, fuzzy
448
  msgid "Sorry, nothing found."
449
  msgstr "Przykro nam - nic nie znaleziono."
450
 
451
+ #: gallery-plugin.php:1209
452
  #: template/gallery-single-template.php:101
453
  msgid "Download high resolution image"
454
  msgstr ""
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:12+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:12+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:103
23
- #: gallery-plugin.php:794
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
26
 
@@ -32,7 +32,7 @@ msgstr "Galerias"
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:128
35
- #: gallery-plugin.php:661
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
@@ -115,7 +115,7 @@ msgstr ""
115
 
116
  # @ gallery
117
  #: gallery-plugin.php:228
118
- #: gallery-plugin.php:908
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "Quantidade de imagens por linha"
@@ -169,355 +169,355 @@ msgid "If you want to display a short description containing a screenshot and th
169
  msgstr ""
170
 
171
  # @ gallery
172
- #: gallery-plugin.php:478
173
  msgid "Title"
174
  msgstr "Título"
175
 
176
  # @ gallery
177
- #: gallery-plugin.php:479
178
  msgid "Author"
179
  msgstr "Autor"
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:480
183
  #, fuzzy
184
  msgid "Photo"
185
  msgstr "Fotos"
186
 
187
  # @ gallery
188
- #: gallery-plugin.php:481
189
  #, fuzzy
190
  msgid "Publishing"
191
  msgstr "Público"
192
 
193
  # @ gallery
194
- #: gallery-plugin.php:482
195
- #: gallery-plugin.php:912
196
  msgid "Date"
197
  msgstr "Data"
198
 
199
  # @ gallery
200
- #: gallery-plugin.php:630
201
  msgid "Activated plugins"
202
  msgstr "Plugins ativados"
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:632
206
- #: gallery-plugin.php:640
207
- #: gallery-plugin.php:648
208
  msgid "Read more"
209
  msgstr "Leia mais"
210
 
211
  # @ gallery
212
- #: gallery-plugin.php:632
213
- #: gallery-plugin.php:977
214
- #: gallery-plugin.php:992
215
  msgid "Settings"
216
  msgstr "Configurações"
217
 
218
  # @ gallery
219
- #: gallery-plugin.php:638
220
  msgid "Installed plugins"
221
  msgstr "Plugins instalados"
222
 
223
  # @ gallery
224
- #: gallery-plugin.php:646
225
  msgid "Recommended plugins"
226
  msgstr "Plugins recomendados"
227
 
228
  # @ gallery
229
- #: gallery-plugin.php:648
230
  msgid "Download"
231
  msgstr "Download"
232
 
233
  # @ default
234
- #: gallery-plugin.php:648
235
  #, php-format
236
  msgid "Install %s"
237
  msgstr "Instalar %s"
238
 
239
  # @ gallery
240
- #: gallery-plugin.php:648
241
  msgid "Install now from wordpress.org"
242
  msgstr "Instale agora via wordpres.org"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:650
246
  #, fuzzy
247
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
248
  msgstr "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou preencha o formulário de contar em nosso website."
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:688
252
  #, fuzzy
253
  msgid "See images &raquo;"
254
  msgstr "Ver foto &raquo;"
255
 
256
  # @ gallery
257
- #: gallery-plugin.php:787
258
  #, fuzzy
259
  msgid "Settings are saved"
260
  msgstr "Opções salvas."
261
 
262
  # @ gallery
263
- #: gallery-plugin.php:801
264
  #, fuzzy
265
  msgid "Gallery Settings"
266
  msgstr "Opções da Galeria"
267
 
268
  # @ gallery
269
- #: gallery-plugin.php:804
270
  #, fuzzy
271
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
272
  msgstr "Se você quiser adicionar uma Galeria Única em sua página ou post, basta copiar e colocar este shortcode no conteúde de sua página ou post:"
273
 
274
  # @ gallery
275
- #: gallery-plugin.php:808
276
  #, fuzzy
277
  msgid "Image size for the album cover"
278
  msgstr "Tamanho da imagem de capa do álbum para as galerias"
279
 
280
  # @ gallery
281
- #: gallery-plugin.php:810
282
- #: gallery-plugin.php:818
283
- #: gallery-plugin.php:831
284
  #, fuzzy
285
  msgid "Image size"
286
  msgstr "Nome do tamanho"
287
 
288
  # @ gallery
289
- #: gallery-plugin.php:811
290
- #: gallery-plugin.php:819
291
  msgid "Width (in px)"
292
  msgstr "Largura (em px)"
293
 
294
  # @ gallery
295
- #: gallery-plugin.php:812
296
- #: gallery-plugin.php:820
297
  msgid "Height (in px)"
298
  msgstr "Altura (em px)"
299
 
300
  # @ gallery
301
- #: gallery-plugin.php:816
302
  #, fuzzy
303
  msgid "Gallery image size"
304
  msgstr "Galerias"
305
 
306
  # @ gallery
307
- #: gallery-plugin.php:824
308
  #, fuzzy
309
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
310
  msgstr "WordPress irá criar uma cópia da imagem destacada com os tamanhos especificados quando você enviar uma nova foto."
311
 
312
- #: gallery-plugin.php:829
313
  msgid "Gallery image size in the lightbox"
314
  msgstr ""
315
 
316
  # @ gallery
317
- #: gallery-plugin.php:832
318
  #, fuzzy
319
  msgid "Max width (in px)"
320
  msgstr "Largura (em px)"
321
 
322
  # @ gallery
323
- #: gallery-plugin.php:833
324
  #, fuzzy
325
  msgid "Max height (in px)"
326
  msgstr "Altura (em px)"
327
 
328
- #: gallery-plugin.php:834
329
  msgid "Display a full size image in the lightbox"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:838
333
  msgid "Crop position"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:840
337
  msgid "Horizontal"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:842
341
  msgid "left"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:843
345
- #: gallery-plugin.php:850
346
  msgid "center"
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:844
350
  msgid "right"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:847
354
  msgid "Vertical"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:849
358
  msgid "top"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:851
362
  msgid "bottom"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:856
366
  msgid "Lightbox background"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:858
370
  msgid "Default"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:859
374
  msgid "Background transparency (from 0 to 1)"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:861
378
  msgid "Select a background color"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:863
382
  msgid "Background color"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:870
386
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:877
390
  msgid "Images with border"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:880
394
  msgid "Border width in px, just numbers"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:882
398
- #: gallery-plugin.php:884
399
  msgid "Select a border color"
400
  msgstr ""
401
 
402
  # @ gallery
403
- #: gallery-plugin.php:890
404
  #, fuzzy
405
  msgid "Number of images in the row"
406
  msgstr "Quantidade de imagens por linha"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:896
410
  msgid "Start slideshow"
411
  msgstr "Iniciar Apresentação de Slides"
412
 
413
  # @ gallery
414
- #: gallery-plugin.php:902
415
  msgid "Slideshow interval"
416
  msgstr "Intervalo de tempo entre cada Slide"
417
 
418
  # @ gallery
419
- #: gallery-plugin.php:910
420
  #, fuzzy
421
  msgid "Attachment ID"
422
  msgstr "id do anexo"
423
 
424
  # @ gallery
425
- #: gallery-plugin.php:911
426
  #, fuzzy
427
  msgid "Image Name"
428
  msgstr "Imagem "
429
 
430
  # @ gallery
431
- #: gallery-plugin.php:913
432
  #, fuzzy
433
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
434
  msgstr "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / Upload na Galeria de Mídia)"
435
 
436
  # @ gallery
437
- #: gallery-plugin.php:914
438
  #, fuzzy
439
  msgid "Random"
440
  msgstr "aleatório"
441
 
442
  # @ gallery
443
- #: gallery-plugin.php:918
444
  #, fuzzy
445
  msgid "Sort images"
446
  msgstr "Quantidade de imagens por linha"
447
 
448
  # @ gallery
449
- #: gallery-plugin.php:920
450
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
451
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
452
 
453
  # @ gallery
454
- #: gallery-plugin.php:921
455
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
456
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
457
 
458
- #: gallery-plugin.php:925
459
  msgid "Display text above the image"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:927
463
  msgid "If you want to display text just in a lightbox"
464
  msgstr ""
465
 
466
  # @ gallery
467
- #: gallery-plugin.php:931
468
  #, fuzzy
469
  msgid "Display the Back link"
470
  msgstr "Mostrar link de Retorno"
471
 
472
  # @ gallery
473
- #: gallery-plugin.php:937
474
  #, fuzzy
475
  msgid "Display the Back link in the shortcode"
476
  msgstr "Mostrar link de Retorno no shortcode"
477
 
478
- #: gallery-plugin.php:943
479
  msgid "The Back link text"
480
  msgstr ""
481
 
482
- #: gallery-plugin.php:949
483
  msgid "The Back link URL"
484
  msgstr ""
485
 
486
- #: gallery-plugin.php:951
487
  msgid "Gallery page (Page with Gallery Template)"
488
  msgstr ""
489
 
490
- #: gallery-plugin.php:953
491
  msgid "(Full URL to custom page)"
492
  msgstr ""
493
 
494
- #: gallery-plugin.php:957
495
  msgid "The Read More link text"
496
  msgstr ""
497
 
498
  # @ default
499
- #: gallery-plugin.php:965
500
  msgid "Save Changes"
501
  msgstr "Salvar Alterações"
502
 
503
  # @ gallery
504
- #: gallery-plugin.php:978
505
  msgid "FAQ"
506
  msgstr "FAQ"
507
 
508
  # @ gallery
509
- #: gallery-plugin.php:979
510
  msgid "Support"
511
  msgstr "Suporte"
512
 
513
  # @ gallery
514
- #: gallery-plugin.php:1186
515
  #: template/gallery-single-template.php:76
516
  #, fuzzy
517
  msgid "Sorry, nothing found."
518
  msgstr "Desculpe - nada foi encontrado."
519
 
520
- #: gallery-plugin.php:1208
521
  #: template/gallery-single-template.php:101
522
  msgid "Download high resolution image"
523
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:19+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:19+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:103
23
+ #: gallery-plugin.php:795
24
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
  msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
26
 
32
 
33
  # @ gallery
34
  #: gallery-plugin.php:128
35
+ #: gallery-plugin.php:662
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
115
 
116
  # @ gallery
117
  #: gallery-plugin.php:228
118
+ #: gallery-plugin.php:909
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "Quantidade de imagens por linha"
169
  msgstr ""
170
 
171
  # @ gallery
172
+ #: gallery-plugin.php:479
173
  msgid "Title"
174
  msgstr "Título"
175
 
176
  # @ gallery
177
+ #: gallery-plugin.php:480
178
  msgid "Author"
179
  msgstr "Autor"
180
 
181
  # @ gallery
182
+ #: gallery-plugin.php:481
183
  #, fuzzy
184
  msgid "Photo"
185
  msgstr "Fotos"
186
 
187
  # @ gallery
188
+ #: gallery-plugin.php:482
189
  #, fuzzy
190
  msgid "Publishing"
191
  msgstr "Público"
192
 
193
  # @ gallery
194
+ #: gallery-plugin.php:483
195
+ #: gallery-plugin.php:913
196
  msgid "Date"
197
  msgstr "Data"
198
 
199
  # @ gallery
200
+ #: gallery-plugin.php:631
201
  msgid "Activated plugins"
202
  msgstr "Plugins ativados"
203
 
204
  # @ gallery
205
+ #: gallery-plugin.php:633
206
+ #: gallery-plugin.php:641
207
+ #: gallery-plugin.php:649
208
  msgid "Read more"
209
  msgstr "Leia mais"
210
 
211
  # @ gallery
212
+ #: gallery-plugin.php:633
213
+ #: gallery-plugin.php:978
214
+ #: gallery-plugin.php:993
215
  msgid "Settings"
216
  msgstr "Configurações"
217
 
218
  # @ gallery
219
+ #: gallery-plugin.php:639
220
  msgid "Installed plugins"
221
  msgstr "Plugins instalados"
222
 
223
  # @ gallery
224
+ #: gallery-plugin.php:647
225
  msgid "Recommended plugins"
226
  msgstr "Plugins recomendados"
227
 
228
  # @ gallery
229
+ #: gallery-plugin.php:649
230
  msgid "Download"
231
  msgstr "Download"
232
 
233
  # @ default
234
+ #: gallery-plugin.php:649
235
  #, php-format
236
  msgid "Install %s"
237
  msgstr "Instalar %s"
238
 
239
  # @ gallery
240
+ #: gallery-plugin.php:649
241
  msgid "Install now from wordpress.org"
242
  msgstr "Instale agora via wordpres.org"
243
 
244
  # @ gallery
245
+ #: gallery-plugin.php:651
246
  #, fuzzy
247
+ msgid "If you have any questions, please feel free to contact us via"
248
  msgstr "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou preencha o formulário de contar em nosso website."
249
 
250
  # @ gallery
251
+ #: gallery-plugin.php:689
252
  #, fuzzy
253
  msgid "See images &raquo;"
254
  msgstr "Ver foto &raquo;"
255
 
256
  # @ gallery
257
+ #: gallery-plugin.php:788
258
  #, fuzzy
259
  msgid "Settings are saved"
260
  msgstr "Opções salvas."
261
 
262
  # @ gallery
263
+ #: gallery-plugin.php:802
264
  #, fuzzy
265
  msgid "Gallery Settings"
266
  msgstr "Opções da Galeria"
267
 
268
  # @ gallery
269
+ #: gallery-plugin.php:805
270
  #, fuzzy
271
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
272
  msgstr "Se você quiser adicionar uma Galeria Única em sua página ou post, basta copiar e colocar este shortcode no conteúde de sua página ou post:"
273
 
274
  # @ gallery
275
+ #: gallery-plugin.php:809
276
  #, fuzzy
277
  msgid "Image size for the album cover"
278
  msgstr "Tamanho da imagem de capa do álbum para as galerias"
279
 
280
  # @ gallery
281
+ #: gallery-plugin.php:811
282
+ #: gallery-plugin.php:819
283
+ #: gallery-plugin.php:832
284
  #, fuzzy
285
  msgid "Image size"
286
  msgstr "Nome do tamanho"
287
 
288
  # @ gallery
289
+ #: gallery-plugin.php:812
290
+ #: gallery-plugin.php:820
291
  msgid "Width (in px)"
292
  msgstr "Largura (em px)"
293
 
294
  # @ gallery
295
+ #: gallery-plugin.php:813
296
+ #: gallery-plugin.php:821
297
  msgid "Height (in px)"
298
  msgstr "Altura (em px)"
299
 
300
  # @ gallery
301
+ #: gallery-plugin.php:817
302
  #, fuzzy
303
  msgid "Gallery image size"
304
  msgstr "Galerias"
305
 
306
  # @ gallery
307
+ #: gallery-plugin.php:825
308
  #, fuzzy
309
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
310
  msgstr "WordPress irá criar uma cópia da imagem destacada com os tamanhos especificados quando você enviar uma nova foto."
311
 
312
+ #: gallery-plugin.php:830
313
  msgid "Gallery image size in the lightbox"
314
  msgstr ""
315
 
316
  # @ gallery
317
+ #: gallery-plugin.php:833
318
  #, fuzzy
319
  msgid "Max width (in px)"
320
  msgstr "Largura (em px)"
321
 
322
  # @ gallery
323
+ #: gallery-plugin.php:834
324
  #, fuzzy
325
  msgid "Max height (in px)"
326
  msgstr "Altura (em px)"
327
 
328
+ #: gallery-plugin.php:835
329
  msgid "Display a full size image in the lightbox"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:839
333
  msgid "Crop position"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:841
337
  msgid "Horizontal"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:843
341
  msgid "left"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:844
345
+ #: gallery-plugin.php:851
346
  msgid "center"
347
  msgstr ""
348
 
349
+ #: gallery-plugin.php:845
350
  msgid "right"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:848
354
  msgid "Vertical"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:850
358
  msgid "top"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:852
362
  msgid "bottom"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:857
366
  msgid "Lightbox background"
367
  msgstr ""
368
 
369
+ #: gallery-plugin.php:859
370
  msgid "Default"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:860
374
  msgid "Background transparency (from 0 to 1)"
375
  msgstr ""
376
 
377
+ #: gallery-plugin.php:862
378
  msgid "Select a background color"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:864
382
  msgid "Background color"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:871
386
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:878
390
  msgid "Images with border"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:881
394
  msgid "Border width in px, just numbers"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:883
398
+ #: gallery-plugin.php:885
399
  msgid "Select a border color"
400
  msgstr ""
401
 
402
  # @ gallery
403
+ #: gallery-plugin.php:891
404
  #, fuzzy
405
  msgid "Number of images in the row"
406
  msgstr "Quantidade de imagens por linha"
407
 
408
  # @ gallery
409
+ #: gallery-plugin.php:897
410
  msgid "Start slideshow"
411
  msgstr "Iniciar Apresentação de Slides"
412
 
413
  # @ gallery
414
+ #: gallery-plugin.php:903
415
  msgid "Slideshow interval"
416
  msgstr "Intervalo de tempo entre cada Slide"
417
 
418
  # @ gallery
419
+ #: gallery-plugin.php:911
420
  #, fuzzy
421
  msgid "Attachment ID"
422
  msgstr "id do anexo"
423
 
424
  # @ gallery
425
+ #: gallery-plugin.php:912
426
  #, fuzzy
427
  msgid "Image Name"
428
  msgstr "Imagem "
429
 
430
  # @ gallery
431
+ #: gallery-plugin.php:914
432
  #, fuzzy
433
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
434
  msgstr "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / Upload na Galeria de Mídia)"
435
 
436
  # @ gallery
437
+ #: gallery-plugin.php:915
438
  #, fuzzy
439
  msgid "Random"
440
  msgstr "aleatório"
441
 
442
  # @ gallery
443
+ #: gallery-plugin.php:919
444
  #, fuzzy
445
  msgid "Sort images"
446
  msgstr "Quantidade de imagens por linha"
447
 
448
  # @ gallery
449
+ #: gallery-plugin.php:921
450
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
451
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
452
 
453
  # @ gallery
454
+ #: gallery-plugin.php:922
455
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
456
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
457
 
458
+ #: gallery-plugin.php:926
459
  msgid "Display text above the image"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:928
463
  msgid "If you want to display text just in a lightbox"
464
  msgstr ""
465
 
466
  # @ gallery
467
+ #: gallery-plugin.php:932
468
  #, fuzzy
469
  msgid "Display the Back link"
470
  msgstr "Mostrar link de Retorno"
471
 
472
  # @ gallery
473
+ #: gallery-plugin.php:938
474
  #, fuzzy
475
  msgid "Display the Back link in the shortcode"
476
  msgstr "Mostrar link de Retorno no shortcode"
477
 
478
+ #: gallery-plugin.php:944
479
  msgid "The Back link text"
480
  msgstr ""
481
 
482
+ #: gallery-plugin.php:950
483
  msgid "The Back link URL"
484
  msgstr ""
485
 
486
+ #: gallery-plugin.php:952
487
  msgid "Gallery page (Page with Gallery Template)"
488
  msgstr ""
489
 
490
+ #: gallery-plugin.php:954
491
  msgid "(Full URL to custom page)"
492
  msgstr ""
493
 
494
+ #: gallery-plugin.php:958
495
  msgid "The Read More link text"
496
  msgstr ""
497
 
498
  # @ default
499
+ #: gallery-plugin.php:966
500
  msgid "Save Changes"
501
  msgstr "Salvar Alterações"
502
 
503
  # @ gallery
504
+ #: gallery-plugin.php:979
505
  msgid "FAQ"
506
  msgstr "FAQ"
507
 
508
  # @ gallery
509
+ #: gallery-plugin.php:980
510
  msgid "Support"
511
  msgstr "Suporte"
512
 
513
  # @ gallery
514
+ #: gallery-plugin.php:1187
515
  #: template/gallery-single-template.php:76
516
  #, fuzzy
517
  msgid "Sorry, nothing found."
518
  msgstr "Desculpe - nada foi encontrado."
519
 
520
+ #: gallery-plugin.php:1209
521
  #: template/gallery-single-template.php:101
522
  msgid "Download high resolution image"
523
  msgstr ""
languages/gallery-ru_RU.mo CHANGED
Binary file
languages/gallery-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:12+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:12+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Галереи"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
@@ -92,7 +92,7 @@ msgid "Please make a choice"
92
  msgstr "Пожалуйста, выберите"
93
 
94
  #: gallery-plugin.php:228
95
- #: gallery-plugin.php:908
96
  msgid "Sort images by"
97
  msgstr "Изображения сортируются по"
98
 
@@ -140,292 +140,292 @@ msgstr "Вы можете добавить Галерею на вашу стра
140
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
141
  msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
142
 
143
- #: gallery-plugin.php:478
144
  msgid "Title"
145
  msgstr "Название"
146
 
147
- #: gallery-plugin.php:479
148
  msgid "Author"
149
  msgstr "Автор"
150
 
151
- #: gallery-plugin.php:480
152
  msgid "Photo"
153
  msgstr "Фото"
154
 
155
- #: gallery-plugin.php:481
156
  msgid "Publishing"
157
  msgstr "Опубликование"
158
 
159
- #: gallery-plugin.php:482
160
- #: gallery-plugin.php:912
161
  msgid "Date"
162
  msgstr "Дата"
163
 
164
- #: gallery-plugin.php:630
165
  msgid "Activated plugins"
166
  msgstr "Активированные плагины"
167
 
168
- #: gallery-plugin.php:632
169
- #: gallery-plugin.php:640
170
- #: gallery-plugin.php:648
171
  msgid "Read more"
172
  msgstr "Подробнее..."
173
 
174
- #: gallery-plugin.php:632
175
- #: gallery-plugin.php:977
176
- #: gallery-plugin.php:992
177
  msgid "Settings"
178
  msgstr "Настройки"
179
 
180
- #: gallery-plugin.php:638
181
  msgid "Installed plugins"
182
  msgstr "Установленные плагины"
183
 
184
- #: gallery-plugin.php:646
185
  msgid "Recommended plugins"
186
  msgstr "Рекомендованные к установке плагины"
187
 
188
- #: gallery-plugin.php:648
189
  msgid "Download"
190
  msgstr "Скачать"
191
 
192
- #: gallery-plugin.php:648
193
  #, php-format
194
  msgid "Install %s"
195
  msgstr "Установлено %s"
196
 
197
- #: gallery-plugin.php:648
198
  msgid "Install now from wordpress.org"
199
  msgstr "Установить с wordpress.org"
200
 
201
- #: gallery-plugin.php:650
202
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
203
- msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
204
 
205
- #: gallery-plugin.php:688
206
  msgid "See images &raquo;"
207
  msgstr "Смотреть фотографии &raquo;"
208
 
209
- #: gallery-plugin.php:787
210
  msgid "Settings are saved"
211
  msgstr "Опции сохранены"
212
 
213
- #: gallery-plugin.php:801
214
  msgid "Gallery Settings"
215
  msgstr "Настройки Галереи"
216
 
217
- #: gallery-plugin.php:804
218
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
219
  msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
220
 
221
- #: gallery-plugin.php:808
222
  msgid "Image size for the album cover"
223
  msgstr "Размер изображения для обложки альбома галереи"
224
 
225
- #: gallery-plugin.php:810
226
- #: gallery-plugin.php:818
227
- #: gallery-plugin.php:831
228
  msgid "Image size"
229
  msgstr "Название размера изображения"
230
 
231
- #: gallery-plugin.php:811
232
- #: gallery-plugin.php:819
233
  msgid "Width (in px)"
234
  msgstr "Ширина (в px)"
235
 
236
- #: gallery-plugin.php:812
237
- #: gallery-plugin.php:820
238
  msgid "Height (in px)"
239
  msgstr "Высота (в px)"
240
 
241
- #: gallery-plugin.php:816
242
  msgid "Gallery image size"
243
  msgstr "Размер изображений Галереи"
244
 
245
- #: gallery-plugin.php:824
246
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
247
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
248
 
249
- #: gallery-plugin.php:829
250
  msgid "Gallery image size in the lightbox"
251
  msgstr "Размер изображений Галереи в лайтбоксе"
252
 
253
- #: gallery-plugin.php:832
254
  msgid "Max width (in px)"
255
  msgstr "Макс. ширина (в px)"
256
 
257
- #: gallery-plugin.php:833
258
  msgid "Max height (in px)"
259
  msgstr "Макс. высота (в px)"
260
 
261
- #: gallery-plugin.php:834
262
  msgid "Display a full size image in the lightbox"
263
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
264
 
265
- #: gallery-plugin.php:838
266
  msgid "Crop position"
267
  msgstr "Позиция обрезки"
268
 
269
- #: gallery-plugin.php:840
270
  msgid "Horizontal"
271
  msgstr "Горизонтальная"
272
 
273
- #: gallery-plugin.php:842
274
  msgid "left"
275
  msgstr "лево"
276
 
277
- #: gallery-plugin.php:843
278
- #: gallery-plugin.php:850
279
  msgid "center"
280
  msgstr "центр"
281
 
282
- #: gallery-plugin.php:844
283
  msgid "right"
284
  msgstr "право"
285
 
286
- #: gallery-plugin.php:847
287
  msgid "Vertical"
288
  msgstr "Вертикальная"
289
 
290
- #: gallery-plugin.php:849
291
  msgid "top"
292
  msgstr "верх"
293
 
294
- #: gallery-plugin.php:851
295
  msgid "bottom"
296
  msgstr "низ"
297
 
298
- #: gallery-plugin.php:856
299
  msgid "Lightbox background"
300
  msgstr "Фон лайтбокса"
301
 
302
- #: gallery-plugin.php:858
303
  msgid "Default"
304
  msgstr "По-умолчанию"
305
 
306
- #: gallery-plugin.php:859
307
  msgid "Background transparency (from 0 to 1)"
308
  msgstr "Прозрачность для фона (от 0 до 1)"
309
 
310
- #: gallery-plugin.php:861
311
  msgid "Select a background color"
312
  msgstr "Выберите цвет фона"
313
 
314
- #: gallery-plugin.php:863
315
  msgid "Background color"
316
  msgstr "Цвет фона"
317
 
318
- #: gallery-plugin.php:870
319
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
320
  msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
321
 
322
- #: gallery-plugin.php:877
323
  msgid "Images with border"
324
  msgstr "Изображения с рамкой"
325
 
326
- #: gallery-plugin.php:880
327
  msgid "Border width in px, just numbers"
328
  msgstr "Ширина рамки в px, только числа"
329
 
330
- #: gallery-plugin.php:882
331
- #: gallery-plugin.php:884
332
  msgid "Select a border color"
333
  msgstr "Выберите цвет рамки"
334
 
335
- #: gallery-plugin.php:890
336
  msgid "Number of images in the row"
337
  msgstr "Количество изображений в строке"
338
 
339
- #: gallery-plugin.php:896
340
  msgid "Start slideshow"
341
  msgstr "Начать слайдшоу"
342
 
343
- #: gallery-plugin.php:902
344
  msgid "Slideshow interval"
345
  msgstr "Интервал времени при показе слайдшоу"
346
 
347
- #: gallery-plugin.php:910
348
  msgid "Attachment ID"
349
  msgstr "id изображения"
350
 
351
- #: gallery-plugin.php:911
352
  msgid "Image Name"
353
  msgstr "названию изображения"
354
 
355
- #: gallery-plugin.php:913
356
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
357
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
358
 
359
- #: gallery-plugin.php:914
360
  msgid "Random"
361
  msgstr "произвольно"
362
 
363
- #: gallery-plugin.php:918
364
  msgid "Sort images"
365
  msgstr "Сортировать изображения"
366
 
367
- #: gallery-plugin.php:920
368
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
369
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
370
 
371
- #: gallery-plugin.php:921
372
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
373
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
374
 
375
- #: gallery-plugin.php:925
376
  msgid "Display text above the image"
377
  msgstr "Отображение текста над изображением"
378
 
379
- #: gallery-plugin.php:927
380
  msgid "If you want to display text just in a lightbox"
381
  msgstr "Если вы хотите отображать текст только в лайтбоксе"
382
 
383
- #: gallery-plugin.php:931
384
  msgid "Display the Back link"
385
  msgstr "Отображать ссылку Вернуться"
386
 
387
- #: gallery-plugin.php:937
388
  msgid "Display the Back link in the shortcode"
389
  msgstr "Отображаться ссылку Вернуться в шорткоде"
390
 
391
- #: gallery-plugin.php:943
392
  msgid "The Back link text"
393
  msgstr "Текст для ссылки Вернуться"
394
 
395
- #: gallery-plugin.php:949
396
  msgid "The Back link URL"
397
  msgstr "URL для ссылки Вернуться"
398
 
399
- #: gallery-plugin.php:951
400
  msgid "Gallery page (Page with Gallery Template)"
401
  msgstr "Страница галереи (Страница с Gallery Template)"
402
 
403
- #: gallery-plugin.php:953
404
  msgid "(Full URL to custom page)"
405
  msgstr "(Полная ссылка на пользовательскую страницу)"
406
 
407
- #: gallery-plugin.php:957
408
  msgid "The Read More link text"
409
  msgstr "Текст для ссылки Вернуться"
410
 
411
- #: gallery-plugin.php:965
412
  msgid "Save Changes"
413
  msgstr "Сохранить изменения"
414
 
415
- #: gallery-plugin.php:978
416
  msgid "FAQ"
417
  msgstr "FAQ"
418
 
419
- #: gallery-plugin.php:979
420
  msgid "Support"
421
  msgstr "Поддержка"
422
 
423
- #: gallery-plugin.php:1186
424
  #: template/gallery-single-template.php:76
425
  msgid "Sorry, nothing found."
426
  msgstr "Извините, ничего не найдено."
427
 
428
- #: gallery-plugin.php:1208
429
  #: template/gallery-single-template.php:101
430
  msgid "Download high resolution image"
431
  msgstr "Скачать изображение в высоком разрешении"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:19+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:19+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
23
 
27
  msgstr "Галереи"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
92
  msgstr "Пожалуйста, выберите"
93
 
94
  #: gallery-plugin.php:228
95
+ #: gallery-plugin.php:909
96
  msgid "Sort images by"
97
  msgstr "Изображения сортируются по"
98
 
140
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
141
  msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
142
 
143
+ #: gallery-plugin.php:479
144
  msgid "Title"
145
  msgstr "Название"
146
 
147
+ #: gallery-plugin.php:480
148
  msgid "Author"
149
  msgstr "Автор"
150
 
151
+ #: gallery-plugin.php:481
152
  msgid "Photo"
153
  msgstr "Фото"
154
 
155
+ #: gallery-plugin.php:482
156
  msgid "Publishing"
157
  msgstr "Опубликование"
158
 
159
+ #: gallery-plugin.php:483
160
+ #: gallery-plugin.php:913
161
  msgid "Date"
162
  msgstr "Дата"
163
 
164
+ #: gallery-plugin.php:631
165
  msgid "Activated plugins"
166
  msgstr "Активированные плагины"
167
 
168
+ #: gallery-plugin.php:633
169
+ #: gallery-plugin.php:641
170
+ #: gallery-plugin.php:649
171
  msgid "Read more"
172
  msgstr "Подробнее..."
173
 
174
+ #: gallery-plugin.php:633
175
+ #: gallery-plugin.php:978
176
+ #: gallery-plugin.php:993
177
  msgid "Settings"
178
  msgstr "Настройки"
179
 
180
+ #: gallery-plugin.php:639
181
  msgid "Installed plugins"
182
  msgstr "Установленные плагины"
183
 
184
+ #: gallery-plugin.php:647
185
  msgid "Recommended plugins"
186
  msgstr "Рекомендованные к установке плагины"
187
 
188
+ #: gallery-plugin.php:649
189
  msgid "Download"
190
  msgstr "Скачать"
191
 
192
+ #: gallery-plugin.php:649
193
  #, php-format
194
  msgid "Install %s"
195
  msgstr "Установлено %s"
196
 
197
+ #: gallery-plugin.php:649
198
  msgid "Install now from wordpress.org"
199
  msgstr "Установить с wordpress.org"
200
 
201
+ #: gallery-plugin.php:651
202
+ msgid "If you have any questions, please feel free to contact us via"
203
+ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
204
 
205
+ #: gallery-plugin.php:689
206
  msgid "See images &raquo;"
207
  msgstr "Смотреть фотографии &raquo;"
208
 
209
+ #: gallery-plugin.php:788
210
  msgid "Settings are saved"
211
  msgstr "Опции сохранены"
212
 
213
+ #: gallery-plugin.php:802
214
  msgid "Gallery Settings"
215
  msgstr "Настройки Галереи"
216
 
217
+ #: gallery-plugin.php:805
218
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
219
  msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
220
 
221
+ #: gallery-plugin.php:809
222
  msgid "Image size for the album cover"
223
  msgstr "Размер изображения для обложки альбома галереи"
224
 
225
+ #: gallery-plugin.php:811
226
+ #: gallery-plugin.php:819
227
+ #: gallery-plugin.php:832
228
  msgid "Image size"
229
  msgstr "Название размера изображения"
230
 
231
+ #: gallery-plugin.php:812
232
+ #: gallery-plugin.php:820
233
  msgid "Width (in px)"
234
  msgstr "Ширина (в px)"
235
 
236
+ #: gallery-plugin.php:813
237
+ #: gallery-plugin.php:821
238
  msgid "Height (in px)"
239
  msgstr "Высота (в px)"
240
 
241
+ #: gallery-plugin.php:817
242
  msgid "Gallery image size"
243
  msgstr "Размер изображений Галереи"
244
 
245
+ #: gallery-plugin.php:825
246
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
247
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
248
 
249
+ #: gallery-plugin.php:830
250
  msgid "Gallery image size in the lightbox"
251
  msgstr "Размер изображений Галереи в лайтбоксе"
252
 
253
+ #: gallery-plugin.php:833
254
  msgid "Max width (in px)"
255
  msgstr "Макс. ширина (в px)"
256
 
257
+ #: gallery-plugin.php:834
258
  msgid "Max height (in px)"
259
  msgstr "Макс. высота (в px)"
260
 
261
+ #: gallery-plugin.php:835
262
  msgid "Display a full size image in the lightbox"
263
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
264
 
265
+ #: gallery-plugin.php:839
266
  msgid "Crop position"
267
  msgstr "Позиция обрезки"
268
 
269
+ #: gallery-plugin.php:841
270
  msgid "Horizontal"
271
  msgstr "Горизонтальная"
272
 
273
+ #: gallery-plugin.php:843
274
  msgid "left"
275
  msgstr "лево"
276
 
277
+ #: gallery-plugin.php:844
278
+ #: gallery-plugin.php:851
279
  msgid "center"
280
  msgstr "центр"
281
 
282
+ #: gallery-plugin.php:845
283
  msgid "right"
284
  msgstr "право"
285
 
286
+ #: gallery-plugin.php:848
287
  msgid "Vertical"
288
  msgstr "Вертикальная"
289
 
290
+ #: gallery-plugin.php:850
291
  msgid "top"
292
  msgstr "верх"
293
 
294
+ #: gallery-plugin.php:852
295
  msgid "bottom"
296
  msgstr "низ"
297
 
298
+ #: gallery-plugin.php:857
299
  msgid "Lightbox background"
300
  msgstr "Фон лайтбокса"
301
 
302
+ #: gallery-plugin.php:859
303
  msgid "Default"
304
  msgstr "По-умолчанию"
305
 
306
+ #: gallery-plugin.php:860
307
  msgid "Background transparency (from 0 to 1)"
308
  msgstr "Прозрачность для фона (от 0 до 1)"
309
 
310
+ #: gallery-plugin.php:862
311
  msgid "Select a background color"
312
  msgstr "Выберите цвет фона"
313
 
314
+ #: gallery-plugin.php:864
315
  msgid "Background color"
316
  msgstr "Цвет фона"
317
 
318
+ #: gallery-plugin.php:871
319
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
320
  msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
321
 
322
+ #: gallery-plugin.php:878
323
  msgid "Images with border"
324
  msgstr "Изображения с рамкой"
325
 
326
+ #: gallery-plugin.php:881
327
  msgid "Border width in px, just numbers"
328
  msgstr "Ширина рамки в px, только числа"
329
 
330
+ #: gallery-plugin.php:883
331
+ #: gallery-plugin.php:885
332
  msgid "Select a border color"
333
  msgstr "Выберите цвет рамки"
334
 
335
+ #: gallery-plugin.php:891
336
  msgid "Number of images in the row"
337
  msgstr "Количество изображений в строке"
338
 
339
+ #: gallery-plugin.php:897
340
  msgid "Start slideshow"
341
  msgstr "Начать слайдшоу"
342
 
343
+ #: gallery-plugin.php:903
344
  msgid "Slideshow interval"
345
  msgstr "Интервал времени при показе слайдшоу"
346
 
347
+ #: gallery-plugin.php:911
348
  msgid "Attachment ID"
349
  msgstr "id изображения"
350
 
351
+ #: gallery-plugin.php:912
352
  msgid "Image Name"
353
  msgstr "названию изображения"
354
 
355
+ #: gallery-plugin.php:914
356
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
357
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
358
 
359
+ #: gallery-plugin.php:915
360
  msgid "Random"
361
  msgstr "произвольно"
362
 
363
+ #: gallery-plugin.php:919
364
  msgid "Sort images"
365
  msgstr "Сортировать изображения"
366
 
367
+ #: gallery-plugin.php:921
368
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
369
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
370
 
371
+ #: gallery-plugin.php:922
372
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
373
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
374
 
375
+ #: gallery-plugin.php:926
376
  msgid "Display text above the image"
377
  msgstr "Отображение текста над изображением"
378
 
379
+ #: gallery-plugin.php:928
380
  msgid "If you want to display text just in a lightbox"
381
  msgstr "Если вы хотите отображать текст только в лайтбоксе"
382
 
383
+ #: gallery-plugin.php:932
384
  msgid "Display the Back link"
385
  msgstr "Отображать ссылку Вернуться"
386
 
387
+ #: gallery-plugin.php:938
388
  msgid "Display the Back link in the shortcode"
389
  msgstr "Отображаться ссылку Вернуться в шорткоде"
390
 
391
+ #: gallery-plugin.php:944
392
  msgid "The Back link text"
393
  msgstr "Текст для ссылки Вернуться"
394
 
395
+ #: gallery-plugin.php:950
396
  msgid "The Back link URL"
397
  msgstr "URL для ссылки Вернуться"
398
 
399
+ #: gallery-plugin.php:952
400
  msgid "Gallery page (Page with Gallery Template)"
401
  msgstr "Страница галереи (Страница с Gallery Template)"
402
 
403
+ #: gallery-plugin.php:954
404
  msgid "(Full URL to custom page)"
405
  msgstr "(Полная ссылка на пользовательскую страницу)"
406
 
407
+ #: gallery-plugin.php:958
408
  msgid "The Read More link text"
409
  msgstr "Текст для ссылки Вернуться"
410
 
411
+ #: gallery-plugin.php:966
412
  msgid "Save Changes"
413
  msgstr "Сохранить изменения"
414
 
415
+ #: gallery-plugin.php:979
416
  msgid "FAQ"
417
  msgstr "FAQ"
418
 
419
+ #: gallery-plugin.php:980
420
  msgid "Support"
421
  msgstr "Поддержка"
422
 
423
+ #: gallery-plugin.php:1187
424
  #: template/gallery-single-template.php:76
425
  msgid "Sorry, nothing found."
426
  msgstr "Извините, ничего не найдено."
427
 
428
+ #: gallery-plugin.php:1209
429
  #: template/gallery-single-template.php:101
430
  msgid "Download high resolution image"
431
  msgstr "Скачать изображение в высоком разрешении"
languages/gallery-sr_RS.mo CHANGED
Binary file
languages/gallery-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:12+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:12+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Radovan Georgijevic <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" Nisu pronađeni u direktorijumu teme. Prekopirajte ih iz direktorijuma `/ wp-content/plugins/gallery-plugin/template /` u direktorijum vaše temekako bi dodatak Galerija ispravno funkcionisao"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerije"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
@@ -99,7 +99,7 @@ msgid "Please make a choice"
99
  msgstr ""
100
 
101
  #: gallery-plugin.php:228
102
- #: gallery-plugin.php:908
103
  #, fuzzy
104
  msgid "Sort images by"
105
  msgstr "Izboj slike u redu"
@@ -152,315 +152,315 @@ msgstr "Možete dodati Jednu Galeriju na stranicu ili u članak unosom sledećeg
152
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
153
  msgstr "Ako želite da uzmete kratak prikaz galerije sa linkom ka Jednoj Stranici Galerije"
154
 
155
- #: gallery-plugin.php:478
156
  msgid "Title"
157
  msgstr "Naslov"
158
 
159
- #: gallery-plugin.php:479
160
  msgid "Author"
161
  msgstr "Autor"
162
 
163
- #: gallery-plugin.php:480
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Slike"
167
 
168
- #: gallery-plugin.php:481
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Javno"
172
 
173
- #: gallery-plugin.php:482
174
- #: gallery-plugin.php:912
175
  msgid "Date"
176
  msgstr "Datum"
177
 
178
- #: gallery-plugin.php:630
179
  msgid "Activated plugins"
180
  msgstr "Aktivni dodaci"
181
 
182
- #: gallery-plugin.php:632
183
- #: gallery-plugin.php:640
184
- #: gallery-plugin.php:648
185
  msgid "Read more"
186
  msgstr "Čitaj više..."
187
 
188
- #: gallery-plugin.php:632
189
- #: gallery-plugin.php:977
190
- #: gallery-plugin.php:992
191
  msgid "Settings"
192
  msgstr "Podešavanja"
193
 
194
- #: gallery-plugin.php:638
195
  msgid "Installed plugins"
196
  msgstr "Instalirani dodaci"
197
 
198
- #: gallery-plugin.php:646
199
  msgid "Recommended plugins"
200
  msgstr "Preporučeni dodaci"
201
 
202
- #: gallery-plugin.php:648
203
  msgid "Download"
204
  msgstr "Preuzmi"
205
 
206
- #: gallery-plugin.php:648
207
  #, php-format
208
  msgid "Install %s"
209
  msgstr "Instaliraj %s"
210
 
211
- #: gallery-plugin.php:648
212
  msgid "Install now from wordpress.org"
213
  msgstr "Instaliraj sa wordpress.org"
214
 
215
- #: gallery-plugin.php:650
216
  #, fuzzy
217
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
218
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte nas na mejl plugin@bestwebsoft.com ili poopunite kontakt formu na našem sajtu"
219
 
220
- #: gallery-plugin.php:688
221
  #, fuzzy
222
  msgid "See images &raquo;"
223
  msgstr "Vidi sliku &raquo;"
224
 
225
- #: gallery-plugin.php:787
226
  #, fuzzy
227
  msgid "Settings are saved"
228
  msgstr "Opcije sačuvane"
229
 
230
- #: gallery-plugin.php:801
231
  #, fuzzy
232
  msgid "Gallery Settings"
233
  msgstr "Opcje Galerije"
234
 
235
- #: gallery-plugin.php:804
236
  #, fuzzy
237
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
238
  msgstr "Ako želite da dodate Jednu Galeriju na vašu stranicu ili u članak, jednostavno kopirajte i postavite ovaj kratak kod u sadržaj članke ili strane:"
239
 
240
- #: gallery-plugin.php:808
241
  #, fuzzy
242
  msgid "Image size for the album cover"
243
  msgstr "Veličina za naslovnu albuma "
244
 
245
- #: gallery-plugin.php:810
246
- #: gallery-plugin.php:818
247
- #: gallery-plugin.php:831
248
  #, fuzzy
249
  msgid "Image size"
250
  msgstr "Naziv veličine slike"
251
 
252
- #: gallery-plugin.php:811
253
- #: gallery-plugin.php:819
254
  msgid "Width (in px)"
255
  msgstr "Širina (u px)"
256
 
257
- #: gallery-plugin.php:812
258
- #: gallery-plugin.php:820
259
  msgid "Height (in px)"
260
  msgstr "Visina (u px)"
261
 
262
- #: gallery-plugin.php:816
263
  #, fuzzy
264
  msgid "Gallery image size"
265
  msgstr "Galerije"
266
 
267
- #: gallery-plugin.php:824
268
  #, fuzzy
269
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
270
  msgstr "WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada dodate novu sliku."
271
 
272
- #: gallery-plugin.php:829
273
  msgid "Gallery image size in the lightbox"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:832
277
  #, fuzzy
278
  msgid "Max width (in px)"
279
  msgstr "Širina (u px)"
280
 
281
- #: gallery-plugin.php:833
282
  #, fuzzy
283
  msgid "Max height (in px)"
284
  msgstr "Visina (u px)"
285
 
286
- #: gallery-plugin.php:834
287
  msgid "Display a full size image in the lightbox"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:838
291
  msgid "Crop position"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:840
295
  msgid "Horizontal"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:842
299
  msgid "left"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:843
303
- #: gallery-plugin.php:850
304
  msgid "center"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:844
308
  msgid "right"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:847
312
  msgid "Vertical"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:849
316
  msgid "top"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:851
320
  msgid "bottom"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:856
324
  msgid "Lightbox background"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:858
328
  msgid "Default"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:859
332
  msgid "Background transparency (from 0 to 1)"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:861
336
  msgid "Select a background color"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:863
340
  msgid "Background color"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:870
344
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:877
348
  msgid "Images with border"
349
  msgstr ""
350
 
351
- #: gallery-plugin.php:880
352
  msgid "Border width in px, just numbers"
353
  msgstr ""
354
 
355
- #: gallery-plugin.php:882
356
- #: gallery-plugin.php:884
357
  msgid "Select a border color"
358
  msgstr ""
359
 
360
- #: gallery-plugin.php:890
361
  #, fuzzy
362
  msgid "Number of images in the row"
363
  msgstr "Izboj slike u redu"
364
 
365
- #: gallery-plugin.php:896
366
  msgid "Start slideshow"
367
  msgstr "Započni prikaz slajdova"
368
 
369
- #: gallery-plugin.php:902
370
  msgid "Slideshow interval"
371
  msgstr "Interval prikaza slajdova"
372
 
373
- #: gallery-plugin.php:910
374
  #, fuzzy
375
  msgid "Attachment ID"
376
  msgstr "id priveska"
377
 
378
- #: gallery-plugin.php:911
379
  #, fuzzy
380
  msgid "Image Name"
381
  msgstr "Slika"
382
 
383
- #: gallery-plugin.php:913
384
  #, fuzzy
385
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
386
  msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
387
 
388
- #: gallery-plugin.php:914
389
  #, fuzzy
390
  msgid "Random"
391
  msgstr "nasumično"
392
 
393
- #: gallery-plugin.php:918
394
  #, fuzzy
395
  msgid "Sort images"
396
  msgstr "Izboj slike u redu"
397
 
398
- #: gallery-plugin.php:920
399
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
400
  msgstr "ASC (rastući raspored od najnižih do najviših vrednosti - 1, 2, 3, a, b, c)"
401
 
402
- #: gallery-plugin.php:921
403
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
404
  msgstr "DESC (opadajući raspored od naviših do najnižih vrednosti do - 3, 2, 1, a, b, c)"
405
 
406
- #: gallery-plugin.php:925
407
  msgid "Display text above the image"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:927
411
  msgid "If you want to display text just in a lightbox"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:931
415
  #, fuzzy
416
  msgid "Display the Back link"
417
  msgstr "Prikaži Povratnu vezu"
418
 
419
- #: gallery-plugin.php:937
420
  #, fuzzy
421
  msgid "Display the Back link in the shortcode"
422
  msgstr "Prikaži povratnu vezu ka kratak kod"
423
 
424
- #: gallery-plugin.php:943
425
  msgid "The Back link text"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:949
429
  msgid "The Back link URL"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:951
433
  msgid "Gallery page (Page with Gallery Template)"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:953
437
  msgid "(Full URL to custom page)"
438
  msgstr ""
439
 
440
- #: gallery-plugin.php:957
441
  #, fuzzy
442
  msgid "The Read More link text"
443
  msgstr "Etiketa za Čitaj Više vezu"
444
 
445
- #: gallery-plugin.php:965
446
  msgid "Save Changes"
447
  msgstr "Sačuvaj Promene"
448
 
449
- #: gallery-plugin.php:978
450
  msgid "FAQ"
451
  msgstr "FAQ"
452
 
453
- #: gallery-plugin.php:979
454
  msgid "Support"
455
  msgstr "Podrška"
456
 
457
- #: gallery-plugin.php:1186
458
  #: template/gallery-single-template.php:76
459
  #, fuzzy
460
  msgid "Sorry, nothing found."
461
  msgstr "Izvinite - ništa nije pronađeno."
462
 
463
- #: gallery-plugin.php:1208
464
  #: template/gallery-single-template.php:101
465
  #, fuzzy
466
  msgid "Download high resolution image"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:19+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:19+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Radovan Georgijevic <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" Nisu pronađeni u direktorijumu teme. Prekopirajte ih iz direktorijuma `/ wp-content/plugins/gallery-plugin/template /` u direktorijum vaše temekako bi dodatak Galerija ispravno funkcionisao"
23
 
27
  msgstr "Galerije"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
99
  msgstr ""
100
 
101
  #: gallery-plugin.php:228
102
+ #: gallery-plugin.php:909
103
  #, fuzzy
104
  msgid "Sort images by"
105
  msgstr "Izboj slike u redu"
152
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
153
  msgstr "Ako želite da uzmete kratak prikaz galerije sa linkom ka Jednoj Stranici Galerije"
154
 
155
+ #: gallery-plugin.php:479
156
  msgid "Title"
157
  msgstr "Naslov"
158
 
159
+ #: gallery-plugin.php:480
160
  msgid "Author"
161
  msgstr "Autor"
162
 
163
+ #: gallery-plugin.php:481
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Slike"
167
 
168
+ #: gallery-plugin.php:482
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Javno"
172
 
173
+ #: gallery-plugin.php:483
174
+ #: gallery-plugin.php:913
175
  msgid "Date"
176
  msgstr "Datum"
177
 
178
+ #: gallery-plugin.php:631
179
  msgid "Activated plugins"
180
  msgstr "Aktivni dodaci"
181
 
182
+ #: gallery-plugin.php:633
183
+ #: gallery-plugin.php:641
184
+ #: gallery-plugin.php:649
185
  msgid "Read more"
186
  msgstr "Čitaj više..."
187
 
188
+ #: gallery-plugin.php:633
189
+ #: gallery-plugin.php:978
190
+ #: gallery-plugin.php:993
191
  msgid "Settings"
192
  msgstr "Podešavanja"
193
 
194
+ #: gallery-plugin.php:639
195
  msgid "Installed plugins"
196
  msgstr "Instalirani dodaci"
197
 
198
+ #: gallery-plugin.php:647
199
  msgid "Recommended plugins"
200
  msgstr "Preporučeni dodaci"
201
 
202
+ #: gallery-plugin.php:649
203
  msgid "Download"
204
  msgstr "Preuzmi"
205
 
206
+ #: gallery-plugin.php:649
207
  #, php-format
208
  msgid "Install %s"
209
  msgstr "Instaliraj %s"
210
 
211
+ #: gallery-plugin.php:649
212
  msgid "Install now from wordpress.org"
213
  msgstr "Instaliraj sa wordpress.org"
214
 
215
+ #: gallery-plugin.php:651
216
  #, fuzzy
217
+ msgid "If you have any questions, please feel free to contact us via"
218
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte nas na mejl plugin@bestwebsoft.com ili poopunite kontakt formu na našem sajtu"
219
 
220
+ #: gallery-plugin.php:689
221
  #, fuzzy
222
  msgid "See images &raquo;"
223
  msgstr "Vidi sliku &raquo;"
224
 
225
+ #: gallery-plugin.php:788
226
  #, fuzzy
227
  msgid "Settings are saved"
228
  msgstr "Opcije sačuvane"
229
 
230
+ #: gallery-plugin.php:802
231
  #, fuzzy
232
  msgid "Gallery Settings"
233
  msgstr "Opcje Galerije"
234
 
235
+ #: gallery-plugin.php:805
236
  #, fuzzy
237
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
238
  msgstr "Ako želite da dodate Jednu Galeriju na vašu stranicu ili u članak, jednostavno kopirajte i postavite ovaj kratak kod u sadržaj članke ili strane:"
239
 
240
+ #: gallery-plugin.php:809
241
  #, fuzzy
242
  msgid "Image size for the album cover"
243
  msgstr "Veličina za naslovnu albuma "
244
 
245
+ #: gallery-plugin.php:811
246
+ #: gallery-plugin.php:819
247
+ #: gallery-plugin.php:832
248
  #, fuzzy
249
  msgid "Image size"
250
  msgstr "Naziv veličine slike"
251
 
252
+ #: gallery-plugin.php:812
253
+ #: gallery-plugin.php:820
254
  msgid "Width (in px)"
255
  msgstr "Širina (u px)"
256
 
257
+ #: gallery-plugin.php:813
258
+ #: gallery-plugin.php:821
259
  msgid "Height (in px)"
260
  msgstr "Visina (u px)"
261
 
262
+ #: gallery-plugin.php:817
263
  #, fuzzy
264
  msgid "Gallery image size"
265
  msgstr "Galerije"
266
 
267
+ #: gallery-plugin.php:825
268
  #, fuzzy
269
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
270
  msgstr "WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada dodate novu sliku."
271
 
272
+ #: gallery-plugin.php:830
273
  msgid "Gallery image size in the lightbox"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:833
277
  #, fuzzy
278
  msgid "Max width (in px)"
279
  msgstr "Širina (u px)"
280
 
281
+ #: gallery-plugin.php:834
282
  #, fuzzy
283
  msgid "Max height (in px)"
284
  msgstr "Visina (u px)"
285
 
286
+ #: gallery-plugin.php:835
287
  msgid "Display a full size image in the lightbox"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:839
291
  msgid "Crop position"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:841
295
  msgid "Horizontal"
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:843
299
  msgid "left"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:844
303
+ #: gallery-plugin.php:851
304
  msgid "center"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:845
308
  msgid "right"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:848
312
  msgid "Vertical"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:850
316
  msgid "top"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:852
320
  msgid "bottom"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:857
324
  msgid "Lightbox background"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:859
328
  msgid "Default"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:860
332
  msgid "Background transparency (from 0 to 1)"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:862
336
  msgid "Select a background color"
337
  msgstr ""
338
 
339
+ #: gallery-plugin.php:864
340
  msgid "Background color"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:871
344
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:878
348
  msgid "Images with border"
349
  msgstr ""
350
 
351
+ #: gallery-plugin.php:881
352
  msgid "Border width in px, just numbers"
353
  msgstr ""
354
 
355
+ #: gallery-plugin.php:883
356
+ #: gallery-plugin.php:885
357
  msgid "Select a border color"
358
  msgstr ""
359
 
360
+ #: gallery-plugin.php:891
361
  #, fuzzy
362
  msgid "Number of images in the row"
363
  msgstr "Izboj slike u redu"
364
 
365
+ #: gallery-plugin.php:897
366
  msgid "Start slideshow"
367
  msgstr "Započni prikaz slajdova"
368
 
369
+ #: gallery-plugin.php:903
370
  msgid "Slideshow interval"
371
  msgstr "Interval prikaza slajdova"
372
 
373
+ #: gallery-plugin.php:911
374
  #, fuzzy
375
  msgid "Attachment ID"
376
  msgstr "id priveska"
377
 
378
+ #: gallery-plugin.php:912
379
  #, fuzzy
380
  msgid "Image Name"
381
  msgstr "Slika"
382
 
383
+ #: gallery-plugin.php:914
384
  #, fuzzy
385
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
386
  msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
387
 
388
+ #: gallery-plugin.php:915
389
  #, fuzzy
390
  msgid "Random"
391
  msgstr "nasumično"
392
 
393
+ #: gallery-plugin.php:919
394
  #, fuzzy
395
  msgid "Sort images"
396
  msgstr "Izboj slike u redu"
397
 
398
+ #: gallery-plugin.php:921
399
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
400
  msgstr "ASC (rastući raspored od najnižih do najviših vrednosti - 1, 2, 3, a, b, c)"
401
 
402
+ #: gallery-plugin.php:922
403
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
404
  msgstr "DESC (opadajući raspored od naviših do najnižih vrednosti do - 3, 2, 1, a, b, c)"
405
 
406
+ #: gallery-plugin.php:926
407
  msgid "Display text above the image"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:928
411
  msgid "If you want to display text just in a lightbox"
412
  msgstr ""
413
 
414
+ #: gallery-plugin.php:932
415
  #, fuzzy
416
  msgid "Display the Back link"
417
  msgstr "Prikaži Povratnu vezu"
418
 
419
+ #: gallery-plugin.php:938
420
  #, fuzzy
421
  msgid "Display the Back link in the shortcode"
422
  msgstr "Prikaži povratnu vezu ka kratak kod"
423
 
424
+ #: gallery-plugin.php:944
425
  msgid "The Back link text"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:950
429
  msgid "The Back link URL"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:952
433
  msgid "Gallery page (Page with Gallery Template)"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:954
437
  msgid "(Full URL to custom page)"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:958
441
  #, fuzzy
442
  msgid "The Read More link text"
443
  msgstr "Etiketa za Čitaj Više vezu"
444
 
445
+ #: gallery-plugin.php:966
446
  msgid "Save Changes"
447
  msgstr "Sačuvaj Promene"
448
 
449
+ #: gallery-plugin.php:979
450
  msgid "FAQ"
451
  msgstr "FAQ"
452
 
453
+ #: gallery-plugin.php:980
454
  msgid "Support"
455
  msgstr "Podrška"
456
 
457
+ #: gallery-plugin.php:1187
458
  #: template/gallery-single-template.php:76
459
  #, fuzzy
460
  msgid "Sorry, nothing found."
461
  msgstr "Izvinite - ništa nije pronađeno."
462
 
463
+ #: gallery-plugin.php:1209
464
  #: template/gallery-single-template.php:101
465
  #, fuzzy
466
  msgid "Download high resolution image"
languages/gallery-uk.mo CHANGED
Binary file
languages/gallery-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:12+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:12+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Галереi"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
@@ -96,7 +96,7 @@ msgid "Please make a choice"
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:228
99
- #: gallery-plugin.php:908
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Кількість зображень у рядку"
@@ -146,308 +146,308 @@ msgstr ""
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr ""
148
 
149
- #: gallery-plugin.php:478
150
  msgid "Title"
151
  msgstr "Назва"
152
 
153
- #: gallery-plugin.php:479
154
  msgid "Author"
155
  msgstr "Автор "
156
 
157
- #: gallery-plugin.php:480
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Фото "
161
 
162
- #: gallery-plugin.php:481
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Громадськості"
166
 
167
- #: gallery-plugin.php:482
168
- #: gallery-plugin.php:912
169
  msgid "Date"
170
  msgstr "Дата "
171
 
172
- #: gallery-plugin.php:630
173
  msgid "Activated plugins"
174
  msgstr "Активоване плагіни"
175
 
176
- #: gallery-plugin.php:632
177
- #: gallery-plugin.php:640
178
- #: gallery-plugin.php:648
179
  msgid "Read more"
180
  msgstr "Читати далі"
181
 
182
- #: gallery-plugin.php:632
183
- #: gallery-plugin.php:977
184
- #: gallery-plugin.php:992
185
  msgid "Settings"
186
  msgstr "Параметри"
187
 
188
- #: gallery-plugin.php:638
189
  msgid "Installed plugins"
190
  msgstr "Встановлених модулів"
191
 
192
- #: gallery-plugin.php:646
193
  msgid "Recommended plugins"
194
  msgstr "Плагіни Рекомендовані"
195
 
196
- #: gallery-plugin.php:648
197
  msgid "Download"
198
  msgstr "Завантажити"
199
 
200
- #: gallery-plugin.php:648
201
  #, php-format
202
  msgid "Install %s"
203
  msgstr "Установка %s"
204
 
205
- #: gallery-plugin.php:648
206
  msgid "Install now from wordpress.org"
207
  msgstr "Установити зараз від wordpress.org"
208
 
209
- #: gallery-plugin.php:650
210
  #, fuzzy
211
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
212
  msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
213
 
214
- #: gallery-plugin.php:688
215
  #, fuzzy
216
  msgid "See images &raquo;"
217
  msgstr "Дивитися фото &raquo;"
218
 
219
- #: gallery-plugin.php:787
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "Параметри зберігаються."
223
 
224
- #: gallery-plugin.php:801
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "Параметри галереї"
228
 
229
- #: gallery-plugin.php:804
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:808
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
- #: gallery-plugin.php:810
239
- #: gallery-plugin.php:818
240
- #: gallery-plugin.php:831
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "Ім'я розмір зображення"
244
 
245
- #: gallery-plugin.php:811
246
- #: gallery-plugin.php:819
247
  msgid "Width (in px)"
248
  msgstr "Ширина (в px)"
249
 
250
- #: gallery-plugin.php:812
251
- #: gallery-plugin.php:820
252
  msgid "Height (in px)"
253
  msgstr "Висота (в px)"
254
 
255
- #: gallery-plugin.php:816
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "Галереi"
259
 
260
- #: gallery-plugin.php:824
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
264
 
265
- #: gallery-plugin.php:829
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:832
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "Ширина (в px)"
273
 
274
- #: gallery-plugin.php:833
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "Висота (в px)"
278
 
279
- #: gallery-plugin.php:834
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:838
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:840
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:842
292
  msgid "left"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:843
296
- #: gallery-plugin.php:850
297
  msgid "center"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:844
301
  msgid "right"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:847
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:849
309
  msgid "top"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:851
313
  msgid "bottom"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:856
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:858
321
  msgid "Default"
322
  msgstr ""
323
 
324
- #: gallery-plugin.php:859
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:861
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:863
333
  msgid "Background color"
334
  msgstr ""
335
 
336
- #: gallery-plugin.php:870
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
- #: gallery-plugin.php:877
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:880
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:882
349
- #: gallery-plugin.php:884
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:890
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "Кількість зображень у рядку"
357
 
358
- #: gallery-plugin.php:896
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
- #: gallery-plugin.php:902
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
- #: gallery-plugin.php:910
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:911
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "Ім'я розмір зображення"
374
 
375
- #: gallery-plugin.php:913
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
- #: gallery-plugin.php:914
380
  msgid "Random"
381
  msgstr ""
382
 
383
- #: gallery-plugin.php:918
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "Кількість зображень у рядку"
387
 
388
- #: gallery-plugin.php:920
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:921
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:925
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:927
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:931
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:937
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
- #: gallery-plugin.php:943
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
- #: gallery-plugin.php:949
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:951
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:953
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:957
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:965
433
  msgid "Save Changes"
434
  msgstr "Зберегти зміни"
435
 
436
- #: gallery-plugin.php:978
437
  msgid "FAQ"
438
  msgstr "FAQ "
439
 
440
- #: gallery-plugin.php:979
441
  msgid "Support"
442
  msgstr "Підтримка"
443
 
444
- #: gallery-plugin.php:1186
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "Вибачте - нічого не знайдено."
449
 
450
- #: gallery-plugin.php:1208
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:19+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:19+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr ""
23
 
27
  msgstr "Галереi"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
96
  msgstr ""
97
 
98
  #: gallery-plugin.php:228
99
+ #: gallery-plugin.php:909
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Кількість зображень у рядку"
146
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
147
  msgstr ""
148
 
149
+ #: gallery-plugin.php:479
150
  msgid "Title"
151
  msgstr "Назва"
152
 
153
+ #: gallery-plugin.php:480
154
  msgid "Author"
155
  msgstr "Автор "
156
 
157
+ #: gallery-plugin.php:481
158
  #, fuzzy
159
  msgid "Photo"
160
  msgstr "Фото "
161
 
162
+ #: gallery-plugin.php:482
163
  #, fuzzy
164
  msgid "Publishing"
165
  msgstr "Громадськості"
166
 
167
+ #: gallery-plugin.php:483
168
+ #: gallery-plugin.php:913
169
  msgid "Date"
170
  msgstr "Дата "
171
 
172
+ #: gallery-plugin.php:631
173
  msgid "Activated plugins"
174
  msgstr "Активоване плагіни"
175
 
176
+ #: gallery-plugin.php:633
177
+ #: gallery-plugin.php:641
178
+ #: gallery-plugin.php:649
179
  msgid "Read more"
180
  msgstr "Читати далі"
181
 
182
+ #: gallery-plugin.php:633
183
+ #: gallery-plugin.php:978
184
+ #: gallery-plugin.php:993
185
  msgid "Settings"
186
  msgstr "Параметри"
187
 
188
+ #: gallery-plugin.php:639
189
  msgid "Installed plugins"
190
  msgstr "Встановлених модулів"
191
 
192
+ #: gallery-plugin.php:647
193
  msgid "Recommended plugins"
194
  msgstr "Плагіни Рекомендовані"
195
 
196
+ #: gallery-plugin.php:649
197
  msgid "Download"
198
  msgstr "Завантажити"
199
 
200
+ #: gallery-plugin.php:649
201
  #, php-format
202
  msgid "Install %s"
203
  msgstr "Установка %s"
204
 
205
+ #: gallery-plugin.php:649
206
  msgid "Install now from wordpress.org"
207
  msgstr "Установити зараз від wordpress.org"
208
 
209
+ #: gallery-plugin.php:651
210
  #, fuzzy
211
+ msgid "If you have any questions, please feel free to contact us via"
212
  msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
213
 
214
+ #: gallery-plugin.php:689
215
  #, fuzzy
216
  msgid "See images &raquo;"
217
  msgstr "Дивитися фото &raquo;"
218
 
219
+ #: gallery-plugin.php:788
220
  #, fuzzy
221
  msgid "Settings are saved"
222
  msgstr "Параметри зберігаються."
223
 
224
+ #: gallery-plugin.php:802
225
  #, fuzzy
226
  msgid "Gallery Settings"
227
  msgstr "Параметри галереї"
228
 
229
+ #: gallery-plugin.php:805
230
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
231
  msgstr ""
232
 
233
+ #: gallery-plugin.php:809
234
  #, fuzzy
235
  msgid "Image size for the album cover"
236
  msgstr "Размер для "
237
 
238
+ #: gallery-plugin.php:811
239
+ #: gallery-plugin.php:819
240
+ #: gallery-plugin.php:832
241
  #, fuzzy
242
  msgid "Image size"
243
  msgstr "Ім'я розмір зображення"
244
 
245
+ #: gallery-plugin.php:812
246
+ #: gallery-plugin.php:820
247
  msgid "Width (in px)"
248
  msgstr "Ширина (в px)"
249
 
250
+ #: gallery-plugin.php:813
251
+ #: gallery-plugin.php:821
252
  msgid "Height (in px)"
253
  msgstr "Висота (в px)"
254
 
255
+ #: gallery-plugin.php:817
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "Галереi"
259
 
260
+ #: gallery-plugin.php:825
261
  #, fuzzy
262
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
263
  msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
264
 
265
+ #: gallery-plugin.php:830
266
  msgid "Gallery image size in the lightbox"
267
  msgstr ""
268
 
269
+ #: gallery-plugin.php:833
270
  #, fuzzy
271
  msgid "Max width (in px)"
272
  msgstr "Ширина (в px)"
273
 
274
+ #: gallery-plugin.php:834
275
  #, fuzzy
276
  msgid "Max height (in px)"
277
  msgstr "Висота (в px)"
278
 
279
+ #: gallery-plugin.php:835
280
  msgid "Display a full size image in the lightbox"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:839
284
  msgid "Crop position"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:841
288
  msgid "Horizontal"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:843
292
  msgid "left"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:844
296
+ #: gallery-plugin.php:851
297
  msgid "center"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:845
301
  msgid "right"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:848
305
  msgid "Vertical"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:850
309
  msgid "top"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:852
313
  msgid "bottom"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:857
317
  msgid "Lightbox background"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:859
321
  msgid "Default"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:860
325
  msgid "Background transparency (from 0 to 1)"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:862
329
  msgid "Select a background color"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:864
333
  msgid "Background color"
334
  msgstr ""
335
 
336
+ #: gallery-plugin.php:871
337
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
338
  msgstr ""
339
 
340
+ #: gallery-plugin.php:878
341
  msgid "Images with border"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:881
345
  msgid "Border width in px, just numbers"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:883
349
+ #: gallery-plugin.php:885
350
  msgid "Select a border color"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:891
354
  #, fuzzy
355
  msgid "Number of images in the row"
356
  msgstr "Кількість зображень у рядку"
357
 
358
+ #: gallery-plugin.php:897
359
  msgid "Start slideshow"
360
  msgstr ""
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "Slideshow interval"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:911
367
  msgid "Attachment ID"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:912
371
  #, fuzzy
372
  msgid "Image Name"
373
  msgstr "Ім'я розмір зображення"
374
 
375
+ #: gallery-plugin.php:914
376
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
377
  msgstr ""
378
 
379
+ #: gallery-plugin.php:915
380
  msgid "Random"
381
  msgstr ""
382
 
383
+ #: gallery-plugin.php:919
384
  #, fuzzy
385
  msgid "Sort images"
386
  msgstr "Кількість зображень у рядку"
387
 
388
+ #: gallery-plugin.php:921
389
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:922
393
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:926
397
  msgid "Display text above the image"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:928
401
  msgid "If you want to display text just in a lightbox"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:932
405
  msgid "Display the Back link"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:938
409
  msgid "Display the Back link in the shortcode"
410
  msgstr ""
411
 
412
+ #: gallery-plugin.php:944
413
  msgid "The Back link text"
414
  msgstr ""
415
 
416
+ #: gallery-plugin.php:950
417
  msgid "The Back link URL"
418
  msgstr ""
419
 
420
+ #: gallery-plugin.php:952
421
  msgid "Gallery page (Page with Gallery Template)"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:954
425
  msgid "(Full URL to custom page)"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:958
429
  msgid "The Read More link text"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:966
433
  msgid "Save Changes"
434
  msgstr "Зберегти зміни"
435
 
436
+ #: gallery-plugin.php:979
437
  msgid "FAQ"
438
  msgstr "FAQ "
439
 
440
+ #: gallery-plugin.php:980
441
  msgid "Support"
442
  msgstr "Підтримка"
443
 
444
+ #: gallery-plugin.php:1187
445
  #: template/gallery-single-template.php:76
446
  #, fuzzy
447
  msgid "Sorry, nothing found."
448
  msgstr "Вибачте - нічого не знайдено."
449
 
450
+ #: gallery-plugin.php:1209
451
  #: template/gallery-single-template.php:101
452
  msgid "Download high resolution image"
453
  msgstr ""
languages/gallery-zh_CN.mo CHANGED
Binary file
languages/gallery-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 16:13+0300\n"
6
- "PO-Revision-Date: 2013-04-22 16:13+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
- #: gallery-plugin.php:794
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "图库"
28
 
29
  #: gallery-plugin.php:128
30
- #: gallery-plugin.php:661
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
@@ -99,7 +99,7 @@ msgid "Please make a choice"
99
  msgstr ""
100
 
101
  #: gallery-plugin.php:228
102
- #: gallery-plugin.php:908
103
  #, fuzzy
104
  msgid "Sort images by"
105
  msgstr "一行中图像的数目"
@@ -153,319 +153,319 @@ msgstr "您可以在页面上添加一个图集或在正文中插入简码"
153
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
154
  msgstr "如果您想使用具有指向一个图集的链接的概要图集"
155
 
156
- #: gallery-plugin.php:478
157
  msgid "Title"
158
  msgstr "标题"
159
 
160
- #: gallery-plugin.php:479
161
  msgid "Author"
162
  msgstr "作者"
163
 
164
- #: gallery-plugin.php:480
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "照片的"
168
 
169
- #: gallery-plugin.php:481
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "公共的"
173
 
174
- #: gallery-plugin.php:482
175
- #: gallery-plugin.php:912
176
  msgid "Date"
177
  msgstr "日期"
178
 
179
- #: gallery-plugin.php:630
180
  msgid "Activated plugins"
181
  msgstr "已激活的插件"
182
 
183
- #: gallery-plugin.php:632
184
- #: gallery-plugin.php:640
185
- #: gallery-plugin.php:648
186
  msgid "Read more"
187
  msgstr "阅读更多"
188
 
189
- #: gallery-plugin.php:632
190
- #: gallery-plugin.php:977
191
- #: gallery-plugin.php:992
192
  msgid "Settings"
193
  msgstr "设置"
194
 
195
- #: gallery-plugin.php:638
196
  msgid "Installed plugins"
197
  msgstr "安装插件"
198
 
199
- #: gallery-plugin.php:646
200
  msgid "Recommended plugins"
201
  msgstr "推荐的插件"
202
 
203
- #: gallery-plugin.php:648
204
  msgid "Download"
205
  msgstr "下载"
206
 
207
- #: gallery-plugin.php:648
208
  #, php-format
209
  msgid "Install %s"
210
  msgstr "安装 %s"
211
 
212
- #: gallery-plugin.php:648
213
  msgid "Install now from wordpress.org"
214
  msgstr "现在从 wordpress.org 安装"
215
 
216
- #: gallery-plugin.php:650
217
  #, fuzzy
218
- msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
219
  msgstr "如果您有任何问题,请通过 plugin@bestwebsoft.com 或在我们的网站上填写联系表格来联系我们"
220
 
221
- #: gallery-plugin.php:688
222
  #, fuzzy
223
  msgid "See images &raquo;"
224
  msgstr "查看照片 &raquo;"
225
 
226
- #: gallery-plugin.php:787
227
  #, fuzzy
228
  msgid "Settings are saved"
229
  msgstr "选项已保存。"
230
 
231
- #: gallery-plugin.php:801
232
  #, fuzzy
233
  msgid "Gallery Settings"
234
  msgstr "图集选项"
235
 
236
- #: gallery-plugin.php:804
237
  #, fuzzy
238
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
239
  msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
240
 
241
- #: gallery-plugin.php:808
242
  #, fuzzy
243
  msgid "Image size for the album cover"
244
  msgstr "Размер для "
245
 
246
- #: gallery-plugin.php:810
247
- #: gallery-plugin.php:818
248
- #: gallery-plugin.php:831
249
  #, fuzzy
250
  msgid "Image size"
251
  msgstr "图像尺寸名称"
252
 
253
- #: gallery-plugin.php:811
254
- #: gallery-plugin.php:819
255
  msgid "Width (in px)"
256
  msgstr "宽度(像素)"
257
 
258
- #: gallery-plugin.php:812
259
- #: gallery-plugin.php:820
260
  msgid "Height (in px)"
261
  msgstr "高度(像素)"
262
 
263
- #: gallery-plugin.php:816
264
  #, fuzzy
265
  msgid "Gallery image size"
266
  msgstr "图库"
267
 
268
- #: gallery-plugin.php:824
269
  #, fuzzy
270
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
271
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
272
 
273
- #: gallery-plugin.php:829
274
  msgid "Gallery image size in the lightbox"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:832
278
  #, fuzzy
279
  msgid "Max width (in px)"
280
  msgstr "宽度(像素)"
281
 
282
- #: gallery-plugin.php:833
283
  #, fuzzy
284
  msgid "Max height (in px)"
285
  msgstr "高度(像素)"
286
 
287
- #: gallery-plugin.php:834
288
  msgid "Display a full size image in the lightbox"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:838
292
  msgid "Crop position"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:840
296
  msgid "Horizontal"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:842
300
  #, fuzzy
301
  msgid "left"
302
  msgstr "删除"
303
 
304
- #: gallery-plugin.php:843
305
- #: gallery-plugin.php:850
306
  msgid "center"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:844
310
  msgid "right"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:847
314
  msgid "Vertical"
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:849
318
  msgid "top"
319
  msgstr ""
320
 
321
- #: gallery-plugin.php:851
322
  msgid "bottom"
323
  msgstr ""
324
 
325
- #: gallery-plugin.php:856
326
  msgid "Lightbox background"
327
  msgstr ""
328
 
329
- #: gallery-plugin.php:858
330
  #, fuzzy
331
  msgid "Default"
332
  msgstr "删除"
333
 
334
- #: gallery-plugin.php:859
335
  msgid "Background transparency (from 0 to 1)"
336
  msgstr ""
337
 
338
- #: gallery-plugin.php:861
339
  msgid "Select a background color"
340
  msgstr ""
341
 
342
- #: gallery-plugin.php:863
343
  msgid "Background color"
344
  msgstr ""
345
 
346
- #: gallery-plugin.php:870
347
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:877
351
  msgid "Images with border"
352
  msgstr "图像边缘"
353
 
354
- #: gallery-plugin.php:880
355
  msgid "Border width in px, just numbers"
356
  msgstr "边缘宽度,以像素为单位,只能使用数字"
357
 
358
- #: gallery-plugin.php:882
359
- #: gallery-plugin.php:884
360
  #, fuzzy
361
  msgid "Select a border color"
362
  msgstr "为边缘选择颜色"
363
 
364
- #: gallery-plugin.php:890
365
  #, fuzzy
366
  msgid "Number of images in the row"
367
  msgstr "一行中图像的数目"
368
 
369
- #: gallery-plugin.php:896
370
  msgid "Start slideshow"
371
  msgstr "播放幻灯片"
372
 
373
- #: gallery-plugin.php:902
374
  msgid "Slideshow interval"
375
  msgstr "幻灯片播放间隔"
376
 
377
- #: gallery-plugin.php:910
378
  #, fuzzy
379
  msgid "Attachment ID"
380
  msgstr "附件ID"
381
 
382
- #: gallery-plugin.php:911
383
  #, fuzzy
384
  msgid "Image Name"
385
  msgstr "图像"
386
 
387
- #: gallery-plugin.php:913
388
  #, fuzzy
389
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
390
  msgstr "附件顺序(插入/上传媒体图集对话框中的整型字段)"
391
 
392
- #: gallery-plugin.php:914
393
  #, fuzzy
394
  msgid "Random"
395
  msgstr "随机"
396
 
397
- #: gallery-plugin.php:918
398
  #, fuzzy
399
  msgid "Sort images"
400
  msgstr "一行中图像的数目"
401
 
402
- #: gallery-plugin.php:920
403
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
404
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
405
 
406
- #: gallery-plugin.php:921
407
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
408
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
409
 
410
- #: gallery-plugin.php:925
411
  #, fuzzy
412
  msgid "Display text above the image"
413
  msgstr "在图像上方显示文本"
414
 
415
- #: gallery-plugin.php:927
416
  msgid "If you want to display text just in a lightbox"
417
  msgstr "如果您仅想在收藏夹中显示文本"
418
 
419
- #: gallery-plugin.php:931
420
  #, fuzzy
421
  msgid "Display the Back link"
422
  msgstr "显示返回链接"
423
 
424
- #: gallery-plugin.php:937
425
  #, fuzzy
426
  msgid "Display the Back link in the shortcode"
427
  msgstr "以简码方式显示返回链接"
428
 
429
- #: gallery-plugin.php:943
430
  msgid "The Back link text"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:949
434
  msgid "The Back link URL"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:951
438
  msgid "Gallery page (Page with Gallery Template)"
439
  msgstr "图集页面(具有图集模板的页面)"
440
 
441
- #: gallery-plugin.php:953
442
  msgid "(Full URL to custom page)"
443
  msgstr "(到自定义页面的完整地址)"
444
 
445
- #: gallery-plugin.php:957
446
  #, fuzzy
447
  msgid "The Read More link text"
448
  msgstr "阅读更多链接的标签"
449
 
450
- #: gallery-plugin.php:965
451
  msgid "Save Changes"
452
  msgstr "保存修改"
453
 
454
- #: gallery-plugin.php:978
455
  msgid "FAQ"
456
  msgstr "常问问题"
457
 
458
- #: gallery-plugin.php:979
459
  msgid "Support"
460
  msgstr "支持"
461
 
462
- #: gallery-plugin.php:1186
463
  #: template/gallery-single-template.php:76
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "对不起 - 没有找到。"
467
 
468
- #: gallery-plugin.php:1208
469
  #: template/gallery-single-template.php:101
470
  #, fuzzy
471
  msgid "Download high resolution image"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-05-16 10:19+0300\n"
6
+ "PO-Revision-Date: 2013-05-16 10:19+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:103
20
+ #: gallery-plugin.php:795
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
23
 
27
  msgstr "图库"
28
 
29
  #: gallery-plugin.php:128
30
+ #: gallery-plugin.php:662
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
99
  msgstr ""
100
 
101
  #: gallery-plugin.php:228
102
+ #: gallery-plugin.php:909
103
  #, fuzzy
104
  msgid "Sort images by"
105
  msgstr "一行中图像的数目"
153
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
154
  msgstr "如果您想使用具有指向一个图集的链接的概要图集"
155
 
156
+ #: gallery-plugin.php:479
157
  msgid "Title"
158
  msgstr "标题"
159
 
160
+ #: gallery-plugin.php:480
161
  msgid "Author"
162
  msgstr "作者"
163
 
164
+ #: gallery-plugin.php:481
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "照片的"
168
 
169
+ #: gallery-plugin.php:482
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "公共的"
173
 
174
+ #: gallery-plugin.php:483
175
+ #: gallery-plugin.php:913
176
  msgid "Date"
177
  msgstr "日期"
178
 
179
+ #: gallery-plugin.php:631
180
  msgid "Activated plugins"
181
  msgstr "已激活的插件"
182
 
183
+ #: gallery-plugin.php:633
184
+ #: gallery-plugin.php:641
185
+ #: gallery-plugin.php:649
186
  msgid "Read more"
187
  msgstr "阅读更多"
188
 
189
+ #: gallery-plugin.php:633
190
+ #: gallery-plugin.php:978
191
+ #: gallery-plugin.php:993
192
  msgid "Settings"
193
  msgstr "设置"
194
 
195
+ #: gallery-plugin.php:639
196
  msgid "Installed plugins"
197
  msgstr "安装插件"
198
 
199
+ #: gallery-plugin.php:647
200
  msgid "Recommended plugins"
201
  msgstr "推荐的插件"
202
 
203
+ #: gallery-plugin.php:649
204
  msgid "Download"
205
  msgstr "下载"
206
 
207
+ #: gallery-plugin.php:649
208
  #, php-format
209
  msgid "Install %s"
210
  msgstr "安装 %s"
211
 
212
+ #: gallery-plugin.php:649
213
  msgid "Install now from wordpress.org"
214
  msgstr "现在从 wordpress.org 安装"
215
 
216
+ #: gallery-plugin.php:651
217
  #, fuzzy
218
+ msgid "If you have any questions, please feel free to contact us via"
219
  msgstr "如果您有任何问题,请通过 plugin@bestwebsoft.com 或在我们的网站上填写联系表格来联系我们"
220
 
221
+ #: gallery-plugin.php:689
222
  #, fuzzy
223
  msgid "See images &raquo;"
224
  msgstr "查看照片 &raquo;"
225
 
226
+ #: gallery-plugin.php:788
227
  #, fuzzy
228
  msgid "Settings are saved"
229
  msgstr "选项已保存。"
230
 
231
+ #: gallery-plugin.php:802
232
  #, fuzzy
233
  msgid "Gallery Settings"
234
  msgstr "图集选项"
235
 
236
+ #: gallery-plugin.php:805
237
  #, fuzzy
238
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
239
  msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
240
 
241
+ #: gallery-plugin.php:809
242
  #, fuzzy
243
  msgid "Image size for the album cover"
244
  msgstr "Размер для "
245
 
246
+ #: gallery-plugin.php:811
247
+ #: gallery-plugin.php:819
248
+ #: gallery-plugin.php:832
249
  #, fuzzy
250
  msgid "Image size"
251
  msgstr "图像尺寸名称"
252
 
253
+ #: gallery-plugin.php:812
254
+ #: gallery-plugin.php:820
255
  msgid "Width (in px)"
256
  msgstr "宽度(像素)"
257
 
258
+ #: gallery-plugin.php:813
259
+ #: gallery-plugin.php:821
260
  msgid "Height (in px)"
261
  msgstr "高度(像素)"
262
 
263
+ #: gallery-plugin.php:817
264
  #, fuzzy
265
  msgid "Gallery image size"
266
  msgstr "图库"
267
 
268
+ #: gallery-plugin.php:825
269
  #, fuzzy
270
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
271
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
272
 
273
+ #: gallery-plugin.php:830
274
  msgid "Gallery image size in the lightbox"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:833
278
  #, fuzzy
279
  msgid "Max width (in px)"
280
  msgstr "宽度(像素)"
281
 
282
+ #: gallery-plugin.php:834
283
  #, fuzzy
284
  msgid "Max height (in px)"
285
  msgstr "高度(像素)"
286
 
287
+ #: gallery-plugin.php:835
288
  msgid "Display a full size image in the lightbox"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:839
292
  msgid "Crop position"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:841
296
  msgid "Horizontal"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:843
300
  #, fuzzy
301
  msgid "left"
302
  msgstr "删除"
303
 
304
+ #: gallery-plugin.php:844
305
+ #: gallery-plugin.php:851
306
  msgid "center"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:845
310
  msgid "right"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:848
314
  msgid "Vertical"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:850
318
  msgid "top"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:852
322
  msgid "bottom"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:857
326
  msgid "Lightbox background"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:859
330
  #, fuzzy
331
  msgid "Default"
332
  msgstr "删除"
333
 
334
+ #: gallery-plugin.php:860
335
  msgid "Background transparency (from 0 to 1)"
336
  msgstr ""
337
 
338
+ #: gallery-plugin.php:862
339
  msgid "Select a background color"
340
  msgstr ""
341
 
342
+ #: gallery-plugin.php:864
343
  msgid "Background color"
344
  msgstr ""
345
 
346
+ #: gallery-plugin.php:871
347
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
348
  msgstr ""
349
 
350
+ #: gallery-plugin.php:878
351
  msgid "Images with border"
352
  msgstr "图像边缘"
353
 
354
+ #: gallery-plugin.php:881
355
  msgid "Border width in px, just numbers"
356
  msgstr "边缘宽度,以像素为单位,只能使用数字"
357
 
358
+ #: gallery-plugin.php:883
359
+ #: gallery-plugin.php:885
360
  #, fuzzy
361
  msgid "Select a border color"
362
  msgstr "为边缘选择颜色"
363
 
364
+ #: gallery-plugin.php:891
365
  #, fuzzy
366
  msgid "Number of images in the row"
367
  msgstr "一行中图像的数目"
368
 
369
+ #: gallery-plugin.php:897
370
  msgid "Start slideshow"
371
  msgstr "播放幻灯片"
372
 
373
+ #: gallery-plugin.php:903
374
  msgid "Slideshow interval"
375
  msgstr "幻灯片播放间隔"
376
 
377
+ #: gallery-plugin.php:911
378
  #, fuzzy
379
  msgid "Attachment ID"
380
  msgstr "附件ID"
381
 
382
+ #: gallery-plugin.php:912
383
  #, fuzzy
384
  msgid "Image Name"
385
  msgstr "图像"
386
 
387
+ #: gallery-plugin.php:914
388
  #, fuzzy
389
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
390
  msgstr "附件顺序(插入/上传媒体图集对话框中的整型字段)"
391
 
392
+ #: gallery-plugin.php:915
393
  #, fuzzy
394
  msgid "Random"
395
  msgstr "随机"
396
 
397
+ #: gallery-plugin.php:919
398
  #, fuzzy
399
  msgid "Sort images"
400
  msgstr "一行中图像的数目"
401
 
402
+ #: gallery-plugin.php:921
403
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
404
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
405
 
406
+ #: gallery-plugin.php:922
407
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
408
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
409
 
410
+ #: gallery-plugin.php:926
411
  #, fuzzy
412
  msgid "Display text above the image"
413
  msgstr "在图像上方显示文本"
414
 
415
+ #: gallery-plugin.php:928
416
  msgid "If you want to display text just in a lightbox"
417
  msgstr "如果您仅想在收藏夹中显示文本"
418
 
419
+ #: gallery-plugin.php:932
420
  #, fuzzy
421
  msgid "Display the Back link"
422
  msgstr "显示返回链接"
423
 
424
+ #: gallery-plugin.php:938
425
  #, fuzzy
426
  msgid "Display the Back link in the shortcode"
427
  msgstr "以简码方式显示返回链接"
428
 
429
+ #: gallery-plugin.php:944
430
  msgid "The Back link text"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:950
434
  msgid "The Back link URL"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:952
438
  msgid "Gallery page (Page with Gallery Template)"
439
  msgstr "图集页面(具有图集模板的页面)"
440
 
441
+ #: gallery-plugin.php:954
442
  msgid "(Full URL to custom page)"
443
  msgstr "(到自定义页面的完整地址)"
444
 
445
+ #: gallery-plugin.php:958
446
  #, fuzzy
447
  msgid "The Read More link text"
448
  msgstr "阅读更多链接的标签"
449
 
450
+ #: gallery-plugin.php:966
451
  msgid "Save Changes"
452
  msgstr "保存修改"
453
 
454
+ #: gallery-plugin.php:979
455
  msgid "FAQ"
456
  msgstr "常问问题"
457
 
458
+ #: gallery-plugin.php:980
459
  msgid "Support"
460
  msgstr "支持"
461
 
462
+ #: gallery-plugin.php:1187
463
  #: template/gallery-single-template.php:76
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "对不起 - 没有找到。"
467
 
468
+ #: gallery-plugin.php:1209
469
  #: template/gallery-single-template.php:101
470
  #, fuzzy
471
  msgid "Download high resolution image"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
5
  Requires at least: 3.0
6
  Tested up to: 3.5.1
7
- Stable tag: 3.8.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -15,7 +15,7 @@ This plugin allows you to implement a gallery page into your website.
15
  This plugin makes it possible to implement as many galleries as you want into your website. You can add multiple pictures and description for each gallery, show them all at one page, view each one separately. Moreover, you can upload HQ images.
16
 
17
  <a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
18
- <a href="http://bestwebsoft.com/plugin/gallery-plugin/" target="_blank">Support</a>
19
 
20
  = Features =
21
 
@@ -50,7 +50,7 @@ This plugin makes it possible to implement as many galleries as you want into yo
50
  * Spanish (es) (thanks to Victor Garcia)
51
  * Ukrainian (uk_UA)(thanks to Ted Mosby)
52
 
53
- If you would like to create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text of PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
54
 
55
  = Technical support =
56
 
@@ -127,6 +127,9 @@ Just set an order and click the 'Save' button.
127
 
128
  == Changelog ==
129
 
 
 
 
130
  = V3.8.8 - 22.04.2013 =
131
  * NEW : Added html blocks.
132
  * Update : The French language file is updated.
@@ -268,6 +271,9 @@ Just set an order and click the 'Save' button.
268
 
269
  == Upgrade Notice ==
270
 
 
 
 
271
  = V3.8.8 =
272
  Added html blocks. The French language file is updated.
273
 
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
5
  Requires at least: 3.0
6
  Tested up to: 3.5.1
7
+ Stable tag: 3.8.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
15
  This plugin makes it possible to implement as many galleries as you want into your website. You can add multiple pictures and description for each gallery, show them all at one page, view each one separately. Moreover, you can upload HQ images.
16
 
17
  <a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
18
+ <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
19
 
20
  = Features =
21
 
50
  * Spanish (es) (thanks to Victor Garcia)
51
  * Ukrainian (uk_UA)(thanks to Ted Mosby)
52
 
53
+ If you would like to create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text of PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
54
 
55
  = Technical support =
56
 
127
 
128
  == Changelog ==
129
 
130
+ = V3.8.9 - 16.05.2013 =
131
+ * Bugfix : We fixed the bug of SQL queries.
132
+
133
  = V3.8.8 - 22.04.2013 =
134
  * NEW : Added html blocks.
135
  * Update : The French language file is updated.
271
 
272
  == Upgrade Notice ==
273
 
274
+ = V3.8.9 =
275
+ We fixed the bug of SQL queries.
276
+
277
  = V3.8.8 =
278
  Added html blocks. The French language file is updated.
279