Gallery by BestWebSoft - Version 4.0.5

Version Description

  • 1.11.2013 =
  • NEW : Add checking installed wordpress version.
  • Update : Activation of radio button or checkbox by clicking on its label.
  • Update : We updated all functionality for wordpress 3.7.1.
Download this release

Release Info

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

Code changes from version 4.0.4 to 4.0.5

bws_menu/bws_menu.php CHANGED
@@ -5,16 +5,13 @@
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
 
 
8
  $all_plugins = get_plugins();
9
  $error = '';
10
  $message = '';
11
  $bwsmn_form_email = '';
12
- if ( is_multisite() ) {
13
- $active_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
14
- $active_plugins = array_merge( $active_plugins , get_option( 'active_plugins' ) );
15
- } else {
16
- $active_plugins = get_option( 'active_plugins' );
17
- }
18
 
19
  $array_activate = array();
20
  $array_install = array();
@@ -35,10 +32,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
35
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
36
  array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
37
  array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
38
- array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/', 'http://bestwebsoft.com/plugin/contact-form-to-db/#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' )
 
39
  );
40
  foreach ( $array_plugins as $plugins ) {
41
- if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
42
  $array_activate[ $count_activate ]["title"] = $plugins[1];
43
  $array_activate[ $count_activate ]["link"] = $plugins[2];
44
  $array_activate[ $count_activate ]["href"] = $plugins[3];
@@ -69,7 +67,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
69
  array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
70
  );
71
  foreach ( $array_plugins_pro as $plugins ) {
72
- if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
73
  $array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
74
  $array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
75
  $array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
8
+ if ( ! function_exists( 'is_plugin_active_for_network' ) )
9
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
10
  $all_plugins = get_plugins();
11
  $error = '';
12
  $message = '';
13
  $bwsmn_form_email = '';
14
+ $active_plugins = get_option( 'active_plugins' );
 
 
 
 
 
15
 
16
  $array_activate = array();
17
  $array_install = array();
32
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
33
  array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
34
  array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
35
+ array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/', 'http://bestwebsoft.com/plugin/contact-form-to-db/#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' ),
36
+ array( 'pdf-print\/pdf-print.php', 'PDF & Print', 'http://bestwebsoft.com/plugin/pdf-print/', 'http://bestwebsoft.com/plugin/pdf-print/#download', '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=pdf-print.php' )
37
  );
38
  foreach ( $array_plugins as $plugins ) {
39
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
40
  $array_activate[ $count_activate ]["title"] = $plugins[1];
41
  $array_activate[ $count_activate ]["link"] = $plugins[2];
42
  $array_activate[ $count_activate ]["href"] = $plugins[3];
67
  array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
68
  );
69
  foreach ( $array_plugins_pro as $plugins ) {
70
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
71
  $array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
72
  $array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
73
  $array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
gallery-plugin.php CHANGED
@@ -1,15 +1,15 @@
1
  <?php
2
  /*
3
- 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: 4.0.4
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
@@ -111,8 +111,9 @@ if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
111
  if ( file_exists( get_stylesheet_directory() .'/gallery-single-template.php' ) && ! unlink( get_stylesheet_directory() .'/gallery-single-template.php' ) ) {
112
  add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
113
  }
114
- if( get_option( 'gllr_options' ) ) {
115
  delete_option( 'gllr_options' );
 
116
  }
117
  }
118
  }
@@ -122,28 +123,28 @@ if ( ! function_exists( 'post_type_images' ) ) {
122
  function post_type_images() {
123
  register_post_type( 'gallery', array(
124
  'labels' => array(
125
- 'name' => __( 'Galleries', 'gallery' ),
126
- 'singular_name' => __( 'Gallery', 'gallery' ),
127
- 'add_new' => __( 'Add a Gallery', 'gallery' ),
128
- 'add_new_item' => __( 'Add New Gallery', 'gallery' ),
129
- 'edit_item' => __( 'Edit Gallery', 'gallery' ),
130
- 'new_item' => __( 'New Gallery', 'gallery' ),
131
- 'view_item' => __( 'View Gallery', 'gallery' ),
132
- 'search_items' => __( 'Find a Gallery', 'gallery' ),
133
- 'not_found' => __( 'No Gallery found', 'gallery' ),
134
  'parent_item_colon' => '',
135
- 'menu_name' => __( 'Galleries', 'gallery' )
136
  ),
137
- 'public' => true,
138
- 'publicly_queryable' => true,
139
- 'query_var' => true,
140
- 'rewrite' => true,
141
- 'capability_type' => 'post',
142
- 'has_archive' => false,
143
- 'hierarchical' => true,
144
- 'supports' => array( 'title', 'editor', 'thumbnail', 'author', 'page-attributes', 'comments' ),
145
- 'register_meta_box_cb' => 'init_metaboxes_gallery'
146
- ));
147
  }
148
  }
149
 
@@ -649,9 +650,9 @@ if ( ! function_exists( 'register_gllr_settings' ) ) {
649
 
650
  // get options from the database
651
  if ( 1 == $wpmu )
652
- $gllr_options = get_site_option( 'gllr_options' ); // get options from the database
653
  else
654
- $gllr_options = get_option( 'gllr_options' );// get options from the database
655
 
656
  // array merge incase this version has added new options
657
  $gllr_options = array_merge( $gllr_option_defaults, $gllr_options );
@@ -665,7 +666,23 @@ if ( ! function_exists( 'register_gllr_settings' ) ) {
665
  }
666
  }
667
 
668
- if( ! function_exists( 'gllr_settings_page' ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
669
  function gllr_settings_page() {
670
  global $gllr_options, $wp_version, $wpmu;
671
  $error = "";
@@ -816,7 +833,7 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
816
  <td>
817
  <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery' ); ?>"> <br />
818
  <input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery' ); ?><br />
819
- <?php if( $wp_version >= 3.5 ) { ?>
820
  <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' ); ?>
821
  <?php } else { ?>
822
  <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' ); ?>
@@ -866,24 +883,24 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
866
  <tr valign="top">
867
  <th scope="row"><?php _e( 'Sort images by', 'gallery' ); ?></th>
868
  <td>
869
- <input type="radio" name="gllr_order_by" value="ID" <?php if ( $gllr_options["order_by"] == 'ID' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'Attachment ID', 'gallery' ); ?></label><br />
870
- <input type="radio" name="gllr_order_by" value="title" <?php if ( $gllr_options["order_by"] == 'title' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'Image Name', 'gallery' ); ?></label><br />
871
- <input type="radio" name="gllr_order_by" value="date" <?php if ( $gllr_options["order_by"] == 'date' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'Date', 'gallery' ); ?></label><br />
872
- <input type="radio" name="gllr_order_by" value="menu_order" <?php if ( $gllr_options["order_by"] == 'menu_order' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)', 'gallery' ); ?></label><br />
873
- <input type="radio" name="gllr_order_by" value="rand" <?php if ( $gllr_options["order_by"] == 'rand' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'Random', 'gallery' ); ?></label>
874
  </td>
875
  </tr>
876
  <tr valign="top">
877
  <th scope="row"><?php _e( 'Sort images', 'gallery' ); ?></th>
878
  <td>
879
- <input type="radio" name="gllr_order" value="ASC" <?php if ( $gllr_options["order"] == 'ASC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery' ); ?></label><br />
880
- <input type="radio" name="gllr_order" value="DESC" <?php if ( $gllr_options["order"] == 'DESC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery' ); ?></label>
881
  </td>
882
  </tr>
883
  <tr valign="top">
884
  <th scope="row"><?php _e( 'Display text above the image', 'gallery' ); ?></th>
885
  <td>
886
- <input type="checkbox" name="gllr_image_text" value="1" <?php if ( $gllr_options["image_text"] == 1 ) echo 'checked="checked"'; ?> /> <?php _e( 'Turn off the checkbox, if you want to display text just in a lightbox', 'gallery' ); ?>
887
  </td>
888
  </tr>
889
  <tr valign="top">
@@ -907,8 +924,8 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
907
  <tr valign="top">
908
  <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?></th>
909
  <td>
910
- <input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if( $gllr_options["return_link_page"] == 'gallery_template_url' ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?><br>
911
- <input type="radio" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if( $gllr_options["return_link_page"] == 'custom_url' ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url">
912
  <?php _e( '(Full URL to custom page)' , 'gallery'); ?>
913
  </td>
914
  </tr>
@@ -922,12 +939,9 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
922
  <th scope="row"><?php _e( 'Add gallery to the search', 'gallery' ); ?></th>
923
  <td>
924
  <?php $all_plugins = get_plugins();
925
- if ( is_multisite() ) {
926
- $active_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
927
- $active_plugins = array_merge( $active_plugins , get_option( 'active_plugins' ) );
928
- } else {
929
- $active_plugins = get_option( 'active_plugins' );
930
- }
931
  if ( 1 == $wpmu ) {
932
  if ( get_site_option( 'bws_custom_search' ) )
933
  $cstmsrch_options = get_site_option( 'bws_custom_search' );
@@ -936,7 +950,7 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
936
  $cstmsrch_options = get_option( 'bws_custom_search' );
937
  }
938
  if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) ) {
939
- if ( 0 < count( preg_grep( '/custom-search-plugin\/custom-search-plugin.php/', $active_plugins ) ) ) { ?>
940
  <input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( isset( $cstmsrch_options ) && in_array( 'gallery', $cstmsrch_options ) ) echo "checked=\"checked\""; ?> />
941
  <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
942
  <?php } else { ?>
@@ -989,7 +1003,7 @@ if ( ! function_exists( 'gllr_register_plugin_links' ) ) {
989
  $base = plugin_basename( __FILE__ );
990
  if ( $file == $base ) {
991
  $links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
992
- $links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
993
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
994
  }
995
  return $links;
@@ -998,7 +1012,7 @@ if ( ! function_exists( 'gllr_register_plugin_links' ) ) {
998
 
999
  if ( ! function_exists( 'gllr_plugin_action_links' ) ) {
1000
  function gllr_plugin_action_links( $links, $file ) {
1001
- //Static so we don't call plugin_basename on every plugin row.
1002
  static $this_plugin;
1003
  if ( ! $this_plugin ) $this_plugin = plugin_basename( __FILE__ );
1004
 
@@ -1007,8 +1021,9 @@ if ( ! function_exists( 'gllr_plugin_action_links' ) ) {
1007
  array_unshift( $links, $settings_link );
1008
  }
1009
  return $links;
1010
- } // end function gllr_plugin_action_links
1011
  }
 
1012
 
1013
  if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1014
  function gllr_add_admin_script() {
@@ -1020,38 +1035,40 @@ if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1020
  <?php } ?>
1021
  <script type="text/javascript">
1022
  (function($) {
1023
- $(document).ready(function(){
1024
- $('.gllr_image_block img').css('cursor', 'all-scroll' );
1025
- $('.gllr_order_message').removeClass('hidden');
1026
- var d=false;
1027
- $( '#Upload-File .gallery' ).sortable({
1028
- stop: function(event, ui) {
1029
- $('.gllr_order_text').removeClass('hidden');
1030
- var g=$('#Upload-File .gallery').sortable('toArray');
1031
- var f=g.length;
1032
- $.each( g,
1033
- function( k,l ){
1034
- var j=d?(f-k):(1+k);
1035
- $('.gllr_order_text[name^="gllr_order_text['+l+']"]').val(j);
1036
- }
1037
- )
1038
- }
1039
- });
1040
- <?php if( $wp_version < 3.5 && $_REQUEST['page'] == 'gallery-plugin.php' ) { ?>
1041
- var gllr_farbtastic = $.farbtastic('#colorPickerDiv', function(color) {
1042
- gllr_farbtastic.setColor(color);
1043
- $('#gllr_border_images_color').val(color);
1044
- $('#gllr_border_images_color_small').css('background-color', color);
 
 
1045
  });
1046
- $('#gllr_border_images_color').click(function(){
1047
- $('#colorPickerDiv').show();
1048
  });
1049
- $('#gllr_border_images_color_small').click(function(){
1050
- $('#colorPickerDiv').show();
1051
  });
1052
- $(document).mousedown(function(){
1053
- $('#colorPickerDiv').each(function(){
1054
- var display = $(this).css('display');
1055
  if ( display == 'block' )
1056
  jQuery(this).fadeOut(2);
1057
  });
@@ -1067,10 +1084,10 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1067
  function gllr_admin_head() {
1068
  global $wp_version;
1069
  wp_enqueue_style( 'gllrStylesheet', plugins_url( 'css/stylesheet.css', __FILE__ ) );
1070
- wp_enqueue_style( 'gllrFileuploaderCss', plugins_url( 'upload/fileuploader.css', __FILE__ ) );
1071
- wp_enqueue_style( 'farbtastic' );
1072
  wp_enqueue_script( 'jquery' );
1073
  if ( $wp_version < 3.5 ) {
 
1074
  wp_enqueue_script( 'farbtastic' );
1075
  }
1076
  wp_enqueue_script( 'jquery-ui-sortable' );
@@ -1213,20 +1230,20 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1213
  <?php }
1214
  } ?>
1215
  <script type="text/javascript">
1216
- (function($){
1217
- $(document).ready(function(){
1218
- $("a[rel=gallery_fancybox]").fancybox({
1219
  'transitionIn' : 'elastic',
1220
  'transitionOut' : 'elastic',
1221
  'titlePosition' : 'inside',
1222
  'speedIn' : 500,
1223
  'speedOut' : 300,
1224
- 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
1225
  return '<span id="fancybox-title-inside">' + (title.length ? title + '<br />' : '') + 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + '</span><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><br /><a href="'+$(currentOpts.orig).attr('rel')+'" target="_blank"><?php echo __('Download high resolution image', 'gallery'); ?> </a><?php } ?>';
1226
- }<?php if( $gllr_options['start_slideshow'] == 1 ) { ?>,
1227
  'onComplete': function() {
1228
- clearTimeout(jQuery.fancybox.slider);
1229
- jQuery.fancybox.slider=setTimeout("jQuery.fancybox.next()",<?php echo empty( $gllr_options['slideshow_interval'] )? 2000 : $gllr_options['slideshow_interval'] ; ?>);
1230
  }<?php } ?>
1231
  });
1232
  });
@@ -1408,8 +1425,8 @@ if ( ! function_exists( 'gllr_add_for_ios' ) ) {
1408
  <!-- Start ios -->
1409
  <script type="text/javascript">
1410
  (function($){
1411
- $(document).ready(function(){
1412
- $('#fancybox-overlay').css({
1413
  'width' : $(document).width()
1414
  });
1415
  });
@@ -1426,16 +1443,16 @@ if ( ! function_exists ( 'gllr_plugin_banner' ) ) {
1426
  $plugin_info = get_plugin_data( __FILE__ );
1427
  if ( $hook_suffix == 'plugins.php' ) {
1428
  echo '<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
1429
- <script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ).'"></script>
1430
  <script type="text/javascript">
1431
- (function($){
1432
- $(document).ready(function(){
1433
- var hide_message = $.cookie("gllr_hide_banner_on_plugin_page");
1434
- if ( hide_message == "true") {
1435
- $(".gllr_message").css("display", "none");
1436
  };
1437
- $(".gllr_close_icon").click(function() {
1438
- $(".gllr_message").css("display", "none");
1439
  $.cookie( "gllr_hide_banner_on_plugin_page", "true", { expires: 32 } );
1440
  });
1441
  });
@@ -1465,6 +1482,7 @@ add_filter( 'plugin_row_meta', 'gllr_register_plugin_links', 10, 2 );
1465
 
1466
  add_action( 'admin_menu', 'add_gllr_admin_menu' );
1467
  add_action( 'init', 'gllr_plugin_init' );
 
1468
 
1469
  add_action( 'init', 'post_type_images' ); // register post type
1470
 
1
  <?php
2
  /*
3
+ Plugin Name: Gallery
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: 4.0.5
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
 
12
+ /* © Copyright 2013 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
111
  if ( file_exists( get_stylesheet_directory() .'/gallery-single-template.php' ) && ! unlink( get_stylesheet_directory() .'/gallery-single-template.php' ) ) {
112
  add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
113
  }
114
+ if ( get_option( 'gllr_options' ) ) {
115
  delete_option( 'gllr_options' );
116
+ delete_site_option( 'gllr_options' );
117
  }
118
  }
119
  }
123
  function post_type_images() {
124
  register_post_type( 'gallery', array(
125
  'labels' => array(
126
+ 'name' => __( 'Galleries', 'gallery' ),
127
+ 'singular_name' => __( 'Gallery', 'gallery' ),
128
+ 'add_new' => __( 'Add a Gallery', 'gallery' ),
129
+ 'add_new_item' => __( 'Add New Gallery', 'gallery' ),
130
+ 'edit_item' => __( 'Edit Gallery', 'gallery' ),
131
+ 'new_item' => __( 'New Gallery', 'gallery' ),
132
+ 'view_item' => __( 'View Gallery', 'gallery' ),
133
+ 'search_items' => __( 'Find a Gallery', 'gallery' ),
134
+ 'not_found' => __( 'No Gallery found', 'gallery' ),
135
  'parent_item_colon' => '',
136
+ 'menu_name' => __( 'Galleries', 'gallery' )
137
  ),
138
+ 'public' => true,
139
+ 'publicly_queryable' => true,
140
+ 'query_var' => true,
141
+ 'rewrite' => true,
142
+ 'capability_type' => 'post',
143
+ 'has_archive' => false,
144
+ 'hierarchical' => true,
145
+ 'supports' => array( 'title', 'editor', 'thumbnail', 'author', 'page-attributes', 'comments' ),
146
+ 'register_meta_box_cb' => 'init_metaboxes_gallery'
147
+ ) );
148
  }
149
  }
150
 
650
 
651
  // get options from the database
652
  if ( 1 == $wpmu )
653
+ $gllr_options = get_site_option( 'gllr_options' );
654
  else
655
+ $gllr_options = get_option( 'gllr_options' );
656
 
657
  // array merge incase this version has added new options
658
  $gllr_options = array_merge( $gllr_option_defaults, $gllr_options );
666
  }
667
  }
668
 
669
+ /* Function check if plugin is compatible with current WP version */
670
+ if ( ! function_exists ( 'gllr_version_check' ) ) {
671
+ function gllr_version_check() {
672
+ global $wp_version;
673
+ $plugin_data = get_plugin_data( __FILE__, false );
674
+ $require_wp = "3.0"; /* Wordpress at least requires version */
675
+ $plugin = plugin_basename( __FILE__ );
676
+ if ( version_compare( $wp_version, $require_wp, "<" ) ) {
677
+ if( is_plugin_active( $plugin ) ) {
678
+ deactivate_plugins( $plugin );
679
+ wp_die( "<strong>" . $plugin_data['Name'] . " </strong> " . __( 'requires', 'gallery' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'gallery') . "<br /><br />" . __( 'Back to the WordPress', 'gallery') . " <a href='" . get_admin_url( null, 'plugins.php' ) . "'>" . __( 'Plugins page', 'gallery') . "</a>." );
680
+ }
681
+ }
682
+ }
683
+ }
684
+
685
+ if ( ! function_exists( 'gllr_settings_page' ) ) {
686
  function gllr_settings_page() {
687
  global $gllr_options, $wp_version, $wpmu;
688
  $error = "";
833
  <td>
834
  <input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery' ); ?>"> <br />
835
  <input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery' ); ?><br />
836
+ <?php if ( $wp_version >= 3.5 ) { ?>
837
  <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' ); ?>
838
  <?php } else { ?>
839
  <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' ); ?>
883
  <tr valign="top">
884
  <th scope="row"><?php _e( 'Sort images by', 'gallery' ); ?></th>
885
  <td>
886
+ <label class="label_radio"><input type="radio" name="gllr_order_by" value="ID" <?php if ( $gllr_options["order_by"] == 'ID' ) echo 'checked="checked"'; ?> /> <?php _e( 'Attachment ID', 'gallery' ); ?></label><br />
887
+ <label class="label_radio"><input type="radio" name="gllr_order_by" value="title" <?php if ( $gllr_options["order_by"] == 'title' ) echo 'checked="checked"'; ?> /> <?php _e( 'Image Name', 'gallery' ); ?></label><br />
888
+ <label class="label_radio"><input type="radio" name="gllr_order_by" value="date" <?php if ( $gllr_options["order_by"] == 'date' ) echo 'checked="checked"'; ?> /> <?php _e( 'Date', 'gallery' ); ?></label><br />
889
+ <label class="label_radio"><input type="radio" name="gllr_order_by" value="menu_order" <?php if ( $gllr_options["order_by"] == 'menu_order' ) echo 'checked="checked"'; ?> /> <?php _e( 'Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)', 'gallery' ); ?></label><br />
890
+ <label class="label_radio"><input type="radio" name="gllr_order_by" value="rand" <?php if ( $gllr_options["order_by"] == 'rand' ) echo 'checked="checked"'; ?> /> <?php _e( 'Random', 'gallery' ); ?></label>
891
  </td>
892
  </tr>
893
  <tr valign="top">
894
  <th scope="row"><?php _e( 'Sort images', 'gallery' ); ?></th>
895
  <td>
896
+ <label class="label_radio"><input type="radio" name="gllr_order" value="ASC" <?php if ( $gllr_options["order"] == 'ASC' ) echo 'checked="checked"'; ?> /> <?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery' ); ?></label><br />
897
+ <label class="label_radio"><input type="radio" name="gllr_order" value="DESC" <?php if ( $gllr_options["order"] == 'DESC' ) echo 'checked="checked"'; ?> /> <?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery' ); ?></label>
898
  </td>
899
  </tr>
900
  <tr valign="top">
901
  <th scope="row"><?php _e( 'Display text above the image', 'gallery' ); ?></th>
902
  <td>
903
+ <label><input type="checkbox" name="gllr_image_text" value="1" <?php if ( $gllr_options["image_text"] == 1 ) echo 'checked="checked"'; ?> /> <?php _e( 'Turn off the checkbox, if you want to display text just in a lightbox', 'gallery' ); ?></label>
904
  </td>
905
  </tr>
906
  <tr valign="top">
924
  <tr valign="top">
925
  <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?></th>
926
  <td>
927
+ <label><input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if ( $gllr_options["return_link_page"] == 'gallery_template_url' ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?></label><br />
928
+ <input type="radio" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if ( $gllr_options["return_link_page"] == 'custom_url' ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url">
929
  <?php _e( '(Full URL to custom page)' , 'gallery'); ?>
930
  </td>
931
  </tr>
939
  <th scope="row"><?php _e( 'Add gallery to the search', 'gallery' ); ?></th>
940
  <td>
941
  <?php $all_plugins = get_plugins();
942
+ $active_plugins = get_option( 'active_plugins' );
943
+ if ( ! function_exists( 'is_plugin_active_for_network' ) )
944
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
 
 
 
945
  if ( 1 == $wpmu ) {
946
  if ( get_site_option( 'bws_custom_search' ) )
947
  $cstmsrch_options = get_site_option( 'bws_custom_search' );
950
  $cstmsrch_options = get_option( 'bws_custom_search' );
951
  }
952
  if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) ) {
953
+ if ( 0 < count( preg_grep( '/custom-search-plugin\/custom-search-plugin.php/', $active_plugins ) ) || is_plugin_active_for_network( 'custom-search-plugin/custom-search-plugin.php' ) ) { ?>
954
  <input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( isset( $cstmsrch_options ) && in_array( 'gallery', $cstmsrch_options ) ) echo "checked=\"checked\""; ?> />
955
  <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Custom Search powered by', 'gallery' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
956
  <?php } else { ?>
1003
  $base = plugin_basename( __FILE__ );
1004
  if ( $file == $base ) {
1005
  $links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
1006
+ $links[] = '<a href="http://wordpress.org/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
1007
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
1008
  }
1009
  return $links;
1012
 
1013
  if ( ! function_exists( 'gllr_plugin_action_links' ) ) {
1014
  function gllr_plugin_action_links( $links, $file ) {
1015
+ //Static so we don't call plugin_basename on every plugin row.
1016
  static $this_plugin;
1017
  if ( ! $this_plugin ) $this_plugin = plugin_basename( __FILE__ );
1018
 
1021
  array_unshift( $links, $settings_link );
1022
  }
1023
  return $links;
1024
+ }
1025
  }
1026
+ // end function gllr_plugin_action_links
1027
 
1028
  if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
1029
  function gllr_add_admin_script() {
1035
  <?php } ?>
1036
  <script type="text/javascript">
1037
  (function($) {
1038
+ $(document).ready( function() {
1039
+ $( '.gllr_image_block img' ).css( 'cursor', 'all-scroll' );
1040
+ $( '.gllr_order_message' ).removeClass( 'hidden' );
1041
+ var d = false;
1042
+ if ( $.fn.sortable ) {
1043
+ $( '#Upload-File .gallery' ).sortable( {
1044
+ stop: function( event, ui ) {
1045
+ $( '.gllr_order_text' ).removeClass( 'hidden' );
1046
+ var g = $( '#Upload-File .gallery' ).sortable( 'toArray' );
1047
+ var f = g.length;
1048
+ $.each( g,
1049
+ function( k,l ){
1050
+ var j = d?(f-k):(1+k);
1051
+ $( '.gllr_order_text[name^="gllr_order_text[' + l + ']"]' ).val( j );
1052
+ }
1053
+ )
1054
+ }
1055
+ });
1056
+ }
1057
+ <?php if ( $wp_version < 3.5 && $_REQUEST['page'] == 'gallery-plugin.php' ) { ?>
1058
+ var gllr_farbtastic = $.farbtastic( '#colorPickerDiv', function( color ) {
1059
+ gllr_farbtastic.setColor( color );
1060
+ $( '#gllr_border_images_color' ).val( color );
1061
+ $( '#gllr_border_images_color_small' ).css( 'background-color', color );
1062
  });
1063
+ $( '#gllr_border_images_color' ).click( function() {
1064
+ $( '#colorPickerDiv' ).show();
1065
  });
1066
+ $( '#gllr_border_images_color_small' ).click( function() {
1067
+ $( '#colorPickerDiv' ).show();
1068
  });
1069
+ $(document).mousedown( function() {
1070
+ $( '#colorPickerDiv' ).each( function() {
1071
+ var display = $( this ).css( 'display' );
1072
  if ( display == 'block' )
1073
  jQuery(this).fadeOut(2);
1074
  });
1084
  function gllr_admin_head() {
1085
  global $wp_version;
1086
  wp_enqueue_style( 'gllrStylesheet', plugins_url( 'css/stylesheet.css', __FILE__ ) );
1087
+ wp_enqueue_style( 'gllrFileuploaderCss', plugins_url( 'upload/fileuploader.css', __FILE__ ) );
 
1088
  wp_enqueue_script( 'jquery' );
1089
  if ( $wp_version < 3.5 ) {
1090
+ wp_enqueue_style( 'farbtastic' );
1091
  wp_enqueue_script( 'farbtastic' );
1092
  }
1093
  wp_enqueue_script( 'jquery-ui-sortable' );
1230
  <?php }
1231
  } ?>
1232
  <script type="text/javascript">
1233
+ (function($) {
1234
+ $(document).ready( function() {
1235
+ $( "a[rel=gallery_fancybox]" ).fancybox( {
1236
  'transitionIn' : 'elastic',
1237
  'transitionOut' : 'elastic',
1238
  'titlePosition' : 'inside',
1239
  'speedIn' : 500,
1240
  'speedOut' : 300,
1241
+ 'titleFormat' : function( title, currentArray, currentIndex, currentOpts ) {
1242
  return '<span id="fancybox-title-inside">' + (title.length ? title + '<br />' : '') + 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + '</span><?php if( get_post_meta( $post->ID, 'gllr_download_link', true ) != '' ){?><br /><a href="'+$(currentOpts.orig).attr('rel')+'" target="_blank"><?php echo __('Download high resolution image', 'gallery'); ?> </a><?php } ?>';
1243
+ }<?php if ( $gllr_options['start_slideshow'] == 1 ) { ?>,
1244
  'onComplete': function() {
1245
+ clearTimeout( jQuery.fancybox.slider );
1246
+ jQuery.fancybox.slider = setTimeout( "jQuery.fancybox.next()",<?php echo empty( $gllr_options['slideshow_interval'] )? 2000 : $gllr_options['slideshow_interval'] ; ?> );
1247
  }<?php } ?>
1248
  });
1249
  });
1425
  <!-- Start ios -->
1426
  <script type="text/javascript">
1427
  (function($){
1428
+ $(document).ready( function() {
1429
+ $( '#fancybox-overlay' ).css({
1430
  'width' : $(document).width()
1431
  });
1432
  });
1443
  $plugin_info = get_plugin_data( __FILE__ );
1444
  if ( $hook_suffix == 'plugins.php' ) {
1445
  echo '<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
1446
+ <script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>
1447
  <script type="text/javascript">
1448
+ (function($) {
1449
+ $(document).ready( function() {
1450
+ var hide_message = $.cookie( "gllr_hide_banner_on_plugin_page" );
1451
+ if ( hide_message == "true" ) {
1452
+ $( ".gllr_message" ).css( "display", "none" );
1453
  };
1454
+ $( ".gllr_close_icon" ).click( function() {
1455
+ $( ".gllr_message" ).css( "display", "none" );
1456
  $.cookie( "gllr_hide_banner_on_plugin_page", "true", { expires: 32 } );
1457
  });
1458
  });
1482
 
1483
  add_action( 'admin_menu', 'add_gllr_admin_menu' );
1484
  add_action( 'init', 'gllr_plugin_init' );
1485
+ add_action( 'admin_init', 'gllr_version_check' );
1486
 
1487
  add_action( 'init', 'post_type_images' ); // register post type
1488
 
languages/gallery-bg_BG.mo CHANGED
Binary file
languages/gallery-bg_BG.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-10-28 17:42+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,431 +17,448 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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/` в папката на вашата тема, за да работи правилно приставката Gallery."
23
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Галерии"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Галерия"
33
 
34
- #: gallery-plugin.php:127
35
  msgid "Add a Gallery"
36
  msgstr "Добави галерия"
37
 
38
- #: gallery-plugin.php:128
39
  msgid "Add New Gallery"
40
  msgstr "Добави нова галерия"
41
 
42
- #: gallery-plugin.php:129
43
  msgid "Edit Gallery"
44
  msgstr "Редактирай галерия"
45
 
46
- #: gallery-plugin.php:130
47
  msgid "New Gallery"
48
  msgstr "Нова галерия"
49
 
50
- #: gallery-plugin.php:131
51
  msgid "View Gallery"
52
  msgstr "Преглед на галерия"
53
 
54
- #: gallery-plugin.php:132
55
  msgid "Find a Gallery"
56
  msgstr "Намери галерия"
57
 
58
- #: gallery-plugin.php:133
59
  msgid "No Gallery found"
60
  msgstr "Няма намерена галерия"
61
 
62
- #: gallery-plugin.php:190
63
  msgid "Upload File"
64
  msgstr "Качване на файл"
65
 
66
- #: gallery-plugin.php:191
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод за галерия"
69
 
70
- #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Временната папка за съхраняване на файлове (gallery-plugin/upload/files) не е достъпна за запис на уеб-сървъра ви. Моля, използвайте стандартния начин на WordPress за качване на снимки(media library)."
73
 
74
- #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "Изберете изображение за качване:"
77
 
78
- #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
81
 
82
- #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Позволете свалянето на всички изображения от тази галерия."
85
 
86
- #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Моля, използвайте функцията drag&drop, за да смените позицията на снимките и не забравяйте да съхраните промените."
89
 
90
- #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "Моля, изберете"
93
 
94
- #: gallery-plugin.php:228
95
- #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Подреди изображенията по"
98
 
99
- #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "подреди изображенията"
102
 
103
- #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "на страницата с настройки за плъгина ("
106
 
107
- #: gallery-plugin.php:272
108
- #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "Име"
111
 
112
- #: gallery-plugin.php:274
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "URL"
119
 
120
- #: gallery-plugin.php:275
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(отваря изображението в нов прозорец)"
123
 
124
- #: gallery-plugin.php:276
125
  msgid "This setting is available in Pro version"
126
  msgstr "Тази настройка е достъпна само в Pro версията."
127
 
128
- #: gallery-plugin.php:277
129
  msgid "Open the link"
130
  msgstr "Отваряне на линка"
131
 
132
- #: gallery-plugin.php:277
133
  msgid "Current window"
134
  msgstr "Текущия прозорец"
135
 
136
- #: gallery-plugin.php:277
137
  msgid "New window"
138
  msgstr "Нов прозорец"
139
 
140
- #: gallery-plugin.php:278
141
  msgid "Delete"
142
  msgstr "Изтриване"
143
 
144
- #: gallery-plugin.php:291
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Можете да добавите галерия към страница или пост, като добавите този шорткод към съдържанието"
147
 
148
- #: gallery-plugin.php:293
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
151
 
152
- #: gallery-plugin.php:502
153
  msgid "Author"
154
  msgstr "Автор "
155
 
156
- #: gallery-plugin.php:503
157
  msgid "Photo"
158
  msgstr "Снимка"
159
 
160
- #: gallery-plugin.php:504
161
  msgid "Publishing"
162
  msgstr "Публикация"
163
 
164
- #: gallery-plugin.php:505
165
- #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Дата "
168
 
169
- #: gallery-plugin.php:631
170
  msgid "See images &raquo;"
171
  msgstr "Виж изображенията &raquo;"
172
 
173
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Settings are saved"
175
  msgstr "Настройките са съхранени"
176
 
177
- #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Настройки на галерията"
180
 
181
- #: gallery-plugin.php:763
182
  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:"
183
  msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
184
 
185
- #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
  msgstr "Размер на изображението за корица на албума"
188
 
189
- #: gallery-plugin.php:769
190
- #: gallery-plugin.php:777
191
- #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Размер на изображението"
194
 
195
- #: gallery-plugin.php:770
196
- #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Ширина (в px)"
199
 
200
- #: gallery-plugin.php:771
201
- #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Височина (в px)"
204
 
205
- #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Размер на изображението в галерия"
208
 
209
- #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
212
 
213
- #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Размер на изображението за lightbox"
216
 
217
- #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "Макс. ширина (в px)"
220
 
221
- #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "Макс. височина (в px)"
224
 
225
- #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Показване на изображението в пълен размер в lightbox"
228
 
229
- #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Позиция за изрязване"
232
 
233
- #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Хоризонтално"
236
 
237
- #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "ляво"
240
 
241
- #: gallery-plugin.php:802
242
- #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "център"
245
 
246
- #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "дясно"
249
 
250
- #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "Вертикално"
253
 
254
- #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "отгоре"
257
 
258
- #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "отдолу"
261
 
262
- #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Фон на lightbox"
265
 
266
- #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "По подразбиране"
269
 
270
- #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Прозрачност на фона (от 0 до 1)"
273
 
274
- #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Изберете цвят за фон"
277
 
278
- #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Цвят на фона"
281
 
282
- #: gallery-plugin.php:829
283
- #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Тази опция е налична в Pro версията на плъгина. За повече подробности, моля отидете на "
286
 
287
- #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Изображения с рамка"
290
 
291
- #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Ширина на рамката в пиксели, само числа"
294
 
295
- #: gallery-plugin.php:841
296
- #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Изберете цвят за рамката"
299
 
300
- #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Брой изображения на ред"
303
 
304
- #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Слайдшоу"
307
 
308
- #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Интервал за слайдшоу"
311
 
312
- #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "ID на изображението"
315
 
316
- #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "Име на изображението"
319
 
320
- #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
323
 
324
- #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "Произволен"
327
 
328
- #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Подреди изображенията"
331
 
332
- #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
335
 
336
- #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
339
 
340
- #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Показване на текст над изображението"
343
 
344
- #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
347
 
348
- #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Показване на линк 'Назад'"
351
 
352
- #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Показване на линк 'Назад' в шорткода"
355
 
356
- #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Текст за линка 'Назад'"
359
 
360
- #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "URL за линка 'Назад'"
363
 
364
- #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
367
 
368
- #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Пълно URL към произволна страница)"
371
 
372
- #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Текст за линка 'Прочети повече'"
375
 
376
- #: gallery-plugin.php:922
377
  msgid "Add gallery to the search"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:941
381
- #: gallery-plugin.php:944
382
- #: gallery-plugin.php:948
383
  msgid "Using Custom Search powered by"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:944
387
  msgid "Activate Custom Search"
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:948
391
  msgid "Download Custom Search"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Показване на Like бутони в lightbox"
397
 
398
- #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "FaceBook"
401
 
402
- #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
- #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
- #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Google +1"
413
 
414
- #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Название на елемент от галерията"
417
 
418
- #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
421
 
422
- #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Съхрани промените"
425
 
426
- #: gallery-plugin.php:991
427
- #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Настройки"
430
 
431
- #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "Често задавани въпроси"
434
 
435
- #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Поддръжка"
438
 
439
- #: gallery-plugin.php:1203
440
  #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Съжалявам, нищо не е намерено."
443
 
444
- #: gallery-plugin.php:1225
445
  #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Свали изображението в цял размер"
@@ -514,8 +531,6 @@ msgstr "Изображение"
514
  #~ msgstr "Дякуємо, що звернулись до нас."
515
  #~ msgid "Sorry, email message could not be delivered."
516
  #~ msgstr "Вибачте, електронне повідомлення не може бути відправлено."
517
- #~ msgid "Pro plugins"
518
- #~ msgstr "Плагіни про-версії"
519
  #~ msgid "Activated plugins"
520
  #~ msgstr "Активовані плагіни"
521
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:08+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:771
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/` в папката на вашата тема, за да работи правилно приставката Gallery."
23
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Галерии"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Галерия"
33
 
34
+ #: gallery-plugin.php:128
35
  msgid "Add a Gallery"
36
  msgstr "Добави галерия"
37
 
38
+ #: gallery-plugin.php:129
39
  msgid "Add New Gallery"
40
  msgstr "Добави нова галерия"
41
 
42
+ #: gallery-plugin.php:130
43
  msgid "Edit Gallery"
44
  msgstr "Редактирай галерия"
45
 
46
+ #: gallery-plugin.php:131
47
  msgid "New Gallery"
48
  msgstr "Нова галерия"
49
 
50
+ #: gallery-plugin.php:132
51
  msgid "View Gallery"
52
  msgstr "Преглед на галерия"
53
 
54
+ #: gallery-plugin.php:133
55
  msgid "Find a Gallery"
56
  msgstr "Намери галерия"
57
 
58
+ #: gallery-plugin.php:134
59
  msgid "No Gallery found"
60
  msgstr "Няма намерена галерия"
61
 
62
+ #: gallery-plugin.php:191
63
  msgid "Upload File"
64
  msgstr "Качване на файл"
65
 
66
+ #: gallery-plugin.php:192
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод за галерия"
69
 
70
+ #: gallery-plugin.php:210
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Временната папка за съхраняване на файлове (gallery-plugin/upload/files) не е достъпна за запис на уеб-сървъра ви. Моля, използвайте стандартния начин на WordPress за качване на снимки(media library)."
73
 
74
+ #: gallery-plugin.php:214
75
  msgid "Choose an image for upload:"
76
  msgstr "Изберете изображение за качване:"
77
 
78
+ #: gallery-plugin.php:219
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
81
 
82
+ #: gallery-plugin.php:226
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Позволете свалянето на всички изображения от тази галерия."
85
 
86
+ #: gallery-plugin.php:227
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Моля, използвайте функцията drag&drop, за да смените позицията на снимките и не забравяйте да съхраните промените."
89
 
90
+ #: gallery-plugin.php:229
91
  msgid "Please make a choice"
92
  msgstr "Моля, изберете"
93
 
94
+ #: gallery-plugin.php:229
95
+ #: gallery-plugin.php:884
96
  msgid "Sort images by"
97
  msgstr "Подреди изображенията по"
98
 
99
+ #: gallery-plugin.php:229
100
  msgid "sort images"
101
  msgstr "подреди изображенията"
102
 
103
+ #: gallery-plugin.php:229
104
  msgid "on the plugin settings page ("
105
  msgstr "на страницата с настройки за плъгина ("
106
 
107
+ #: gallery-plugin.php:273
108
+ #: gallery-plugin.php:502
109
  msgid "Title"
110
  msgstr "Име"
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:276
117
  msgid "URL"
118
  msgstr "URL"
119
 
120
+ #: gallery-plugin.php:276
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(отваря изображението в нов прозорец)"
123
 
124
+ #: gallery-plugin.php:277
125
  msgid "This setting is available in Pro version"
126
  msgstr "Тази настройка е достъпна само в Pro версията."
127
 
128
+ #: gallery-plugin.php:278
129
  msgid "Open the link"
130
  msgstr "Отваряне на линка"
131
 
132
+ #: gallery-plugin.php:278
133
  msgid "Current window"
134
  msgstr "Текущия прозорец"
135
 
136
+ #: gallery-plugin.php:278
137
  msgid "New window"
138
  msgstr "Нов прозорец"
139
 
140
+ #: gallery-plugin.php:279
141
  msgid "Delete"
142
  msgstr "Изтриване"
143
 
144
+ #: gallery-plugin.php:292
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Можете да добавите галерия към страница или пост, като добавите този шорткод към съдържанието"
147
 
148
+ #: gallery-plugin.php:294
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
151
 
152
+ #: gallery-plugin.php:503
153
  msgid "Author"
154
  msgstr "Автор "
155
 
156
+ #: gallery-plugin.php:504
157
  msgid "Photo"
158
  msgstr "Снимка"
159
 
160
+ #: gallery-plugin.php:505
161
  msgid "Publishing"
162
  msgstr "Публикация"
163
 
164
+ #: gallery-plugin.php:506
165
+ #: gallery-plugin.php:888
166
  msgid "Date"
167
  msgstr "Дата "
168
 
169
+ #: gallery-plugin.php:632
170
  msgid "See images &raquo;"
171
  msgstr "Виж изображенията &raquo;"
172
 
173
+ #: gallery-plugin.php:679
174
+ msgid "requires"
175
+ msgstr ""
176
+
177
+ #: gallery-plugin.php:679
178
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
179
+ msgstr ""
180
+
181
+ #: gallery-plugin.php:679
182
+ msgid "Back to the WordPress"
183
+ msgstr ""
184
+
185
+ #: gallery-plugin.php:679
186
+ #, fuzzy
187
+ msgid "Plugins page"
188
+ msgstr "Плагіни про-версії"
189
+
190
+ #: gallery-plugin.php:764
191
  msgid "Settings are saved"
192
  msgstr "Настройките са съхранени"
193
 
194
+ #: gallery-plugin.php:777
195
  msgid "Gallery Settings"
196
  msgstr "Настройки на галерията"
197
 
198
+ #: gallery-plugin.php:780
199
  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:"
200
  msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
201
 
202
+ #: gallery-plugin.php:784
203
  msgid "Image size for the album cover"
204
  msgstr "Размер на изображението за корица на албума"
205
 
206
+ #: gallery-plugin.php:786
207
+ #: gallery-plugin.php:794
208
+ #: gallery-plugin.php:807
209
  msgid "Image size"
210
  msgstr "Размер на изображението"
211
 
212
+ #: gallery-plugin.php:787
213
+ #: gallery-plugin.php:795
214
  msgid "Width (in px)"
215
  msgstr "Ширина (в px)"
216
 
217
+ #: gallery-plugin.php:788
218
+ #: gallery-plugin.php:796
219
  msgid "Height (in px)"
220
  msgstr "Височина (в px)"
221
 
222
+ #: gallery-plugin.php:792
223
  msgid "Gallery image size"
224
  msgstr "Размер на изображението в галерия"
225
 
226
+ #: gallery-plugin.php:800
227
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
228
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
229
 
230
+ #: gallery-plugin.php:805
231
  msgid "Gallery image size in the lightbox"
232
  msgstr "Размер на изображението за lightbox"
233
 
234
+ #: gallery-plugin.php:808
235
  msgid "Max width (in px)"
236
  msgstr "Макс. ширина (в px)"
237
 
238
+ #: gallery-plugin.php:809
239
  msgid "Max height (in px)"
240
  msgstr "Макс. височина (в px)"
241
 
242
+ #: gallery-plugin.php:810
243
  msgid "Display a full size image in the lightbox"
244
  msgstr "Показване на изображението в пълен размер в lightbox"
245
 
246
+ #: gallery-plugin.php:814
247
  msgid "Crop position"
248
  msgstr "Позиция за изрязване"
249
 
250
+ #: gallery-plugin.php:816
251
  msgid "Horizontal"
252
  msgstr "Хоризонтално"
253
 
254
+ #: gallery-plugin.php:818
255
  msgid "left"
256
  msgstr "ляво"
257
 
258
+ #: gallery-plugin.php:819
259
+ #: gallery-plugin.php:826
260
  msgid "center"
261
  msgstr "център"
262
 
263
+ #: gallery-plugin.php:820
264
  msgid "right"
265
  msgstr "дясно"
266
 
267
+ #: gallery-plugin.php:823
268
  msgid "Vertical"
269
  msgstr "Вертикално"
270
 
271
+ #: gallery-plugin.php:825
272
  msgid "top"
273
  msgstr "отгоре"
274
 
275
+ #: gallery-plugin.php:827
276
  msgid "bottom"
277
  msgstr "отдолу"
278
 
279
+ #: gallery-plugin.php:832
280
  msgid "Lightbox background"
281
  msgstr "Фон на lightbox"
282
 
283
+ #: gallery-plugin.php:834
284
  msgid "Default"
285
  msgstr "По подразбиране"
286
 
287
+ #: gallery-plugin.php:835
288
  msgid "Background transparency (from 0 to 1)"
289
  msgstr "Прозрачност на фона (от 0 до 1)"
290
 
291
+ #: gallery-plugin.php:837
292
  msgid "Select a background color"
293
  msgstr "Изберете цвят за фон"
294
 
295
+ #: gallery-plugin.php:839
296
  msgid "Background color"
297
  msgstr "Цвят на фона"
298
 
299
+ #: gallery-plugin.php:846
300
+ #: gallery-plugin.php:985
301
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
302
  msgstr "Тази опция е налична в Pro версията на плъгина. За повече подробности, моля отидете на "
303
 
304
+ #: gallery-plugin.php:853
305
  msgid "Images with border"
306
  msgstr "Изображения с рамка"
307
 
308
+ #: gallery-plugin.php:856
309
  msgid "Border width in px, just numbers"
310
  msgstr "Ширина на рамката в пиксели, само числа"
311
 
312
+ #: gallery-plugin.php:858
313
+ #: gallery-plugin.php:860
314
  msgid "Select a border color"
315
  msgstr "Изберете цвят за рамката"
316
 
317
+ #: gallery-plugin.php:866
318
  msgid "Number of images in the row"
319
  msgstr "Брой изображения на ред"
320
 
321
+ #: gallery-plugin.php:872
322
  msgid "Start slideshow"
323
  msgstr "Слайдшоу"
324
 
325
+ #: gallery-plugin.php:878
326
  msgid "Slideshow interval"
327
  msgstr "Интервал за слайдшоу"
328
 
329
+ #: gallery-plugin.php:886
330
  msgid "Attachment ID"
331
  msgstr "ID на изображението"
332
 
333
+ #: gallery-plugin.php:887
334
  msgid "Image Name"
335
  msgstr "Име на изображението"
336
 
337
+ #: gallery-plugin.php:889
338
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
339
  msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
340
 
341
+ #: gallery-plugin.php:890
342
  msgid "Random"
343
  msgstr "Произволен"
344
 
345
+ #: gallery-plugin.php:894
346
  msgid "Sort images"
347
  msgstr "Подреди изображенията"
348
 
349
+ #: gallery-plugin.php:896
350
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
351
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
352
 
353
+ #: gallery-plugin.php:897
354
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
355
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
356
 
357
+ #: gallery-plugin.php:901
358
  msgid "Display text above the image"
359
  msgstr "Показване на текст над изображението"
360
 
361
+ #: gallery-plugin.php:903
362
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
363
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
364
 
365
+ #: gallery-plugin.php:907
366
  msgid "Display the Back link"
367
  msgstr "Показване на линк 'Назад'"
368
 
369
+ #: gallery-plugin.php:913
370
  msgid "Display the Back link in the shortcode"
371
  msgstr "Показване на линк 'Назад' в шорткода"
372
 
373
+ #: gallery-plugin.php:919
374
  msgid "The Back link text"
375
  msgstr "Текст за линка 'Назад'"
376
 
377
+ #: gallery-plugin.php:925
378
  msgid "The Back link URL"
379
  msgstr "URL за линка 'Назад'"
380
 
381
+ #: gallery-plugin.php:927
382
  msgid "Gallery page (Page with Gallery Template)"
383
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
384
 
385
+ #: gallery-plugin.php:929
386
  msgid "(Full URL to custom page)"
387
  msgstr "(Пълно URL към произволна страница)"
388
 
389
+ #: gallery-plugin.php:933
390
  msgid "The Read More link text"
391
  msgstr "Текст за линка 'Прочети повече'"
392
 
393
+ #: gallery-plugin.php:939
394
  msgid "Add gallery to the search"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:955
398
+ #: gallery-plugin.php:958
399
+ #: gallery-plugin.php:962
400
  msgid "Using Custom Search powered by"
401
  msgstr ""
402
 
403
+ #: gallery-plugin.php:958
404
  msgid "Activate Custom Search"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:962
408
  msgid "Download Custom Search"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:969
412
  msgid "Display Like buttons in the lightbox"
413
  msgstr "Показване на Like бутони в lightbox"
414
 
415
+ #: gallery-plugin.php:971
416
  msgid "FaceBook"
417
  msgstr "FaceBook"
418
 
419
+ #: gallery-plugin.php:972
420
  msgid "Twitter"
421
  msgstr "Twitter"
422
 
423
+ #: gallery-plugin.php:973
424
  msgid "Pinterest"
425
  msgstr "Pinterest"
426
 
427
+ #: gallery-plugin.php:974
428
  msgid "Google +1"
429
  msgstr "Google +1"
430
 
431
+ #: gallery-plugin.php:978
432
  msgid "Slug for gallery item"
433
  msgstr "Название на елемент от галерията"
434
 
435
+ #: gallery-plugin.php:980
436
  msgid "for any structure of permalinks except the default structure"
437
  msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
438
 
439
+ #: gallery-plugin.php:993
440
  msgid "Save Changes"
441
  msgstr "Съхрани промените"
442
 
443
+ #: gallery-plugin.php:1005
444
+ #: gallery-plugin.php:1020
445
  msgid "Settings"
446
  msgstr "Настройки"
447
 
448
+ #: gallery-plugin.php:1006
449
  msgid "FAQ"
450
  msgstr "Често задавани въпроси"
451
 
452
+ #: gallery-plugin.php:1007
453
  msgid "Support"
454
  msgstr "Поддръжка"
455
 
456
+ #: gallery-plugin.php:1220
457
  #: template/gallery-single-template.php:77
458
  msgid "Sorry, nothing found."
459
  msgstr "Съжалявам, нищо не е намерено."
460
 
461
+ #: gallery-plugin.php:1242
462
  #: template/gallery-single-template.php:103
463
  msgid "Download high resolution image"
464
  msgstr "Свали изображението в цял размер"
531
  #~ msgstr "Дякуємо, що звернулись до нас."
532
  #~ msgid "Sorry, email message could not be delivered."
533
  #~ msgstr "Вибачте, електронне повідомлення не може бути відправлено."
 
 
534
  #~ msgid "Activated plugins"
535
  #~ msgstr "Активовані плагіни"
536
  #~ msgid "Read more"
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-10-28 17:42+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,454 +17,471 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerie"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Vložit novou galerii"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Vložit novou galerii"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Upravit galerii"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nová galerie"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Zobrazit galerii"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Upravit galerii"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nebyla nalezena žádná galerie"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Nahrát soubor"
68
 
69
- #: gallery-plugin.php:191
70
  msgid "Gallery Shortcode"
71
  msgstr "Nastavení galerie"
72
 
73
- #: gallery-plugin.php:209
74
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
75
  msgstr ""
76
 
77
- #: gallery-plugin.php:213
78
  #, fuzzy
79
  msgid "Choose an image for upload:"
80
  msgstr "Vyberte náhled pro nahrání:"
81
 
82
- #: gallery-plugin.php:218
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
85
 
86
- #: gallery-plugin.php:225
87
  msgid "Allow the download link for all images in this gallery"
88
  msgstr ""
89
 
90
- #: gallery-plugin.php:226
91
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
92
  msgstr ""
93
 
94
- #: gallery-plugin.php:228
95
  msgid "Please make a choice"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:228
99
- #: gallery-plugin.php:867
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
103
 
104
- #: gallery-plugin.php:228
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Počet náhledů zobrazených v jedné řádce"
108
 
109
- #: gallery-plugin.php:228
110
  msgid "on the plugin settings page ("
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:272
114
- #: gallery-plugin.php:501
115
  msgid "Title"
116
  msgstr "Název"
117
 
118
- #: gallery-plugin.php:274
119
  msgid "Alt tag"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:275
123
  msgid "URL"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:275
127
  msgid "(by click on image opens a link in a new window)"
128
  msgstr ""
129
 
130
- #: gallery-plugin.php:276
131
  msgid "This setting is available in Pro version"
132
  msgstr ""
133
 
134
- #: gallery-plugin.php:277
135
  msgid "Open the link"
136
  msgstr ""
137
 
138
- #: gallery-plugin.php:277
139
  msgid "Current window"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:277
143
  msgid "New window"
144
  msgstr ""
145
 
146
- #: gallery-plugin.php:278
147
  msgid "Delete"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:291
151
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
152
  msgstr ""
153
 
154
- #: gallery-plugin.php:293
155
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
156
  msgstr ""
157
 
158
- #: gallery-plugin.php:502
159
  msgid "Author"
160
  msgstr "Autor"
161
 
162
- #: gallery-plugin.php:503
163
  #, fuzzy
164
  msgid "Photo"
165
  msgstr "Fotky"
166
 
167
- #: gallery-plugin.php:504
168
  #, fuzzy
169
  msgid "Publishing"
170
  msgstr "Veřejné"
171
 
172
- #: gallery-plugin.php:505
173
- #: gallery-plugin.php:871
174
  msgid "Date"
175
  msgstr "Datum"
176
 
177
- #: gallery-plugin.php:631
178
  #, fuzzy
179
  msgid "See images &raquo;"
180
  msgstr "Zobrazit obsah galerie &raquo;"
181
 
182
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  #, fuzzy
184
  msgid "Settings are saved"
185
  msgstr "Nastavení uložena."
186
 
187
- #: gallery-plugin.php:760
188
  #, fuzzy
189
  msgid "Gallery Settings"
190
  msgstr "Nastavení galerie"
191
 
192
- #: gallery-plugin.php:763
193
  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:"
194
  msgstr ""
195
 
196
- #: gallery-plugin.php:767
197
  #, fuzzy
198
  msgid "Image size for the album cover"
199
  msgstr "Размер для "
200
 
201
- #: gallery-plugin.php:769
202
- #: gallery-plugin.php:777
203
- #: gallery-plugin.php:790
204
  #, fuzzy
205
  msgid "Image size"
206
  msgstr "Název rozměru"
207
 
208
- #: gallery-plugin.php:770
209
- #: gallery-plugin.php:778
210
  msgid "Width (in px)"
211
  msgstr "Šířka (v px)"
212
 
213
- #: gallery-plugin.php:771
214
- #: gallery-plugin.php:779
215
  msgid "Height (in px)"
216
  msgstr "Výška (v px)"
217
 
218
- #: gallery-plugin.php:775
219
  #, fuzzy
220
  msgid "Gallery image size"
221
  msgstr "Galerie"
222
 
223
- #: gallery-plugin.php:783
224
  #, fuzzy
225
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
226
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
227
 
228
- #: gallery-plugin.php:788
229
  msgid "Gallery image size in the lightbox"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:791
233
  #, fuzzy
234
  msgid "Max width (in px)"
235
  msgstr "Šířka (v px)"
236
 
237
- #: gallery-plugin.php:792
238
  #, fuzzy
239
  msgid "Max height (in px)"
240
  msgstr "Výška (v px)"
241
 
242
- #: gallery-plugin.php:793
243
  msgid "Display a full size image in the lightbox"
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:797
247
  msgid "Crop position"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:799
251
  msgid "Horizontal"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:801
255
  msgid "left"
256
  msgstr ""
257
 
258
- #: gallery-plugin.php:802
259
- #: gallery-plugin.php:809
260
  msgid "center"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:803
264
  msgid "right"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:806
268
  msgid "Vertical"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:808
272
  msgid "top"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:810
276
  msgid "bottom"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:815
280
  msgid "Lightbox background"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:817
284
  msgid "Default"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:818
288
  msgid "Background transparency (from 0 to 1)"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:820
292
  msgid "Select a background color"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:822
296
  msgid "Background color"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:829
300
- #: gallery-plugin.php:971
301
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:836
305
  msgid "Images with border"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:839
309
  msgid "Border width in px, just numbers"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:841
313
- #: gallery-plugin.php:843
314
  msgid "Select a border color"
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:849
318
  #, fuzzy
319
  msgid "Number of images in the row"
320
  msgstr "Počet náhledů zobrazených v jedné řádce"
321
 
322
- #: gallery-plugin.php:855
323
  msgid "Start slideshow"
324
  msgstr ""
325
 
326
- #: gallery-plugin.php:861
327
  msgid "Slideshow interval"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:869
331
  msgid "Attachment ID"
332
  msgstr ""
333
 
334
- #: gallery-plugin.php:870
335
  #, fuzzy
336
  msgid "Image Name"
337
  msgstr "Název rozměru"
338
 
339
- #: gallery-plugin.php:872
340
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:873
344
  msgid "Random"
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:877
348
  #, fuzzy
349
  msgid "Sort images"
350
  msgstr "Počet náhledů zobrazených v jedné řádce"
351
 
352
- #: gallery-plugin.php:879
353
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:880
357
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
358
  msgstr ""
359
 
360
- #: gallery-plugin.php:884
361
  msgid "Display text above the image"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:886
365
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:890
369
  msgid "Display the Back link"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:896
373
  msgid "Display the Back link in the shortcode"
374
  msgstr ""
375
 
376
- #: gallery-plugin.php:902
377
  msgid "The Back link text"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:908
381
  msgid "The Back link URL"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:910
385
  msgid "Gallery page (Page with Gallery Template)"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:912
389
  msgid "(Full URL to custom page)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:916
393
  msgid "The Read More link text"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:922
397
  msgid "Add gallery to the search"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:941
401
- #: gallery-plugin.php:944
402
- #: gallery-plugin.php:948
403
  msgid "Using Custom Search powered by"
404
  msgstr ""
405
 
406
- #: gallery-plugin.php:944
407
  msgid "Activate Custom Search"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:948
411
  msgid "Download Custom Search"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:955
415
  msgid "Display Like buttons in the lightbox"
416
  msgstr ""
417
 
418
- #: gallery-plugin.php:957
419
  msgid "FaceBook"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:958
423
  #, fuzzy
424
  msgid "Twitter"
425
  msgstr "Název"
426
 
427
- #: gallery-plugin.php:959
428
  msgid "Pinterest"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:960
432
  msgid "Google +1"
433
  msgstr ""
434
 
435
- #: gallery-plugin.php:964
436
  #, fuzzy
437
  msgid "Slug for gallery item"
438
  msgstr "Rozměry náhledu obrázku v albu"
439
 
440
- #: gallery-plugin.php:966
441
  msgid "for any structure of permalinks except the default structure"
442
  msgstr ""
443
 
444
- #: gallery-plugin.php:979
445
  msgid "Save Changes"
446
  msgstr "Uložit změny"
447
 
448
- #: gallery-plugin.php:991
449
- #: gallery-plugin.php:1006
450
  msgid "Settings"
451
  msgstr "Nastavení"
452
 
453
- #: gallery-plugin.php:992
454
  msgid "FAQ"
455
  msgstr "FAQ "
456
 
457
- #: gallery-plugin.php:993
458
  msgid "Support"
459
  msgstr "Podpora"
460
 
461
- #: gallery-plugin.php:1203
462
  #: template/gallery-single-template.php:77
463
  #, fuzzy
464
  msgid "Sorry, nothing found."
465
  msgstr "Omlouvám se - nic nenalezeno."
466
 
467
- #: gallery-plugin.php:1225
468
  #: template/gallery-single-template.php:103
469
  msgid "Download high resolution image"
470
  msgstr ""
@@ -476,10 +493,6 @@ msgstr ""
476
  #, fuzzy
477
  #~ msgid "PHP Max Upload Size"
478
  #~ msgstr "Nahrát soubor"
479
-
480
- #, fuzzy
481
- #~ msgid "Pro plugins"
482
- #~ msgstr "Doporučené pluginy"
483
  #~ msgid "Activated plugins"
484
  #~ msgstr "Aktivní pluginy"
485
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:09+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:09+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:101
20
+ #: gallery-plugin.php:771
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:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Galerie"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Vložit novou galerii"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Vložit novou galerii"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Upravit galerii"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nová galerie"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Zobrazit galerii"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Upravit galerii"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nebyla nalezena žádná galerie"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "Nahrát soubor"
68
 
69
+ #: gallery-plugin.php:192
70
  msgid "Gallery Shortcode"
71
  msgstr "Nastavení galerie"
72
 
73
+ #: gallery-plugin.php:210
74
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
75
  msgstr ""
76
 
77
+ #: gallery-plugin.php:214
78
  #, fuzzy
79
  msgid "Choose an image for upload:"
80
  msgstr "Vyberte náhled pro nahrání:"
81
 
82
+ #: gallery-plugin.php:219
83
  msgid "Please enable JavaScript to use the file uploader."
84
  msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
85
 
86
+ #: gallery-plugin.php:226
87
  msgid "Allow the download link for all images in this gallery"
88
  msgstr ""
89
 
90
+ #: gallery-plugin.php:227
91
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
92
  msgstr ""
93
 
94
+ #: gallery-plugin.php:229
95
  msgid "Please make a choice"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:229
99
+ #: gallery-plugin.php:884
100
  #, fuzzy
101
  msgid "Sort images by"
102
  msgstr "Počet náhledů zobrazených v jedné řádce"
103
 
104
+ #: gallery-plugin.php:229
105
  #, fuzzy
106
  msgid "sort images"
107
  msgstr "Počet náhledů zobrazených v jedné řádce"
108
 
109
+ #: gallery-plugin.php:229
110
  msgid "on the plugin settings page ("
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:273
114
+ #: gallery-plugin.php:502
115
  msgid "Title"
116
  msgstr "Název"
117
 
118
+ #: gallery-plugin.php:275
119
  msgid "Alt tag"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:276
123
  msgid "URL"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:276
127
  msgid "(by click on image opens a link in a new window)"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:277
131
  msgid "This setting is available in Pro version"
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:278
135
  msgid "Open the link"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:278
139
  msgid "Current window"
140
  msgstr ""
141
 
142
+ #: gallery-plugin.php:278
143
  msgid "New window"
144
  msgstr ""
145
 
146
+ #: gallery-plugin.php:279
147
  msgid "Delete"
148
  msgstr ""
149
 
150
+ #: gallery-plugin.php:292
151
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
152
  msgstr ""
153
 
154
+ #: gallery-plugin.php:294
155
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
156
  msgstr ""
157
 
158
+ #: gallery-plugin.php:503
159
  msgid "Author"
160
  msgstr "Autor"
161
 
162
+ #: gallery-plugin.php:504
163
  #, fuzzy
164
  msgid "Photo"
165
  msgstr "Fotky"
166
 
167
+ #: gallery-plugin.php:505
168
  #, fuzzy
169
  msgid "Publishing"
170
  msgstr "Veřejné"
171
 
172
+ #: gallery-plugin.php:506
173
+ #: gallery-plugin.php:888
174
  msgid "Date"
175
  msgstr "Datum"
176
 
177
+ #: gallery-plugin.php:632
178
  #, fuzzy
179
  msgid "See images &raquo;"
180
  msgstr "Zobrazit obsah galerie &raquo;"
181
 
182
+ #: gallery-plugin.php:679
183
+ msgid "requires"
184
+ msgstr ""
185
+
186
+ #: gallery-plugin.php:679
187
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
188
+ msgstr ""
189
+
190
+ #: gallery-plugin.php:679
191
+ msgid "Back to the WordPress"
192
+ msgstr ""
193
+
194
+ #: gallery-plugin.php:679
195
+ #, fuzzy
196
+ msgid "Plugins page"
197
+ msgstr "Doporučené pluginy"
198
+
199
+ #: gallery-plugin.php:764
200
  #, fuzzy
201
  msgid "Settings are saved"
202
  msgstr "Nastavení uložena."
203
 
204
+ #: gallery-plugin.php:777
205
  #, fuzzy
206
  msgid "Gallery Settings"
207
  msgstr "Nastavení galerie"
208
 
209
+ #: gallery-plugin.php:780
210
  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:"
211
  msgstr ""
212
 
213
+ #: gallery-plugin.php:784
214
  #, fuzzy
215
  msgid "Image size for the album cover"
216
  msgstr "Размер для "
217
 
218
+ #: gallery-plugin.php:786
219
+ #: gallery-plugin.php:794
220
+ #: gallery-plugin.php:807
221
  #, fuzzy
222
  msgid "Image size"
223
  msgstr "Název rozměru"
224
 
225
+ #: gallery-plugin.php:787
226
+ #: gallery-plugin.php:795
227
  msgid "Width (in px)"
228
  msgstr "Šířka (v px)"
229
 
230
+ #: gallery-plugin.php:788
231
+ #: gallery-plugin.php:796
232
  msgid "Height (in px)"
233
  msgstr "Výška (v px)"
234
 
235
+ #: gallery-plugin.php:792
236
  #, fuzzy
237
  msgid "Gallery image size"
238
  msgstr "Galerie"
239
 
240
+ #: gallery-plugin.php:800
241
  #, fuzzy
242
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
243
  msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
244
 
245
+ #: gallery-plugin.php:805
246
  msgid "Gallery image size in the lightbox"
247
  msgstr ""
248
 
249
+ #: gallery-plugin.php:808
250
  #, fuzzy
251
  msgid "Max width (in px)"
252
  msgstr "Šířka (v px)"
253
 
254
+ #: gallery-plugin.php:809
255
  #, fuzzy
256
  msgid "Max height (in px)"
257
  msgstr "Výška (v px)"
258
 
259
+ #: gallery-plugin.php:810
260
  msgid "Display a full size image in the lightbox"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:814
264
  msgid "Crop position"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:816
268
  msgid "Horizontal"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:818
272
  msgid "left"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:819
276
+ #: gallery-plugin.php:826
277
  msgid "center"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:820
281
  msgid "right"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:823
285
  msgid "Vertical"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:825
289
  msgid "top"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:827
293
  msgid "bottom"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:832
297
  msgid "Lightbox background"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:834
301
  msgid "Default"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:835
305
  msgid "Background transparency (from 0 to 1)"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:837
309
  msgid "Select a background color"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:839
313
  msgid "Background color"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:846
317
+ #: gallery-plugin.php:985
318
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:853
322
  msgid "Images with border"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:856
326
  msgid "Border width in px, just numbers"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:858
330
+ #: gallery-plugin.php:860
331
  msgid "Select a border color"
332
  msgstr ""
333
 
334
+ #: gallery-plugin.php:866
335
  #, fuzzy
336
  msgid "Number of images in the row"
337
  msgstr "Počet náhledů zobrazených v jedné řádce"
338
 
339
+ #: gallery-plugin.php:872
340
  msgid "Start slideshow"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:878
344
  msgid "Slideshow interval"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:886
348
  msgid "Attachment ID"
349
  msgstr ""
350
 
351
+ #: gallery-plugin.php:887
352
  #, fuzzy
353
  msgid "Image Name"
354
  msgstr "Název rozměru"
355
 
356
+ #: gallery-plugin.php:889
357
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
358
  msgstr ""
359
 
360
+ #: gallery-plugin.php:890
361
  msgid "Random"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:894
365
  #, fuzzy
366
  msgid "Sort images"
367
  msgstr "Počet náhledů zobrazených v jedné řádce"
368
 
369
+ #: gallery-plugin.php:896
370
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:897
374
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
375
  msgstr ""
376
 
377
+ #: gallery-plugin.php:901
378
  msgid "Display text above the image"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:903
382
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:907
386
  msgid "Display the Back link"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:913
390
  msgid "Display the Back link in the shortcode"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:919
394
  msgid "The Back link text"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:925
398
  msgid "The Back link URL"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:927
402
  msgid "Gallery page (Page with Gallery Template)"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:929
406
  msgid "(Full URL to custom page)"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:933
410
  msgid "The Read More link text"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:939
414
  msgid "Add gallery to the search"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:955
418
+ #: gallery-plugin.php:958
419
+ #: gallery-plugin.php:962
420
  msgid "Using Custom Search powered by"
421
  msgstr ""
422
 
423
+ #: gallery-plugin.php:958
424
  msgid "Activate Custom Search"
425
  msgstr ""
426
 
427
+ #: gallery-plugin.php:962
428
  msgid "Download Custom Search"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:969
432
  msgid "Display Like buttons in the lightbox"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:971
436
  msgid "FaceBook"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:972
440
  #, fuzzy
441
  msgid "Twitter"
442
  msgstr "Název"
443
 
444
+ #: gallery-plugin.php:973
445
  msgid "Pinterest"
446
  msgstr ""
447
 
448
+ #: gallery-plugin.php:974
449
  msgid "Google +1"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:978
453
  #, fuzzy
454
  msgid "Slug for gallery item"
455
  msgstr "Rozměry náhledu obrázku v albu"
456
 
457
+ #: gallery-plugin.php:980
458
  msgid "for any structure of permalinks except the default structure"
459
  msgstr ""
460
 
461
+ #: gallery-plugin.php:993
462
  msgid "Save Changes"
463
  msgstr "Uložit změny"
464
 
465
+ #: gallery-plugin.php:1005
466
+ #: gallery-plugin.php:1020
467
  msgid "Settings"
468
  msgstr "Nastavení"
469
 
470
+ #: gallery-plugin.php:1006
471
  msgid "FAQ"
472
  msgstr "FAQ "
473
 
474
+ #: gallery-plugin.php:1007
475
  msgid "Support"
476
  msgstr "Podpora"
477
 
478
+ #: gallery-plugin.php:1220
479
  #: template/gallery-single-template.php:77
480
  #, fuzzy
481
  msgid "Sorry, nothing found."
482
  msgstr "Omlouvám se - nic nenalezeno."
483
 
484
+ #: gallery-plugin.php:1242
485
  #: template/gallery-single-template.php:103
486
  msgid "Download high resolution image"
487
  msgstr ""
493
  #, fuzzy
494
  #~ msgid "PHP Max Upload Size"
495
  #~ msgstr "Nahrát soubor"
 
 
 
 
496
  #~ msgid "Activated plugins"
497
  #~ msgstr "Aktivní pluginy"
498
  #~ msgid "Read more"
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-10-28 17:42+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,431 +17,448 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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 "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` direkt in das Verzeichnis deines Themes, damit das Plugin richtig funktionieren kann."
23
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerien"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
- #: gallery-plugin.php:127
35
  msgid "Add a Gallery"
36
  msgstr "Galerie hinzufügen"
37
 
38
- #: gallery-plugin.php:128
39
  msgid "Add New Gallery"
40
  msgstr "Galerie hinzufügen"
41
 
42
- #: gallery-plugin.php:129
43
  msgid "Edit Gallery"
44
  msgstr "Galerie bearbeiten"
45
 
46
- #: gallery-plugin.php:130
47
  msgid "New Gallery"
48
  msgstr "Neue Galerie"
49
 
50
- #: gallery-plugin.php:131
51
  msgid "View Gallery"
52
  msgstr "Galerie anzeigen"
53
 
54
- #: gallery-plugin.php:132
55
  msgid "Find a Gallery"
56
  msgstr "Galerie bearbeiten"
57
 
58
- #: gallery-plugin.php:133
59
  msgid "No Gallery found"
60
  msgstr "Keine Galerien gefunden"
61
 
62
- #: gallery-plugin.php:190
63
  msgid "Upload File"
64
  msgstr "Datei hochladen"
65
 
66
- #: gallery-plugin.php:191
67
  msgid "Gallery Shortcode"
68
  msgstr "Galerie Einstellungen"
69
 
70
- #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Fehler Gallery PluginDas Verzeichnis (gallery-plugin/upload/files) ist schreibgeschützt. Bitte nutze die Wordpress-Mediathek um Bidler hochzuladen."
73
 
74
- #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "Bild zum hochladen auswählen:"
77
 
78
- #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
81
 
82
- #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Aktiviere den Download-Link für alle Bilder in dieser Galerie"
85
 
86
- #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Nutze Drag & Drop um die Reihenfolge der Bilder zu ändern (Speichern nicht vergessen)"
89
 
90
- #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "Bitte auswählen"
93
 
94
- #: gallery-plugin.php:228
95
- #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Sortieren nach"
98
 
99
- #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "Reihenfolge Bilder"
102
 
103
- #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "auf der Plugin-Optionen-Seite ("
106
 
107
- #: gallery-plugin.php:272
108
- #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "Titel"
111
 
112
- #: gallery-plugin.php:274
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "URL"
119
 
120
- #: gallery-plugin.php:275
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(durch klicken auf das Bild wird einen neues Fenster geöffnet)"
123
 
124
- #: gallery-plugin.php:276
125
  msgid "This setting is available in Pro version"
126
  msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
127
 
128
- #: gallery-plugin.php:277
129
  msgid "Open the link"
130
  msgstr "Öffne Link"
131
 
132
- #: gallery-plugin.php:277
133
  msgid "Current window"
134
  msgstr "im aktuellen Fenster"
135
 
136
- #: gallery-plugin.php:277
137
  msgid "New window"
138
  msgstr "in einem neuen Fenster"
139
 
140
- #: gallery-plugin.php:278
141
  msgid "Delete"
142
  msgstr "Löschen"
143
 
144
- #: gallery-plugin.php:291
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Shortcode zum einfügen der Galerie auf einer Seite oder in einen Beitrag"
147
 
148
- #: gallery-plugin.php:293
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
151
 
152
- #: gallery-plugin.php:502
153
  msgid "Author"
154
  msgstr "Author"
155
 
156
- #: gallery-plugin.php:503
157
  msgid "Photo"
158
  msgstr "Foto"
159
 
160
- #: gallery-plugin.php:504
161
  msgid "Publishing"
162
  msgstr "Veröffentlichen"
163
 
164
- #: gallery-plugin.php:505
165
- #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Datum"
168
 
169
- #: gallery-plugin.php:631
170
  msgid "See images &raquo;"
171
  msgstr "Fotos anzeigen &raquo;"
172
 
173
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Settings are saved"
175
  msgstr "Einstellungen gespeichert."
176
 
177
- #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Galerie Einstellungen"
180
 
181
- #: gallery-plugin.php:763
182
  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:"
183
  msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
184
 
185
- #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
  msgstr "Bildgröße für Beitragsbild"
188
 
189
- #: gallery-plugin.php:769
190
- #: gallery-plugin.php:777
191
- #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Name der Bilder"
194
 
195
- #: gallery-plugin.php:770
196
- #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Breite (in px)"
199
 
200
- #: gallery-plugin.php:771
201
- #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Höhe (in px)"
204
 
205
- #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Bildgröße für Galerie"
208
 
209
- #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
212
 
213
- #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Galeriegröße in der Lightbox"
216
 
217
- #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "max. Breite (in px)"
220
 
221
- #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "max. Höhe (in px)"
224
 
225
- #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
228
 
229
- #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Crop Position"
232
 
233
- #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Horizontal"
236
 
237
- #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "links"
240
 
241
- #: gallery-plugin.php:802
242
- #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "zentriert"
245
 
246
- #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "rechts"
249
 
250
- #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "vertikal"
253
 
254
- #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "oben"
257
 
258
- #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "unten"
261
 
262
- #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Lightbox Hintergrund"
265
 
266
- #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "Standard"
269
 
270
- #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Hintergrund Transparenz (0 – 1)"
273
 
274
- #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Wähle eine Hintergrundfarbe"
277
 
278
- #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Hintergrundfarbe"
281
 
282
- #: gallery-plugin.php:829
283
- #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Nur in der Pro Version verfügbar. Folge dem Link für mehr Informationen"
286
 
287
- #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Bilder mit Rand"
290
 
291
- #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Breite Bildrand in Pixel"
294
 
295
- #: gallery-plugin.php:841
296
- #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Rahmenfarbe"
299
 
300
- #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Anzahl Bilder in einer Reihe"
303
 
304
- #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Starte Slideshow"
307
 
308
- #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Slideshow Geschwindigkeit"
311
 
312
- #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "Anhang ID"
315
 
316
- #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "Bildname"
319
 
320
- #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
 
324
- #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "Zufall"
327
 
328
- #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Reihenfolge"
331
 
332
- #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (aufsteigend)"
335
 
336
- #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (absteigend)"
339
 
340
- #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Zeige Text über dem Bild"
343
 
344
- #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Text nur in Lightbox anzeigen"
347
 
348
- #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Aktiviere Zurück-Link"
351
 
352
- #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Aktiviere Zurück-Link im Shortcode"
355
 
356
- #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Zurück-Link Text"
359
 
360
- #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "Zurück-Link URL"
363
 
364
- #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
367
 
368
- #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(URL zu eigener Seite)"
371
 
372
- #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Weiterlesen link Text"
375
 
376
- #: gallery-plugin.php:922
377
  msgid "Add gallery to the search"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:941
381
- #: gallery-plugin.php:944
382
- #: gallery-plugin.php:948
383
  msgid "Using Custom Search powered by"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:944
387
  msgid "Activate Custom Search"
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:948
391
  msgid "Download Custom Search"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Aktivier Like-Button in der Lightbox"
397
 
398
- #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "Facebook"
401
 
402
- #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
- #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
- #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Goolge+"
413
 
414
- #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Galerie Slug"
417
 
418
- #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "Permalinkstruktur (Default ausgenommen)"
421
 
422
- #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Einstellungen speichern"
425
 
426
- #: gallery-plugin.php:991
427
- #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Einstellungen"
430
 
431
- #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "FAQ"
434
 
435
- #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Support"
438
 
439
- #: gallery-plugin.php:1203
440
  #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Leider nichts gefunden."
443
 
444
- #: gallery-plugin.php:1225
445
  #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Lade Bild in Originalgröße"
@@ -453,10 +470,6 @@ msgstr "Bild"
453
  #, fuzzy
454
  #~ msgid "PHP Max Upload Size"
455
  #~ msgstr "Datei hochladen"
456
-
457
- #, fuzzy
458
- #~ msgid "Pro plugins"
459
- #~ msgstr "Benötigte Plugins"
460
  #~ msgid "Activated plugins"
461
  #~ msgstr "Aktivierte Plugins"
462
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:09+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:09+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:771
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 "Fehler Gallery PluginDie Dateien \"gallery-template.php\" und \"gallery-single-template.php\" wurden nicht in deinem Theme gefunden. Bitte kopiere sie aus dem Verzeichnis `/wp-content/plugins/gallery-plugin/template/` direkt in das Verzeichnis deines Themes, damit das Plugin richtig funktionieren kann."
23
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Galerien"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Galerie"
33
 
34
+ #: gallery-plugin.php:128
35
  msgid "Add a Gallery"
36
  msgstr "Galerie hinzufügen"
37
 
38
+ #: gallery-plugin.php:129
39
  msgid "Add New Gallery"
40
  msgstr "Galerie hinzufügen"
41
 
42
+ #: gallery-plugin.php:130
43
  msgid "Edit Gallery"
44
  msgstr "Galerie bearbeiten"
45
 
46
+ #: gallery-plugin.php:131
47
  msgid "New Gallery"
48
  msgstr "Neue Galerie"
49
 
50
+ #: gallery-plugin.php:132
51
  msgid "View Gallery"
52
  msgstr "Galerie anzeigen"
53
 
54
+ #: gallery-plugin.php:133
55
  msgid "Find a Gallery"
56
  msgstr "Galerie bearbeiten"
57
 
58
+ #: gallery-plugin.php:134
59
  msgid "No Gallery found"
60
  msgstr "Keine Galerien gefunden"
61
 
62
+ #: gallery-plugin.php:191
63
  msgid "Upload File"
64
  msgstr "Datei hochladen"
65
 
66
+ #: gallery-plugin.php:192
67
  msgid "Gallery Shortcode"
68
  msgstr "Galerie Einstellungen"
69
 
70
+ #: gallery-plugin.php:210
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Fehler Gallery PluginDas Verzeichnis (gallery-plugin/upload/files) ist schreibgeschützt. Bitte nutze die Wordpress-Mediathek um Bidler hochzuladen."
73
 
74
+ #: gallery-plugin.php:214
75
  msgid "Choose an image for upload:"
76
  msgstr "Bild zum hochladen auswählen:"
77
 
78
+ #: gallery-plugin.php:219
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
81
 
82
+ #: gallery-plugin.php:226
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Aktiviere den Download-Link für alle Bilder in dieser Galerie"
85
 
86
+ #: gallery-plugin.php:227
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Nutze Drag & Drop um die Reihenfolge der Bilder zu ändern (Speichern nicht vergessen)"
89
 
90
+ #: gallery-plugin.php:229
91
  msgid "Please make a choice"
92
  msgstr "Bitte auswählen"
93
 
94
+ #: gallery-plugin.php:229
95
+ #: gallery-plugin.php:884
96
  msgid "Sort images by"
97
  msgstr "Sortieren nach"
98
 
99
+ #: gallery-plugin.php:229
100
  msgid "sort images"
101
  msgstr "Reihenfolge Bilder"
102
 
103
+ #: gallery-plugin.php:229
104
  msgid "on the plugin settings page ("
105
  msgstr "auf der Plugin-Optionen-Seite ("
106
 
107
+ #: gallery-plugin.php:273
108
+ #: gallery-plugin.php:502
109
  msgid "Title"
110
  msgstr "Titel"
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:276
117
  msgid "URL"
118
  msgstr "URL"
119
 
120
+ #: gallery-plugin.php:276
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(durch klicken auf das Bild wird einen neues Fenster geöffnet)"
123
 
124
+ #: gallery-plugin.php:277
125
  msgid "This setting is available in Pro version"
126
  msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
127
 
128
+ #: gallery-plugin.php:278
129
  msgid "Open the link"
130
  msgstr "Öffne Link"
131
 
132
+ #: gallery-plugin.php:278
133
  msgid "Current window"
134
  msgstr "im aktuellen Fenster"
135
 
136
+ #: gallery-plugin.php:278
137
  msgid "New window"
138
  msgstr "in einem neuen Fenster"
139
 
140
+ #: gallery-plugin.php:279
141
  msgid "Delete"
142
  msgstr "Löschen"
143
 
144
+ #: gallery-plugin.php:292
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Shortcode zum einfügen der Galerie auf einer Seite oder in einen Beitrag"
147
 
148
+ #: gallery-plugin.php:294
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
151
 
152
+ #: gallery-plugin.php:503
153
  msgid "Author"
154
  msgstr "Author"
155
 
156
+ #: gallery-plugin.php:504
157
  msgid "Photo"
158
  msgstr "Foto"
159
 
160
+ #: gallery-plugin.php:505
161
  msgid "Publishing"
162
  msgstr "Veröffentlichen"
163
 
164
+ #: gallery-plugin.php:506
165
+ #: gallery-plugin.php:888
166
  msgid "Date"
167
  msgstr "Datum"
168
 
169
+ #: gallery-plugin.php:632
170
  msgid "See images &raquo;"
171
  msgstr "Fotos anzeigen &raquo;"
172
 
173
+ #: gallery-plugin.php:679
174
+ msgid "requires"
175
+ msgstr ""
176
+
177
+ #: gallery-plugin.php:679
178
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
179
+ msgstr ""
180
+
181
+ #: gallery-plugin.php:679
182
+ msgid "Back to the WordPress"
183
+ msgstr ""
184
+
185
+ #: gallery-plugin.php:679
186
+ #, fuzzy
187
+ msgid "Plugins page"
188
+ msgstr "Benötigte Plugins"
189
+
190
+ #: gallery-plugin.php:764
191
  msgid "Settings are saved"
192
  msgstr "Einstellungen gespeichert."
193
 
194
+ #: gallery-plugin.php:777
195
  msgid "Gallery Settings"
196
  msgstr "Galerie Einstellungen"
197
 
198
+ #: gallery-plugin.php:780
199
  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:"
200
  msgstr "Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen Beitrag ein:"
201
 
202
+ #: gallery-plugin.php:784
203
  msgid "Image size for the album cover"
204
  msgstr "Bildgröße für Beitragsbild"
205
 
206
+ #: gallery-plugin.php:786
207
+ #: gallery-plugin.php:794
208
+ #: gallery-plugin.php:807
209
  msgid "Image size"
210
  msgstr "Name der Bilder"
211
 
212
+ #: gallery-plugin.php:787
213
+ #: gallery-plugin.php:795
214
  msgid "Width (in px)"
215
  msgstr "Breite (in px)"
216
 
217
+ #: gallery-plugin.php:788
218
+ #: gallery-plugin.php:796
219
  msgid "Height (in px)"
220
  msgstr "Höhe (in px)"
221
 
222
+ #: gallery-plugin.php:792
223
  msgid "Gallery image size"
224
  msgstr "Bildgröße für Galerie"
225
 
226
+ #: gallery-plugin.php:800
227
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
228
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
229
 
230
+ #: gallery-plugin.php:805
231
  msgid "Gallery image size in the lightbox"
232
  msgstr "Galeriegröße in der Lightbox"
233
 
234
+ #: gallery-plugin.php:808
235
  msgid "Max width (in px)"
236
  msgstr "max. Breite (in px)"
237
 
238
+ #: gallery-plugin.php:809
239
  msgid "Max height (in px)"
240
  msgstr "max. Höhe (in px)"
241
 
242
+ #: gallery-plugin.php:810
243
  msgid "Display a full size image in the lightbox"
244
  msgstr "Zeige das Bild in Originalgröße in derLightbox"
245
 
246
+ #: gallery-plugin.php:814
247
  msgid "Crop position"
248
  msgstr "Crop Position"
249
 
250
+ #: gallery-plugin.php:816
251
  msgid "Horizontal"
252
  msgstr "Horizontal"
253
 
254
+ #: gallery-plugin.php:818
255
  msgid "left"
256
  msgstr "links"
257
 
258
+ #: gallery-plugin.php:819
259
+ #: gallery-plugin.php:826
260
  msgid "center"
261
  msgstr "zentriert"
262
 
263
+ #: gallery-plugin.php:820
264
  msgid "right"
265
  msgstr "rechts"
266
 
267
+ #: gallery-plugin.php:823
268
  msgid "Vertical"
269
  msgstr "vertikal"
270
 
271
+ #: gallery-plugin.php:825
272
  msgid "top"
273
  msgstr "oben"
274
 
275
+ #: gallery-plugin.php:827
276
  msgid "bottom"
277
  msgstr "unten"
278
 
279
+ #: gallery-plugin.php:832
280
  msgid "Lightbox background"
281
  msgstr "Lightbox Hintergrund"
282
 
283
+ #: gallery-plugin.php:834
284
  msgid "Default"
285
  msgstr "Standard"
286
 
287
+ #: gallery-plugin.php:835
288
  msgid "Background transparency (from 0 to 1)"
289
  msgstr "Hintergrund Transparenz (0 – 1)"
290
 
291
+ #: gallery-plugin.php:837
292
  msgid "Select a background color"
293
  msgstr "Wähle eine Hintergrundfarbe"
294
 
295
+ #: gallery-plugin.php:839
296
  msgid "Background color"
297
  msgstr "Hintergrundfarbe"
298
 
299
+ #: gallery-plugin.php:846
300
+ #: gallery-plugin.php:985
301
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
302
  msgstr "Nur in der Pro Version verfügbar. Folge dem Link für mehr Informationen"
303
 
304
+ #: gallery-plugin.php:853
305
  msgid "Images with border"
306
  msgstr "Bilder mit Rand"
307
 
308
+ #: gallery-plugin.php:856
309
  msgid "Border width in px, just numbers"
310
  msgstr "Breite Bildrand in Pixel"
311
 
312
+ #: gallery-plugin.php:858
313
+ #: gallery-plugin.php:860
314
  msgid "Select a border color"
315
  msgstr "Rahmenfarbe"
316
 
317
+ #: gallery-plugin.php:866
318
  msgid "Number of images in the row"
319
  msgstr "Anzahl Bilder in einer Reihe"
320
 
321
+ #: gallery-plugin.php:872
322
  msgid "Start slideshow"
323
  msgstr "Starte Slideshow"
324
 
325
+ #: gallery-plugin.php:878
326
  msgid "Slideshow interval"
327
  msgstr "Slideshow Geschwindigkeit"
328
 
329
+ #: gallery-plugin.php:886
330
  msgid "Attachment ID"
331
  msgstr "Anhang ID"
332
 
333
+ #: gallery-plugin.php:887
334
  msgid "Image Name"
335
  msgstr "Bildname"
336
 
337
+ #: gallery-plugin.php:889
338
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
339
  msgstr "Reihenfolge (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
340
 
341
+ #: gallery-plugin.php:890
342
  msgid "Random"
343
  msgstr "Zufall"
344
 
345
+ #: gallery-plugin.php:894
346
  msgid "Sort images"
347
  msgstr "Reihenfolge"
348
 
349
+ #: gallery-plugin.php:896
350
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
351
  msgstr "ASC (aufsteigend)"
352
 
353
+ #: gallery-plugin.php:897
354
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
355
  msgstr "DESC (absteigend)"
356
 
357
+ #: gallery-plugin.php:901
358
  msgid "Display text above the image"
359
  msgstr "Zeige Text über dem Bild"
360
 
361
+ #: gallery-plugin.php:903
362
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
363
  msgstr "Text nur in Lightbox anzeigen"
364
 
365
+ #: gallery-plugin.php:907
366
  msgid "Display the Back link"
367
  msgstr "Aktiviere Zurück-Link"
368
 
369
+ #: gallery-plugin.php:913
370
  msgid "Display the Back link in the shortcode"
371
  msgstr "Aktiviere Zurück-Link im Shortcode"
372
 
373
+ #: gallery-plugin.php:919
374
  msgid "The Back link text"
375
  msgstr "Zurück-Link Text"
376
 
377
+ #: gallery-plugin.php:925
378
  msgid "The Back link URL"
379
  msgstr "Zurück-Link URL"
380
 
381
+ #: gallery-plugin.php:927
382
  msgid "Gallery page (Page with Gallery Template)"
383
  msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
384
 
385
+ #: gallery-plugin.php:929
386
  msgid "(Full URL to custom page)"
387
  msgstr "(URL zu eigener Seite)"
388
 
389
+ #: gallery-plugin.php:933
390
  msgid "The Read More link text"
391
  msgstr "Weiterlesen link Text"
392
 
393
+ #: gallery-plugin.php:939
394
  msgid "Add gallery to the search"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:955
398
+ #: gallery-plugin.php:958
399
+ #: gallery-plugin.php:962
400
  msgid "Using Custom Search powered by"
401
  msgstr ""
402
 
403
+ #: gallery-plugin.php:958
404
  msgid "Activate Custom Search"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:962
408
  msgid "Download Custom Search"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:969
412
  msgid "Display Like buttons in the lightbox"
413
  msgstr "Aktivier Like-Button in der Lightbox"
414
 
415
+ #: gallery-plugin.php:971
416
  msgid "FaceBook"
417
  msgstr "Facebook"
418
 
419
+ #: gallery-plugin.php:972
420
  msgid "Twitter"
421
  msgstr "Twitter"
422
 
423
+ #: gallery-plugin.php:973
424
  msgid "Pinterest"
425
  msgstr "Pinterest"
426
 
427
+ #: gallery-plugin.php:974
428
  msgid "Google +1"
429
  msgstr "Goolge+"
430
 
431
+ #: gallery-plugin.php:978
432
  msgid "Slug for gallery item"
433
  msgstr "Galerie Slug"
434
 
435
+ #: gallery-plugin.php:980
436
  msgid "for any structure of permalinks except the default structure"
437
  msgstr "Permalinkstruktur (Default ausgenommen)"
438
 
439
+ #: gallery-plugin.php:993
440
  msgid "Save Changes"
441
  msgstr "Einstellungen speichern"
442
 
443
+ #: gallery-plugin.php:1005
444
+ #: gallery-plugin.php:1020
445
  msgid "Settings"
446
  msgstr "Einstellungen"
447
 
448
+ #: gallery-plugin.php:1006
449
  msgid "FAQ"
450
  msgstr "FAQ"
451
 
452
+ #: gallery-plugin.php:1007
453
  msgid "Support"
454
  msgstr "Support"
455
 
456
+ #: gallery-plugin.php:1220
457
  #: template/gallery-single-template.php:77
458
  msgid "Sorry, nothing found."
459
  msgstr "Leider nichts gefunden."
460
 
461
+ #: gallery-plugin.php:1242
462
  #: template/gallery-single-template.php:103
463
  msgid "Download high resolution image"
464
  msgstr "Lade Bild in Originalgröße"
470
  #, fuzzy
471
  #~ msgid "PHP Max Upload Size"
472
  #~ msgstr "Datei hochladen"
 
 
 
 
473
  #~ msgid "Activated plugins"
474
  #~ msgstr "Aktivierte Plugins"
475
  #~ msgid "Read more"
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-10-28 17:42+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,468 +17,485 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerías"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Agregar Nueva Galería"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Agregar Nueva Galería"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Editar Galería"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nueva Galería"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Ver Galería"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Editar Galería"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "No se encontraron Galerías"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Subir Archivo"
68
 
69
- #: gallery-plugin.php:191
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Opciones de Galería"
73
 
74
- #: gallery-plugin.php:209
75
  #, fuzzy
76
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
77
  msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
78
 
79
- #: gallery-plugin.php:213
80
  #, fuzzy
81
  msgid "Choose an image for upload:"
82
  msgstr "Escoger una imagen para subir:"
83
 
84
- #: gallery-plugin.php:218
85
  msgid "Please enable JavaScript to use the file uploader."
86
  msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
87
 
88
- #: gallery-plugin.php:225
89
  #, fuzzy
90
  msgid "Allow the download link for all images in this gallery"
91
  msgstr "Permitir enlace para descargar imágenes en esta galería"
92
 
93
- #: gallery-plugin.php:226
94
  #, fuzzy
95
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
96
  msgstr "Por favor, utilice la función de arrastrar y soltar para cambiar el orden de la salida de las imágenes y no se olvide de guardar el post."
97
 
98
- #: gallery-plugin.php:228
99
  msgid "Please make a choice"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:228
103
- #: gallery-plugin.php:867
104
  #, fuzzy
105
  msgid "Sort images by"
106
  msgstr "Contar las imágenes en la fila"
107
 
108
- #: gallery-plugin.php:228
109
  #, fuzzy
110
  msgid "sort images"
111
  msgstr "Contar las imágenes en la fila"
112
 
113
- #: gallery-plugin.php:228
114
  #, fuzzy
115
  msgid "on the plugin settings page ("
116
  msgstr "en la configuración del plugin (página"
117
 
118
- #: gallery-plugin.php:272
119
- #: gallery-plugin.php:501
120
  msgid "Title"
121
  msgstr "Título"
122
 
123
- #: gallery-plugin.php:274
124
  msgid "Alt tag"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:275
128
  msgid "URL"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:275
132
  msgid "(by click on image opens a link in a new window)"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:276
136
  msgid "This setting is available in Pro version"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:277
140
  msgid "Open the link"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:277
144
  msgid "Current window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:277
148
  msgid "New window"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:278
152
  msgid "Delete"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:291
156
  #, fuzzy
157
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
158
  msgstr "Puedes añadir la Galería Simple en una página o en un post insertando su shortcode en el contenido"
159
 
160
- #: gallery-plugin.php:293
161
  #, fuzzy
162
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
163
  msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
164
 
165
- #: gallery-plugin.php:502
166
  msgid "Author"
167
  msgstr "Autor"
168
 
169
- #: gallery-plugin.php:503
170
  #, fuzzy
171
  msgid "Photo"
172
  msgstr "Foto de"
173
 
174
- #: gallery-plugin.php:504
175
  #, fuzzy
176
  msgid "Publishing"
177
  msgstr "Pública"
178
 
179
- #: gallery-plugin.php:505
180
- #: gallery-plugin.php:871
181
  msgid "Date"
182
  msgstr "Fecha"
183
 
184
- #: gallery-plugin.php:631
185
  #, fuzzy
186
  msgid "See images &raquo;"
187
  msgstr "Ver foto &raquo;"
188
 
189
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  #, fuzzy
191
  msgid "Settings are saved"
192
  msgstr "Opciones guardadas."
193
 
194
- #: gallery-plugin.php:760
195
  #, fuzzy
196
  msgid "Gallery Settings"
197
  msgstr "Opciones de Galería"
198
 
199
- #: gallery-plugin.php:763
200
  #, fuzzy
201
  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:"
202
  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:"
203
 
204
- #: gallery-plugin.php:767
205
  #, fuzzy
206
  msgid "Image size for the album cover"
207
  msgstr "Размер для "
208
 
209
- #: gallery-plugin.php:769
210
- #: gallery-plugin.php:777
211
- #: gallery-plugin.php:790
212
  #, fuzzy
213
  msgid "Image size"
214
  msgstr "Nombre del tamaño de la imagen"
215
 
216
- #: gallery-plugin.php:770
217
- #: gallery-plugin.php:778
218
  msgid "Width (in px)"
219
  msgstr "Ancho (en px)"
220
 
221
- #: gallery-plugin.php:771
222
- #: gallery-plugin.php:779
223
  msgid "Height (in px)"
224
  msgstr "Alto (en px)"
225
 
226
- #: gallery-plugin.php:775
227
  #, fuzzy
228
  msgid "Gallery image size"
229
  msgstr "Galerías"
230
 
231
- #: gallery-plugin.php:783
232
  #, fuzzy
233
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
234
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
235
 
236
- #: gallery-plugin.php:788
237
  msgid "Gallery image size in the lightbox"
238
  msgstr ""
239
 
240
- #: gallery-plugin.php:791
241
  #, fuzzy
242
  msgid "Max width (in px)"
243
  msgstr "Ancho (en px)"
244
 
245
- #: gallery-plugin.php:792
246
  #, fuzzy
247
  msgid "Max height (in px)"
248
  msgstr "Alto (en px)"
249
 
250
- #: gallery-plugin.php:793
251
  msgid "Display a full size image in the lightbox"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:797
255
  msgid "Crop position"
256
  msgstr ""
257
 
258
- #: gallery-plugin.php:799
259
  msgid "Horizontal"
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:801
263
  msgid "left"
264
  msgstr ""
265
 
266
- #: gallery-plugin.php:802
267
- #: gallery-plugin.php:809
268
  msgid "center"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:803
272
  msgid "right"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:806
276
  msgid "Vertical"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:808
280
  msgid "top"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:810
284
  msgid "bottom"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:815
288
  msgid "Lightbox background"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:817
292
  msgid "Default"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:818
296
  msgid "Background transparency (from 0 to 1)"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:820
300
  msgid "Select a background color"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:822
304
  msgid "Background color"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:829
308
- #: gallery-plugin.php:971
309
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:836
313
  msgid "Images with border"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:839
317
  msgid "Border width in px, just numbers"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:841
321
- #: gallery-plugin.php:843
322
  msgid "Select a border color"
323
  msgstr ""
324
 
325
- #: gallery-plugin.php:849
326
  #, fuzzy
327
  msgid "Number of images in the row"
328
  msgstr "Contar las imágenes en la fila"
329
 
330
- #: gallery-plugin.php:855
331
  msgid "Start slideshow"
332
  msgstr "Comenzar presentación diapositivas"
333
 
334
- #: gallery-plugin.php:861
335
  msgid "Slideshow interval"
336
  msgstr "Intervalo de presentación diapositivas"
337
 
338
- #: gallery-plugin.php:869
339
  #, fuzzy
340
  msgid "Attachment ID"
341
  msgstr "id del adjunto"
342
 
343
- #: gallery-plugin.php:870
344
  #, fuzzy
345
  msgid "Image Name"
346
  msgstr "Imagen"
347
 
348
- #: gallery-plugin.php:872
349
  #, fuzzy
350
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
351
  msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
352
 
353
- #: gallery-plugin.php:873
354
  #, fuzzy
355
  msgid "Random"
356
  msgstr "aleatorio"
357
 
358
- #: gallery-plugin.php:877
359
  #, fuzzy
360
  msgid "Sort images"
361
  msgstr "Contar las imágenes en la fila"
362
 
363
- #: gallery-plugin.php:879
364
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
365
  msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
366
 
367
- #: gallery-plugin.php:880
368
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
369
  msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
370
 
371
- #: gallery-plugin.php:884
372
  msgid "Display text above the image"
373
  msgstr ""
374
 
375
- #: gallery-plugin.php:886
376
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
377
  msgstr ""
378
 
379
- #: gallery-plugin.php:890
380
  #, fuzzy
381
  msgid "Display the Back link"
382
  msgstr "Mostrar el enlace de Regresar"
383
 
384
- #: gallery-plugin.php:896
385
  #, fuzzy
386
  msgid "Display the Back link in the shortcode"
387
  msgstr "Mostrar el enlace de Regresar en shortcode"
388
 
389
- #: gallery-plugin.php:902
390
  msgid "The Back link text"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:908
394
  msgid "The Back link URL"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:910
398
  msgid "Gallery page (Page with Gallery Template)"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:912
402
  msgid "(Full URL to custom page)"
403
  msgstr ""
404
 
405
- #: gallery-plugin.php:916
406
  #, fuzzy
407
  msgid "The Read More link text"
408
  msgstr "Etiqueta para el enlace Leer Mas"
409
 
410
- #: gallery-plugin.php:922
411
  msgid "Add gallery to the search"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:941
415
- #: gallery-plugin.php:944
416
- #: gallery-plugin.php:948
417
  msgid "Using Custom Search powered by"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:944
421
  msgid "Activate Custom Search"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:948
425
  msgid "Download Custom Search"
426
  msgstr ""
427
 
428
- #: gallery-plugin.php:955
429
  msgid "Display Like buttons in the lightbox"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:957
433
  msgid "FaceBook"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:958
437
  #, fuzzy
438
  msgid "Twitter"
439
  msgstr "Título"
440
 
441
- #: gallery-plugin.php:959
442
  msgid "Pinterest"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:960
446
  msgid "Google +1"
447
  msgstr ""
448
 
449
- #: gallery-plugin.php:964
450
  #, fuzzy
451
  msgid "Slug for gallery item"
452
  msgstr "Tamaño de la galería de imágenes"
453
 
454
- #: gallery-plugin.php:966
455
  msgid "for any structure of permalinks except the default structure"
456
  msgstr ""
457
 
458
- #: gallery-plugin.php:979
459
  msgid "Save Changes"
460
  msgstr "Guardar Cambios"
461
 
462
- #: gallery-plugin.php:991
463
- #: gallery-plugin.php:1006
464
  msgid "Settings"
465
  msgstr "Configuración"
466
 
467
- #: gallery-plugin.php:992
468
  msgid "FAQ"
469
  msgstr "FAQ "
470
 
471
- #: gallery-plugin.php:993
472
  msgid "Support"
473
  msgstr "Soporte"
474
 
475
- #: gallery-plugin.php:1203
476
  #: template/gallery-single-template.php:77
477
  #, fuzzy
478
  msgid "Sorry, nothing found."
479
  msgstr "Lo sentimos - nada que encontrar."
480
 
481
- #: gallery-plugin.php:1225
482
  #: template/gallery-single-template.php:103
483
  #, fuzzy
484
  msgid "Download high resolution image"
@@ -492,10 +509,6 @@ msgstr "Imagen"
492
  #, fuzzy
493
  #~ msgid "PHP Max Upload Size"
494
  #~ msgstr "Subir Archivo"
495
-
496
- #, fuzzy
497
- #~ msgid "Pro plugins"
498
- #~ msgstr "Plugins recomendados"
499
  #~ msgid "Activated plugins"
500
  #~ msgstr "Plugins Activados"
501
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:09+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:09+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:101
20
+ #: gallery-plugin.php:771
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
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Galerías"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Agregar Nueva Galería"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Agregar Nueva Galería"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Editar Galería"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nueva Galería"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Ver Galería"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Editar Galería"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "No se encontraron Galerías"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "Subir Archivo"
68
 
69
+ #: gallery-plugin.php:192
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Opciones de Galería"
73
 
74
+ #: gallery-plugin.php:210
75
  #, fuzzy
76
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
77
  msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
78
 
79
+ #: gallery-plugin.php:214
80
  #, fuzzy
81
  msgid "Choose an image for upload:"
82
  msgstr "Escoger una imagen para subir:"
83
 
84
+ #: gallery-plugin.php:219
85
  msgid "Please enable JavaScript to use the file uploader."
86
  msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
87
 
88
+ #: gallery-plugin.php:226
89
  #, fuzzy
90
  msgid "Allow the download link for all images in this gallery"
91
  msgstr "Permitir enlace para descargar imágenes en esta galería"
92
 
93
+ #: gallery-plugin.php:227
94
  #, fuzzy
95
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
96
  msgstr "Por favor, utilice la función de arrastrar y soltar para cambiar el orden de la salida de las imágenes y no se olvide de guardar el post."
97
 
98
+ #: gallery-plugin.php:229
99
  msgid "Please make a choice"
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:229
103
+ #: gallery-plugin.php:884
104
  #, fuzzy
105
  msgid "Sort images by"
106
  msgstr "Contar las imágenes en la fila"
107
 
108
+ #: gallery-plugin.php:229
109
  #, fuzzy
110
  msgid "sort images"
111
  msgstr "Contar las imágenes en la fila"
112
 
113
+ #: gallery-plugin.php:229
114
  #, fuzzy
115
  msgid "on the plugin settings page ("
116
  msgstr "en la configuración del plugin (página"
117
 
118
+ #: gallery-plugin.php:273
119
+ #: gallery-plugin.php:502
120
  msgid "Title"
121
  msgstr "Título"
122
 
123
+ #: gallery-plugin.php:275
124
  msgid "Alt tag"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "URL"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:276
132
  msgid "(by click on image opens a link in a new window)"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:277
136
  msgid "This setting is available in Pro version"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:278
140
  msgid "Open the link"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:278
144
  msgid "Current window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:278
148
  msgid "New window"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:279
152
  msgid "Delete"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:292
156
  #, fuzzy
157
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
158
  msgstr "Puedes añadir la Galería Simple en una página o en un post insertando su shortcode en el contenido"
159
 
160
+ #: gallery-plugin.php:294
161
  #, fuzzy
162
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
163
  msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
164
 
165
+ #: gallery-plugin.php:503
166
  msgid "Author"
167
  msgstr "Autor"
168
 
169
+ #: gallery-plugin.php:504
170
  #, fuzzy
171
  msgid "Photo"
172
  msgstr "Foto de"
173
 
174
+ #: gallery-plugin.php:505
175
  #, fuzzy
176
  msgid "Publishing"
177
  msgstr "Pública"
178
 
179
+ #: gallery-plugin.php:506
180
+ #: gallery-plugin.php:888
181
  msgid "Date"
182
  msgstr "Fecha"
183
 
184
+ #: gallery-plugin.php:632
185
  #, fuzzy
186
  msgid "See images &raquo;"
187
  msgstr "Ver foto &raquo;"
188
 
189
+ #: gallery-plugin.php:679
190
+ msgid "requires"
191
+ msgstr ""
192
+
193
+ #: gallery-plugin.php:679
194
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
195
+ msgstr ""
196
+
197
+ #: gallery-plugin.php:679
198
+ msgid "Back to the WordPress"
199
+ msgstr ""
200
+
201
+ #: gallery-plugin.php:679
202
+ #, fuzzy
203
+ msgid "Plugins page"
204
+ msgstr "Plugins recomendados"
205
+
206
+ #: gallery-plugin.php:764
207
  #, fuzzy
208
  msgid "Settings are saved"
209
  msgstr "Opciones guardadas."
210
 
211
+ #: gallery-plugin.php:777
212
  #, fuzzy
213
  msgid "Gallery Settings"
214
  msgstr "Opciones de Galería"
215
 
216
+ #: gallery-plugin.php:780
217
  #, fuzzy
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 "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:"
220
 
221
+ #: gallery-plugin.php:784
222
  #, fuzzy
223
  msgid "Image size for the album cover"
224
  msgstr "Размер для "
225
 
226
+ #: gallery-plugin.php:786
227
+ #: gallery-plugin.php:794
228
+ #: gallery-plugin.php:807
229
  #, fuzzy
230
  msgid "Image size"
231
  msgstr "Nombre del tamaño de la imagen"
232
 
233
+ #: gallery-plugin.php:787
234
+ #: gallery-plugin.php:795
235
  msgid "Width (in px)"
236
  msgstr "Ancho (en px)"
237
 
238
+ #: gallery-plugin.php:788
239
+ #: gallery-plugin.php:796
240
  msgid "Height (in px)"
241
  msgstr "Alto (en px)"
242
 
243
+ #: gallery-plugin.php:792
244
  #, fuzzy
245
  msgid "Gallery image size"
246
  msgstr "Galerías"
247
 
248
+ #: gallery-plugin.php:800
249
  #, fuzzy
250
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
251
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
252
 
253
+ #: gallery-plugin.php:805
254
  msgid "Gallery image size in the lightbox"
255
  msgstr ""
256
 
257
+ #: gallery-plugin.php:808
258
  #, fuzzy
259
  msgid "Max width (in px)"
260
  msgstr "Ancho (en px)"
261
 
262
+ #: gallery-plugin.php:809
263
  #, fuzzy
264
  msgid "Max height (in px)"
265
  msgstr "Alto (en px)"
266
 
267
+ #: gallery-plugin.php:810
268
  msgid "Display a full size image in the lightbox"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:814
272
  msgid "Crop position"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:816
276
  msgid "Horizontal"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:818
280
  msgid "left"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:819
284
+ #: gallery-plugin.php:826
285
  msgid "center"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:820
289
  msgid "right"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:823
293
  msgid "Vertical"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:825
297
  msgid "top"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:827
301
  msgid "bottom"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:832
305
  msgid "Lightbox background"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:834
309
  msgid "Default"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:835
313
  msgid "Background transparency (from 0 to 1)"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:837
317
  msgid "Select a background color"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:839
321
  msgid "Background color"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:846
325
+ #: gallery-plugin.php:985
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:853
330
  msgid "Images with border"
331
  msgstr ""
332
 
333
+ #: gallery-plugin.php:856
334
  msgid "Border width in px, just numbers"
335
  msgstr ""
336
 
337
+ #: gallery-plugin.php:858
338
+ #: gallery-plugin.php:860
339
  msgid "Select a border color"
340
  msgstr ""
341
 
342
+ #: gallery-plugin.php:866
343
  #, fuzzy
344
  msgid "Number of images in the row"
345
  msgstr "Contar las imágenes en la fila"
346
 
347
+ #: gallery-plugin.php:872
348
  msgid "Start slideshow"
349
  msgstr "Comenzar presentación diapositivas"
350
 
351
+ #: gallery-plugin.php:878
352
  msgid "Slideshow interval"
353
  msgstr "Intervalo de presentación diapositivas"
354
 
355
+ #: gallery-plugin.php:886
356
  #, fuzzy
357
  msgid "Attachment ID"
358
  msgstr "id del adjunto"
359
 
360
+ #: gallery-plugin.php:887
361
  #, fuzzy
362
  msgid "Image Name"
363
  msgstr "Imagen"
364
 
365
+ #: gallery-plugin.php:889
366
  #, fuzzy
367
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
368
  msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
369
 
370
+ #: gallery-plugin.php:890
371
  #, fuzzy
372
  msgid "Random"
373
  msgstr "aleatorio"
374
 
375
+ #: gallery-plugin.php:894
376
  #, fuzzy
377
  msgid "Sort images"
378
  msgstr "Contar las imágenes en la fila"
379
 
380
+ #: gallery-plugin.php:896
381
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
382
  msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
383
 
384
+ #: gallery-plugin.php:897
385
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
386
  msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
387
 
388
+ #: gallery-plugin.php:901
389
  msgid "Display text above the image"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:903
393
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:907
397
  #, fuzzy
398
  msgid "Display the Back link"
399
  msgstr "Mostrar el enlace de Regresar"
400
 
401
+ #: gallery-plugin.php:913
402
  #, fuzzy
403
  msgid "Display the Back link in the shortcode"
404
  msgstr "Mostrar el enlace de Regresar en shortcode"
405
 
406
+ #: gallery-plugin.php:919
407
  msgid "The Back link text"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:925
411
  msgid "The Back link URL"
412
  msgstr ""
413
 
414
+ #: gallery-plugin.php:927
415
  msgid "Gallery page (Page with Gallery Template)"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:929
419
  msgid "(Full URL to custom page)"
420
  msgstr ""
421
 
422
+ #: gallery-plugin.php:933
423
  #, fuzzy
424
  msgid "The Read More link text"
425
  msgstr "Etiqueta para el enlace Leer Mas"
426
 
427
+ #: gallery-plugin.php:939
428
  msgid "Add gallery to the search"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:955
432
+ #: gallery-plugin.php:958
433
+ #: gallery-plugin.php:962
434
  msgid "Using Custom Search powered by"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:958
438
  msgid "Activate Custom Search"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:962
442
  msgid "Download Custom Search"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:969
446
  msgid "Display Like buttons in the lightbox"
447
  msgstr ""
448
 
449
+ #: gallery-plugin.php:971
450
  msgid "FaceBook"
451
  msgstr ""
452
 
453
+ #: gallery-plugin.php:972
454
  #, fuzzy
455
  msgid "Twitter"
456
  msgstr "Título"
457
 
458
+ #: gallery-plugin.php:973
459
  msgid "Pinterest"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:974
463
  msgid "Google +1"
464
  msgstr ""
465
 
466
+ #: gallery-plugin.php:978
467
  #, fuzzy
468
  msgid "Slug for gallery item"
469
  msgstr "Tamaño de la galería de imágenes"
470
 
471
+ #: gallery-plugin.php:980
472
  msgid "for any structure of permalinks except the default structure"
473
  msgstr ""
474
 
475
+ #: gallery-plugin.php:993
476
  msgid "Save Changes"
477
  msgstr "Guardar Cambios"
478
 
479
+ #: gallery-plugin.php:1005
480
+ #: gallery-plugin.php:1020
481
  msgid "Settings"
482
  msgstr "Configuración"
483
 
484
+ #: gallery-plugin.php:1006
485
  msgid "FAQ"
486
  msgstr "FAQ "
487
 
488
+ #: gallery-plugin.php:1007
489
  msgid "Support"
490
  msgstr "Soporte"
491
 
492
+ #: gallery-plugin.php:1220
493
  #: template/gallery-single-template.php:77
494
  #, fuzzy
495
  msgid "Sorry, nothing found."
496
  msgstr "Lo sentimos - nada que encontrar."
497
 
498
+ #: gallery-plugin.php:1242
499
  #: template/gallery-single-template.php:103
500
  #, fuzzy
501
  msgid "Download high resolution image"
509
  #, fuzzy
510
  #~ msgid "PHP Max Upload Size"
511
  #~ msgstr "Subir Archivo"
 
 
 
 
512
  #~ msgid "Activated plugins"
513
  #~ msgstr "Plugins Activados"
514
  #~ msgid "Read more"
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-10-28 17:42+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,464 +18,480 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:754
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
 
25
- #: gallery-plugin.php:125
26
- #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "گالری ها"
29
 
30
- #: gallery-plugin.php:126
31
- #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
35
- #: gallery-plugin.php:127
36
  #, fuzzy
37
  msgid "Add a Gallery"
38
  msgstr "اضافه کردن گالری"
39
 
40
- #: gallery-plugin.php:128
41
  msgid "Add New Gallery"
42
  msgstr "اضافه کردن گالری"
43
 
44
- #: gallery-plugin.php:129
45
  msgid "Edit Gallery"
46
  msgstr "ویرایش گالری"
47
 
48
- #: gallery-plugin.php:130
49
  msgid "New Gallery"
50
  msgstr "گالری جدید"
51
 
52
- #: gallery-plugin.php:131
53
  msgid "View Gallery"
54
  msgstr "مشاهده گالری"
55
 
56
- #: gallery-plugin.php:132
57
  #, fuzzy
58
  msgid "Find a Gallery"
59
  msgstr "ویرایش گالری"
60
 
61
- #: gallery-plugin.php:133
62
  #, fuzzy
63
  msgid "No Gallery found"
64
  msgstr "هیچ گالری پیدا نشد"
65
 
66
- #: gallery-plugin.php:190
67
  msgid "Upload File"
68
  msgstr "آپلود فایل"
69
 
70
- #: gallery-plugin.php:191
71
  msgid "Gallery Shortcode"
72
  msgstr "کد نمایش گالری"
73
 
74
- #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "انتخاب یک عکس برای آپلود "
82
 
83
- #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:226
92
  #, fuzzy
93
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
94
  msgstr "لطفا از گرفتن و رها کردن توابع برای سفارشی ساختن عکسهای خروجی استفاده کنید و فراموش نکنید که پست را ذخیره کنید."
95
 
96
- #: gallery-plugin.php:228
97
  msgid "Please make a choice"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:228
101
- #: gallery-plugin.php:867
102
  #, fuzzy
103
  msgid "Sort images by"
104
  msgstr "تعداد عکسها در سطر"
105
 
106
- #: gallery-plugin.php:228
107
  #, fuzzy
108
  msgid "sort images"
109
  msgstr "تعداد عکسها در سطر"
110
 
111
- #: gallery-plugin.php:228
112
  #, fuzzy
113
  msgid "on the plugin settings page ("
114
  msgstr "صفحه تنظیمات افزونه"
115
 
116
- #: gallery-plugin.php:272
117
- #: gallery-plugin.php:501
118
  msgid "Title"
119
  msgstr "عنوان"
120
 
121
- #: gallery-plugin.php:274
122
  msgid "Alt tag"
123
  msgstr ""
124
 
125
- #: gallery-plugin.php:275
126
  msgid "URL"
127
  msgstr ""
128
 
129
- #: gallery-plugin.php:275
130
  msgid "(by click on image opens a link in a new window)"
131
  msgstr ""
132
 
133
- #: gallery-plugin.php:276
134
  msgid "This setting is available in Pro version"
135
  msgstr ""
136
 
137
- #: gallery-plugin.php:277
138
  msgid "Open the link"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:277
142
  msgid "Current window"
143
  msgstr ""
144
 
145
- #: gallery-plugin.php:277
146
  msgid "New window"
147
  msgstr ""
148
 
149
- #: gallery-plugin.php:278
150
  #, fuzzy
151
  msgid "Delete"
152
  msgstr "تاریخ"
153
 
154
- #: gallery-plugin.php:291
155
  #, fuzzy
156
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
157
  msgstr "شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه کنید. "
158
 
159
- #: gallery-plugin.php:293
160
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
161
  msgstr ""
162
 
163
- #: gallery-plugin.php:502
164
  msgid "Author"
165
  msgstr "سازنده"
166
 
167
- #: gallery-plugin.php:503
168
  #, fuzzy
169
  msgid "Photo"
170
  msgstr "عکسِ"
171
 
172
- #: gallery-plugin.php:504
173
  #, fuzzy
174
  msgid "Publishing"
175
  msgstr "عمومی"
176
 
177
- #: gallery-plugin.php:505
178
- #: gallery-plugin.php:871
179
  msgid "Date"
180
  msgstr "تاریخ"
181
 
182
- #: gallery-plugin.php:631
183
  #, fuzzy
184
  msgid "See images &raquo;"
185
  msgstr "&raquoدیدن عکس;"
186
 
187
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  #, fuzzy
189
  msgid "Settings are saved"
190
  msgstr "تنظیمات ذخیره شد."
191
 
192
- #: gallery-plugin.php:760
193
  #, fuzzy
194
  msgid "Gallery Settings"
195
  msgstr "تنظیمات گالری"
196
 
197
- #: gallery-plugin.php:763
198
  #, fuzzy
199
  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:"
200
  msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
201
 
202
- #: gallery-plugin.php:767
203
  #, fuzzy
204
  msgid "Image size for the album cover"
205
  msgstr "اندازه دوره آلبوم گالری"
206
 
207
- #: gallery-plugin.php:769
208
- #: gallery-plugin.php:777
209
- #: gallery-plugin.php:790
210
  #, fuzzy
211
  msgid "Image size"
212
  msgstr " اندازه عکس"
213
 
214
- #: gallery-plugin.php:770
215
- #: gallery-plugin.php:778
216
  msgid "Width (in px)"
217
  msgstr "عرض (به pixels)"
218
 
219
- #: gallery-plugin.php:771
220
- #: gallery-plugin.php:779
221
  msgid "Height (in px)"
222
  msgstr "ارتفاع (به pixels)"
223
 
224
- #: gallery-plugin.php:775
225
  #, fuzzy
226
  msgid "Gallery image size"
227
  msgstr "گالری ها"
228
 
229
- #: gallery-plugin.php:783
230
  #, fuzzy
231
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
232
  msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
233
 
234
- #: gallery-plugin.php:788
235
  msgid "Gallery image size in the lightbox"
236
  msgstr ""
237
 
238
- #: gallery-plugin.php:791
239
  #, fuzzy
240
  msgid "Max width (in px)"
241
  msgstr "عرض (به pixels)"
242
 
243
- #: gallery-plugin.php:792
244
  #, fuzzy
245
  msgid "Max height (in px)"
246
  msgstr "ارتفاع (به pixels)"
247
 
248
- #: gallery-plugin.php:793
249
  msgid "Display a full size image in the lightbox"
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:797
253
  msgid "Crop position"
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:799
257
  msgid "Horizontal"
258
  msgstr ""
259
 
260
- #: gallery-plugin.php:801
261
  msgid "left"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:802
265
- #: gallery-plugin.php:809
266
  msgid "center"
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:803
270
  msgid "right"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:806
274
  msgid "Vertical"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:808
278
  msgid "top"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:810
282
  msgid "bottom"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:815
286
  msgid "Lightbox background"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:817
290
  msgid "Default"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:818
294
  msgid "Background transparency (from 0 to 1)"
295
  msgstr ""
296
 
297
- #: gallery-plugin.php:820
298
  msgid "Select a background color"
299
  msgstr ""
300
 
301
- #: gallery-plugin.php:822
302
  msgid "Background color"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:829
306
- #: gallery-plugin.php:971
307
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
308
  msgstr ""
309
 
310
- #: gallery-plugin.php:836
311
  msgid "Images with border"
312
  msgstr ""
313
 
314
- #: gallery-plugin.php:839
315
  msgid "Border width in px, just numbers"
316
  msgstr ""
317
 
318
- #: gallery-plugin.php:841
319
- #: gallery-plugin.php:843
320
  msgid "Select a border color"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:849
324
  #, fuzzy
325
  msgid "Number of images in the row"
326
  msgstr "تعداد عکسها در سطر"
327
 
328
- #: gallery-plugin.php:855
329
  msgid "Start slideshow"
330
  msgstr "نمایش اسلایدشو"
331
 
332
- #: gallery-plugin.php:861
333
  msgid "Slideshow interval"
334
  msgstr "فاصله بین اسلایدشو"
335
 
336
- #: gallery-plugin.php:869
337
  #, fuzzy
338
  msgid "Attachment ID"
339
  msgstr "ای دی سنجاق شده "
340
 
341
- #: gallery-plugin.php:870
342
  #, fuzzy
343
  msgid "Image Name"
344
  msgstr "عکس "
345
 
346
- #: gallery-plugin.php:872
347
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:873
351
  #, fuzzy
352
  msgid "Random"
353
  msgstr "تصادفی"
354
 
355
- #: gallery-plugin.php:877
356
  #, fuzzy
357
  msgid "Sort images"
358
  msgstr "تعداد عکسها در سطر"
359
 
360
- #: gallery-plugin.php:879
361
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:880
365
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:884
369
  msgid "Display text above the image"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:886
373
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
374
  msgstr ""
375
 
376
- #: gallery-plugin.php:890
377
  #, fuzzy
378
  msgid "Display the Back link"
379
  msgstr "نشان دادن لینک برگشت"
380
 
381
- #: gallery-plugin.php:896
382
  #, fuzzy
383
  msgid "Display the Back link in the shortcode"
384
  msgstr "نشان دادن لینک برگشت در شرت کد"
385
 
386
- #: gallery-plugin.php:902
387
  msgid "The Back link text"
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:908
391
  msgid "The Back link URL"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:910
395
  msgid "Gallery page (Page with Gallery Template)"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:912
399
  msgid "(Full URL to custom page)"
400
  msgstr ""
401
 
402
- #: gallery-plugin.php:916
403
  #, fuzzy
404
  msgid "The Read More link text"
405
  msgstr "برچسب برای لینک بیشتر..."
406
 
407
- #: gallery-plugin.php:922
408
  msgid "Add gallery to the search"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:941
412
- #: gallery-plugin.php:944
413
- #: gallery-plugin.php:948
414
  msgid "Using Custom Search powered by"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:944
418
  msgid "Activate Custom Search"
419
  msgstr ""
420
 
421
- #: gallery-plugin.php:948
422
  msgid "Download Custom Search"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:955
426
  msgid "Display Like buttons in the lightbox"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:957
430
  msgid "FaceBook"
431
  msgstr ""
432
 
433
- #: gallery-plugin.php:958
434
  #, fuzzy
435
  msgid "Twitter"
436
  msgstr "عنوان"
437
 
438
- #: gallery-plugin.php:959
439
  msgid "Pinterest"
440
  msgstr ""
441
 
442
- #: gallery-plugin.php:960
443
  msgid "Google +1"
444
  msgstr ""
445
 
446
- #: gallery-plugin.php:964
447
  #, fuzzy
448
  msgid "Slug for gallery item"
449
  msgstr "اندازه عکسهای گالری"
450
 
451
- #: gallery-plugin.php:966
452
  msgid "for any structure of permalinks except the default structure"
453
  msgstr ""
454
 
455
- #: gallery-plugin.php:979
456
  msgid "Save Changes"
457
  msgstr "ذخیره تنظیمات"
458
 
459
- #: gallery-plugin.php:991
460
- #: gallery-plugin.php:1006
461
  msgid "Settings"
462
  msgstr "تنظیمات"
463
 
464
- #: gallery-plugin.php:992
465
  msgid "FAQ"
466
  msgstr "FAQ"
467
 
468
- #: gallery-plugin.php:993
469
  msgid "Support"
470
  msgstr "پشتیبانی"
471
 
472
- #: gallery-plugin.php:1203
473
  #: template/gallery-single-template.php:77
474
  #, fuzzy
475
  msgid "Sorry, nothing found."
476
  msgstr "متاسفم؛چیزی یافت نشد"
477
 
478
- #: gallery-plugin.php:1225
479
  #: template/gallery-single-template.php:103
480
  msgid "Download high resolution image"
481
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:09+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:09+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:101
21
+ #: gallery-plugin.php:771
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
 
25
+ #: gallery-plugin.php:126
26
+ #: gallery-plugin.php:136
27
  msgid "Galleries"
28
  msgstr "گالری ها"
29
 
30
+ #: gallery-plugin.php:127
31
+ #: gallery-plugin.php:606
32
  msgid "Gallery"
33
  msgstr "گالری"
34
 
35
+ #: gallery-plugin.php:128
36
  #, fuzzy
37
  msgid "Add a Gallery"
38
  msgstr "اضافه کردن گالری"
39
 
40
+ #: gallery-plugin.php:129
41
  msgid "Add New Gallery"
42
  msgstr "اضافه کردن گالری"
43
 
44
+ #: gallery-plugin.php:130
45
  msgid "Edit Gallery"
46
  msgstr "ویرایش گالری"
47
 
48
+ #: gallery-plugin.php:131
49
  msgid "New Gallery"
50
  msgstr "گالری جدید"
51
 
52
+ #: gallery-plugin.php:132
53
  msgid "View Gallery"
54
  msgstr "مشاهده گالری"
55
 
56
+ #: gallery-plugin.php:133
57
  #, fuzzy
58
  msgid "Find a Gallery"
59
  msgstr "ویرایش گالری"
60
 
61
+ #: gallery-plugin.php:134
62
  #, fuzzy
63
  msgid "No Gallery found"
64
  msgstr "هیچ گالری پیدا نشد"
65
 
66
+ #: gallery-plugin.php:191
67
  msgid "Upload File"
68
  msgstr "آپلود فایل"
69
 
70
+ #: gallery-plugin.php:192
71
  msgid "Gallery Shortcode"
72
  msgstr "کد نمایش گالری"
73
 
74
+ #: gallery-plugin.php:210
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:214
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "انتخاب یک عکس برای آپلود "
82
 
83
+ #: gallery-plugin.php:219
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:227
92
  #, fuzzy
93
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
94
  msgstr "لطفا از گرفتن و رها کردن توابع برای سفارشی ساختن عکسهای خروجی استفاده کنید و فراموش نکنید که پست را ذخیره کنید."
95
 
96
+ #: gallery-plugin.php:229
97
  msgid "Please make a choice"
98
  msgstr ""
99
 
100
+ #: gallery-plugin.php:229
101
+ #: gallery-plugin.php:884
102
  #, fuzzy
103
  msgid "Sort images by"
104
  msgstr "تعداد عکسها در سطر"
105
 
106
+ #: gallery-plugin.php:229
107
  #, fuzzy
108
  msgid "sort images"
109
  msgstr "تعداد عکسها در سطر"
110
 
111
+ #: gallery-plugin.php:229
112
  #, fuzzy
113
  msgid "on the plugin settings page ("
114
  msgstr "صفحه تنظیمات افزونه"
115
 
116
+ #: gallery-plugin.php:273
117
+ #: gallery-plugin.php:502
118
  msgid "Title"
119
  msgstr "عنوان"
120
 
121
+ #: gallery-plugin.php:275
122
  msgid "Alt tag"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:276
126
  msgid "URL"
127
  msgstr ""
128
 
129
+ #: gallery-plugin.php:276
130
  msgid "(by click on image opens a link in a new window)"
131
  msgstr ""
132
 
133
+ #: gallery-plugin.php:277
134
  msgid "This setting is available in Pro version"
135
  msgstr ""
136
 
137
+ #: gallery-plugin.php:278
138
  msgid "Open the link"
139
  msgstr ""
140
 
141
+ #: gallery-plugin.php:278
142
  msgid "Current window"
143
  msgstr ""
144
 
145
+ #: gallery-plugin.php:278
146
  msgid "New window"
147
  msgstr ""
148
 
149
+ #: gallery-plugin.php:279
150
  #, fuzzy
151
  msgid "Delete"
152
  msgstr "تاریخ"
153
 
154
+ #: gallery-plugin.php:292
155
  #, fuzzy
156
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
157
  msgstr "شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه کنید. "
158
 
159
+ #: gallery-plugin.php:294
160
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:503
164
  msgid "Author"
165
  msgstr "سازنده"
166
 
167
+ #: gallery-plugin.php:504
168
  #, fuzzy
169
  msgid "Photo"
170
  msgstr "عکسِ"
171
 
172
+ #: gallery-plugin.php:505
173
  #, fuzzy
174
  msgid "Publishing"
175
  msgstr "عمومی"
176
 
177
+ #: gallery-plugin.php:506
178
+ #: gallery-plugin.php:888
179
  msgid "Date"
180
  msgstr "تاریخ"
181
 
182
+ #: gallery-plugin.php:632
183
  #, fuzzy
184
  msgid "See images &raquo;"
185
  msgstr "&raquoدیدن عکس;"
186
 
187
+ #: gallery-plugin.php:679
188
+ msgid "requires"
189
+ msgstr ""
190
+
191
+ #: gallery-plugin.php:679
192
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
193
+ msgstr ""
194
+
195
+ #: gallery-plugin.php:679
196
+ msgid "Back to the WordPress"
197
+ msgstr ""
198
+
199
+ #: gallery-plugin.php:679
200
+ msgid "Plugins page"
201
+ msgstr ""
202
+
203
+ #: gallery-plugin.php:764
204
  #, fuzzy
205
  msgid "Settings are saved"
206
  msgstr "تنظیمات ذخیره شد."
207
 
208
+ #: gallery-plugin.php:777
209
  #, fuzzy
210
  msgid "Gallery Settings"
211
  msgstr "تنظیمات گالری"
212
 
213
+ #: gallery-plugin.php:780
214
  #, fuzzy
215
  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:"
216
  msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
217
 
218
+ #: gallery-plugin.php:784
219
  #, fuzzy
220
  msgid "Image size for the album cover"
221
  msgstr "اندازه دوره آلبوم گالری"
222
 
223
+ #: gallery-plugin.php:786
224
+ #: gallery-plugin.php:794
225
+ #: gallery-plugin.php:807
226
  #, fuzzy
227
  msgid "Image size"
228
  msgstr " اندازه عکس"
229
 
230
+ #: gallery-plugin.php:787
231
+ #: gallery-plugin.php:795
232
  msgid "Width (in px)"
233
  msgstr "عرض (به pixels)"
234
 
235
+ #: gallery-plugin.php:788
236
+ #: gallery-plugin.php:796
237
  msgid "Height (in px)"
238
  msgstr "ارتفاع (به pixels)"
239
 
240
+ #: gallery-plugin.php:792
241
  #, fuzzy
242
  msgid "Gallery image size"
243
  msgstr "گالری ها"
244
 
245
+ #: gallery-plugin.php:800
246
  #, fuzzy
247
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
248
  msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
249
 
250
+ #: gallery-plugin.php:805
251
  msgid "Gallery image size in the lightbox"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:808
255
  #, fuzzy
256
  msgid "Max width (in px)"
257
  msgstr "عرض (به pixels)"
258
 
259
+ #: gallery-plugin.php:809
260
  #, fuzzy
261
  msgid "Max height (in px)"
262
  msgstr "ارتفاع (به pixels)"
263
 
264
+ #: gallery-plugin.php:810
265
  msgid "Display a full size image in the lightbox"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:814
269
  msgid "Crop position"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:816
273
  msgid "Horizontal"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:818
277
  msgid "left"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:819
281
+ #: gallery-plugin.php:826
282
  msgid "center"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:820
286
  msgid "right"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:823
290
  msgid "Vertical"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:825
294
  msgid "top"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:827
298
  msgid "bottom"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:832
302
  msgid "Lightbox background"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:834
306
  msgid "Default"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:835
310
  msgid "Background transparency (from 0 to 1)"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:837
314
  msgid "Select a background color"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:839
318
  msgid "Background color"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:846
322
+ #: gallery-plugin.php:985
323
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:853
327
  msgid "Images with border"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:856
331
  msgid "Border width in px, just numbers"
332
  msgstr ""
333
 
334
+ #: gallery-plugin.php:858
335
+ #: gallery-plugin.php:860
336
  msgid "Select a border color"
337
  msgstr ""
338
 
339
+ #: gallery-plugin.php:866
340
  #, fuzzy
341
  msgid "Number of images in the row"
342
  msgstr "تعداد عکسها در سطر"
343
 
344
+ #: gallery-plugin.php:872
345
  msgid "Start slideshow"
346
  msgstr "نمایش اسلایدشو"
347
 
348
+ #: gallery-plugin.php:878
349
  msgid "Slideshow interval"
350
  msgstr "فاصله بین اسلایدشو"
351
 
352
+ #: gallery-plugin.php:886
353
  #, fuzzy
354
  msgid "Attachment ID"
355
  msgstr "ای دی سنجاق شده "
356
 
357
+ #: gallery-plugin.php:887
358
  #, fuzzy
359
  msgid "Image Name"
360
  msgstr "عکس "
361
 
362
+ #: gallery-plugin.php:889
363
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:890
367
  #, fuzzy
368
  msgid "Random"
369
  msgstr "تصادفی"
370
 
371
+ #: gallery-plugin.php:894
372
  #, fuzzy
373
  msgid "Sort images"
374
  msgstr "تعداد عکسها در سطر"
375
 
376
+ #: gallery-plugin.php:896
377
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
378
  msgstr ""
379
 
380
+ #: gallery-plugin.php:897
381
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
382
  msgstr ""
383
 
384
+ #: gallery-plugin.php:901
385
  msgid "Display text above the image"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:903
389
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:907
393
  #, fuzzy
394
  msgid "Display the Back link"
395
  msgstr "نشان دادن لینک برگشت"
396
 
397
+ #: gallery-plugin.php:913
398
  #, fuzzy
399
  msgid "Display the Back link in the shortcode"
400
  msgstr "نشان دادن لینک برگشت در شرت کد"
401
 
402
+ #: gallery-plugin.php:919
403
  msgid "The Back link text"
404
  msgstr ""
405
 
406
+ #: gallery-plugin.php:925
407
  msgid "The Back link URL"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:927
411
  msgid "Gallery page (Page with Gallery Template)"
412
  msgstr ""
413
 
414
+ #: gallery-plugin.php:929
415
  msgid "(Full URL to custom page)"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:933
419
  #, fuzzy
420
  msgid "The Read More link text"
421
  msgstr "برچسب برای لینک بیشتر..."
422
 
423
+ #: gallery-plugin.php:939
424
  msgid "Add gallery to the search"
425
  msgstr ""
426
 
427
+ #: gallery-plugin.php:955
428
+ #: gallery-plugin.php:958
429
+ #: gallery-plugin.php:962
430
  msgid "Using Custom Search powered by"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:958
434
  msgid "Activate Custom Search"
435
  msgstr ""
436
 
437
+ #: gallery-plugin.php:962
438
  msgid "Download Custom Search"
439
  msgstr ""
440
 
441
+ #: gallery-plugin.php:969
442
  msgid "Display Like buttons in the lightbox"
443
  msgstr ""
444
 
445
+ #: gallery-plugin.php:971
446
  msgid "FaceBook"
447
  msgstr ""
448
 
449
+ #: gallery-plugin.php:972
450
  #, fuzzy
451
  msgid "Twitter"
452
  msgstr "عنوان"
453
 
454
+ #: gallery-plugin.php:973
455
  msgid "Pinterest"
456
  msgstr ""
457
 
458
+ #: gallery-plugin.php:974
459
  msgid "Google +1"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:978
463
  #, fuzzy
464
  msgid "Slug for gallery item"
465
  msgstr "اندازه عکسهای گالری"
466
 
467
+ #: gallery-plugin.php:980
468
  msgid "for any structure of permalinks except the default structure"
469
  msgstr ""
470
 
471
+ #: gallery-plugin.php:993
472
  msgid "Save Changes"
473
  msgstr "ذخیره تنظیمات"
474
 
475
+ #: gallery-plugin.php:1005
476
+ #: gallery-plugin.php:1020
477
  msgid "Settings"
478
  msgstr "تنظیمات"
479
 
480
+ #: gallery-plugin.php:1006
481
  msgid "FAQ"
482
  msgstr "FAQ"
483
 
484
+ #: gallery-plugin.php:1007
485
  msgid "Support"
486
  msgstr "پشتیبانی"
487
 
488
+ #: gallery-plugin.php:1220
489
  #: template/gallery-single-template.php:77
490
  #, fuzzy
491
  msgid "Sorry, nothing found."
492
  msgstr "متاسفم؛چیزی یافت نشد"
493
 
494
+ #: gallery-plugin.php:1242
495
  #: template/gallery-single-template.php:103
496
  msgid "Download high resolution image"
497
  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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,431 +18,448 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:754
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
 
25
- #: gallery-plugin.php:125
26
- #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "Galeries"
29
 
30
- #: gallery-plugin.php:126
31
- #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
35
- #: gallery-plugin.php:127
36
  msgid "Add a Gallery"
37
  msgstr "Ajouter une galerie"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Ajouter une nouvelle galerie"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Modifier la galerie"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nouvelle galerie"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Voir la galerie"
54
 
55
- #: gallery-plugin.php:132
56
  msgid "Find a Gallery"
57
  msgstr "Trouver une galerie"
58
 
59
- #: gallery-plugin.php:133
60
  msgid "No Gallery found"
61
  msgstr "Pas de galeries trouvées"
62
 
63
- #: gallery-plugin.php:190
64
  msgid "Upload File"
65
  msgstr "Envoi de fichier"
66
 
67
- #: gallery-plugin.php:191
68
  msgid "Gallery Shortcode"
69
  msgstr "Gallery Shortcode"
70
 
71
- #: gallery-plugin.php:209
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
74
 
75
- #: gallery-plugin.php:213
76
  msgid "Choose an image for upload:"
77
  msgstr "Choisir l'image à envoyer :"
78
 
79
- #: gallery-plugin.php:218
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
82
 
83
- #: gallery-plugin.php:225
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
86
 
87
- #: gallery-plugin.php:226
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
90
 
91
- #: gallery-plugin.php:228
92
  msgid "Please make a choice"
93
  msgstr "Merci de faire un choix"
94
 
95
- #: gallery-plugin.php:228
96
- #: gallery-plugin.php:867
97
  msgid "Sort images by"
98
  msgstr "Trier les images par"
99
 
100
- #: gallery-plugin.php:228
101
  msgid "sort images"
102
  msgstr "trier les images"
103
 
104
- #: gallery-plugin.php:228
105
  msgid "on the plugin settings page ("
106
  msgstr "dans les paramètres du plugin ("
107
 
108
- #: gallery-plugin.php:272
109
- #: gallery-plugin.php:501
110
  msgid "Title"
111
  msgstr "Titre"
112
 
113
- #: gallery-plugin.php:274
114
  msgid "Alt tag"
115
  msgstr ""
116
 
117
- #: gallery-plugin.php:275
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
- #: gallery-plugin.php:275
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
124
 
125
- #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "Ce paramètre est disponible dans la version Pro"
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "Ouvrir le lien"
132
 
133
- #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "Fenêtre courrante"
136
 
137
- #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "Nouvelle fenêtre"
140
 
141
- #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "Supprimer"
144
 
145
- #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
148
 
149
- #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
152
 
153
- #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "Auteur"
156
 
157
- #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "Photo"
160
 
161
- #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "Public"
164
 
165
- #: gallery-plugin.php:505
166
- #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "Date"
169
 
170
- #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "Voir les images &raquo;"
173
 
174
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  msgid "Settings are saved"
176
  msgstr "Paramètres sauvegardés."
177
 
178
- #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "Paramètres de la galerie"
181
 
182
- #: gallery-plugin.php:763
183
  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:"
184
  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:"
185
 
186
- #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "Taille de la vignette de l'album"
189
 
190
- #: gallery-plugin.php:769
191
- #: gallery-plugin.php:777
192
- #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "Taille de l'image"
195
 
196
- #: gallery-plugin.php:770
197
- #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "Largeur (en pixels)"
200
 
201
- #: gallery-plugin.php:771
202
- #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "Hauteur (en pixels)"
205
 
206
- #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "Taille de l'image de la galerie"
209
 
210
- #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
213
 
214
- #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "Taille de l'image de la galerie"
217
 
218
- #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "Largeur maximum (en pixels)"
221
 
222
- #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "Hauteur maximum (en pixels)"
225
 
226
- #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "Afficher une image en taille normale dans la boite"
229
 
230
- #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "Point de base"
233
 
234
- #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "Horizontale"
237
 
238
- #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "gauche"
241
 
242
- #: gallery-plugin.php:802
243
- #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "centré"
246
 
247
- #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "droite"
250
 
251
- #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "Verticale"
254
 
255
- #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "haut"
258
 
259
- #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "bas"
262
 
263
- #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "Fond de la boite"
266
 
267
- #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "Défaut"
270
 
271
- #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "Transparence du fond (de 0 à 1)"
274
 
275
- #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "Choisir une couleur pour le fond"
278
 
279
- #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "Couleur du fond"
282
 
283
- #: gallery-plugin.php:829
284
- #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "Cette fonction est disponible dans le version pro de ce plugin. Pour plus de détails, suivre le lien"
287
 
288
- #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "Image avec bordure"
291
 
292
- #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "Taille de la bordure en pixel, juste le nombre"
295
 
296
- #: gallery-plugin.php:841
297
- #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "Choisir une couleur pour la bordure"
300
 
301
- #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "Nombre d'images par ligne"
304
 
305
- #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "Démarer le diaporama"
308
 
309
- #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "Interval de transition pour le diaporama"
312
 
313
- #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "ID du fichier"
316
 
317
- #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "Nom de l'image "
320
 
321
- #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
324
 
325
- #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "Aléatoire"
328
 
329
- #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "Trier les images"
332
 
333
- #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
336
 
337
- #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
340
 
341
- #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "Aficher le texte au dessus de l'image"
344
 
345
- #: gallery-plugin.php:886
346
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
347
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
348
 
349
- #: gallery-plugin.php:890
350
  msgid "Display the Back link"
351
  msgstr "Afficher le lien de retour"
352
 
353
- #: gallery-plugin.php:896
354
  msgid "Display the Back link in the shortcode"
355
  msgstr "Afficher le lien de retour dans le code court"
356
 
357
- #: gallery-plugin.php:902
358
  msgid "The Back link text"
359
  msgstr "Le text pour le lien de retour"
360
 
361
- #: gallery-plugin.php:908
362
  msgid "The Back link URL"
363
  msgstr "L'URL pour le lien de retour"
364
 
365
- #: gallery-plugin.php:910
366
  msgid "Gallery page (Page with Gallery Template)"
367
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
368
 
369
- #: gallery-plugin.php:912
370
  msgid "(Full URL to custom page)"
371
  msgstr "(URL complète pour la page spécifique)"
372
 
373
- #: gallery-plugin.php:916
374
  msgid "The Read More link text"
375
  msgstr "Texte pour le lien \"Read More\""
376
 
377
- #: gallery-plugin.php:922
378
  msgid "Add gallery to the search"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:941
382
- #: gallery-plugin.php:944
383
- #: gallery-plugin.php:948
384
  msgid "Using Custom Search powered by"
385
  msgstr ""
386
 
387
- #: gallery-plugin.php:944
388
  msgid "Activate Custom Search"
389
  msgstr ""
390
 
391
- #: gallery-plugin.php:948
392
  msgid "Download Custom Search"
393
  msgstr ""
394
 
395
- #: gallery-plugin.php:955
396
  msgid "Display Like buttons in the lightbox"
397
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
398
 
399
- #: gallery-plugin.php:957
400
  msgid "FaceBook"
401
  msgstr "FaceBook"
402
 
403
- #: gallery-plugin.php:958
404
  msgid "Twitter"
405
  msgstr "Twitter"
406
 
407
- #: gallery-plugin.php:959
408
  msgid "Pinterest"
409
  msgstr "Pinterest"
410
 
411
- #: gallery-plugin.php:960
412
  msgid "Google +1"
413
  msgstr "Google +1"
414
 
415
- #: gallery-plugin.php:964
416
  msgid "Slug for gallery item"
417
  msgstr "Racine pour les pages des galleries"
418
 
419
- #: gallery-plugin.php:966
420
  msgid "for any structure of permalinks except the default structure"
421
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
422
 
423
- #: gallery-plugin.php:979
424
  msgid "Save Changes"
425
  msgstr "Sauvegarder"
426
 
427
- #: gallery-plugin.php:991
428
- #: gallery-plugin.php:1006
429
  msgid "Settings"
430
  msgstr "Paramètres"
431
 
432
- #: gallery-plugin.php:992
433
  msgid "FAQ"
434
  msgstr "FAQ"
435
 
436
- #: gallery-plugin.php:993
437
  msgid "Support"
438
  msgstr "Soutien"
439
 
440
- #: gallery-plugin.php:1203
441
  #: template/gallery-single-template.php:77
442
  msgid "Sorry, nothing found."
443
  msgstr "Désolé, rien n'a été trouvé"
444
 
445
- #: gallery-plugin.php:1225
446
  #: template/gallery-single-template.php:103
447
  msgid "Download high resolution image"
448
  msgstr "Télécharger l'image en haute résolution"
@@ -515,8 +532,6 @@ msgstr "Image "
515
  #~ msgstr "Merci d'avoir pris contact avec nous."
516
  #~ msgid "Sorry, email message could not be delivered."
517
  #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
518
- #~ msgid "Pro plugins"
519
- #~ msgstr "Extensions Pro"
520
  #~ msgid "Activated plugins"
521
  #~ msgstr "Extensions activées"
522
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:09+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:09+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:101
21
+ #: gallery-plugin.php:771
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
 
25
+ #: gallery-plugin.php:126
26
+ #: gallery-plugin.php:136
27
  msgid "Galleries"
28
  msgstr "Galeries"
29
 
30
+ #: gallery-plugin.php:127
31
+ #: gallery-plugin.php:606
32
  msgid "Gallery"
33
  msgstr "Galerie"
34
 
35
+ #: gallery-plugin.php:128
36
  msgid "Add a Gallery"
37
  msgstr "Ajouter une galerie"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Ajouter une nouvelle galerie"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Modifier la galerie"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nouvelle galerie"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Voir la galerie"
54
 
55
+ #: gallery-plugin.php:133
56
  msgid "Find a Gallery"
57
  msgstr "Trouver une galerie"
58
 
59
+ #: gallery-plugin.php:134
60
  msgid "No Gallery found"
61
  msgstr "Pas de galeries trouvées"
62
 
63
+ #: gallery-plugin.php:191
64
  msgid "Upload File"
65
  msgstr "Envoi de fichier"
66
 
67
+ #: gallery-plugin.php:192
68
  msgid "Gallery Shortcode"
69
  msgstr "Gallery Shortcode"
70
 
71
+ #: gallery-plugin.php:210
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
74
 
75
+ #: gallery-plugin.php:214
76
  msgid "Choose an image for upload:"
77
  msgstr "Choisir l'image à envoyer :"
78
 
79
+ #: gallery-plugin.php:219
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
82
 
83
+ #: gallery-plugin.php:226
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
86
 
87
+ #: gallery-plugin.php:227
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
90
 
91
+ #: gallery-plugin.php:229
92
  msgid "Please make a choice"
93
  msgstr "Merci de faire un choix"
94
 
95
+ #: gallery-plugin.php:229
96
+ #: gallery-plugin.php:884
97
  msgid "Sort images by"
98
  msgstr "Trier les images par"
99
 
100
+ #: gallery-plugin.php:229
101
  msgid "sort images"
102
  msgstr "trier les images"
103
 
104
+ #: gallery-plugin.php:229
105
  msgid "on the plugin settings page ("
106
  msgstr "dans les paramètres du plugin ("
107
 
108
+ #: gallery-plugin.php:273
109
+ #: gallery-plugin.php:502
110
  msgid "Title"
111
  msgstr "Titre"
112
 
113
+ #: gallery-plugin.php:275
114
  msgid "Alt tag"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:276
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
+ #: gallery-plugin.php:276
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
124
 
125
+ #: gallery-plugin.php:277
126
  msgid "This setting is available in Pro version"
127
  msgstr "Ce paramètre est disponible dans la version Pro"
128
 
129
+ #: gallery-plugin.php:278
130
  msgid "Open the link"
131
  msgstr "Ouvrir le lien"
132
 
133
+ #: gallery-plugin.php:278
134
  msgid "Current window"
135
  msgstr "Fenêtre courrante"
136
 
137
+ #: gallery-plugin.php:278
138
  msgid "New window"
139
  msgstr "Nouvelle fenêtre"
140
 
141
+ #: gallery-plugin.php:279
142
  msgid "Delete"
143
  msgstr "Supprimer"
144
 
145
+ #: gallery-plugin.php:292
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
148
 
149
+ #: gallery-plugin.php:294
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
152
 
153
+ #: gallery-plugin.php:503
154
  msgid "Author"
155
  msgstr "Auteur"
156
 
157
+ #: gallery-plugin.php:504
158
  msgid "Photo"
159
  msgstr "Photo"
160
 
161
+ #: gallery-plugin.php:505
162
  msgid "Publishing"
163
  msgstr "Public"
164
 
165
+ #: gallery-plugin.php:506
166
+ #: gallery-plugin.php:888
167
  msgid "Date"
168
  msgstr "Date"
169
 
170
+ #: gallery-plugin.php:632
171
  msgid "See images &raquo;"
172
  msgstr "Voir les images &raquo;"
173
 
174
+ #: gallery-plugin.php:679
175
+ msgid "requires"
176
+ msgstr ""
177
+
178
+ #: gallery-plugin.php:679
179
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
180
+ msgstr ""
181
+
182
+ #: gallery-plugin.php:679
183
+ msgid "Back to the WordPress"
184
+ msgstr ""
185
+
186
+ #: gallery-plugin.php:679
187
+ #, fuzzy
188
+ msgid "Plugins page"
189
+ msgstr "Extensions Pro"
190
+
191
+ #: gallery-plugin.php:764
192
  msgid "Settings are saved"
193
  msgstr "Paramètres sauvegardés."
194
 
195
+ #: gallery-plugin.php:777
196
  msgid "Gallery Settings"
197
  msgstr "Paramètres de la galerie"
198
 
199
+ #: gallery-plugin.php:780
200
  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:"
201
  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:"
202
 
203
+ #: gallery-plugin.php:784
204
  msgid "Image size for the album cover"
205
  msgstr "Taille de la vignette de l'album"
206
 
207
+ #: gallery-plugin.php:786
208
+ #: gallery-plugin.php:794
209
+ #: gallery-plugin.php:807
210
  msgid "Image size"
211
  msgstr "Taille de l'image"
212
 
213
+ #: gallery-plugin.php:787
214
+ #: gallery-plugin.php:795
215
  msgid "Width (in px)"
216
  msgstr "Largeur (en pixels)"
217
 
218
+ #: gallery-plugin.php:788
219
+ #: gallery-plugin.php:796
220
  msgid "Height (in px)"
221
  msgstr "Hauteur (en pixels)"
222
 
223
+ #: gallery-plugin.php:792
224
  msgid "Gallery image size"
225
  msgstr "Taille de l'image de la galerie"
226
 
227
+ #: gallery-plugin.php:800
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
230
 
231
+ #: gallery-plugin.php:805
232
  msgid "Gallery image size in the lightbox"
233
  msgstr "Taille de l'image de la galerie"
234
 
235
+ #: gallery-plugin.php:808
236
  msgid "Max width (in px)"
237
  msgstr "Largeur maximum (en pixels)"
238
 
239
+ #: gallery-plugin.php:809
240
  msgid "Max height (in px)"
241
  msgstr "Hauteur maximum (en pixels)"
242
 
243
+ #: gallery-plugin.php:810
244
  msgid "Display a full size image in the lightbox"
245
  msgstr "Afficher une image en taille normale dans la boite"
246
 
247
+ #: gallery-plugin.php:814
248
  msgid "Crop position"
249
  msgstr "Point de base"
250
 
251
+ #: gallery-plugin.php:816
252
  msgid "Horizontal"
253
  msgstr "Horizontale"
254
 
255
+ #: gallery-plugin.php:818
256
  msgid "left"
257
  msgstr "gauche"
258
 
259
+ #: gallery-plugin.php:819
260
+ #: gallery-plugin.php:826
261
  msgid "center"
262
  msgstr "centré"
263
 
264
+ #: gallery-plugin.php:820
265
  msgid "right"
266
  msgstr "droite"
267
 
268
+ #: gallery-plugin.php:823
269
  msgid "Vertical"
270
  msgstr "Verticale"
271
 
272
+ #: gallery-plugin.php:825
273
  msgid "top"
274
  msgstr "haut"
275
 
276
+ #: gallery-plugin.php:827
277
  msgid "bottom"
278
  msgstr "bas"
279
 
280
+ #: gallery-plugin.php:832
281
  msgid "Lightbox background"
282
  msgstr "Fond de la boite"
283
 
284
+ #: gallery-plugin.php:834
285
  msgid "Default"
286
  msgstr "Défaut"
287
 
288
+ #: gallery-plugin.php:835
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr "Transparence du fond (de 0 à 1)"
291
 
292
+ #: gallery-plugin.php:837
293
  msgid "Select a background color"
294
  msgstr "Choisir une couleur pour le fond"
295
 
296
+ #: gallery-plugin.php:839
297
  msgid "Background color"
298
  msgstr "Couleur du fond"
299
 
300
+ #: gallery-plugin.php:846
301
+ #: gallery-plugin.php:985
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr "Cette fonction est disponible dans le version pro de ce plugin. Pour plus de détails, suivre le lien"
304
 
305
+ #: gallery-plugin.php:853
306
  msgid "Images with border"
307
  msgstr "Image avec bordure"
308
 
309
+ #: gallery-plugin.php:856
310
  msgid "Border width in px, just numbers"
311
  msgstr "Taille de la bordure en pixel, juste le nombre"
312
 
313
+ #: gallery-plugin.php:858
314
+ #: gallery-plugin.php:860
315
  msgid "Select a border color"
316
  msgstr "Choisir une couleur pour la bordure"
317
 
318
+ #: gallery-plugin.php:866
319
  msgid "Number of images in the row"
320
  msgstr "Nombre d'images par ligne"
321
 
322
+ #: gallery-plugin.php:872
323
  msgid "Start slideshow"
324
  msgstr "Démarer le diaporama"
325
 
326
+ #: gallery-plugin.php:878
327
  msgid "Slideshow interval"
328
  msgstr "Interval de transition pour le diaporama"
329
 
330
+ #: gallery-plugin.php:886
331
  msgid "Attachment ID"
332
  msgstr "ID du fichier"
333
 
334
+ #: gallery-plugin.php:887
335
  msgid "Image Name"
336
  msgstr "Nom de l'image "
337
 
338
+ #: gallery-plugin.php:889
339
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
340
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
341
 
342
+ #: gallery-plugin.php:890
343
  msgid "Random"
344
  msgstr "Aléatoire"
345
 
346
+ #: gallery-plugin.php:894
347
  msgid "Sort images"
348
  msgstr "Trier les images"
349
 
350
+ #: gallery-plugin.php:896
351
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
352
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
353
 
354
+ #: gallery-plugin.php:897
355
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
356
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
357
 
358
+ #: gallery-plugin.php:901
359
  msgid "Display text above the image"
360
  msgstr "Aficher le texte au dessus de l'image"
361
 
362
+ #: gallery-plugin.php:903
363
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
364
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
365
 
366
+ #: gallery-plugin.php:907
367
  msgid "Display the Back link"
368
  msgstr "Afficher le lien de retour"
369
 
370
+ #: gallery-plugin.php:913
371
  msgid "Display the Back link in the shortcode"
372
  msgstr "Afficher le lien de retour dans le code court"
373
 
374
+ #: gallery-plugin.php:919
375
  msgid "The Back link text"
376
  msgstr "Le text pour le lien de retour"
377
 
378
+ #: gallery-plugin.php:925
379
  msgid "The Back link URL"
380
  msgstr "L'URL pour le lien de retour"
381
 
382
+ #: gallery-plugin.php:927
383
  msgid "Gallery page (Page with Gallery Template)"
384
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
385
 
386
+ #: gallery-plugin.php:929
387
  msgid "(Full URL to custom page)"
388
  msgstr "(URL complète pour la page spécifique)"
389
 
390
+ #: gallery-plugin.php:933
391
  msgid "The Read More link text"
392
  msgstr "Texte pour le lien \"Read More\""
393
 
394
+ #: gallery-plugin.php:939
395
  msgid "Add gallery to the search"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:955
399
+ #: gallery-plugin.php:958
400
+ #: gallery-plugin.php:962
401
  msgid "Using Custom Search powered by"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:958
405
  msgid "Activate Custom Search"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:962
409
  msgid "Download Custom Search"
410
  msgstr ""
411
 
412
+ #: gallery-plugin.php:969
413
  msgid "Display Like buttons in the lightbox"
414
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
415
 
416
+ #: gallery-plugin.php:971
417
  msgid "FaceBook"
418
  msgstr "FaceBook"
419
 
420
+ #: gallery-plugin.php:972
421
  msgid "Twitter"
422
  msgstr "Twitter"
423
 
424
+ #: gallery-plugin.php:973
425
  msgid "Pinterest"
426
  msgstr "Pinterest"
427
 
428
+ #: gallery-plugin.php:974
429
  msgid "Google +1"
430
  msgstr "Google +1"
431
 
432
+ #: gallery-plugin.php:978
433
  msgid "Slug for gallery item"
434
  msgstr "Racine pour les pages des galleries"
435
 
436
+ #: gallery-plugin.php:980
437
  msgid "for any structure of permalinks except the default structure"
438
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
439
 
440
+ #: gallery-plugin.php:993
441
  msgid "Save Changes"
442
  msgstr "Sauvegarder"
443
 
444
+ #: gallery-plugin.php:1005
445
+ #: gallery-plugin.php:1020
446
  msgid "Settings"
447
  msgstr "Paramètres"
448
 
449
+ #: gallery-plugin.php:1006
450
  msgid "FAQ"
451
  msgstr "FAQ"
452
 
453
+ #: gallery-plugin.php:1007
454
  msgid "Support"
455
  msgstr "Soutien"
456
 
457
+ #: gallery-plugin.php:1220
458
  #: template/gallery-single-template.php:77
459
  msgid "Sorry, nothing found."
460
  msgstr "Désolé, rien n'a été trouvé"
461
 
462
+ #: gallery-plugin.php:1242
463
  #: template/gallery-single-template.php:103
464
  msgid "Download high resolution image"
465
  msgstr "Télécharger l'image en haute résolution"
532
  #~ msgstr "Merci d'avoir pris contact avec nous."
533
  #~ msgid "Sorry, email message could not be delivered."
534
  #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
 
 
535
  #~ msgid "Activated plugins"
536
  #~ msgstr "Extensions activées"
537
  #~ msgid "Read more"
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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -20,515 +20,533 @@ msgstr ""
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
- #: gallery-plugin.php:754
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
 
27
  # @ gallery
28
- #: gallery-plugin.php:125
29
- #: gallery-plugin.php:135
30
  msgid "Galleries"
31
  msgstr "גלריות"
32
 
33
  # @ gallery
34
- #: gallery-plugin.php:126
35
- #: gallery-plugin.php:605
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:127
41
  #, fuzzy
42
  msgid "Add a Gallery"
43
  msgstr "הוסף גלריה חדשה"
44
 
45
  # @ gallery
46
- #: gallery-plugin.php:128
47
  msgid "Add New Gallery"
48
  msgstr "הוסף גלריה חדשה"
49
 
50
  # @ gallery
51
- #: gallery-plugin.php:129
52
  msgid "Edit Gallery"
53
  msgstr "ערוך גלריה"
54
 
55
  # @ gallery
56
- #: gallery-plugin.php:130
57
  msgid "New Gallery"
58
  msgstr "גלריה חדשה"
59
 
60
  # @ gallery
61
- #: gallery-plugin.php:131
62
  msgid "View Gallery"
63
  msgstr "הצג גלריה"
64
 
65
  # @ gallery
66
- #: gallery-plugin.php:132
67
  #, fuzzy
68
  msgid "Find a Gallery"
69
  msgstr "ערוך גלריה"
70
 
71
  # @ gallery
72
- #: gallery-plugin.php:133
73
  #, fuzzy
74
  msgid "No Gallery found"
75
  msgstr "לא נמצאו גלריות"
76
 
77
  # @ gallery
78
- #: gallery-plugin.php:190
79
  msgid "Upload File"
80
  msgstr "העלה קובץ"
81
 
82
  # @ gallery
83
- #: gallery-plugin.php:191
84
  msgid "Gallery Shortcode"
85
  msgstr "קיצור קוד גלריה"
86
 
87
  # @ gallery
88
- #: gallery-plugin.php:209
89
  #, fuzzy
90
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
91
  msgstr "אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
92
 
93
  # @ gallery
94
- #: gallery-plugin.php:213
95
  #, fuzzy
96
  msgid "Choose an image for upload:"
97
  msgstr "בחר תמונה להעלאה:"
98
 
99
  # @ gallery
100
- #: gallery-plugin.php:218
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
103
 
104
- #: gallery-plugin.php:225
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:226
109
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:228
113
  msgid "Please make a choice"
114
  msgstr ""
115
 
116
  # @ gallery
117
- #: gallery-plugin.php:228
118
- #: gallery-plugin.php:867
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "מספר תמונות בשורה"
122
 
123
  # @ gallery
124
- #: gallery-plugin.php:228
125
  #, fuzzy
126
  msgid "sort images"
127
  msgstr "מספר תמונות בשורה"
128
 
129
- #: gallery-plugin.php:228
130
  msgid "on the plugin settings page ("
131
  msgstr ""
132
 
133
  # @ gallery
134
- #: gallery-plugin.php:272
135
- #: gallery-plugin.php:501
136
  msgid "Title"
137
  msgstr "כותרת"
138
 
139
- #: gallery-plugin.php:274
140
  msgid "Alt tag"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:275
144
  msgid "URL"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:275
148
  msgid "(by click on image opens a link in a new window)"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:276
152
  msgid "This setting is available in Pro version"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:277
156
  msgid "Open the link"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:277
160
  msgid "Current window"
161
  msgstr ""
162
 
163
- #: gallery-plugin.php:277
164
  msgid "New window"
165
  msgstr ""
166
 
167
- #: gallery-plugin.php:278
168
  msgid "Delete"
169
  msgstr ""
170
 
171
  # @ gallery
172
- #: gallery-plugin.php:291
173
  #, fuzzy
174
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
175
  msgstr "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד בתוכן"
176
 
177
- #: gallery-plugin.php:293
178
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
179
  msgstr ""
180
 
181
  # @ gallery
182
- #: gallery-plugin.php:502
183
  msgid "Author"
184
  msgstr "מחבר"
185
 
186
  # @ gallery
187
- #: gallery-plugin.php:503
188
  #, fuzzy
189
  msgid "Photo"
190
  msgstr "של התמונה"
191
 
192
  # @ gallery
193
- #: gallery-plugin.php:504
194
  #, fuzzy
195
  msgid "Publishing"
196
  msgstr "ציבורי"
197
 
198
  # @ gallery
199
- #: gallery-plugin.php:505
200
- #: gallery-plugin.php:871
201
  msgid "Date"
202
  msgstr "תאריך"
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:631
206
  #, fuzzy
207
  msgid "See images &raquo;"
208
  msgstr "ראו תמונה »"
209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  # @ gallery
211
- #: gallery-plugin.php:747
212
  #, fuzzy
213
  msgid "Settings are saved"
214
  msgstr "האפשרויות נשמרו."
215
 
216
  # @ gallery
217
- #: gallery-plugin.php:760
218
  #, fuzzy
219
  msgid "Gallery Settings"
220
  msgstr "אפשרויות גלריה"
221
 
222
  # @ gallery
223
- #: gallery-plugin.php:763
224
  #, fuzzy
225
  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:"
226
  msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
227
 
228
  # @ gallery
229
- #: gallery-plugin.php:767
230
  #, fuzzy
231
  msgid "Image size for the album cover"
232
  msgstr "גודל הכריכה של האלבום של הגלריה"
233
 
234
  # @ gallery
235
- #: gallery-plugin.php:769
236
- #: gallery-plugin.php:777
237
- #: gallery-plugin.php:790
238
  #, fuzzy
239
  msgid "Image size"
240
  msgstr "שם גודל תמונה"
241
 
242
  # @ gallery
243
- #: gallery-plugin.php:770
244
- #: gallery-plugin.php:778
245
  msgid "Width (in px)"
246
  msgstr "רוחב (בפיקסלים)"
247
 
248
  # @ gallery
249
- #: gallery-plugin.php:771
250
- #: gallery-plugin.php:779
251
  msgid "Height (in px)"
252
  msgstr "גובה (בפיקסלים)"
253
 
254
  # @ gallery
255
- #: gallery-plugin.php:775
256
  #, fuzzy
257
  msgid "Gallery image size"
258
  msgstr "גלריות"
259
 
260
  # @ gallery
261
- #: gallery-plugin.php:783
262
  #, fuzzy
263
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
264
  msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
265
 
266
- #: gallery-plugin.php:788
267
  msgid "Gallery image size in the lightbox"
268
  msgstr ""
269
 
270
  # @ gallery
271
- #: gallery-plugin.php:791
272
  #, fuzzy
273
  msgid "Max width (in px)"
274
  msgstr "רוחב (בפיקסלים)"
275
 
276
  # @ gallery
277
- #: gallery-plugin.php:792
278
  #, fuzzy
279
  msgid "Max height (in px)"
280
  msgstr "גובה (בפיקסלים)"
281
 
282
- #: gallery-plugin.php:793
283
  msgid "Display a full size image in the lightbox"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:797
287
  msgid "Crop position"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:799
291
  msgid "Horizontal"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:801
295
  msgid "left"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:802
299
- #: gallery-plugin.php:809
300
  msgid "center"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:803
304
  msgid "right"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:806
308
  msgid "Vertical"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:808
312
  msgid "top"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:810
316
  msgid "bottom"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:815
320
  msgid "Lightbox background"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:817
324
  msgid "Default"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:818
328
  msgid "Background transparency (from 0 to 1)"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:820
332
  msgid "Select a background color"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:822
336
  msgid "Background color"
337
  msgstr ""
338
 
339
- #: gallery-plugin.php:829
340
- #: gallery-plugin.php:971
341
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:836
345
  msgid "Images with border"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:839
349
  msgid "Border width in px, just numbers"
350
  msgstr ""
351
 
352
- #: gallery-plugin.php:841
353
- #: gallery-plugin.php:843
354
  msgid "Select a border color"
355
  msgstr ""
356
 
357
  # @ gallery
358
- #: gallery-plugin.php:849
359
  #, fuzzy
360
  msgid "Number of images in the row"
361
  msgstr "מספר תמונות בשורה"
362
 
363
  # @ gallery
364
- #: gallery-plugin.php:855
365
  msgid "Start slideshow"
366
  msgstr "התחל מצגת"
367
 
368
  # @ gallery
369
- #: gallery-plugin.php:861
370
  msgid "Slideshow interval"
371
  msgstr "מרווח מצגת"
372
 
373
  # @ gallery
374
- #: gallery-plugin.php:869
375
  #, fuzzy
376
  msgid "Attachment ID"
377
  msgstr "מזהה קובץ מצורף"
378
 
379
  # @ gallery
380
- #: gallery-plugin.php:870
381
  #, fuzzy
382
  msgid "Image Name"
383
  msgstr "תמונה "
384
 
385
  # @ gallery
386
- #: gallery-plugin.php:872
387
  #, fuzzy
388
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
389
  msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
390
 
391
  # @ gallery
392
- #: gallery-plugin.php:873
393
  #, fuzzy
394
  msgid "Random"
395
  msgstr "אקראי"
396
 
397
  # @ gallery
398
- #: gallery-plugin.php:877
399
  #, fuzzy
400
  msgid "Sort images"
401
  msgstr "מספר תמונות בשורה"
402
 
403
  # @ gallery
404
- #: gallery-plugin.php:879
405
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
406
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:880
410
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
411
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
412
 
413
- #: gallery-plugin.php:884
414
  msgid "Display text above the image"
415
  msgstr ""
416
 
417
- #: gallery-plugin.php:886
418
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
419
  msgstr ""
420
 
421
  # @ gallery
422
- #: gallery-plugin.php:890
423
  #, fuzzy
424
  msgid "Display the Back link"
425
  msgstr "הצג קישור חזרה"
426
 
427
  # @ gallery
428
- #: gallery-plugin.php:896
429
  #, fuzzy
430
  msgid "Display the Back link in the shortcode"
431
  msgstr "הצג קישור חזרה בקיצור הקוד"
432
 
433
- #: gallery-plugin.php:902
434
  msgid "The Back link text"
435
  msgstr ""
436
 
437
- #: gallery-plugin.php:908
438
  msgid "The Back link URL"
439
  msgstr ""
440
 
441
- #: gallery-plugin.php:910
442
  msgid "Gallery page (Page with Gallery Template)"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:912
446
  msgid "(Full URL to custom page)"
447
  msgstr ""
448
 
449
- #: gallery-plugin.php:916
450
  msgid "The Read More link text"
451
  msgstr ""
452
 
453
- #: gallery-plugin.php:922
454
  msgid "Add gallery to the search"
455
  msgstr ""
456
 
457
- #: gallery-plugin.php:941
458
- #: gallery-plugin.php:944
459
- #: gallery-plugin.php:948
460
  msgid "Using Custom Search powered by"
461
  msgstr ""
462
 
463
- #: gallery-plugin.php:944
464
  msgid "Activate Custom Search"
465
  msgstr ""
466
 
467
- #: gallery-plugin.php:948
468
  msgid "Download Custom Search"
469
  msgstr ""
470
 
471
- #: gallery-plugin.php:955
472
  msgid "Display Like buttons in the lightbox"
473
  msgstr ""
474
 
475
- #: gallery-plugin.php:957
476
  msgid "FaceBook"
477
  msgstr ""
478
 
479
  # @ gallery
480
- #: gallery-plugin.php:958
481
  #, fuzzy
482
  msgid "Twitter"
483
  msgstr "כותרת"
484
 
485
- #: gallery-plugin.php:959
486
  msgid "Pinterest"
487
  msgstr ""
488
 
489
- #: gallery-plugin.php:960
490
  msgid "Google +1"
491
  msgstr ""
492
 
493
  # @ gallery
494
- #: gallery-plugin.php:964
495
  #, fuzzy
496
  msgid "Slug for gallery item"
497
  msgstr "גודל תמונת גלריה"
498
 
499
- #: gallery-plugin.php:966
500
  msgid "for any structure of permalinks except the default structure"
501
  msgstr ""
502
 
503
  # @ default
504
- #: gallery-plugin.php:979
505
  msgid "Save Changes"
506
  msgstr "שמור שינויים"
507
 
508
  # @ gallery
509
- #: gallery-plugin.php:991
510
- #: gallery-plugin.php:1006
511
  msgid "Settings"
512
  msgstr "הגדרות"
513
 
514
  # @ gallery
515
- #: gallery-plugin.php:992
516
  msgid "FAQ"
517
  msgstr "שאלות ותשובות"
518
 
519
  # @ gallery
520
- #: gallery-plugin.php:993
521
  msgid "Support"
522
  msgstr "תמיכה"
523
 
524
  # @ gallery
525
- #: gallery-plugin.php:1203
526
  #: template/gallery-single-template.php:77
527
  #, fuzzy
528
  msgid "Sorry, nothing found."
529
  msgstr "מצטערים, אין מה למצוא."
530
 
531
- #: gallery-plugin.php:1225
532
  #: template/gallery-single-template.php:103
533
  msgid "Download high resolution image"
534
  msgstr ""
@@ -544,11 +562,6 @@ msgstr "תמונה "
544
  #~ msgid "PHP Max Upload Size"
545
  #~ msgstr "העלה קובץ"
546
 
547
- # @ gallery
548
- #, fuzzy
549
- #~ msgid "Pro plugins"
550
- #~ msgstr "תוספים מומלצים"
551
-
552
  # @ gallery
553
  #~ msgid "Activated plugins"
554
  #~ msgstr "תוספים פעילים"
2
  msgstr ""
3
  "Project-Id-Version: Gallery Plugin v3.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
+ #: gallery-plugin.php:771
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
 
27
  # @ gallery
28
+ #: gallery-plugin.php:126
29
+ #: gallery-plugin.php:136
30
  msgid "Galleries"
31
  msgstr "גלריות"
32
 
33
  # @ gallery
34
+ #: gallery-plugin.php:127
35
+ #: gallery-plugin.php:606
36
  msgid "Gallery"
37
  msgstr "גלריה"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:128
41
  #, fuzzy
42
  msgid "Add a Gallery"
43
  msgstr "הוסף גלריה חדשה"
44
 
45
  # @ gallery
46
+ #: gallery-plugin.php:129
47
  msgid "Add New Gallery"
48
  msgstr "הוסף גלריה חדשה"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:130
52
  msgid "Edit Gallery"
53
  msgstr "ערוך גלריה"
54
 
55
  # @ gallery
56
+ #: gallery-plugin.php:131
57
  msgid "New Gallery"
58
  msgstr "גלריה חדשה"
59
 
60
  # @ gallery
61
+ #: gallery-plugin.php:132
62
  msgid "View Gallery"
63
  msgstr "הצג גלריה"
64
 
65
  # @ gallery
66
+ #: gallery-plugin.php:133
67
  #, fuzzy
68
  msgid "Find a Gallery"
69
  msgstr "ערוך גלריה"
70
 
71
  # @ gallery
72
+ #: gallery-plugin.php:134
73
  #, fuzzy
74
  msgid "No Gallery found"
75
  msgstr "לא נמצאו גלריות"
76
 
77
  # @ gallery
78
+ #: gallery-plugin.php:191
79
  msgid "Upload File"
80
  msgstr "העלה קובץ"
81
 
82
  # @ gallery
83
+ #: gallery-plugin.php:192
84
  msgid "Gallery Shortcode"
85
  msgstr "קיצור קוד גלריה"
86
 
87
  # @ gallery
88
+ #: gallery-plugin.php:210
89
  #, fuzzy
90
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
91
  msgstr "אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
92
 
93
  # @ gallery
94
+ #: gallery-plugin.php:214
95
  #, fuzzy
96
  msgid "Choose an image for upload:"
97
  msgstr "בחר תמונה להעלאה:"
98
 
99
  # @ gallery
100
+ #: gallery-plugin.php:219
101
  msgid "Please enable JavaScript to use the file uploader."
102
  msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
103
 
104
+ #: gallery-plugin.php:226
105
  msgid "Allow the download link for all images in this gallery"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:227
109
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
110
  msgstr ""
111
 
112
+ #: gallery-plugin.php:229
113
  msgid "Please make a choice"
114
  msgstr ""
115
 
116
  # @ gallery
117
+ #: gallery-plugin.php:229
118
+ #: gallery-plugin.php:884
119
  #, fuzzy
120
  msgid "Sort images by"
121
  msgstr "מספר תמונות בשורה"
122
 
123
  # @ gallery
124
+ #: gallery-plugin.php:229
125
  #, fuzzy
126
  msgid "sort images"
127
  msgstr "מספר תמונות בשורה"
128
 
129
+ #: gallery-plugin.php:229
130
  msgid "on the plugin settings page ("
131
  msgstr ""
132
 
133
  # @ gallery
134
+ #: gallery-plugin.php:273
135
+ #: gallery-plugin.php:502
136
  msgid "Title"
137
  msgstr "כותרת"
138
 
139
+ #: gallery-plugin.php:275
140
  msgid "Alt tag"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:276
144
  msgid "URL"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:276
148
  msgid "(by click on image opens a link in a new window)"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:277
152
  msgid "This setting is available in Pro version"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:278
156
  msgid "Open the link"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:278
160
  msgid "Current window"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:278
164
  msgid "New window"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:279
168
  msgid "Delete"
169
  msgstr ""
170
 
171
  # @ gallery
172
+ #: gallery-plugin.php:292
173
  #, fuzzy
174
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
175
  msgstr "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד בתוכן"
176
 
177
+ #: gallery-plugin.php:294
178
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
179
  msgstr ""
180
 
181
  # @ gallery
182
+ #: gallery-plugin.php:503
183
  msgid "Author"
184
  msgstr "מחבר"
185
 
186
  # @ gallery
187
+ #: gallery-plugin.php:504
188
  #, fuzzy
189
  msgid "Photo"
190
  msgstr "של התמונה"
191
 
192
  # @ gallery
193
+ #: gallery-plugin.php:505
194
  #, fuzzy
195
  msgid "Publishing"
196
  msgstr "ציבורי"
197
 
198
  # @ gallery
199
+ #: gallery-plugin.php:506
200
+ #: gallery-plugin.php:888
201
  msgid "Date"
202
  msgstr "תאריך"
203
 
204
  # @ gallery
205
+ #: gallery-plugin.php:632
206
  #, fuzzy
207
  msgid "See images &raquo;"
208
  msgstr "ראו תמונה »"
209
 
210
+ #: gallery-plugin.php:679
211
+ msgid "requires"
212
+ msgstr ""
213
+
214
+ #: gallery-plugin.php:679
215
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
216
+ msgstr ""
217
+
218
+ #: gallery-plugin.php:679
219
+ msgid "Back to the WordPress"
220
+ msgstr ""
221
+
222
+ # @ gallery
223
+ #: gallery-plugin.php:679
224
+ #, fuzzy
225
+ msgid "Plugins page"
226
+ msgstr "תוספים מומלצים"
227
+
228
  # @ gallery
229
+ #: gallery-plugin.php:764
230
  #, fuzzy
231
  msgid "Settings are saved"
232
  msgstr "האפשרויות נשמרו."
233
 
234
  # @ gallery
235
+ #: gallery-plugin.php:777
236
  #, fuzzy
237
  msgid "Gallery Settings"
238
  msgstr "אפשרויות גלריה"
239
 
240
  # @ gallery
241
+ #: gallery-plugin.php:780
242
  #, fuzzy
243
  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:"
244
  msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:784
248
  #, fuzzy
249
  msgid "Image size for the album cover"
250
  msgstr "גודל הכריכה של האלבום של הגלריה"
251
 
252
  # @ gallery
253
+ #: gallery-plugin.php:786
254
+ #: gallery-plugin.php:794
255
+ #: gallery-plugin.php:807
256
  #, fuzzy
257
  msgid "Image size"
258
  msgstr "שם גודל תמונה"
259
 
260
  # @ gallery
261
+ #: gallery-plugin.php:787
262
+ #: gallery-plugin.php:795
263
  msgid "Width (in px)"
264
  msgstr "רוחב (בפיקסלים)"
265
 
266
  # @ gallery
267
+ #: gallery-plugin.php:788
268
+ #: gallery-plugin.php:796
269
  msgid "Height (in px)"
270
  msgstr "גובה (בפיקסלים)"
271
 
272
  # @ gallery
273
+ #: gallery-plugin.php:792
274
  #, fuzzy
275
  msgid "Gallery image size"
276
  msgstr "גלריות"
277
 
278
  # @ gallery
279
+ #: gallery-plugin.php:800
280
  #, fuzzy
281
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
282
  msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
283
 
284
+ #: gallery-plugin.php:805
285
  msgid "Gallery image size in the lightbox"
286
  msgstr ""
287
 
288
  # @ gallery
289
+ #: gallery-plugin.php:808
290
  #, fuzzy
291
  msgid "Max width (in px)"
292
  msgstr "רוחב (בפיקסלים)"
293
 
294
  # @ gallery
295
+ #: gallery-plugin.php:809
296
  #, fuzzy
297
  msgid "Max height (in px)"
298
  msgstr "גובה (בפיקסלים)"
299
 
300
+ #: gallery-plugin.php:810
301
  msgid "Display a full size image in the lightbox"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:814
305
  msgid "Crop position"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:816
309
  msgid "Horizontal"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:818
313
  msgid "left"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:819
317
+ #: gallery-plugin.php:826
318
  msgid "center"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:820
322
  msgid "right"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:823
326
  msgid "Vertical"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:825
330
  msgid "top"
331
  msgstr ""
332
 
333
+ #: gallery-plugin.php:827
334
  msgid "bottom"
335
  msgstr ""
336
 
337
+ #: gallery-plugin.php:832
338
  msgid "Lightbox background"
339
  msgstr ""
340
 
341
+ #: gallery-plugin.php:834
342
  msgid "Default"
343
  msgstr ""
344
 
345
+ #: gallery-plugin.php:835
346
  msgid "Background transparency (from 0 to 1)"
347
  msgstr ""
348
 
349
+ #: gallery-plugin.php:837
350
  msgid "Select a background color"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:839
354
  msgid "Background color"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:846
358
+ #: gallery-plugin.php:985
359
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
360
  msgstr ""
361
 
362
+ #: gallery-plugin.php:853
363
  msgid "Images with border"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:856
367
  msgid "Border width in px, just numbers"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:858
371
+ #: gallery-plugin.php:860
372
  msgid "Select a border color"
373
  msgstr ""
374
 
375
  # @ gallery
376
+ #: gallery-plugin.php:866
377
  #, fuzzy
378
  msgid "Number of images in the row"
379
  msgstr "מספר תמונות בשורה"
380
 
381
  # @ gallery
382
+ #: gallery-plugin.php:872
383
  msgid "Start slideshow"
384
  msgstr "התחל מצגת"
385
 
386
  # @ gallery
387
+ #: gallery-plugin.php:878
388
  msgid "Slideshow interval"
389
  msgstr "מרווח מצגת"
390
 
391
  # @ gallery
392
+ #: gallery-plugin.php:886
393
  #, fuzzy
394
  msgid "Attachment ID"
395
  msgstr "מזהה קובץ מצורף"
396
 
397
  # @ gallery
398
+ #: gallery-plugin.php:887
399
  #, fuzzy
400
  msgid "Image Name"
401
  msgstr "תמונה "
402
 
403
  # @ gallery
404
+ #: gallery-plugin.php:889
405
  #, fuzzy
406
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
407
  msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
408
 
409
  # @ gallery
410
+ #: gallery-plugin.php:890
411
  #, fuzzy
412
  msgid "Random"
413
  msgstr "אקראי"
414
 
415
  # @ gallery
416
+ #: gallery-plugin.php:894
417
  #, fuzzy
418
  msgid "Sort images"
419
  msgstr "מספר תמונות בשורה"
420
 
421
  # @ gallery
422
+ #: gallery-plugin.php:896
423
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
424
  msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
425
 
426
  # @ gallery
427
+ #: gallery-plugin.php:897
428
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
429
  msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
430
 
431
+ #: gallery-plugin.php:901
432
  msgid "Display text above the image"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:903
436
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
437
  msgstr ""
438
 
439
  # @ gallery
440
+ #: gallery-plugin.php:907
441
  #, fuzzy
442
  msgid "Display the Back link"
443
  msgstr "הצג קישור חזרה"
444
 
445
  # @ gallery
446
+ #: gallery-plugin.php:913
447
  #, fuzzy
448
  msgid "Display the Back link in the shortcode"
449
  msgstr "הצג קישור חזרה בקיצור הקוד"
450
 
451
+ #: gallery-plugin.php:919
452
  msgid "The Back link text"
453
  msgstr ""
454
 
455
+ #: gallery-plugin.php:925
456
  msgid "The Back link URL"
457
  msgstr ""
458
 
459
+ #: gallery-plugin.php:927
460
  msgid "Gallery page (Page with Gallery Template)"
461
  msgstr ""
462
 
463
+ #: gallery-plugin.php:929
464
  msgid "(Full URL to custom page)"
465
  msgstr ""
466
 
467
+ #: gallery-plugin.php:933
468
  msgid "The Read More link text"
469
  msgstr ""
470
 
471
+ #: gallery-plugin.php:939
472
  msgid "Add gallery to the search"
473
  msgstr ""
474
 
475
+ #: gallery-plugin.php:955
476
+ #: gallery-plugin.php:958
477
+ #: gallery-plugin.php:962
478
  msgid "Using Custom Search powered by"
479
  msgstr ""
480
 
481
+ #: gallery-plugin.php:958
482
  msgid "Activate Custom Search"
483
  msgstr ""
484
 
485
+ #: gallery-plugin.php:962
486
  msgid "Download Custom Search"
487
  msgstr ""
488
 
489
+ #: gallery-plugin.php:969
490
  msgid "Display Like buttons in the lightbox"
491
  msgstr ""
492
 
493
+ #: gallery-plugin.php:971
494
  msgid "FaceBook"
495
  msgstr ""
496
 
497
  # @ gallery
498
+ #: gallery-plugin.php:972
499
  #, fuzzy
500
  msgid "Twitter"
501
  msgstr "כותרת"
502
 
503
+ #: gallery-plugin.php:973
504
  msgid "Pinterest"
505
  msgstr ""
506
 
507
+ #: gallery-plugin.php:974
508
  msgid "Google +1"
509
  msgstr ""
510
 
511
  # @ gallery
512
+ #: gallery-plugin.php:978
513
  #, fuzzy
514
  msgid "Slug for gallery item"
515
  msgstr "גודל תמונת גלריה"
516
 
517
+ #: gallery-plugin.php:980
518
  msgid "for any structure of permalinks except the default structure"
519
  msgstr ""
520
 
521
  # @ default
522
+ #: gallery-plugin.php:993
523
  msgid "Save Changes"
524
  msgstr "שמור שינויים"
525
 
526
  # @ gallery
527
+ #: gallery-plugin.php:1005
528
+ #: gallery-plugin.php:1020
529
  msgid "Settings"
530
  msgstr "הגדרות"
531
 
532
  # @ gallery
533
+ #: gallery-plugin.php:1006
534
  msgid "FAQ"
535
  msgstr "שאלות ותשובות"
536
 
537
  # @ gallery
538
+ #: gallery-plugin.php:1007
539
  msgid "Support"
540
  msgstr "תמיכה"
541
 
542
  # @ gallery
543
+ #: gallery-plugin.php:1220
544
  #: template/gallery-single-template.php:77
545
  #, fuzzy
546
  msgid "Sorry, nothing found."
547
  msgstr "מצטערים, אין מה למצוא."
548
 
549
+ #: gallery-plugin.php:1242
550
  #: template/gallery-single-template.php:103
551
  msgid "Download high resolution image"
552
  msgstr ""
562
  #~ msgid "PHP Max Upload Size"
563
  #~ msgstr "העלה קובץ"
564
 
 
 
 
 
 
565
  # @ gallery
566
  #~ msgid "Activated plugins"
567
  #~ 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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -17,455 +17,472 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galériák"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Új Galéria hozzáadása"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Új Galéria hozzáadása"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Galéria szerkesztése"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Új Galéria"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Galéria megtekintése"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Galéria szerkesztése"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galéria nem található"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Fájl feltöltése"
68
 
69
- #: gallery-plugin.php:191
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Galéria beállítások"
73
 
74
- #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Nézőkép kiválasztása a feltöltéshez"
82
 
83
- #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:228
100
- #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Képek száma egy sorban"
104
 
105
- #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Képek száma egy sorban"
109
 
110
- #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:272
115
- #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Cím"
118
 
119
- #: gallery-plugin.php:274
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "Szerző"
162
 
163
- #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Fotók"
167
 
168
- #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Publikus"
172
 
173
- #: gallery-plugin.php:505
174
- #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "Dátum"
177
 
178
- #: gallery-plugin.php:631
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Fotó megtekintése &raquo;"
182
 
183
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  #, fuzzy
185
  msgid "Settings are saved"
186
  msgstr "Beállítások elmentve."
187
 
188
- #: gallery-plugin.php:760
189
  #, fuzzy
190
  msgid "Gallery Settings"
191
  msgstr "Galéria beállítások"
192
 
193
- #: gallery-plugin.php:763
194
  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:"
195
  msgstr ""
196
 
197
- #: gallery-plugin.php:767
198
  #, fuzzy
199
  msgid "Image size for the album cover"
200
  msgstr "Размер для "
201
 
202
- #: gallery-plugin.php:769
203
- #: gallery-plugin.php:777
204
- #: gallery-plugin.php:790
205
  #, fuzzy
206
  msgid "Image size"
207
  msgstr "Kép méret neve"
208
 
209
- #: gallery-plugin.php:770
210
- #: gallery-plugin.php:778
211
  msgid "Width (in px)"
212
  msgstr "Szélesség (px-ben)"
213
 
214
- #: gallery-plugin.php:771
215
- #: gallery-plugin.php:779
216
  msgid "Height (in px)"
217
  msgstr "Magasság (px-ben)"
218
 
219
- #: gallery-plugin.php:775
220
  #, fuzzy
221
  msgid "Gallery image size"
222
  msgstr "Galériák"
223
 
224
- #: gallery-plugin.php:783
225
  #, fuzzy
226
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
227
  msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
228
 
229
- #: gallery-plugin.php:788
230
  msgid "Gallery image size in the lightbox"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:791
234
  #, fuzzy
235
  msgid "Max width (in px)"
236
  msgstr "Szélesség (px-ben)"
237
 
238
- #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Max height (in px)"
241
  msgstr "Magasság (px-ben)"
242
 
243
- #: gallery-plugin.php:793
244
  msgid "Display a full size image in the lightbox"
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:797
248
  msgid "Crop position"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:799
252
  msgid "Horizontal"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:801
256
  msgid "left"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:802
260
- #: gallery-plugin.php:809
261
  msgid "center"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:803
265
  msgid "right"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:806
269
  msgid "Vertical"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:808
273
  msgid "top"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:810
277
  msgid "bottom"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:815
281
  msgid "Lightbox background"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:817
285
  msgid "Default"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:818
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:820
293
  msgid "Select a background color"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:822
297
  msgid "Background color"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:829
301
- #: gallery-plugin.php:971
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:836
306
  msgid "Images with border"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:839
310
  msgid "Border width in px, just numbers"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:841
314
- #: gallery-plugin.php:843
315
  msgid "Select a border color"
316
  msgstr ""
317
 
318
- #: gallery-plugin.php:849
319
  #, fuzzy
320
  msgid "Number of images in the row"
321
  msgstr "Képek száma egy sorban"
322
 
323
- #: gallery-plugin.php:855
324
  msgid "Start slideshow"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:861
328
  msgid "Slideshow interval"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:869
332
  msgid "Attachment ID"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:870
336
  #, fuzzy
337
  msgid "Image Name"
338
  msgstr "Kép méret neve"
339
 
340
- #: gallery-plugin.php:872
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:873
345
  msgid "Random"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:877
349
  #, fuzzy
350
  msgid "Sort images"
351
  msgstr "Képek száma egy sorban"
352
 
353
- #: gallery-plugin.php:879
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:880
358
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:884
362
  msgid "Display text above the image"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:886
366
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:890
370
  msgid "Display the Back link"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:896
374
  msgid "Display the Back link in the shortcode"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:902
378
  msgid "The Back link text"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:908
382
  msgid "The Back link URL"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:910
386
  msgid "Gallery page (Page with Gallery Template)"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:912
390
  msgid "(Full URL to custom page)"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:916
394
  msgid "The Read More link text"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:922
398
  msgid "Add gallery to the search"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:941
402
- #: gallery-plugin.php:944
403
- #: gallery-plugin.php:948
404
  msgid "Using Custom Search powered by"
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:944
408
  msgid "Activate Custom Search"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:948
412
  msgid "Download Custom Search"
413
  msgstr ""
414
 
415
- #: gallery-plugin.php:955
416
  msgid "Display Like buttons in the lightbox"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:957
420
  msgid "FaceBook"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:958
424
  #, fuzzy
425
  msgid "Twitter"
426
  msgstr "Cím"
427
 
428
- #: gallery-plugin.php:959
429
  msgid "Pinterest"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:960
433
  msgid "Google +1"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:964
437
  #, fuzzy
438
  msgid "Slug for gallery item"
439
  msgstr "A Galéria képeinek mérete"
440
 
441
- #: gallery-plugin.php:966
442
  msgid "for any structure of permalinks except the default structure"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:979
446
  msgid "Save Changes"
447
  msgstr "Változások mentése"
448
 
449
- #: gallery-plugin.php:991
450
- #: gallery-plugin.php:1006
451
  msgid "Settings"
452
  msgstr "Beállítások"
453
 
454
- #: gallery-plugin.php:992
455
  msgid "FAQ"
456
  msgstr "Gy.I.K."
457
 
458
- #: gallery-plugin.php:993
459
  msgid "Support"
460
  msgstr "Támogatás"
461
 
462
- #: gallery-plugin.php:1203
463
  #: template/gallery-single-template.php:77
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
467
 
468
- #: gallery-plugin.php:1225
469
  #: template/gallery-single-template.php:103
470
  msgid "Download high resolution image"
471
  msgstr ""
@@ -477,10 +494,6 @@ msgstr ""
477
  #, fuzzy
478
  #~ msgid "PHP Max Upload Size"
479
  #~ msgstr "Fájl feltöltése"
480
-
481
- #, fuzzy
482
- #~ msgid "Pro plugins"
483
- #~ msgstr "Javasolt bővítmények"
484
  #~ msgid "Activated plugins"
485
  #~ msgstr "Aktivált bővítmények"
486
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+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:101
20
+ #: gallery-plugin.php:771
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:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Galériák"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Galéria"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Új Galéria hozzáadása"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Új Galéria hozzáadása"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Galéria szerkesztése"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Új Galéria"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Galéria megtekintése"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Galéria szerkesztése"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galéria nem található"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "Fájl feltöltése"
68
 
69
+ #: gallery-plugin.php:192
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Galéria beállítások"
73
 
74
+ #: gallery-plugin.php:210
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:214
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Nézőkép kiválasztása a feltöltéshez"
82
 
83
+ #: gallery-plugin.php:219
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:227
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:229
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:229
100
+ #: gallery-plugin.php:884
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Képek száma egy sorban"
104
 
105
+ #: gallery-plugin.php:229
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Képek száma egy sorban"
109
 
110
+ #: gallery-plugin.php:229
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:273
115
+ #: gallery-plugin.php:502
116
  msgid "Title"
117
  msgstr "Cím"
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:276
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:277
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:278
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:278
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:278
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:279
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:292
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:294
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:503
160
  msgid "Author"
161
  msgstr "Szerző"
162
 
163
+ #: gallery-plugin.php:504
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Fotók"
167
 
168
+ #: gallery-plugin.php:505
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Publikus"
172
 
173
+ #: gallery-plugin.php:506
174
+ #: gallery-plugin.php:888
175
  msgid "Date"
176
  msgstr "Dátum"
177
 
178
+ #: gallery-plugin.php:632
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Fotó megtekintése &raquo;"
182
 
183
+ #: gallery-plugin.php:679
184
+ msgid "requires"
185
+ msgstr ""
186
+
187
+ #: gallery-plugin.php:679
188
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
189
+ msgstr ""
190
+
191
+ #: gallery-plugin.php:679
192
+ msgid "Back to the WordPress"
193
+ msgstr ""
194
+
195
+ #: gallery-plugin.php:679
196
+ #, fuzzy
197
+ msgid "Plugins page"
198
+ msgstr "Javasolt bővítmények"
199
+
200
+ #: gallery-plugin.php:764
201
  #, fuzzy
202
  msgid "Settings are saved"
203
  msgstr "Beállítások elmentve."
204
 
205
+ #: gallery-plugin.php:777
206
  #, fuzzy
207
  msgid "Gallery Settings"
208
  msgstr "Galéria beállítások"
209
 
210
+ #: gallery-plugin.php:780
211
  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:"
212
  msgstr ""
213
 
214
+ #: gallery-plugin.php:784
215
  #, fuzzy
216
  msgid "Image size for the album cover"
217
  msgstr "Размер для "
218
 
219
+ #: gallery-plugin.php:786
220
+ #: gallery-plugin.php:794
221
+ #: gallery-plugin.php:807
222
  #, fuzzy
223
  msgid "Image size"
224
  msgstr "Kép méret neve"
225
 
226
+ #: gallery-plugin.php:787
227
+ #: gallery-plugin.php:795
228
  msgid "Width (in px)"
229
  msgstr "Szélesség (px-ben)"
230
 
231
+ #: gallery-plugin.php:788
232
+ #: gallery-plugin.php:796
233
  msgid "Height (in px)"
234
  msgstr "Magasság (px-ben)"
235
 
236
+ #: gallery-plugin.php:792
237
  #, fuzzy
238
  msgid "Gallery image size"
239
  msgstr "Galériák"
240
 
241
+ #: gallery-plugin.php:800
242
  #, fuzzy
243
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
244
  msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
245
 
246
+ #: gallery-plugin.php:805
247
  msgid "Gallery image size in the lightbox"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:808
251
  #, fuzzy
252
  msgid "Max width (in px)"
253
  msgstr "Szélesség (px-ben)"
254
 
255
+ #: gallery-plugin.php:809
256
  #, fuzzy
257
  msgid "Max height (in px)"
258
  msgstr "Magasság (px-ben)"
259
 
260
+ #: gallery-plugin.php:810
261
  msgid "Display a full size image in the lightbox"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:814
265
  msgid "Crop position"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:816
269
  msgid "Horizontal"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:818
273
  msgid "left"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:819
277
+ #: gallery-plugin.php:826
278
  msgid "center"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:820
282
  msgid "right"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:823
286
  msgid "Vertical"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:825
290
  msgid "top"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:827
294
  msgid "bottom"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:832
298
  msgid "Lightbox background"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:834
302
  msgid "Default"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:835
306
  msgid "Background transparency (from 0 to 1)"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:837
310
  msgid "Select a background color"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:839
314
  msgid "Background color"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:846
318
+ #: gallery-plugin.php:985
319
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:853
323
  msgid "Images with border"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:856
327
  msgid "Border width in px, just numbers"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:858
331
+ #: gallery-plugin.php:860
332
  msgid "Select a border color"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:866
336
  #, fuzzy
337
  msgid "Number of images in the row"
338
  msgstr "Képek száma egy sorban"
339
 
340
+ #: gallery-plugin.php:872
341
  msgid "Start slideshow"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:878
345
  msgid "Slideshow interval"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:886
349
  msgid "Attachment ID"
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:887
353
  #, fuzzy
354
  msgid "Image Name"
355
  msgstr "Kép méret neve"
356
 
357
+ #: gallery-plugin.php:889
358
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:890
362
  msgid "Random"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:894
366
  #, fuzzy
367
  msgid "Sort images"
368
  msgstr "Képek száma egy sorban"
369
 
370
+ #: gallery-plugin.php:896
371
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
372
  msgstr ""
373
 
374
+ #: gallery-plugin.php:897
375
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
376
  msgstr ""
377
 
378
+ #: gallery-plugin.php:901
379
  msgid "Display text above the image"
380
  msgstr ""
381
 
382
+ #: gallery-plugin.php:903
383
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
384
  msgstr ""
385
 
386
+ #: gallery-plugin.php:907
387
  msgid "Display the Back link"
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:913
391
  msgid "Display the Back link in the shortcode"
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:919
395
  msgid "The Back link text"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:925
399
  msgid "The Back link URL"
400
  msgstr ""
401
 
402
+ #: gallery-plugin.php:927
403
  msgid "Gallery page (Page with Gallery Template)"
404
  msgstr ""
405
 
406
+ #: gallery-plugin.php:929
407
  msgid "(Full URL to custom page)"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:933
411
  msgid "The Read More link text"
412
  msgstr ""
413
 
414
+ #: gallery-plugin.php:939
415
  msgid "Add gallery to the search"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:955
419
+ #: gallery-plugin.php:958
420
+ #: gallery-plugin.php:962
421
  msgid "Using Custom Search powered by"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:958
425
  msgid "Activate Custom Search"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:962
429
  msgid "Download Custom Search"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:969
433
  msgid "Display Like buttons in the lightbox"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:971
437
  msgid "FaceBook"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:972
441
  #, fuzzy
442
  msgid "Twitter"
443
  msgstr "Cím"
444
 
445
+ #: gallery-plugin.php:973
446
  msgid "Pinterest"
447
  msgstr ""
448
 
449
+ #: gallery-plugin.php:974
450
  msgid "Google +1"
451
  msgstr ""
452
 
453
+ #: gallery-plugin.php:978
454
  #, fuzzy
455
  msgid "Slug for gallery item"
456
  msgstr "A Galéria képeinek mérete"
457
 
458
+ #: gallery-plugin.php:980
459
  msgid "for any structure of permalinks except the default structure"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:993
463
  msgid "Save Changes"
464
  msgstr "Változások mentése"
465
 
466
+ #: gallery-plugin.php:1005
467
+ #: gallery-plugin.php:1020
468
  msgid "Settings"
469
  msgstr "Beállítások"
470
 
471
+ #: gallery-plugin.php:1006
472
  msgid "FAQ"
473
  msgstr "Gy.I.K."
474
 
475
+ #: gallery-plugin.php:1007
476
  msgid "Support"
477
  msgstr "Támogatás"
478
 
479
+ #: gallery-plugin.php:1220
480
  #: template/gallery-single-template.php:77
481
  #, fuzzy
482
  msgid "Sorry, nothing found."
483
  msgstr "Sajnáljuk - nincs megjelenítendő elem."
484
 
485
+ #: gallery-plugin.php:1242
486
  #: template/gallery-single-template.php:103
487
  msgid "Download high resolution image"
488
  msgstr ""
494
  #, fuzzy
495
  #~ msgid "PHP Max Upload Size"
496
  #~ msgstr "Fájl feltöltése"
 
 
 
 
497
  #~ msgid "Activated plugins"
498
  #~ msgstr "Aktivált bővítmények"
499
  #~ msgid "Read more"
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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+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,462 +17,479 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Gallerie"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Aggiungi nuova galleria"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Aggiungi nuova galleria"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Modifica galleria"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nuova galleria"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Vedi galleria"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Modifica galleria"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nessuna galleria trovata"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Carica file"
68
 
69
- #: gallery-plugin.php:191
70
  msgid "Gallery Shortcode"
71
  msgstr "Opzioni gallerie"
72
 
73
- #: gallery-plugin.php:209
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "La directory temporanea della Galleria (gallery-plugin/upload/files) non &egrave; scrivibile sul tuo webserver. Usa la funzione standard di WP per caricare le immagini (media library)"
77
 
78
- #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Sceli una immagine da caricare:"
82
 
83
- #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Per favore abilita JavaScript per usare il file uploader."
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:228
100
- #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Conta immagini"
104
 
105
- #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Conta immagini"
109
 
110
- #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:272
115
- #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Titolo"
118
 
119
- #: gallery-plugin.php:274
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  #, fuzzy
153
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
154
  msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo questo codice nel contenuto"
155
 
156
- #: gallery-plugin.php:293
157
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
158
  msgstr ""
159
 
160
- #: gallery-plugin.php:502
161
  msgid "Author"
162
  msgstr "Autore"
163
 
164
- #: gallery-plugin.php:503
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Foto"
168
 
169
- #: gallery-plugin.php:504
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Pubblico"
173
 
174
- #: gallery-plugin.php:505
175
- #: gallery-plugin.php:871
176
  msgid "Date"
177
  msgstr "Data"
178
 
179
- #: gallery-plugin.php:631
180
  #, fuzzy
181
  msgid "See images &raquo;"
182
  msgstr "Guarda foto &raquo;"
183
 
184
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  #, fuzzy
186
  msgid "Settings are saved"
187
  msgstr "Opzioni salvate."
188
 
189
- #: gallery-plugin.php:760
190
  #, fuzzy
191
  msgid "Gallery Settings"
192
  msgstr "Opzioni gallerie"
193
 
194
- #: gallery-plugin.php:763
195
  #, fuzzy
196
  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:"
197
  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"
198
 
199
- #: gallery-plugin.php:767
200
  #, fuzzy
201
  msgid "Image size for the album cover"
202
  msgstr "Размер для "
203
 
204
- #: gallery-plugin.php:769
205
- #: gallery-plugin.php:777
206
- #: gallery-plugin.php:790
207
  #, fuzzy
208
  msgid "Image size"
209
  msgstr "Image size name"
210
 
211
- #: gallery-plugin.php:770
212
- #: gallery-plugin.php:778
213
  msgid "Width (in px)"
214
  msgstr "Larghezza in px"
215
 
216
- #: gallery-plugin.php:771
217
- #: gallery-plugin.php:779
218
  msgid "Height (in px)"
219
  msgstr "Altezza in px"
220
 
221
- #: gallery-plugin.php:775
222
  #, fuzzy
223
  msgid "Gallery image size"
224
  msgstr "Gallerie"
225
 
226
- #: gallery-plugin.php:783
227
  #, fuzzy
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
230
 
231
- #: gallery-plugin.php:788
232
  msgid "Gallery image size in the lightbox"
233
  msgstr ""
234
 
235
- #: gallery-plugin.php:791
236
  #, fuzzy
237
  msgid "Max width (in px)"
238
  msgstr "Larghezza in px"
239
 
240
- #: gallery-plugin.php:792
241
  #, fuzzy
242
  msgid "Max height (in px)"
243
  msgstr "Altezza in px"
244
 
245
- #: gallery-plugin.php:793
246
  msgid "Display a full size image in the lightbox"
247
  msgstr ""
248
 
249
- #: gallery-plugin.php:797
250
  msgid "Crop position"
251
  msgstr ""
252
 
253
- #: gallery-plugin.php:799
254
  msgid "Horizontal"
255
  msgstr ""
256
 
257
- #: gallery-plugin.php:801
258
  msgid "left"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:802
262
- #: gallery-plugin.php:809
263
  msgid "center"
264
  msgstr ""
265
 
266
- #: gallery-plugin.php:803
267
  msgid "right"
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:806
271
  msgid "Vertical"
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:808
275
  msgid "top"
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:810
279
  msgid "bottom"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:815
283
  msgid "Lightbox background"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:817
287
  msgid "Default"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:818
291
  msgid "Background transparency (from 0 to 1)"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:820
295
  msgid "Select a background color"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:822
299
  msgid "Background color"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:829
303
- #: gallery-plugin.php:971
304
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:836
308
  msgid "Images with border"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:839
312
  msgid "Border width in px, just numbers"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:841
316
- #: gallery-plugin.php:843
317
  msgid "Select a border color"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:849
321
  #, fuzzy
322
  msgid "Number of images in the row"
323
  msgstr "Conta immagini"
324
 
325
- #: gallery-plugin.php:855
326
  msgid "Start slideshow"
327
  msgstr "Avvia presentazione"
328
 
329
- #: gallery-plugin.php:861
330
  msgid "Slideshow interval"
331
  msgstr "Intervallo presentazione"
332
 
333
- #: gallery-plugin.php:869
334
  #, fuzzy
335
  msgid "Attachment ID"
336
  msgstr "Id di visualizzazione"
337
 
338
- #: gallery-plugin.php:870
339
  #, fuzzy
340
  msgid "Image Name"
341
  msgstr "Immagine"
342
 
343
- #: gallery-plugin.php:872
344
  #, fuzzy
345
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
346
  msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
347
 
348
- #: gallery-plugin.php:873
349
  #, fuzzy
350
  msgid "Random"
351
  msgstr "Casuale"
352
 
353
- #: gallery-plugin.php:877
354
  #, fuzzy
355
  msgid "Sort images"
356
  msgstr "Conta immagini"
357
 
358
- #: gallery-plugin.php:879
359
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
360
  msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
361
 
362
- #: gallery-plugin.php:880
363
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
364
  msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
365
 
366
- #: gallery-plugin.php:884
367
  msgid "Display text above the image"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:886
371
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
372
  msgstr ""
373
 
374
- #: gallery-plugin.php:890
375
  #, fuzzy
376
  msgid "Display the Back link"
377
  msgstr "Mostra lin di ritorno"
378
 
379
- #: gallery-plugin.php:896
380
  #, fuzzy
381
  msgid "Display the Back link in the shortcode"
382
  msgstr "Mostra il link di ritorno col codice"
383
 
384
- #: gallery-plugin.php:902
385
  msgid "The Back link text"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:908
389
  msgid "The Back link URL"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:910
393
  msgid "Gallery page (Page with Gallery Template)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:912
397
  msgid "(Full URL to custom page)"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:916
401
  msgid "The Read More link text"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:922
405
  msgid "Add gallery to the search"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:941
409
- #: gallery-plugin.php:944
410
- #: gallery-plugin.php:948
411
  msgid "Using Custom Search powered by"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:944
415
  msgid "Activate Custom Search"
416
  msgstr ""
417
 
418
- #: gallery-plugin.php:948
419
  msgid "Download Custom Search"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:955
423
  msgid "Display Like buttons in the lightbox"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:957
427
  msgid "FaceBook"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:958
431
  #, fuzzy
432
  msgid "Twitter"
433
  msgstr "Titolo"
434
 
435
- #: gallery-plugin.php:959
436
  msgid "Pinterest"
437
  msgstr ""
438
 
439
- #: gallery-plugin.php:960
440
  msgid "Google +1"
441
  msgstr ""
442
 
443
- #: gallery-plugin.php:964
444
  #, fuzzy
445
  msgid "Slug for gallery item"
446
  msgstr "Grandezza per le immagini della galleria"
447
 
448
- #: gallery-plugin.php:966
449
  msgid "for any structure of permalinks except the default structure"
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:979
453
  msgid "Save Changes"
454
  msgstr "Salva cambiamenti"
455
 
456
- #: gallery-plugin.php:991
457
- #: gallery-plugin.php:1006
458
  msgid "Settings"
459
  msgstr "Impostazioni"
460
 
461
- #: gallery-plugin.php:992
462
  msgid "FAQ"
463
  msgstr "FAQ "
464
 
465
- #: gallery-plugin.php:993
466
  msgid "Support"
467
  msgstr "Supporto"
468
 
469
- #: gallery-plugin.php:1203
470
  #: template/gallery-single-template.php:77
471
  #, fuzzy
472
  msgid "Sorry, nothing found."
473
  msgstr "Spiacente - non è stato trovato nulla."
474
 
475
- #: gallery-plugin.php:1225
476
  #: template/gallery-single-template.php:103
477
  msgid "Download high resolution image"
478
  msgstr ""
@@ -485,10 +502,6 @@ msgstr "Immagine"
485
  #, fuzzy
486
  #~ msgid "PHP Max Upload Size"
487
  #~ msgstr "Carica file"
488
-
489
- #, fuzzy
490
- #~ msgid "Pro plugins"
491
- #~ msgstr "Plugin consigliati"
492
  #~ msgid "Activated plugins"
493
  #~ msgstr "Attivare plugin"
494
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+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:101
20
+ #: gallery-plugin.php:771
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
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Gallerie"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Galleria"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Aggiungi nuova galleria"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Aggiungi nuova galleria"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Modifica galleria"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nuova galleria"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Vedi galleria"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Modifica galleria"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nessuna galleria trovata"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "Carica file"
68
 
69
+ #: gallery-plugin.php:192
70
  msgid "Gallery Shortcode"
71
  msgstr "Opzioni gallerie"
72
 
73
+ #: gallery-plugin.php:210
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "La directory temporanea della Galleria (gallery-plugin/upload/files) non &egrave; scrivibile sul tuo webserver. Usa la funzione standard di WP per caricare le immagini (media library)"
77
 
78
+ #: gallery-plugin.php:214
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Sceli una immagine da caricare:"
82
 
83
+ #: gallery-plugin.php:219
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Per favore abilita JavaScript per usare il file uploader."
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:227
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:229
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:229
100
+ #: gallery-plugin.php:884
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Conta immagini"
104
 
105
+ #: gallery-plugin.php:229
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Conta immagini"
109
 
110
+ #: gallery-plugin.php:229
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:273
115
+ #: gallery-plugin.php:502
116
  msgid "Title"
117
  msgstr "Titolo"
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:276
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:277
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:278
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:278
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:278
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:279
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:292
152
  #, fuzzy
153
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
154
  msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo questo codice nel contenuto"
155
 
156
+ #: gallery-plugin.php:294
157
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
158
  msgstr ""
159
 
160
+ #: gallery-plugin.php:503
161
  msgid "Author"
162
  msgstr "Autore"
163
 
164
+ #: gallery-plugin.php:504
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Foto"
168
 
169
+ #: gallery-plugin.php:505
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Pubblico"
173
 
174
+ #: gallery-plugin.php:506
175
+ #: gallery-plugin.php:888
176
  msgid "Date"
177
  msgstr "Data"
178
 
179
+ #: gallery-plugin.php:632
180
  #, fuzzy
181
  msgid "See images &raquo;"
182
  msgstr "Guarda foto &raquo;"
183
 
184
+ #: gallery-plugin.php:679
185
+ msgid "requires"
186
+ msgstr ""
187
+
188
+ #: gallery-plugin.php:679
189
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
190
+ msgstr ""
191
+
192
+ #: gallery-plugin.php:679
193
+ msgid "Back to the WordPress"
194
+ msgstr ""
195
+
196
+ #: gallery-plugin.php:679
197
+ #, fuzzy
198
+ msgid "Plugins page"
199
+ msgstr "Plugin consigliati"
200
+
201
+ #: gallery-plugin.php:764
202
  #, fuzzy
203
  msgid "Settings are saved"
204
  msgstr "Opzioni salvate."
205
 
206
+ #: gallery-plugin.php:777
207
  #, fuzzy
208
  msgid "Gallery Settings"
209
  msgstr "Opzioni gallerie"
210
 
211
+ #: gallery-plugin.php:780
212
  #, fuzzy
213
  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:"
214
  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"
215
 
216
+ #: gallery-plugin.php:784
217
  #, fuzzy
218
  msgid "Image size for the album cover"
219
  msgstr "Размер для "
220
 
221
+ #: gallery-plugin.php:786
222
+ #: gallery-plugin.php:794
223
+ #: gallery-plugin.php:807
224
  #, fuzzy
225
  msgid "Image size"
226
  msgstr "Image size name"
227
 
228
+ #: gallery-plugin.php:787
229
+ #: gallery-plugin.php:795
230
  msgid "Width (in px)"
231
  msgstr "Larghezza in px"
232
 
233
+ #: gallery-plugin.php:788
234
+ #: gallery-plugin.php:796
235
  msgid "Height (in px)"
236
  msgstr "Altezza in px"
237
 
238
+ #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Gallery image size"
241
  msgstr "Gallerie"
242
 
243
+ #: gallery-plugin.php:800
244
  #, fuzzy
245
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
246
  msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
247
 
248
+ #: gallery-plugin.php:805
249
  msgid "Gallery image size in the lightbox"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:808
253
  #, fuzzy
254
  msgid "Max width (in px)"
255
  msgstr "Larghezza in px"
256
 
257
+ #: gallery-plugin.php:809
258
  #, fuzzy
259
  msgid "Max height (in px)"
260
  msgstr "Altezza in px"
261
 
262
+ #: gallery-plugin.php:810
263
  msgid "Display a full size image in the lightbox"
264
  msgstr ""
265
 
266
+ #: gallery-plugin.php:814
267
  msgid "Crop position"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:816
271
  msgid "Horizontal"
272
  msgstr ""
273
 
274
+ #: gallery-plugin.php:818
275
  msgid "left"
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:819
279
+ #: gallery-plugin.php:826
280
  msgid "center"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:820
284
  msgid "right"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:823
288
  msgid "Vertical"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:825
292
  msgid "top"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:827
296
  msgid "bottom"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:832
300
  msgid "Lightbox background"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:834
304
  msgid "Default"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:835
308
  msgid "Background transparency (from 0 to 1)"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:837
312
  msgid "Select a background color"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:839
316
  msgid "Background color"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:846
320
+ #: gallery-plugin.php:985
321
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:853
325
  msgid "Images with border"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:856
329
  msgid "Border width in px, just numbers"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:858
333
+ #: gallery-plugin.php:860
334
  msgid "Select a border color"
335
  msgstr ""
336
 
337
+ #: gallery-plugin.php:866
338
  #, fuzzy
339
  msgid "Number of images in the row"
340
  msgstr "Conta immagini"
341
 
342
+ #: gallery-plugin.php:872
343
  msgid "Start slideshow"
344
  msgstr "Avvia presentazione"
345
 
346
+ #: gallery-plugin.php:878
347
  msgid "Slideshow interval"
348
  msgstr "Intervallo presentazione"
349
 
350
+ #: gallery-plugin.php:886
351
  #, fuzzy
352
  msgid "Attachment ID"
353
  msgstr "Id di visualizzazione"
354
 
355
+ #: gallery-plugin.php:887
356
  #, fuzzy
357
  msgid "Image Name"
358
  msgstr "Immagine"
359
 
360
+ #: gallery-plugin.php:889
361
  #, fuzzy
362
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
363
  msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
364
 
365
+ #: gallery-plugin.php:890
366
  #, fuzzy
367
  msgid "Random"
368
  msgstr "Casuale"
369
 
370
+ #: gallery-plugin.php:894
371
  #, fuzzy
372
  msgid "Sort images"
373
  msgstr "Conta immagini"
374
 
375
+ #: gallery-plugin.php:896
376
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
377
  msgstr "ASC(ordine ascendente dal pi&ugrave; basso al pi&ugrave; alto - 1, 2, 3; a, b, c,)"
378
 
379
+ #: gallery-plugin.php:897
380
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
381
  msgstr "DESC(ordine discendente dal pi&ugrave; alto al pi&ugrave; basso - 3, 2, 1; c, b, a,)"
382
 
383
+ #: gallery-plugin.php:901
384
  msgid "Display text above the image"
385
  msgstr ""
386
 
387
+ #: gallery-plugin.php:903
388
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
389
  msgstr ""
390
 
391
+ #: gallery-plugin.php:907
392
  #, fuzzy
393
  msgid "Display the Back link"
394
  msgstr "Mostra lin di ritorno"
395
 
396
+ #: gallery-plugin.php:913
397
  #, fuzzy
398
  msgid "Display the Back link in the shortcode"
399
  msgstr "Mostra il link di ritorno col codice"
400
 
401
+ #: gallery-plugin.php:919
402
  msgid "The Back link text"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:925
406
  msgid "The Back link URL"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:927
410
  msgid "Gallery page (Page with Gallery Template)"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:929
414
  msgid "(Full URL to custom page)"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:933
418
  msgid "The Read More link text"
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:939
422
  msgid "Add gallery to the search"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:955
426
+ #: gallery-plugin.php:958
427
+ #: gallery-plugin.php:962
428
  msgid "Using Custom Search powered by"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:958
432
  msgid "Activate Custom Search"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:962
436
  msgid "Download Custom Search"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:969
440
  msgid "Display Like buttons in the lightbox"
441
  msgstr ""
442
 
443
+ #: gallery-plugin.php:971
444
  msgid "FaceBook"
445
  msgstr ""
446
 
447
+ #: gallery-plugin.php:972
448
  #, fuzzy
449
  msgid "Twitter"
450
  msgstr "Titolo"
451
 
452
+ #: gallery-plugin.php:973
453
  msgid "Pinterest"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:974
457
  msgid "Google +1"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:978
461
  #, fuzzy
462
  msgid "Slug for gallery item"
463
  msgstr "Grandezza per le immagini della galleria"
464
 
465
+ #: gallery-plugin.php:980
466
  msgid "for any structure of permalinks except the default structure"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:993
470
  msgid "Save Changes"
471
  msgstr "Salva cambiamenti"
472
 
473
+ #: gallery-plugin.php:1005
474
+ #: gallery-plugin.php:1020
475
  msgid "Settings"
476
  msgstr "Impostazioni"
477
 
478
+ #: gallery-plugin.php:1006
479
  msgid "FAQ"
480
  msgstr "FAQ "
481
 
482
+ #: gallery-plugin.php:1007
483
  msgid "Support"
484
  msgstr "Supporto"
485
 
486
+ #: gallery-plugin.php:1220
487
  #: template/gallery-single-template.php:77
488
  #, fuzzy
489
  msgid "Sorry, nothing found."
490
  msgstr "Spiacente - non è stato trovato nulla."
491
 
492
+ #: gallery-plugin.php:1242
493
  #: template/gallery-single-template.php:103
494
  msgid "Download high resolution image"
495
  msgstr ""
502
  #, fuzzy
503
  #~ msgid "PHP Max Upload Size"
504
  #~ msgstr "Carica file"
 
 
 
 
505
  #~ msgid "Activated plugins"
506
  #~ msgstr "Attivare plugin"
507
  #~ msgid "Read more"
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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,454 +17,471 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "გალერეა"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "ახალი გალერეას დამატება"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "ახალი გალერეას დამატება"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "გალერეას შესწორება"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "ახალი გალერეა"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "გალერეას ნახვა"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "გალერეას შესწორება"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "გალერეა არ მოძებნა"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "ფაილის ატვირთვა"
68
 
69
- #: gallery-plugin.php:191
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "გალერეის პარამეტრები"
73
 
74
- #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "აირჩიეთ სურათი ასატვირთად:"
82
 
83
- #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:228
100
- #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "სურათების რაოდენობა მწკრივში"
104
 
105
- #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "სურათების რაოდენობა მწკრივში"
109
 
110
- #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:272
115
- #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "სათაური"
118
 
119
- #: gallery-plugin.php:274
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "ავტორი"
162
 
163
- #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "ფოტო"
167
 
168
- #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "საჯარო"
172
 
173
- #: gallery-plugin.php:505
174
- #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "თარიღი"
177
 
178
- #: gallery-plugin.php:631
179
  msgid "See images &raquo;"
180
  msgstr ""
181
 
182
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  #, fuzzy
184
  msgid "Settings are saved"
185
  msgstr "პარამეტრები შენახულია"
186
 
187
- #: gallery-plugin.php:760
188
  #, fuzzy
189
  msgid "Gallery Settings"
190
  msgstr "გალერეის პარამეტრები"
191
 
192
- #: gallery-plugin.php:763
193
  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:"
194
  msgstr ""
195
 
196
- #: gallery-plugin.php:767
197
  #, fuzzy
198
  msgid "Image size for the album cover"
199
  msgstr "Размер для "
200
 
201
- #: gallery-plugin.php:769
202
- #: gallery-plugin.php:777
203
- #: gallery-plugin.php:790
204
  #, fuzzy
205
  msgid "Image size"
206
  msgstr "ზომის სახელი"
207
 
208
- #: gallery-plugin.php:770
209
- #: gallery-plugin.php:778
210
  msgid "Width (in px)"
211
  msgstr "სიგანე(პიქსელებში)"
212
 
213
- #: gallery-plugin.php:771
214
- #: gallery-plugin.php:779
215
  msgid "Height (in px)"
216
  msgstr "სიმაღლე(პიქსელებში)"
217
 
218
- #: gallery-plugin.php:775
219
  #, fuzzy
220
  msgid "Gallery image size"
221
  msgstr "გალერეა"
222
 
223
- #: gallery-plugin.php:783
224
  #, fuzzy
225
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
226
  msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
227
 
228
- #: gallery-plugin.php:788
229
  msgid "Gallery image size in the lightbox"
230
  msgstr ""
231
 
232
- #: gallery-plugin.php:791
233
  #, fuzzy
234
  msgid "Max width (in px)"
235
  msgstr "სიგანე(პიქსელებში)"
236
 
237
- #: gallery-plugin.php:792
238
  #, fuzzy
239
  msgid "Max height (in px)"
240
  msgstr "სიმაღლე(პიქსელებში)"
241
 
242
- #: gallery-plugin.php:793
243
  msgid "Display a full size image in the lightbox"
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:797
247
  msgid "Crop position"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:799
251
  msgid "Horizontal"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:801
255
  msgid "left"
256
  msgstr ""
257
 
258
- #: gallery-plugin.php:802
259
- #: gallery-plugin.php:809
260
  msgid "center"
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:803
264
  msgid "right"
265
  msgstr ""
266
 
267
- #: gallery-plugin.php:806
268
  msgid "Vertical"
269
  msgstr ""
270
 
271
- #: gallery-plugin.php:808
272
  msgid "top"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:810
276
  msgid "bottom"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:815
280
  msgid "Lightbox background"
281
  msgstr ""
282
 
283
- #: gallery-plugin.php:817
284
  msgid "Default"
285
  msgstr ""
286
 
287
- #: gallery-plugin.php:818
288
  msgid "Background transparency (from 0 to 1)"
289
  msgstr ""
290
 
291
- #: gallery-plugin.php:820
292
  msgid "Select a background color"
293
  msgstr ""
294
 
295
- #: gallery-plugin.php:822
296
  msgid "Background color"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:829
300
- #: gallery-plugin.php:971
301
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
302
  msgstr ""
303
 
304
- #: gallery-plugin.php:836
305
  msgid "Images with border"
306
  msgstr ""
307
 
308
- #: gallery-plugin.php:839
309
  msgid "Border width in px, just numbers"
310
  msgstr ""
311
 
312
- #: gallery-plugin.php:841
313
- #: gallery-plugin.php:843
314
  msgid "Select a border color"
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:849
318
  #, fuzzy
319
  msgid "Number of images in the row"
320
  msgstr "სურათების რაოდენობა მწკრივში"
321
 
322
- #: gallery-plugin.php:855
323
  msgid "Start slideshow"
324
  msgstr ""
325
 
326
- #: gallery-plugin.php:861
327
  msgid "Slideshow interval"
328
  msgstr ""
329
 
330
- #: gallery-plugin.php:869
331
  msgid "Attachment ID"
332
  msgstr ""
333
 
334
- #: gallery-plugin.php:870
335
  #, fuzzy
336
  msgid "Image Name"
337
  msgstr "ზომის სახელი"
338
 
339
- #: gallery-plugin.php:872
340
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
341
  msgstr ""
342
 
343
- #: gallery-plugin.php:873
344
  msgid "Random"
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:877
348
  #, fuzzy
349
  msgid "Sort images"
350
  msgstr "სურათების რაოდენობა მწკრივში"
351
 
352
- #: gallery-plugin.php:879
353
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
354
  msgstr ""
355
 
356
- #: gallery-plugin.php:880
357
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
358
  msgstr ""
359
 
360
- #: gallery-plugin.php:884
361
  msgid "Display text above the image"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:886
365
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:890
369
  msgid "Display the Back link"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:896
373
  msgid "Display the Back link in the shortcode"
374
  msgstr ""
375
 
376
- #: gallery-plugin.php:902
377
  msgid "The Back link text"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:908
381
  msgid "The Back link URL"
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:910
385
  msgid "Gallery page (Page with Gallery Template)"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:912
389
  msgid "(Full URL to custom page)"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:916
393
  msgid "The Read More link text"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:922
397
  msgid "Add gallery to the search"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:941
401
- #: gallery-plugin.php:944
402
- #: gallery-plugin.php:948
403
  msgid "Using Custom Search powered by"
404
  msgstr ""
405
 
406
- #: gallery-plugin.php:944
407
  msgid "Activate Custom Search"
408
  msgstr ""
409
 
410
- #: gallery-plugin.php:948
411
  msgid "Download Custom Search"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:955
415
  msgid "Display Like buttons in the lightbox"
416
  msgstr ""
417
 
418
- #: gallery-plugin.php:957
419
  msgid "FaceBook"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:958
423
  #, fuzzy
424
  msgid "Twitter"
425
  msgstr "სათაური"
426
 
427
- #: gallery-plugin.php:959
428
  msgid "Pinterest"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:960
432
  msgid "Google +1"
433
  msgstr ""
434
 
435
- #: gallery-plugin.php:964
436
  #, fuzzy
437
  msgid "Slug for gallery item"
438
  msgstr "ზომა გალერეის სურათისთვის"
439
 
440
- #: gallery-plugin.php:966
441
  msgid "for any structure of permalinks except the default structure"
442
  msgstr ""
443
 
444
- #: gallery-plugin.php:979
445
  msgid "Save Changes"
446
  msgstr "ცვლილებების შენახვა"
447
 
448
- #: gallery-plugin.php:991
449
- #: gallery-plugin.php:1006
450
  msgid "Settings"
451
  msgstr "პარამეტრები"
452
 
453
- #: gallery-plugin.php:992
454
  msgid "FAQ"
455
  msgstr "FAQ"
456
 
457
- #: gallery-plugin.php:993
458
  msgid "Support"
459
  msgstr "Support"
460
 
461
- #: gallery-plugin.php:1203
462
  #: template/gallery-single-template.php:77
463
  #, fuzzy
464
  msgid "Sorry, nothing found."
465
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
466
 
467
- #: gallery-plugin.php:1225
468
  #: template/gallery-single-template.php:103
469
  msgid "Download high resolution image"
470
  msgstr ""
@@ -476,10 +493,6 @@ msgstr ""
476
  #, fuzzy
477
  #~ msgid "PHP Max Upload Size"
478
  #~ msgstr "ფაილის ატვირთვა"
479
-
480
- #, fuzzy
481
- #~ msgid "Pro plugins"
482
- #~ msgstr "რეკომენდირებული დანამატები"
483
  #~ msgid "Activated plugins"
484
  #~ msgstr "გააქტიურებული დანამატები:"
485
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+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:101
20
+ #: gallery-plugin.php:771
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:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "გალერეა"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "გალერეა"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "ახალი გალერეას დამატება"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "ახალი გალერეას დამატება"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "გალერეას შესწორება"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "ახალი გალერეა"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "გალერეას ნახვა"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "გალერეას შესწორება"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "გალერეა არ მოძებნა"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "ფაილის ატვირთვა"
68
 
69
+ #: gallery-plugin.php:192
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "გალერეის პარამეტრები"
73
 
74
+ #: gallery-plugin.php:210
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:214
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "აირჩიეთ სურათი ასატვირთად:"
82
 
83
+ #: gallery-plugin.php:219
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:227
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:229
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:229
100
+ #: gallery-plugin.php:884
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "სურათების რაოდენობა მწკრივში"
104
 
105
+ #: gallery-plugin.php:229
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "სურათების რაოდენობა მწკრივში"
109
 
110
+ #: gallery-plugin.php:229
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:273
115
+ #: gallery-plugin.php:502
116
  msgid "Title"
117
  msgstr "სათაური"
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:276
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:277
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:278
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:278
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:278
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:279
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:292
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:294
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:503
160
  msgid "Author"
161
  msgstr "ავტორი"
162
 
163
+ #: gallery-plugin.php:504
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "ფოტო"
167
 
168
+ #: gallery-plugin.php:505
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "საჯარო"
172
 
173
+ #: gallery-plugin.php:506
174
+ #: gallery-plugin.php:888
175
  msgid "Date"
176
  msgstr "თარიღი"
177
 
178
+ #: gallery-plugin.php:632
179
  msgid "See images &raquo;"
180
  msgstr ""
181
 
182
+ #: gallery-plugin.php:679
183
+ msgid "requires"
184
+ msgstr ""
185
+
186
+ #: gallery-plugin.php:679
187
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
188
+ msgstr ""
189
+
190
+ #: gallery-plugin.php:679
191
+ msgid "Back to the WordPress"
192
+ msgstr ""
193
+
194
+ #: gallery-plugin.php:679
195
+ #, fuzzy
196
+ msgid "Plugins page"
197
+ msgstr "რეკომენდირებული დანამატები"
198
+
199
+ #: gallery-plugin.php:764
200
  #, fuzzy
201
  msgid "Settings are saved"
202
  msgstr "პარამეტრები შენახულია"
203
 
204
+ #: gallery-plugin.php:777
205
  #, fuzzy
206
  msgid "Gallery Settings"
207
  msgstr "გალერეის პარამეტრები"
208
 
209
+ #: gallery-plugin.php:780
210
  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:"
211
  msgstr ""
212
 
213
+ #: gallery-plugin.php:784
214
  #, fuzzy
215
  msgid "Image size for the album cover"
216
  msgstr "Размер для "
217
 
218
+ #: gallery-plugin.php:786
219
+ #: gallery-plugin.php:794
220
+ #: gallery-plugin.php:807
221
  #, fuzzy
222
  msgid "Image size"
223
  msgstr "ზომის სახელი"
224
 
225
+ #: gallery-plugin.php:787
226
+ #: gallery-plugin.php:795
227
  msgid "Width (in px)"
228
  msgstr "სიგანე(პიქსელებში)"
229
 
230
+ #: gallery-plugin.php:788
231
+ #: gallery-plugin.php:796
232
  msgid "Height (in px)"
233
  msgstr "სიმაღლე(პიქსელებში)"
234
 
235
+ #: gallery-plugin.php:792
236
  #, fuzzy
237
  msgid "Gallery image size"
238
  msgstr "გალერეა"
239
 
240
+ #: gallery-plugin.php:800
241
  #, fuzzy
242
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
243
  msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
244
 
245
+ #: gallery-plugin.php:805
246
  msgid "Gallery image size in the lightbox"
247
  msgstr ""
248
 
249
+ #: gallery-plugin.php:808
250
  #, fuzzy
251
  msgid "Max width (in px)"
252
  msgstr "სიგანე(პიქსელებში)"
253
 
254
+ #: gallery-plugin.php:809
255
  #, fuzzy
256
  msgid "Max height (in px)"
257
  msgstr "სიმაღლე(პიქსელებში)"
258
 
259
+ #: gallery-plugin.php:810
260
  msgid "Display a full size image in the lightbox"
261
  msgstr ""
262
 
263
+ #: gallery-plugin.php:814
264
  msgid "Crop position"
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:816
268
  msgid "Horizontal"
269
  msgstr ""
270
 
271
+ #: gallery-plugin.php:818
272
  msgid "left"
273
  msgstr ""
274
 
275
+ #: gallery-plugin.php:819
276
+ #: gallery-plugin.php:826
277
  msgid "center"
278
  msgstr ""
279
 
280
+ #: gallery-plugin.php:820
281
  msgid "right"
282
  msgstr ""
283
 
284
+ #: gallery-plugin.php:823
285
  msgid "Vertical"
286
  msgstr ""
287
 
288
+ #: gallery-plugin.php:825
289
  msgid "top"
290
  msgstr ""
291
 
292
+ #: gallery-plugin.php:827
293
  msgid "bottom"
294
  msgstr ""
295
 
296
+ #: gallery-plugin.php:832
297
  msgid "Lightbox background"
298
  msgstr ""
299
 
300
+ #: gallery-plugin.php:834
301
  msgid "Default"
302
  msgstr ""
303
 
304
+ #: gallery-plugin.php:835
305
  msgid "Background transparency (from 0 to 1)"
306
  msgstr ""
307
 
308
+ #: gallery-plugin.php:837
309
  msgid "Select a background color"
310
  msgstr ""
311
 
312
+ #: gallery-plugin.php:839
313
  msgid "Background color"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:846
317
+ #: gallery-plugin.php:985
318
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:853
322
  msgid "Images with border"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:856
326
  msgid "Border width in px, just numbers"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:858
330
+ #: gallery-plugin.php:860
331
  msgid "Select a border color"
332
  msgstr ""
333
 
334
+ #: gallery-plugin.php:866
335
  #, fuzzy
336
  msgid "Number of images in the row"
337
  msgstr "სურათების რაოდენობა მწკრივში"
338
 
339
+ #: gallery-plugin.php:872
340
  msgid "Start slideshow"
341
  msgstr ""
342
 
343
+ #: gallery-plugin.php:878
344
  msgid "Slideshow interval"
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:886
348
  msgid "Attachment ID"
349
  msgstr ""
350
 
351
+ #: gallery-plugin.php:887
352
  #, fuzzy
353
  msgid "Image Name"
354
  msgstr "ზომის სახელი"
355
 
356
+ #: gallery-plugin.php:889
357
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
358
  msgstr ""
359
 
360
+ #: gallery-plugin.php:890
361
  msgid "Random"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:894
365
  #, fuzzy
366
  msgid "Sort images"
367
  msgstr "სურათების რაოდენობა მწკრივში"
368
 
369
+ #: gallery-plugin.php:896
370
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:897
374
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
375
  msgstr ""
376
 
377
+ #: gallery-plugin.php:901
378
  msgid "Display text above the image"
379
  msgstr ""
380
 
381
+ #: gallery-plugin.php:903
382
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:907
386
  msgid "Display the Back link"
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:913
390
  msgid "Display the Back link in the shortcode"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:919
394
  msgid "The Back link text"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:925
398
  msgid "The Back link URL"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:927
402
  msgid "Gallery page (Page with Gallery Template)"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:929
406
  msgid "(Full URL to custom page)"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:933
410
  msgid "The Read More link text"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:939
414
  msgid "Add gallery to the search"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:955
418
+ #: gallery-plugin.php:958
419
+ #: gallery-plugin.php:962
420
  msgid "Using Custom Search powered by"
421
  msgstr ""
422
 
423
+ #: gallery-plugin.php:958
424
  msgid "Activate Custom Search"
425
  msgstr ""
426
 
427
+ #: gallery-plugin.php:962
428
  msgid "Download Custom Search"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:969
432
  msgid "Display Like buttons in the lightbox"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:971
436
  msgid "FaceBook"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:972
440
  #, fuzzy
441
  msgid "Twitter"
442
  msgstr "სათაური"
443
 
444
+ #: gallery-plugin.php:973
445
  msgid "Pinterest"
446
  msgstr ""
447
 
448
+ #: gallery-plugin.php:974
449
  msgid "Google +1"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:978
453
  #, fuzzy
454
  msgid "Slug for gallery item"
455
  msgstr "ზომა გალერეის სურათისთვის"
456
 
457
+ #: gallery-plugin.php:980
458
  msgid "for any structure of permalinks except the default structure"
459
  msgstr ""
460
 
461
+ #: gallery-plugin.php:993
462
  msgid "Save Changes"
463
  msgstr "ცვლილებების შენახვა"
464
 
465
+ #: gallery-plugin.php:1005
466
+ #: gallery-plugin.php:1020
467
  msgid "Settings"
468
  msgstr "პარამეტრები"
469
 
470
+ #: gallery-plugin.php:1006
471
  msgid "FAQ"
472
  msgstr "FAQ"
473
 
474
+ #: gallery-plugin.php:1007
475
  msgid "Support"
476
  msgstr "Support"
477
 
478
+ #: gallery-plugin.php:1220
479
  #: template/gallery-single-template.php:77
480
  #, fuzzy
481
  msgid "Sorry, nothing found."
482
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
483
 
484
+ #: gallery-plugin.php:1242
485
  #: template/gallery-single-template.php:103
486
  msgid "Download high resolution image"
487
  msgstr ""
493
  #, fuzzy
494
  #~ msgid "PHP Max Upload Size"
495
  #~ msgstr "ფაილის ატვირთვა"
 
 
 
 
496
  #~ msgid "Activated plugins"
497
  #~ msgstr "გააქტიურებული დანამატები:"
498
  #~ msgid "Read more"
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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,462 +17,479 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerijos"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Pridėti naują galeriją"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Pridėti naują galeriją"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Redaguoti galeriją"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nauja galerija"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Peržiūrėti galeriją"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Redaguoti galeriją"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galerijų nėra"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Įkelti failą"
68
 
69
- #: gallery-plugin.php:191
70
  msgid "Gallery Shortcode"
71
  msgstr "Galerijos trumpasis kodas"
72
 
73
- #: gallery-plugin.php:209
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas paveikslėliams įkelti (failų galerija)"
77
 
78
- #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Pasirinkite paveikslėlį įkėlimui:"
82
 
83
- #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:228
100
- #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Paveikslėlių eilėje kiekis"
104
 
105
- #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Paveikslėlių eilėje kiekis"
109
 
110
- #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:272
115
- #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Pavadinimas"
118
 
119
- #: gallery-plugin.php:274
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  #, fuzzy
153
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
154
  msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į turinį"
155
 
156
- #: gallery-plugin.php:293
157
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
158
  msgstr ""
159
 
160
- #: gallery-plugin.php:502
161
  msgid "Author"
162
  msgstr "Autorius"
163
 
164
- #: gallery-plugin.php:503
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Nuotraukos"
168
 
169
- #: gallery-plugin.php:504
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Vieša"
173
 
174
- #: gallery-plugin.php:505
175
- #: gallery-plugin.php:871
176
  msgid "Date"
177
  msgstr "Data"
178
 
179
- #: gallery-plugin.php:631
180
  #, fuzzy
181
  msgid "See images &raquo;"
182
  msgstr "Peržiūrėti nuotrauką &raquo;"
183
 
184
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  #, fuzzy
186
  msgid "Settings are saved"
187
  msgstr "Pasirinktys išsaugotos."
188
 
189
- #: gallery-plugin.php:760
190
  #, fuzzy
191
  msgid "Gallery Settings"
192
  msgstr "Galerijų pasirinktys"
193
 
194
- #: gallery-plugin.php:763
195
  #, fuzzy
196
  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:"
197
  msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
198
 
199
- #: gallery-plugin.php:767
200
  #, fuzzy
201
  msgid "Image size for the album cover"
202
  msgstr "Размер для "
203
 
204
- #: gallery-plugin.php:769
205
- #: gallery-plugin.php:777
206
- #: gallery-plugin.php:790
207
  #, fuzzy
208
  msgid "Image size"
209
  msgstr "Paveikslėlio matmenų klasės vardas"
210
 
211
- #: gallery-plugin.php:770
212
- #: gallery-plugin.php:778
213
  msgid "Width (in px)"
214
  msgstr "Plotis (pikseliais)"
215
 
216
- #: gallery-plugin.php:771
217
- #: gallery-plugin.php:779
218
  msgid "Height (in px)"
219
  msgstr "Aukštis (pikseliais)"
220
 
221
- #: gallery-plugin.php:775
222
  #, fuzzy
223
  msgid "Gallery image size"
224
  msgstr "Galerijos"
225
 
226
- #: gallery-plugin.php:783
227
  #, fuzzy
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
230
 
231
- #: gallery-plugin.php:788
232
  msgid "Gallery image size in the lightbox"
233
  msgstr ""
234
 
235
- #: gallery-plugin.php:791
236
  #, fuzzy
237
  msgid "Max width (in px)"
238
  msgstr "Plotis (pikseliais)"
239
 
240
- #: gallery-plugin.php:792
241
  #, fuzzy
242
  msgid "Max height (in px)"
243
  msgstr "Aukštis (pikseliais)"
244
 
245
- #: gallery-plugin.php:793
246
  msgid "Display a full size image in the lightbox"
247
  msgstr ""
248
 
249
- #: gallery-plugin.php:797
250
  msgid "Crop position"
251
  msgstr ""
252
 
253
- #: gallery-plugin.php:799
254
  msgid "Horizontal"
255
  msgstr ""
256
 
257
- #: gallery-plugin.php:801
258
  msgid "left"
259
  msgstr ""
260
 
261
- #: gallery-plugin.php:802
262
- #: gallery-plugin.php:809
263
  msgid "center"
264
  msgstr ""
265
 
266
- #: gallery-plugin.php:803
267
  msgid "right"
268
  msgstr ""
269
 
270
- #: gallery-plugin.php:806
271
  msgid "Vertical"
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:808
275
  msgid "top"
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:810
279
  msgid "bottom"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:815
283
  msgid "Lightbox background"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:817
287
  msgid "Default"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:818
291
  msgid "Background transparency (from 0 to 1)"
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:820
295
  msgid "Select a background color"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:822
299
  msgid "Background color"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:829
303
- #: gallery-plugin.php:971
304
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:836
308
  msgid "Images with border"
309
  msgstr ""
310
 
311
- #: gallery-plugin.php:839
312
  msgid "Border width in px, just numbers"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:841
316
- #: gallery-plugin.php:843
317
  msgid "Select a border color"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:849
321
  #, fuzzy
322
  msgid "Number of images in the row"
323
  msgstr "Paveikslėlių eilėje kiekis"
324
 
325
- #: gallery-plugin.php:855
326
  msgid "Start slideshow"
327
  msgstr "Pradėti demonstraciją"
328
 
329
- #: gallery-plugin.php:861
330
  msgid "Slideshow interval"
331
  msgstr "Demonstracijos trukmė"
332
 
333
- #: gallery-plugin.php:869
334
  #, fuzzy
335
  msgid "Attachment ID"
336
  msgstr "prisegtuko ID"
337
 
338
- #: gallery-plugin.php:870
339
  #, fuzzy
340
  msgid "Image Name"
341
  msgstr "Paveikslėlis"
342
 
343
- #: gallery-plugin.php:872
344
  #, fuzzy
345
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
346
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
347
 
348
- #: gallery-plugin.php:873
349
  #, fuzzy
350
  msgid "Random"
351
  msgstr "atsitiktine tvarka"
352
 
353
- #: gallery-plugin.php:877
354
  #, fuzzy
355
  msgid "Sort images"
356
  msgstr "Paveikslėlių eilėje kiekis"
357
 
358
- #: gallery-plugin.php:879
359
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
360
  msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
361
 
362
- #: gallery-plugin.php:880
363
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
364
  msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
365
 
366
- #: gallery-plugin.php:884
367
  msgid "Display text above the image"
368
  msgstr ""
369
 
370
- #: gallery-plugin.php:886
371
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
372
  msgstr ""
373
 
374
- #: gallery-plugin.php:890
375
  #, fuzzy
376
  msgid "Display the Back link"
377
  msgstr "Rodyti Sugrįžimo nuorodą"
378
 
379
- #: gallery-plugin.php:896
380
  #, fuzzy
381
  msgid "Display the Back link in the shortcode"
382
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
383
 
384
- #: gallery-plugin.php:902
385
  msgid "The Back link text"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:908
389
  msgid "The Back link URL"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:910
393
  msgid "Gallery page (Page with Gallery Template)"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:912
397
  msgid "(Full URL to custom page)"
398
  msgstr ""
399
 
400
- #: gallery-plugin.php:916
401
  msgid "The Read More link text"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:922
405
  msgid "Add gallery to the search"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:941
409
- #: gallery-plugin.php:944
410
- #: gallery-plugin.php:948
411
  msgid "Using Custom Search powered by"
412
  msgstr ""
413
 
414
- #: gallery-plugin.php:944
415
  msgid "Activate Custom Search"
416
  msgstr ""
417
 
418
- #: gallery-plugin.php:948
419
  msgid "Download Custom Search"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:955
423
  msgid "Display Like buttons in the lightbox"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:957
427
  msgid "FaceBook"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:958
431
  #, fuzzy
432
  msgid "Twitter"
433
  msgstr "Pavadinimas"
434
 
435
- #: gallery-plugin.php:959
436
  msgid "Pinterest"
437
  msgstr ""
438
 
439
- #: gallery-plugin.php:960
440
  msgid "Google +1"
441
  msgstr ""
442
 
443
- #: gallery-plugin.php:964
444
  #, fuzzy
445
  msgid "Slug for gallery item"
446
  msgstr "Galerijos paveikslėlio matmenys"
447
 
448
- #: gallery-plugin.php:966
449
  msgid "for any structure of permalinks except the default structure"
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:979
453
  msgid "Save Changes"
454
  msgstr "Išsaugoti pakeitimus"
455
 
456
- #: gallery-plugin.php:991
457
- #: gallery-plugin.php:1006
458
  msgid "Settings"
459
  msgstr "Nustatymai"
460
 
461
- #: gallery-plugin.php:992
462
  msgid "FAQ"
463
  msgstr "D. U. K."
464
 
465
- #: gallery-plugin.php:993
466
  msgid "Support"
467
  msgstr "Palaikymas"
468
 
469
- #: gallery-plugin.php:1203
470
  #: template/gallery-single-template.php:77
471
  #, fuzzy
472
  msgid "Sorry, nothing found."
473
  msgstr "Deja, nieko nerasta."
474
 
475
- #: gallery-plugin.php:1225
476
  #: template/gallery-single-template.php:103
477
  msgid "Download high resolution image"
478
  msgstr ""
@@ -485,10 +502,6 @@ msgstr "Paveikslėlis"
485
  #, fuzzy
486
  #~ msgid "PHP Max Upload Size"
487
  #~ msgstr "Įkelti failą"
488
-
489
- #, fuzzy
490
- #~ msgid "Pro plugins"
491
- #~ msgstr "Rekomenduojami įskiepiai"
492
  #~ msgid "Activated plugins"
493
  #~ msgstr "Įjungti įskiepiai"
494
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+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:101
20
+ #: gallery-plugin.php:771
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
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Galerijos"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Galerija"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Pridėti naują galeriją"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Pridėti naują galeriją"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Redaguoti galeriją"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nauja galerija"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Peržiūrėti galeriją"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Redaguoti galeriją"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Galerijų nėra"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "Įkelti failą"
68
 
69
+ #: gallery-plugin.php:192
70
  msgid "Gallery Shortcode"
71
  msgstr "Galerijos trumpasis kodas"
72
 
73
+ #: gallery-plugin.php:210
74
  #, fuzzy
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr "Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas paveikslėliams įkelti (failų galerija)"
77
 
78
+ #: gallery-plugin.php:214
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Pasirinkite paveikslėlį įkėlimui:"
82
 
83
+ #: gallery-plugin.php:219
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:227
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:229
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:229
100
+ #: gallery-plugin.php:884
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Paveikslėlių eilėje kiekis"
104
 
105
+ #: gallery-plugin.php:229
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Paveikslėlių eilėje kiekis"
109
 
110
+ #: gallery-plugin.php:229
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:273
115
+ #: gallery-plugin.php:502
116
  msgid "Title"
117
  msgstr "Pavadinimas"
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:276
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:277
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:278
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:278
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:278
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:279
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:292
152
  #, fuzzy
153
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
154
  msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į turinį"
155
 
156
+ #: gallery-plugin.php:294
157
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
158
  msgstr ""
159
 
160
+ #: gallery-plugin.php:503
161
  msgid "Author"
162
  msgstr "Autorius"
163
 
164
+ #: gallery-plugin.php:504
165
  #, fuzzy
166
  msgid "Photo"
167
  msgstr "Nuotraukos"
168
 
169
+ #: gallery-plugin.php:505
170
  #, fuzzy
171
  msgid "Publishing"
172
  msgstr "Vieša"
173
 
174
+ #: gallery-plugin.php:506
175
+ #: gallery-plugin.php:888
176
  msgid "Date"
177
  msgstr "Data"
178
 
179
+ #: gallery-plugin.php:632
180
  #, fuzzy
181
  msgid "See images &raquo;"
182
  msgstr "Peržiūrėti nuotrauką &raquo;"
183
 
184
+ #: gallery-plugin.php:679
185
+ msgid "requires"
186
+ msgstr ""
187
+
188
+ #: gallery-plugin.php:679
189
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
190
+ msgstr ""
191
+
192
+ #: gallery-plugin.php:679
193
+ msgid "Back to the WordPress"
194
+ msgstr ""
195
+
196
+ #: gallery-plugin.php:679
197
+ #, fuzzy
198
+ msgid "Plugins page"
199
+ msgstr "Rekomenduojami įskiepiai"
200
+
201
+ #: gallery-plugin.php:764
202
  #, fuzzy
203
  msgid "Settings are saved"
204
  msgstr "Pasirinktys išsaugotos."
205
 
206
+ #: gallery-plugin.php:777
207
  #, fuzzy
208
  msgid "Gallery Settings"
209
  msgstr "Galerijų pasirinktys"
210
 
211
+ #: gallery-plugin.php:780
212
  #, fuzzy
213
  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:"
214
  msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
215
 
216
+ #: gallery-plugin.php:784
217
  #, fuzzy
218
  msgid "Image size for the album cover"
219
  msgstr "Размер для "
220
 
221
+ #: gallery-plugin.php:786
222
+ #: gallery-plugin.php:794
223
+ #: gallery-plugin.php:807
224
  #, fuzzy
225
  msgid "Image size"
226
  msgstr "Paveikslėlio matmenų klasės vardas"
227
 
228
+ #: gallery-plugin.php:787
229
+ #: gallery-plugin.php:795
230
  msgid "Width (in px)"
231
  msgstr "Plotis (pikseliais)"
232
 
233
+ #: gallery-plugin.php:788
234
+ #: gallery-plugin.php:796
235
  msgid "Height (in px)"
236
  msgstr "Aukštis (pikseliais)"
237
 
238
+ #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Gallery image size"
241
  msgstr "Galerijos"
242
 
243
+ #: gallery-plugin.php:800
244
  #, fuzzy
245
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
246
  msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
247
 
248
+ #: gallery-plugin.php:805
249
  msgid "Gallery image size in the lightbox"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:808
253
  #, fuzzy
254
  msgid "Max width (in px)"
255
  msgstr "Plotis (pikseliais)"
256
 
257
+ #: gallery-plugin.php:809
258
  #, fuzzy
259
  msgid "Max height (in px)"
260
  msgstr "Aukštis (pikseliais)"
261
 
262
+ #: gallery-plugin.php:810
263
  msgid "Display a full size image in the lightbox"
264
  msgstr ""
265
 
266
+ #: gallery-plugin.php:814
267
  msgid "Crop position"
268
  msgstr ""
269
 
270
+ #: gallery-plugin.php:816
271
  msgid "Horizontal"
272
  msgstr ""
273
 
274
+ #: gallery-plugin.php:818
275
  msgid "left"
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:819
279
+ #: gallery-plugin.php:826
280
  msgid "center"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:820
284
  msgid "right"
285
  msgstr ""
286
 
287
+ #: gallery-plugin.php:823
288
  msgid "Vertical"
289
  msgstr ""
290
 
291
+ #: gallery-plugin.php:825
292
  msgid "top"
293
  msgstr ""
294
 
295
+ #: gallery-plugin.php:827
296
  msgid "bottom"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:832
300
  msgid "Lightbox background"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:834
304
  msgid "Default"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:835
308
  msgid "Background transparency (from 0 to 1)"
309
  msgstr ""
310
 
311
+ #: gallery-plugin.php:837
312
  msgid "Select a background color"
313
  msgstr ""
314
 
315
+ #: gallery-plugin.php:839
316
  msgid "Background color"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:846
320
+ #: gallery-plugin.php:985
321
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:853
325
  msgid "Images with border"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:856
329
  msgid "Border width in px, just numbers"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:858
333
+ #: gallery-plugin.php:860
334
  msgid "Select a border color"
335
  msgstr ""
336
 
337
+ #: gallery-plugin.php:866
338
  #, fuzzy
339
  msgid "Number of images in the row"
340
  msgstr "Paveikslėlių eilėje kiekis"
341
 
342
+ #: gallery-plugin.php:872
343
  msgid "Start slideshow"
344
  msgstr "Pradėti demonstraciją"
345
 
346
+ #: gallery-plugin.php:878
347
  msgid "Slideshow interval"
348
  msgstr "Demonstracijos trukmė"
349
 
350
+ #: gallery-plugin.php:886
351
  #, fuzzy
352
  msgid "Attachment ID"
353
  msgstr "prisegtuko ID"
354
 
355
+ #: gallery-plugin.php:887
356
  #, fuzzy
357
  msgid "Image Name"
358
  msgstr "Paveikslėlis"
359
 
360
+ #: gallery-plugin.php:889
361
  #, fuzzy
362
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
363
  msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
364
 
365
+ #: gallery-plugin.php:890
366
  #, fuzzy
367
  msgid "Random"
368
  msgstr "atsitiktine tvarka"
369
 
370
+ #: gallery-plugin.php:894
371
  #, fuzzy
372
  msgid "Sort images"
373
  msgstr "Paveikslėlių eilėje kiekis"
374
 
375
+ #: gallery-plugin.php:896
376
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
377
  msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
378
 
379
+ #: gallery-plugin.php:897
380
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
381
  msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
382
 
383
+ #: gallery-plugin.php:901
384
  msgid "Display text above the image"
385
  msgstr ""
386
 
387
+ #: gallery-plugin.php:903
388
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
389
  msgstr ""
390
 
391
+ #: gallery-plugin.php:907
392
  #, fuzzy
393
  msgid "Display the Back link"
394
  msgstr "Rodyti Sugrįžimo nuorodą"
395
 
396
+ #: gallery-plugin.php:913
397
  #, fuzzy
398
  msgid "Display the Back link in the shortcode"
399
  msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
400
 
401
+ #: gallery-plugin.php:919
402
  msgid "The Back link text"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:925
406
  msgid "The Back link URL"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:927
410
  msgid "Gallery page (Page with Gallery Template)"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:929
414
  msgid "(Full URL to custom page)"
415
  msgstr ""
416
 
417
+ #: gallery-plugin.php:933
418
  msgid "The Read More link text"
419
  msgstr ""
420
 
421
+ #: gallery-plugin.php:939
422
  msgid "Add gallery to the search"
423
  msgstr ""
424
 
425
+ #: gallery-plugin.php:955
426
+ #: gallery-plugin.php:958
427
+ #: gallery-plugin.php:962
428
  msgid "Using Custom Search powered by"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:958
432
  msgid "Activate Custom Search"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:962
436
  msgid "Download Custom Search"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:969
440
  msgid "Display Like buttons in the lightbox"
441
  msgstr ""
442
 
443
+ #: gallery-plugin.php:971
444
  msgid "FaceBook"
445
  msgstr ""
446
 
447
+ #: gallery-plugin.php:972
448
  #, fuzzy
449
  msgid "Twitter"
450
  msgstr "Pavadinimas"
451
 
452
+ #: gallery-plugin.php:973
453
  msgid "Pinterest"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:974
457
  msgid "Google +1"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:978
461
  #, fuzzy
462
  msgid "Slug for gallery item"
463
  msgstr "Galerijos paveikslėlio matmenys"
464
 
465
+ #: gallery-plugin.php:980
466
  msgid "for any structure of permalinks except the default structure"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:993
470
  msgid "Save Changes"
471
  msgstr "Išsaugoti pakeitimus"
472
 
473
+ #: gallery-plugin.php:1005
474
+ #: gallery-plugin.php:1020
475
  msgid "Settings"
476
  msgstr "Nustatymai"
477
 
478
+ #: gallery-plugin.php:1006
479
  msgid "FAQ"
480
  msgstr "D. U. K."
481
 
482
+ #: gallery-plugin.php:1007
483
  msgid "Support"
484
  msgstr "Palaikymas"
485
 
486
+ #: gallery-plugin.php:1220
487
  #: template/gallery-single-template.php:77
488
  #, fuzzy
489
  msgid "Sorry, nothing found."
490
  msgstr "Deja, nieko nerasta."
491
 
492
+ #: gallery-plugin.php:1242
493
  #: template/gallery-single-template.php:103
494
  msgid "Download high resolution image"
495
  msgstr ""
502
  #, fuzzy
503
  #~ msgid "PHP Max Upload Size"
504
  #~ msgstr "Įkelti failą"
 
 
 
 
505
  #~ msgid "Activated plugins"
506
  #~ msgstr "Įjungti įskiepiai"
507
  #~ msgid "Read more"
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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ronald <ronald@bhi.nl>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,455 +17,472 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Fotoalbum's"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Nieuw fotoalbum"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Nieuw fotoalbum"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Fotoalbum bewerken"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nieuwe foto"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Foto bekijken"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Fotoalbum bewerken"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Niets gevonden"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Foto's uploaden"
68
 
69
- #: gallery-plugin.php:191
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Fotoalbum opties"
73
 
74
- #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Foto's uploaden: "
82
 
83
- #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Activeer JavaScript om foto's te kunnen uploaden."
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:228
100
- #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Aantal afbeeldingen op een rij"
104
 
105
- #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Aantal afbeeldingen op een rij"
109
 
110
- #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:272
115
- #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Titel"
118
 
119
- #: gallery-plugin.php:274
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "Auteur"
162
 
163
- #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Foto's"
167
 
168
- #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Gepubliceerd"
172
 
173
- #: gallery-plugin.php:505
174
- #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "Datum"
177
 
178
- #: gallery-plugin.php:631
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Bekijk foto &raquo;"
182
 
183
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  #, fuzzy
185
  msgid "Settings are saved"
186
  msgstr "Opties opgeslagen"
187
 
188
- #: gallery-plugin.php:760
189
  #, fuzzy
190
  msgid "Gallery Settings"
191
  msgstr "Fotoalbum opties"
192
 
193
- #: gallery-plugin.php:763
194
  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:"
195
  msgstr ""
196
 
197
- #: gallery-plugin.php:767
198
  #, fuzzy
199
  msgid "Image size for the album cover"
200
  msgstr "De afmetingen voor de cover van het album"
201
 
202
- #: gallery-plugin.php:769
203
- #: gallery-plugin.php:777
204
- #: gallery-plugin.php:790
205
  #, fuzzy
206
  msgid "Image size"
207
  msgstr "Afbeelding grootte"
208
 
209
- #: gallery-plugin.php:770
210
- #: gallery-plugin.php:778
211
  msgid "Width (in px)"
212
  msgstr "Breedte (in px)"
213
 
214
- #: gallery-plugin.php:771
215
- #: gallery-plugin.php:779
216
  msgid "Height (in px)"
217
  msgstr "Hoogte (in px)"
218
 
219
- #: gallery-plugin.php:775
220
  #, fuzzy
221
  msgid "Gallery image size"
222
  msgstr "Fotoalbum's"
223
 
224
- #: gallery-plugin.php:783
225
  #, fuzzy
226
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
227
  msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
228
 
229
- #: gallery-plugin.php:788
230
  msgid "Gallery image size in the lightbox"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:791
234
  #, fuzzy
235
  msgid "Max width (in px)"
236
  msgstr "Breedte (in px)"
237
 
238
- #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Max height (in px)"
241
  msgstr "Hoogte (in px)"
242
 
243
- #: gallery-plugin.php:793
244
  msgid "Display a full size image in the lightbox"
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:797
248
  msgid "Crop position"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:799
252
  msgid "Horizontal"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:801
256
  msgid "left"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:802
260
- #: gallery-plugin.php:809
261
  msgid "center"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:803
265
  msgid "right"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:806
269
  msgid "Vertical"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:808
273
  msgid "top"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:810
277
  msgid "bottom"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:815
281
  msgid "Lightbox background"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:817
285
  msgid "Default"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:818
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:820
293
  msgid "Select a background color"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:822
297
  msgid "Background color"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:829
301
- #: gallery-plugin.php:971
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:836
306
  msgid "Images with border"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:839
310
  msgid "Border width in px, just numbers"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:841
314
- #: gallery-plugin.php:843
315
  msgid "Select a border color"
316
  msgstr ""
317
 
318
- #: gallery-plugin.php:849
319
  #, fuzzy
320
  msgid "Number of images in the row"
321
  msgstr "Aantal afbeeldingen op een rij"
322
 
323
- #: gallery-plugin.php:855
324
  msgid "Start slideshow"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:861
328
  msgid "Slideshow interval"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:869
332
  msgid "Attachment ID"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:870
336
  #, fuzzy
337
  msgid "Image Name"
338
  msgstr "Afbeelding grootte"
339
 
340
- #: gallery-plugin.php:872
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:873
345
  msgid "Random"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:877
349
  #, fuzzy
350
  msgid "Sort images"
351
  msgstr "Aantal afbeeldingen op een rij"
352
 
353
- #: gallery-plugin.php:879
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:880
358
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:884
362
  msgid "Display text above the image"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:886
366
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:890
370
  msgid "Display the Back link"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:896
374
  msgid "Display the Back link in the shortcode"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:902
378
  msgid "The Back link text"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:908
382
  msgid "The Back link URL"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:910
386
  msgid "Gallery page (Page with Gallery Template)"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:912
390
  msgid "(Full URL to custom page)"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:916
394
  msgid "The Read More link text"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:922
398
  msgid "Add gallery to the search"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:941
402
- #: gallery-plugin.php:944
403
- #: gallery-plugin.php:948
404
  msgid "Using Custom Search powered by"
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:944
408
  msgid "Activate Custom Search"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:948
412
  msgid "Download Custom Search"
413
  msgstr ""
414
 
415
- #: gallery-plugin.php:955
416
  msgid "Display Like buttons in the lightbox"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:957
420
  msgid "FaceBook"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:958
424
  #, fuzzy
425
  msgid "Twitter"
426
  msgstr "Titel"
427
 
428
- #: gallery-plugin.php:959
429
  msgid "Pinterest"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:960
433
  msgid "Google +1"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:964
437
  #, fuzzy
438
  msgid "Slug for gallery item"
439
  msgstr "Grootte voor album afbeelding"
440
 
441
- #: gallery-plugin.php:966
442
  msgid "for any structure of permalinks except the default structure"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:979
446
  msgid "Save Changes"
447
  msgstr "Bewaar veranderingen"
448
 
449
- #: gallery-plugin.php:991
450
- #: gallery-plugin.php:1006
451
  msgid "Settings"
452
  msgstr "Instellingen"
453
 
454
- #: gallery-plugin.php:992
455
  msgid "FAQ"
456
  msgstr "FAQ"
457
 
458
- #: gallery-plugin.php:993
459
  msgid "Support"
460
  msgstr "Support"
461
 
462
- #: gallery-plugin.php:1203
463
  #: template/gallery-single-template.php:77
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "Helaas - niets gevonden"
467
 
468
- #: gallery-plugin.php:1225
469
  #: template/gallery-single-template.php:103
470
  msgid "Download high resolution image"
471
  msgstr ""
@@ -477,10 +494,6 @@ msgstr ""
477
  #, fuzzy
478
  #~ msgid "PHP Max Upload Size"
479
  #~ msgstr "Foto's uploaden"
480
-
481
- #, fuzzy
482
- #~ msgid "Pro plugins"
483
- #~ msgstr "Aanbevolen plugins"
484
  #~ msgid "Activated plugins"
485
  #~ msgstr "Geactiveerde plugins"
486
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+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:101
20
+ #: gallery-plugin.php:771
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:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Fotoalbum's"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Fotoalbum"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Nieuw fotoalbum"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Nieuw fotoalbum"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Fotoalbum bewerken"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nieuwe foto"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Foto bekijken"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Fotoalbum bewerken"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Niets gevonden"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "Foto's uploaden"
68
 
69
+ #: gallery-plugin.php:192
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Fotoalbum opties"
73
 
74
+ #: gallery-plugin.php:210
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:214
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Foto's uploaden: "
82
 
83
+ #: gallery-plugin.php:219
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Activeer JavaScript om foto's te kunnen uploaden."
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:227
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:229
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:229
100
+ #: gallery-plugin.php:884
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Aantal afbeeldingen op een rij"
104
 
105
+ #: gallery-plugin.php:229
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Aantal afbeeldingen op een rij"
109
 
110
+ #: gallery-plugin.php:229
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:273
115
+ #: gallery-plugin.php:502
116
  msgid "Title"
117
  msgstr "Titel"
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:276
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:277
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:278
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:278
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:278
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:279
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:292
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:294
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:503
160
  msgid "Author"
161
  msgstr "Auteur"
162
 
163
+ #: gallery-plugin.php:504
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Foto's"
167
 
168
+ #: gallery-plugin.php:505
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Gepubliceerd"
172
 
173
+ #: gallery-plugin.php:506
174
+ #: gallery-plugin.php:888
175
  msgid "Date"
176
  msgstr "Datum"
177
 
178
+ #: gallery-plugin.php:632
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Bekijk foto &raquo;"
182
 
183
+ #: gallery-plugin.php:679
184
+ msgid "requires"
185
+ msgstr ""
186
+
187
+ #: gallery-plugin.php:679
188
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
189
+ msgstr ""
190
+
191
+ #: gallery-plugin.php:679
192
+ msgid "Back to the WordPress"
193
+ msgstr ""
194
+
195
+ #: gallery-plugin.php:679
196
+ #, fuzzy
197
+ msgid "Plugins page"
198
+ msgstr "Aanbevolen plugins"
199
+
200
+ #: gallery-plugin.php:764
201
  #, fuzzy
202
  msgid "Settings are saved"
203
  msgstr "Opties opgeslagen"
204
 
205
+ #: gallery-plugin.php:777
206
  #, fuzzy
207
  msgid "Gallery Settings"
208
  msgstr "Fotoalbum opties"
209
 
210
+ #: gallery-plugin.php:780
211
  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:"
212
  msgstr ""
213
 
214
+ #: gallery-plugin.php:784
215
  #, fuzzy
216
  msgid "Image size for the album cover"
217
  msgstr "De afmetingen voor de cover van het album"
218
 
219
+ #: gallery-plugin.php:786
220
+ #: gallery-plugin.php:794
221
+ #: gallery-plugin.php:807
222
  #, fuzzy
223
  msgid "Image size"
224
  msgstr "Afbeelding grootte"
225
 
226
+ #: gallery-plugin.php:787
227
+ #: gallery-plugin.php:795
228
  msgid "Width (in px)"
229
  msgstr "Breedte (in px)"
230
 
231
+ #: gallery-plugin.php:788
232
+ #: gallery-plugin.php:796
233
  msgid "Height (in px)"
234
  msgstr "Hoogte (in px)"
235
 
236
+ #: gallery-plugin.php:792
237
  #, fuzzy
238
  msgid "Gallery image size"
239
  msgstr "Fotoalbum's"
240
 
241
+ #: gallery-plugin.php:800
242
  #, fuzzy
243
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
244
  msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
245
 
246
+ #: gallery-plugin.php:805
247
  msgid "Gallery image size in the lightbox"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:808
251
  #, fuzzy
252
  msgid "Max width (in px)"
253
  msgstr "Breedte (in px)"
254
 
255
+ #: gallery-plugin.php:809
256
  #, fuzzy
257
  msgid "Max height (in px)"
258
  msgstr "Hoogte (in px)"
259
 
260
+ #: gallery-plugin.php:810
261
  msgid "Display a full size image in the lightbox"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:814
265
  msgid "Crop position"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:816
269
  msgid "Horizontal"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:818
273
  msgid "left"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:819
277
+ #: gallery-plugin.php:826
278
  msgid "center"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:820
282
  msgid "right"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:823
286
  msgid "Vertical"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:825
290
  msgid "top"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:827
294
  msgid "bottom"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:832
298
  msgid "Lightbox background"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:834
302
  msgid "Default"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:835
306
  msgid "Background transparency (from 0 to 1)"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:837
310
  msgid "Select a background color"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:839
314
  msgid "Background color"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:846
318
+ #: gallery-plugin.php:985
319
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:853
323
  msgid "Images with border"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:856
327
  msgid "Border width in px, just numbers"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:858
331
+ #: gallery-plugin.php:860
332
  msgid "Select a border color"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:866
336
  #, fuzzy
337
  msgid "Number of images in the row"
338
  msgstr "Aantal afbeeldingen op een rij"
339
 
340
+ #: gallery-plugin.php:872
341
  msgid "Start slideshow"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:878
345
  msgid "Slideshow interval"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:886
349
  msgid "Attachment ID"
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:887
353
  #, fuzzy
354
  msgid "Image Name"
355
  msgstr "Afbeelding grootte"
356
 
357
+ #: gallery-plugin.php:889
358
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:890
362
  msgid "Random"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:894
366
  #, fuzzy
367
  msgid "Sort images"
368
  msgstr "Aantal afbeeldingen op een rij"
369
 
370
+ #: gallery-plugin.php:896
371
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
372
  msgstr ""
373
 
374
+ #: gallery-plugin.php:897
375
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
376
  msgstr ""
377
 
378
+ #: gallery-plugin.php:901
379
  msgid "Display text above the image"
380
  msgstr ""
381
 
382
+ #: gallery-plugin.php:903
383
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
384
  msgstr ""
385
 
386
+ #: gallery-plugin.php:907
387
  msgid "Display the Back link"
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:913
391
  msgid "Display the Back link in the shortcode"
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:919
395
  msgid "The Back link text"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:925
399
  msgid "The Back link URL"
400
  msgstr ""
401
 
402
+ #: gallery-plugin.php:927
403
  msgid "Gallery page (Page with Gallery Template)"
404
  msgstr ""
405
 
406
+ #: gallery-plugin.php:929
407
  msgid "(Full URL to custom page)"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:933
411
  msgid "The Read More link text"
412
  msgstr ""
413
 
414
+ #: gallery-plugin.php:939
415
  msgid "Add gallery to the search"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:955
419
+ #: gallery-plugin.php:958
420
+ #: gallery-plugin.php:962
421
  msgid "Using Custom Search powered by"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:958
425
  msgid "Activate Custom Search"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:962
429
  msgid "Download Custom Search"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:969
433
  msgid "Display Like buttons in the lightbox"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:971
437
  msgid "FaceBook"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:972
441
  #, fuzzy
442
  msgid "Twitter"
443
  msgstr "Titel"
444
 
445
+ #: gallery-plugin.php:973
446
  msgid "Pinterest"
447
  msgstr ""
448
 
449
+ #: gallery-plugin.php:974
450
  msgid "Google +1"
451
  msgstr ""
452
 
453
+ #: gallery-plugin.php:978
454
  #, fuzzy
455
  msgid "Slug for gallery item"
456
  msgstr "Grootte voor album afbeelding"
457
 
458
+ #: gallery-plugin.php:980
459
  msgid "for any structure of permalinks except the default structure"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:993
463
  msgid "Save Changes"
464
  msgstr "Bewaar veranderingen"
465
 
466
+ #: gallery-plugin.php:1005
467
+ #: gallery-plugin.php:1020
468
  msgid "Settings"
469
  msgstr "Instellingen"
470
 
471
+ #: gallery-plugin.php:1006
472
  msgid "FAQ"
473
  msgstr "FAQ"
474
 
475
+ #: gallery-plugin.php:1007
476
  msgid "Support"
477
  msgstr "Support"
478
 
479
+ #: gallery-plugin.php:1220
480
  #: template/gallery-single-template.php:77
481
  #, fuzzy
482
  msgid "Sorry, nothing found."
483
  msgstr "Helaas - niets gevonden"
484
 
485
+ #: gallery-plugin.php:1242
486
  #: template/gallery-single-template.php:103
487
  msgid "Download high resolution image"
488
  msgstr ""
494
  #, fuzzy
495
  #~ msgid "PHP Max Upload Size"
496
  #~ msgstr "Foto's uploaden"
 
 
 
 
497
  #~ msgid "Activated plugins"
498
  #~ msgstr "Geactiveerde plugins"
499
  #~ msgid "Read more"
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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: BWS <bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,455 +17,472 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Galerie zdjęć"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
34
- #: gallery-plugin.php:127
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj nową galerię"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj nową galerię"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Edytuj galerię"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nowa galeria"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Zobacz galerię"
54
 
55
- #: gallery-plugin.php:132
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Edytuj galerię"
59
 
60
- #: gallery-plugin.php:133
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nie znaleziono żadnej galerii"
64
 
65
- #: gallery-plugin.php:190
66
  msgid "Upload File"
67
  msgstr "Wgraj plik"
68
 
69
- #: gallery-plugin.php:191
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Opcje galerii."
73
 
74
- #: gallery-plugin.php:209
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
- #: gallery-plugin.php:213
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Wybierz zrzut ekrany do wgrania na serwer"
82
 
83
- #: gallery-plugin.php:218
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
86
 
87
- #: gallery-plugin.php:225
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:226
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
- #: gallery-plugin.php:228
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:228
100
- #: gallery-plugin.php:867
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Ilość obrazków w rzędzie"
104
 
105
- #: gallery-plugin.php:228
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Ilość obrazków w rzędzie"
109
 
110
- #: gallery-plugin.php:228
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:272
115
- #: gallery-plugin.php:501
116
  msgid "Title"
117
  msgstr "Tytuł"
118
 
119
- #: gallery-plugin.php:274
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:275
124
  msgid "URL"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:275
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:276
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:277
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:277
140
  msgid "Current window"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:277
144
  msgid "New window"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:278
148
  msgid "Delete"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:291
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:293
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:502
160
  msgid "Author"
161
  msgstr "Autor"
162
 
163
- #: gallery-plugin.php:503
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Zdjęcie"
167
 
168
- #: gallery-plugin.php:504
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Publiczne"
172
 
173
- #: gallery-plugin.php:505
174
- #: gallery-plugin.php:871
175
  msgid "Date"
176
  msgstr "Data"
177
 
178
- #: gallery-plugin.php:631
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Zobacz zdjęcia &raquo;"
182
 
183
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  #, fuzzy
185
  msgid "Settings are saved"
186
  msgstr "Opcje zostały zapisane."
187
 
188
- #: gallery-plugin.php:760
189
  #, fuzzy
190
  msgid "Gallery Settings"
191
  msgstr "Opcje galerii."
192
 
193
- #: gallery-plugin.php:763
194
  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:"
195
  msgstr ""
196
 
197
- #: gallery-plugin.php:767
198
  #, fuzzy
199
  msgid "Image size for the album cover"
200
  msgstr "Размер для "
201
 
202
- #: gallery-plugin.php:769
203
- #: gallery-plugin.php:777
204
- #: gallery-plugin.php:790
205
  #, fuzzy
206
  msgid "Image size"
207
  msgstr "Nazwa rozmiaru obrazka"
208
 
209
- #: gallery-plugin.php:770
210
- #: gallery-plugin.php:778
211
  msgid "Width (in px)"
212
  msgstr "Szerokość (w px)"
213
 
214
- #: gallery-plugin.php:771
215
- #: gallery-plugin.php:779
216
  msgid "Height (in px)"
217
  msgstr "Wysokość (w px)"
218
 
219
- #: gallery-plugin.php:775
220
  #, fuzzy
221
  msgid "Gallery image size"
222
  msgstr "Galerie zdjęć"
223
 
224
- #: gallery-plugin.php:783
225
  #, fuzzy
226
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
227
  msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
228
 
229
- #: gallery-plugin.php:788
230
  msgid "Gallery image size in the lightbox"
231
  msgstr ""
232
 
233
- #: gallery-plugin.php:791
234
  #, fuzzy
235
  msgid "Max width (in px)"
236
  msgstr "Szerokość (w px)"
237
 
238
- #: gallery-plugin.php:792
239
  #, fuzzy
240
  msgid "Max height (in px)"
241
  msgstr "Wysokość (w px)"
242
 
243
- #: gallery-plugin.php:793
244
  msgid "Display a full size image in the lightbox"
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:797
248
  msgid "Crop position"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:799
252
  msgid "Horizontal"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:801
256
  msgid "left"
257
  msgstr ""
258
 
259
- #: gallery-plugin.php:802
260
- #: gallery-plugin.php:809
261
  msgid "center"
262
  msgstr ""
263
 
264
- #: gallery-plugin.php:803
265
  msgid "right"
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:806
269
  msgid "Vertical"
270
  msgstr ""
271
 
272
- #: gallery-plugin.php:808
273
  msgid "top"
274
  msgstr ""
275
 
276
- #: gallery-plugin.php:810
277
  msgid "bottom"
278
  msgstr ""
279
 
280
- #: gallery-plugin.php:815
281
  msgid "Lightbox background"
282
  msgstr ""
283
 
284
- #: gallery-plugin.php:817
285
  msgid "Default"
286
  msgstr ""
287
 
288
- #: gallery-plugin.php:818
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr ""
291
 
292
- #: gallery-plugin.php:820
293
  msgid "Select a background color"
294
  msgstr ""
295
 
296
- #: gallery-plugin.php:822
297
  msgid "Background color"
298
  msgstr ""
299
 
300
- #: gallery-plugin.php:829
301
- #: gallery-plugin.php:971
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr ""
304
 
305
- #: gallery-plugin.php:836
306
  msgid "Images with border"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:839
310
  msgid "Border width in px, just numbers"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:841
314
- #: gallery-plugin.php:843
315
  msgid "Select a border color"
316
  msgstr ""
317
 
318
- #: gallery-plugin.php:849
319
  #, fuzzy
320
  msgid "Number of images in the row"
321
  msgstr "Ilość obrazków w rzędzie"
322
 
323
- #: gallery-plugin.php:855
324
  msgid "Start slideshow"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:861
328
  msgid "Slideshow interval"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:869
332
  msgid "Attachment ID"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:870
336
  #, fuzzy
337
  msgid "Image Name"
338
  msgstr "Nazwa rozmiaru obrazka"
339
 
340
- #: gallery-plugin.php:872
341
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
342
  msgstr ""
343
 
344
- #: gallery-plugin.php:873
345
  msgid "Random"
346
  msgstr ""
347
 
348
- #: gallery-plugin.php:877
349
  #, fuzzy
350
  msgid "Sort images"
351
  msgstr "Ilość obrazków w rzędzie"
352
 
353
- #: gallery-plugin.php:879
354
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:880
358
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:884
362
  msgid "Display text above the image"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:886
366
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:890
370
  msgid "Display the Back link"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:896
374
  msgid "Display the Back link in the shortcode"
375
  msgstr ""
376
 
377
- #: gallery-plugin.php:902
378
  msgid "The Back link text"
379
  msgstr ""
380
 
381
- #: gallery-plugin.php:908
382
  msgid "The Back link URL"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:910
386
  msgid "Gallery page (Page with Gallery Template)"
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:912
390
  msgid "(Full URL to custom page)"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:916
394
  msgid "The Read More link text"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:922
398
  msgid "Add gallery to the search"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:941
402
- #: gallery-plugin.php:944
403
- #: gallery-plugin.php:948
404
  msgid "Using Custom Search powered by"
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:944
408
  msgid "Activate Custom Search"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:948
412
  msgid "Download Custom Search"
413
  msgstr ""
414
 
415
- #: gallery-plugin.php:955
416
  msgid "Display Like buttons in the lightbox"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:957
420
  msgid "FaceBook"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:958
424
  #, fuzzy
425
  msgid "Twitter"
426
  msgstr "Tytuł"
427
 
428
- #: gallery-plugin.php:959
429
  msgid "Pinterest"
430
  msgstr ""
431
 
432
- #: gallery-plugin.php:960
433
  msgid "Google +1"
434
  msgstr ""
435
 
436
- #: gallery-plugin.php:964
437
  #, fuzzy
438
  msgid "Slug for gallery item"
439
  msgstr "Rozmiar dla obrazka w galerii"
440
 
441
- #: gallery-plugin.php:966
442
  msgid "for any structure of permalinks except the default structure"
443
  msgstr ""
444
 
445
- #: gallery-plugin.php:979
446
  msgid "Save Changes"
447
  msgstr "Zapisz zmiany"
448
 
449
- #: gallery-plugin.php:991
450
- #: gallery-plugin.php:1006
451
  msgid "Settings"
452
  msgstr "Ustawienia"
453
 
454
- #: gallery-plugin.php:992
455
  msgid "FAQ"
456
  msgstr "FAQ "
457
 
458
- #: gallery-plugin.php:993
459
  msgid "Support"
460
  msgstr "Wsparcie"
461
 
462
- #: gallery-plugin.php:1203
463
  #: template/gallery-single-template.php:77
464
  #, fuzzy
465
  msgid "Sorry, nothing found."
466
  msgstr "Przykro nam - nic nie znaleziono."
467
 
468
- #: gallery-plugin.php:1225
469
  #: template/gallery-single-template.php:103
470
  msgid "Download high resolution image"
471
  msgstr ""
@@ -477,10 +494,6 @@ msgstr ""
477
  #, fuzzy
478
  #~ msgid "PHP Max Upload Size"
479
  #~ msgstr "Wgraj plik"
480
-
481
- #, fuzzy
482
- #~ msgid "Pro plugins"
483
- #~ msgstr "Rekomendowane pluginy"
484
  #~ msgid "Activated plugins"
485
  #~ msgstr "Aktywny plugin"
486
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+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:101
20
+ #: gallery-plugin.php:771
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:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Galerie zdjęć"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Galeria zdjęć"
33
 
34
+ #: gallery-plugin.php:128
35
  #, fuzzy
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj nową galerię"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj nową galerię"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Edytuj galerię"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nowa galeria"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Zobacz galerię"
54
 
55
+ #: gallery-plugin.php:133
56
  #, fuzzy
57
  msgid "Find a Gallery"
58
  msgstr "Edytuj galerię"
59
 
60
+ #: gallery-plugin.php:134
61
  #, fuzzy
62
  msgid "No Gallery found"
63
  msgstr "Nie znaleziono żadnej galerii"
64
 
65
+ #: gallery-plugin.php:191
66
  msgid "Upload File"
67
  msgstr "Wgraj plik"
68
 
69
+ #: gallery-plugin.php:192
70
  #, fuzzy
71
  msgid "Gallery Shortcode"
72
  msgstr "Opcje galerii."
73
 
74
+ #: gallery-plugin.php:210
75
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
76
  msgstr ""
77
 
78
+ #: gallery-plugin.php:214
79
  #, fuzzy
80
  msgid "Choose an image for upload:"
81
  msgstr "Wybierz zrzut ekrany do wgrania na serwer"
82
 
83
+ #: gallery-plugin.php:219
84
  msgid "Please enable JavaScript to use the file uploader."
85
  msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
86
 
87
+ #: gallery-plugin.php:226
88
  msgid "Allow the download link for all images in this gallery"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:227
92
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
93
  msgstr ""
94
 
95
+ #: gallery-plugin.php:229
96
  msgid "Please make a choice"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:229
100
+ #: gallery-plugin.php:884
101
  #, fuzzy
102
  msgid "Sort images by"
103
  msgstr "Ilość obrazków w rzędzie"
104
 
105
+ #: gallery-plugin.php:229
106
  #, fuzzy
107
  msgid "sort images"
108
  msgstr "Ilość obrazków w rzędzie"
109
 
110
+ #: gallery-plugin.php:229
111
  msgid "on the plugin settings page ("
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:273
115
+ #: gallery-plugin.php:502
116
  msgid "Title"
117
  msgstr "Tytuł"
118
 
119
+ #: gallery-plugin.php:275
120
  msgid "Alt tag"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:276
124
  msgid "URL"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:276
128
  msgid "(by click on image opens a link in a new window)"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:277
132
  msgid "This setting is available in Pro version"
133
  msgstr ""
134
 
135
+ #: gallery-plugin.php:278
136
  msgid "Open the link"
137
  msgstr ""
138
 
139
+ #: gallery-plugin.php:278
140
  msgid "Current window"
141
  msgstr ""
142
 
143
+ #: gallery-plugin.php:278
144
  msgid "New window"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:279
148
  msgid "Delete"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:292
152
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
153
  msgstr ""
154
 
155
+ #: gallery-plugin.php:294
156
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:503
160
  msgid "Author"
161
  msgstr "Autor"
162
 
163
+ #: gallery-plugin.php:504
164
  #, fuzzy
165
  msgid "Photo"
166
  msgstr "Zdjęcie"
167
 
168
+ #: gallery-plugin.php:505
169
  #, fuzzy
170
  msgid "Publishing"
171
  msgstr "Publiczne"
172
 
173
+ #: gallery-plugin.php:506
174
+ #: gallery-plugin.php:888
175
  msgid "Date"
176
  msgstr "Data"
177
 
178
+ #: gallery-plugin.php:632
179
  #, fuzzy
180
  msgid "See images &raquo;"
181
  msgstr "Zobacz zdjęcia &raquo;"
182
 
183
+ #: gallery-plugin.php:679
184
+ msgid "requires"
185
+ msgstr ""
186
+
187
+ #: gallery-plugin.php:679
188
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
189
+ msgstr ""
190
+
191
+ #: gallery-plugin.php:679
192
+ msgid "Back to the WordPress"
193
+ msgstr ""
194
+
195
+ #: gallery-plugin.php:679
196
+ #, fuzzy
197
+ msgid "Plugins page"
198
+ msgstr "Rekomendowane pluginy"
199
+
200
+ #: gallery-plugin.php:764
201
  #, fuzzy
202
  msgid "Settings are saved"
203
  msgstr "Opcje zostały zapisane."
204
 
205
+ #: gallery-plugin.php:777
206
  #, fuzzy
207
  msgid "Gallery Settings"
208
  msgstr "Opcje galerii."
209
 
210
+ #: gallery-plugin.php:780
211
  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:"
212
  msgstr ""
213
 
214
+ #: gallery-plugin.php:784
215
  #, fuzzy
216
  msgid "Image size for the album cover"
217
  msgstr "Размер для "
218
 
219
+ #: gallery-plugin.php:786
220
+ #: gallery-plugin.php:794
221
+ #: gallery-plugin.php:807
222
  #, fuzzy
223
  msgid "Image size"
224
  msgstr "Nazwa rozmiaru obrazka"
225
 
226
+ #: gallery-plugin.php:787
227
+ #: gallery-plugin.php:795
228
  msgid "Width (in px)"
229
  msgstr "Szerokość (w px)"
230
 
231
+ #: gallery-plugin.php:788
232
+ #: gallery-plugin.php:796
233
  msgid "Height (in px)"
234
  msgstr "Wysokość (w px)"
235
 
236
+ #: gallery-plugin.php:792
237
  #, fuzzy
238
  msgid "Gallery image size"
239
  msgstr "Galerie zdjęć"
240
 
241
+ #: gallery-plugin.php:800
242
  #, fuzzy
243
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
244
  msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
245
 
246
+ #: gallery-plugin.php:805
247
  msgid "Gallery image size in the lightbox"
248
  msgstr ""
249
 
250
+ #: gallery-plugin.php:808
251
  #, fuzzy
252
  msgid "Max width (in px)"
253
  msgstr "Szerokość (w px)"
254
 
255
+ #: gallery-plugin.php:809
256
  #, fuzzy
257
  msgid "Max height (in px)"
258
  msgstr "Wysokość (w px)"
259
 
260
+ #: gallery-plugin.php:810
261
  msgid "Display a full size image in the lightbox"
262
  msgstr ""
263
 
264
+ #: gallery-plugin.php:814
265
  msgid "Crop position"
266
  msgstr ""
267
 
268
+ #: gallery-plugin.php:816
269
  msgid "Horizontal"
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:818
273
  msgid "left"
274
  msgstr ""
275
 
276
+ #: gallery-plugin.php:819
277
+ #: gallery-plugin.php:826
278
  msgid "center"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:820
282
  msgid "right"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:823
286
  msgid "Vertical"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:825
290
  msgid "top"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:827
294
  msgid "bottom"
295
  msgstr ""
296
 
297
+ #: gallery-plugin.php:832
298
  msgid "Lightbox background"
299
  msgstr ""
300
 
301
+ #: gallery-plugin.php:834
302
  msgid "Default"
303
  msgstr ""
304
 
305
+ #: gallery-plugin.php:835
306
  msgid "Background transparency (from 0 to 1)"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:837
310
  msgid "Select a background color"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:839
314
  msgid "Background color"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:846
318
+ #: gallery-plugin.php:985
319
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
320
  msgstr ""
321
 
322
+ #: gallery-plugin.php:853
323
  msgid "Images with border"
324
  msgstr ""
325
 
326
+ #: gallery-plugin.php:856
327
  msgid "Border width in px, just numbers"
328
  msgstr ""
329
 
330
+ #: gallery-plugin.php:858
331
+ #: gallery-plugin.php:860
332
  msgid "Select a border color"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:866
336
  #, fuzzy
337
  msgid "Number of images in the row"
338
  msgstr "Ilość obrazków w rzędzie"
339
 
340
+ #: gallery-plugin.php:872
341
  msgid "Start slideshow"
342
  msgstr ""
343
 
344
+ #: gallery-plugin.php:878
345
  msgid "Slideshow interval"
346
  msgstr ""
347
 
348
+ #: gallery-plugin.php:886
349
  msgid "Attachment ID"
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:887
353
  #, fuzzy
354
  msgid "Image Name"
355
  msgstr "Nazwa rozmiaru obrazka"
356
 
357
+ #: gallery-plugin.php:889
358
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:890
362
  msgid "Random"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:894
366
  #, fuzzy
367
  msgid "Sort images"
368
  msgstr "Ilość obrazków w rzędzie"
369
 
370
+ #: gallery-plugin.php:896
371
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
372
  msgstr ""
373
 
374
+ #: gallery-plugin.php:897
375
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
376
  msgstr ""
377
 
378
+ #: gallery-plugin.php:901
379
  msgid "Display text above the image"
380
  msgstr ""
381
 
382
+ #: gallery-plugin.php:903
383
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
384
  msgstr ""
385
 
386
+ #: gallery-plugin.php:907
387
  msgid "Display the Back link"
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:913
391
  msgid "Display the Back link in the shortcode"
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:919
395
  msgid "The Back link text"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:925
399
  msgid "The Back link URL"
400
  msgstr ""
401
 
402
+ #: gallery-plugin.php:927
403
  msgid "Gallery page (Page with Gallery Template)"
404
  msgstr ""
405
 
406
+ #: gallery-plugin.php:929
407
  msgid "(Full URL to custom page)"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:933
411
  msgid "The Read More link text"
412
  msgstr ""
413
 
414
+ #: gallery-plugin.php:939
415
  msgid "Add gallery to the search"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:955
419
+ #: gallery-plugin.php:958
420
+ #: gallery-plugin.php:962
421
  msgid "Using Custom Search powered by"
422
  msgstr ""
423
 
424
+ #: gallery-plugin.php:958
425
  msgid "Activate Custom Search"
426
  msgstr ""
427
 
428
+ #: gallery-plugin.php:962
429
  msgid "Download Custom Search"
430
  msgstr ""
431
 
432
+ #: gallery-plugin.php:969
433
  msgid "Display Like buttons in the lightbox"
434
  msgstr ""
435
 
436
+ #: gallery-plugin.php:971
437
  msgid "FaceBook"
438
  msgstr ""
439
 
440
+ #: gallery-plugin.php:972
441
  #, fuzzy
442
  msgid "Twitter"
443
  msgstr "Tytuł"
444
 
445
+ #: gallery-plugin.php:973
446
  msgid "Pinterest"
447
  msgstr ""
448
 
449
+ #: gallery-plugin.php:974
450
  msgid "Google +1"
451
  msgstr ""
452
 
453
+ #: gallery-plugin.php:978
454
  #, fuzzy
455
  msgid "Slug for gallery item"
456
  msgstr "Rozmiar dla obrazka w galerii"
457
 
458
+ #: gallery-plugin.php:980
459
  msgid "for any structure of permalinks except the default structure"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:993
463
  msgid "Save Changes"
464
  msgstr "Zapisz zmiany"
465
 
466
+ #: gallery-plugin.php:1005
467
+ #: gallery-plugin.php:1020
468
  msgid "Settings"
469
  msgstr "Ustawienia"
470
 
471
+ #: gallery-plugin.php:1006
472
  msgid "FAQ"
473
  msgstr "FAQ "
474
 
475
+ #: gallery-plugin.php:1007
476
  msgid "Support"
477
  msgstr "Wsparcie"
478
 
479
+ #: gallery-plugin.php:1220
480
  #: template/gallery-single-template.php:77
481
  #, fuzzy
482
  msgid "Sorry, nothing found."
483
  msgstr "Przykro nam - nic nie znaleziono."
484
 
485
+ #: gallery-plugin.php:1242
486
  #: template/gallery-single-template.php:103
487
  msgid "Download high resolution image"
488
  msgstr ""
494
  #, fuzzy
495
  #~ msgid "PHP Max Upload Size"
496
  #~ msgstr "Wgraj plik"
 
 
 
 
497
  #~ msgid "Activated plugins"
498
  #~ msgstr "Aktywny plugin"
499
  #~ msgid "Read more"
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\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,529 +20,545 @@ msgstr ""
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
- #: gallery-plugin.php:754
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
 
27
  # @ gallery
28
- #: gallery-plugin.php:125
29
- #: gallery-plugin.php:135
30
  msgid "Galleries"
31
  msgstr "Galerias"
32
 
33
  # @ gallery
34
- #: gallery-plugin.php:126
35
- #: gallery-plugin.php:605
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
39
  # @ gallery
40
- #: gallery-plugin.php:127
41
  msgid "Add a Gallery"
42
  msgstr "Adicionar uma Galeria"
43
 
44
  # @ gallery
45
- #: gallery-plugin.php:128
46
  msgid "Add New Gallery"
47
  msgstr "Adicionar Nova Galeria"
48
 
49
  # @ gallery
50
- #: gallery-plugin.php:129
51
  msgid "Edit Gallery"
52
  msgstr "Editar Galeria"
53
 
54
  # @ gallery
55
- #: gallery-plugin.php:130
56
  msgid "New Gallery"
57
  msgstr "Nova Galeria"
58
 
59
  # @ gallery
60
- #: gallery-plugin.php:131
61
  msgid "View Gallery"
62
  msgstr "Ver Galeria"
63
 
64
  # @ gallery
65
- #: gallery-plugin.php:132
66
  msgid "Find a Gallery"
67
  msgstr "Encontre uma Galeria"
68
 
69
  # @ gallery
70
- #: gallery-plugin.php:133
71
  msgid "No Gallery found"
72
  msgstr "Nenhuma Galeria foi encontrada"
73
 
74
  # @ gallery
75
- #: gallery-plugin.php:190
76
  msgid "Upload File"
77
  msgstr "Enviar Arquivo"
78
 
79
  # @ gallery
80
- #: gallery-plugin.php:191
81
  msgid "Gallery Shortcode"
82
  msgstr "Shortcode da Galeria"
83
 
84
  # @ gallery
85
- #: gallery-plugin.php:209
86
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
87
  msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não está disponível para escrita em seu servidor Web. Por favor, utilize o método padrão do WP para fazer upload de imagens (biblioteca de mídia)"
88
 
89
  # @ gallery
90
- #: gallery-plugin.php:213
91
  msgid "Choose an image for upload:"
92
  msgstr "Escolha uma imagem para fazer upload:"
93
 
94
  # @ gallery
95
- #: gallery-plugin.php:218
96
  msgid "Please enable JavaScript to use the file uploader."
97
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
98
 
99
  # @ gallery
100
- #: gallery-plugin.php:225
101
  msgid "Allow the download link for all images in this gallery"
102
  msgstr "Permitir o link de download para todas as imagens nesta galeria"
103
 
104
  # @ gallery
105
- #: gallery-plugin.php:226
106
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
107
  msgstr "Por favor, use a função arrastar e soltar para alterar a ordem de exibição das imagens e não se esqueça de salvar o post."
108
 
109
  # @ gallery
110
- #: gallery-plugin.php:228
111
  msgid "Please make a choice"
112
  msgstr "Por favor, faça uma escolha"
113
 
114
  # @ gallery
115
- #: gallery-plugin.php:228
116
- #: gallery-plugin.php:867
117
  msgid "Sort images by"
118
  msgstr "Ordenar imagens por"
119
 
120
  # @ gallery
121
- #: gallery-plugin.php:228
122
  msgid "sort images"
123
  msgstr "ordenar imagens"
124
 
125
  # @ gallery
126
- #: gallery-plugin.php:228
127
  msgid "on the plugin settings page ("
128
  msgstr "da página de configurações do plugin ("
129
 
130
  # @ gallery
131
- #: gallery-plugin.php:272
132
- #: gallery-plugin.php:501
133
  msgid "Title"
134
  msgstr "Título"
135
 
136
- #: gallery-plugin.php:274
137
  msgid "Alt tag"
138
  msgstr ""
139
 
140
  # @ gallery
141
- #: gallery-plugin.php:275
142
  msgid "URL"
143
  msgstr "URL"
144
 
145
  # @ gallery
146
- #: gallery-plugin.php:275
147
  msgid "(by click on image opens a link in a new window)"
148
  msgstr "(clicar na imagem abre um link em uma nova janela)"
149
 
150
  # @ gallery
151
- #: gallery-plugin.php:276
152
  msgid "This setting is available in Pro version"
153
  msgstr "Esta configuração está disponível na versão Pro"
154
 
155
  # @ gallery
156
- #: gallery-plugin.php:277
157
  msgid "Open the link"
158
  msgstr "Abrir o link"
159
 
160
  # @ gallery
161
- #: gallery-plugin.php:277
162
  msgid "Current window"
163
  msgstr "Janela atual"
164
 
165
  # @ gallery
166
- #: gallery-plugin.php:277
167
  msgid "New window"
168
  msgstr "Nova janela"
169
 
170
  # @ gallery
171
- #: gallery-plugin.php:278
172
  msgid "Delete"
173
  msgstr "Excluir"
174
 
175
  # @ gallery
176
- #: gallery-plugin.php:291
177
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
178
  msgstr "Você pode adicionar esta Galeria numa página ou post inserindo este shortcode no conteúdo"
179
 
180
  # @ gallery
181
- #: gallery-plugin.php:293
182
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
183
  msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
184
 
185
  # @ gallery
186
- #: gallery-plugin.php:502
187
  msgid "Author"
188
  msgstr "Autor"
189
 
190
  # @ gallery
191
- #: gallery-plugin.php:503
192
  msgid "Photo"
193
  msgstr "Foto"
194
 
195
  # @ gallery
196
- #: gallery-plugin.php:504
197
  msgid "Publishing"
198
  msgstr "Publicação"
199
 
200
  # @ gallery
201
- #: gallery-plugin.php:505
202
- #: gallery-plugin.php:871
203
  msgid "Date"
204
  msgstr "Data"
205
 
206
  # @ gallery
207
- #: gallery-plugin.php:631
208
  msgid "See images &raquo;"
209
  msgstr "Ver imagens &raquo;"
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  # @ gallery
212
- #: gallery-plugin.php:747
213
  msgid "Settings are saved"
214
  msgstr "As configurações estão salvas"
215
 
216
  # @ gallery
217
- #: gallery-plugin.php:760
218
  msgid "Gallery Settings"
219
  msgstr "Configurações da Galeria"
220
 
221
  # @ gallery
222
- #: gallery-plugin.php:763
223
  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:"
224
  msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
225
 
226
  # @ gallery
227
- #: gallery-plugin.php:767
228
  msgid "Image size for the album cover"
229
  msgstr "Tamanho da imagem de capa do álbum"
230
 
231
  # @ gallery
232
- #: gallery-plugin.php:769
233
- #: gallery-plugin.php:777
234
- #: gallery-plugin.php:790
235
  msgid "Image size"
236
  msgstr "Tamanho da imagem"
237
 
238
  # @ gallery
239
- #: gallery-plugin.php:770
240
- #: gallery-plugin.php:778
241
  msgid "Width (in px)"
242
  msgstr "Largura (em px)"
243
 
244
  # @ gallery
245
- #: gallery-plugin.php:771
246
- #: gallery-plugin.php:779
247
  msgid "Height (in px)"
248
  msgstr "Altura (em px)"
249
 
250
  # @ gallery
251
- #: gallery-plugin.php:775
252
  msgid "Gallery image size"
253
  msgstr "Tamanho da imagem da galeria"
254
 
255
  # @ gallery
256
- #: gallery-plugin.php:783
257
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
258
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
259
 
260
  # @ gallery
261
- #: gallery-plugin.php:788
262
  msgid "Gallery image size in the lightbox"
263
  msgstr "Tamanho da imagem da galeria no Lightbox"
264
 
265
  # @ gallery
266
- #: gallery-plugin.php:791
267
  msgid "Max width (in px)"
268
  msgstr "Largura máxima (em px)"
269
 
270
  # @ gallery
271
- #: gallery-plugin.php:792
272
  msgid "Max height (in px)"
273
  msgstr "Altura máxima (em px)"
274
 
275
  # @ gallery
276
- #: gallery-plugin.php:793
277
  msgid "Display a full size image in the lightbox"
278
  msgstr "Exibir a imagem em tamanho original no Lightbox"
279
 
280
  # @ gallery
281
- #: gallery-plugin.php:797
282
  msgid "Crop position"
283
  msgstr "Posição de recorte"
284
 
285
  # @ gallery
286
- #: gallery-plugin.php:799
287
  msgid "Horizontal"
288
  msgstr "Horizontal"
289
 
290
  # @ gallery
291
- #: gallery-plugin.php:801
292
  msgid "left"
293
  msgstr "esquerda"
294
 
295
  # @ gallery
296
- #: gallery-plugin.php:802
297
- #: gallery-plugin.php:809
298
  msgid "center"
299
  msgstr "centro"
300
 
301
  # @ gallery
302
- #: gallery-plugin.php:803
303
  msgid "right"
304
  msgstr "direita"
305
 
306
  # @ gallery
307
- #: gallery-plugin.php:806
308
  msgid "Vertical"
309
  msgstr "Vertical"
310
 
311
  # @ gallery
312
- #: gallery-plugin.php:808
313
  msgid "top"
314
  msgstr "topo"
315
 
316
  # @ gallery
317
- #: gallery-plugin.php:810
318
  msgid "bottom"
319
  msgstr "fundo"
320
 
321
  # @ gallery
322
- #: gallery-plugin.php:815
323
  msgid "Lightbox background"
324
  msgstr "Fundo do Lightbox"
325
 
326
  # @ gallery
327
- #: gallery-plugin.php:817
328
  msgid "Default"
329
  msgstr "Padrão"
330
 
331
  # @ gallery
332
- #: gallery-plugin.php:818
333
  msgid "Background transparency (from 0 to 1)"
334
  msgstr "Transparência de background (de 0 a 1)"
335
 
336
  # @ gallery
337
- #: gallery-plugin.php:820
338
  msgid "Select a background color"
339
  msgstr "Selecionar uma cor de fundo"
340
 
341
  # @ gallery
342
- #: gallery-plugin.php:822
343
  msgid "Background color"
344
  msgstr "Cor de fundo"
345
 
346
  # @ gallery
347
- #: gallery-plugin.php:829
348
- #: gallery-plugin.php:971
349
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
350
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
351
 
352
  # @ gallery
353
- #: gallery-plugin.php:836
354
  msgid "Images with border"
355
  msgstr "Imagens com borda"
356
 
357
  # @ gallery
358
- #: gallery-plugin.php:839
359
  msgid "Border width in px, just numbers"
360
  msgstr "Largura da borda em px, apenas os números"
361
 
362
  # @ gallery
363
- #: gallery-plugin.php:841
364
- #: gallery-plugin.php:843
365
  msgid "Select a border color"
366
  msgstr "Escolha a cor da borda"
367
 
368
  # @ gallery
369
- #: gallery-plugin.php:849
370
  msgid "Number of images in the row"
371
  msgstr "Número de imagens por linha"
372
 
373
  # @ gallery
374
- #: gallery-plugin.php:855
375
  msgid "Start slideshow"
376
  msgstr "Iniciar Apresentação de Slides"
377
 
378
  # @ gallery
379
- #: gallery-plugin.php:861
380
  msgid "Slideshow interval"
381
  msgstr "Intervalo de tempo entre cada Slide"
382
 
383
  # @ gallery
384
- #: gallery-plugin.php:869
385
  msgid "Attachment ID"
386
  msgstr "ID do anexo"
387
 
388
  # @ gallery
389
- #: gallery-plugin.php:870
390
  msgid "Image Name"
391
  msgstr "Nome da Imagem"
392
 
393
  # @ gallery
394
- #: gallery-plugin.php:872
395
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
396
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
397
 
398
  # @ gallery
399
- #: gallery-plugin.php:873
400
  msgid "Random"
401
  msgstr "Aleatório"
402
 
403
  # @ gallery
404
- #: gallery-plugin.php:877
405
  msgid "Sort images"
406
  msgstr "Ordenar imagens:"
407
 
408
  # @ gallery
409
- #: gallery-plugin.php:879
410
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
411
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
412
 
413
  # @ gallery
414
- #: gallery-plugin.php:880
415
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
416
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
417
 
418
  # @ gallery
419
- #: gallery-plugin.php:884
420
  msgid "Display text above the image"
421
  msgstr "Mostrar texto acima da imagem"
422
 
423
  # @ gallery
424
- #: gallery-plugin.php:886
425
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
426
  msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
427
 
428
  # @ gallery
429
- #: gallery-plugin.php:890
430
  msgid "Display the Back link"
431
  msgstr "Exibir o link Voltar"
432
 
433
  # @ gallery
434
- #: gallery-plugin.php:896
435
  msgid "Display the Back link in the shortcode"
436
  msgstr "Exibir o link Voltar no shortcode"
437
 
438
  # @ gallery
439
- #: gallery-plugin.php:902
440
  msgid "The Back link text"
441
  msgstr "Texto do link Voltar"
442
 
443
  # @ gallery
444
- #: gallery-plugin.php:908
445
  msgid "The Back link URL"
446
  msgstr "URL do link Voltar"
447
 
448
  # @ gallery
449
- #: gallery-plugin.php:910
450
  msgid "Gallery page (Page with Gallery Template)"
451
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
452
 
453
  # @ gallery
454
- #: gallery-plugin.php:912
455
  msgid "(Full URL to custom page)"
456
  msgstr "(URL completa para a página personalizada)"
457
 
458
  # @ gallery
459
- #: gallery-plugin.php:916
460
  msgid "The Read More link text"
461
  msgstr "Texto do link Leia Mais"
462
 
463
- #: gallery-plugin.php:922
464
  msgid "Add gallery to the search"
465
  msgstr ""
466
 
467
- #: gallery-plugin.php:941
468
- #: gallery-plugin.php:944
469
- #: gallery-plugin.php:948
470
  msgid "Using Custom Search powered by"
471
  msgstr ""
472
 
473
- #: gallery-plugin.php:944
474
  msgid "Activate Custom Search"
475
  msgstr ""
476
 
477
- #: gallery-plugin.php:948
478
  msgid "Download Custom Search"
479
  msgstr ""
480
 
481
  # @ gallery
482
- #: gallery-plugin.php:955
483
  msgid "Display Like buttons in the lightbox"
484
  msgstr "Exibir botões de Curtir no Lightbox"
485
 
486
  # @ gallery
487
- #: gallery-plugin.php:957
488
  msgid "FaceBook"
489
  msgstr "Facebook"
490
 
491
  # @ gallery
492
- #: gallery-plugin.php:958
493
  msgid "Twitter"
494
  msgstr "Twitter"
495
 
496
  # @ gallery
497
- #: gallery-plugin.php:959
498
  msgid "Pinterest"
499
  msgstr "Pinterest"
500
 
501
  # @ gallery
502
- #: gallery-plugin.php:960
503
  msgid "Google +1"
504
  msgstr "Google +1"
505
 
506
  # @ gallery
507
- #: gallery-plugin.php:964
508
  msgid "Slug for gallery item"
509
  msgstr "Slug para o item da galeria"
510
 
511
  # @ gallery
512
- #: gallery-plugin.php:966
513
  msgid "for any structure of permalinks except the default structure"
514
  msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
515
 
516
  # @ default
517
- #: gallery-plugin.php:979
518
  msgid "Save Changes"
519
  msgstr "Salvar Alterações"
520
 
521
  # @ bestwebsoft
522
  # @ gallery
523
- #: gallery-plugin.php:991
524
- #: gallery-plugin.php:1006
525
  msgid "Settings"
526
  msgstr "Configurações"
527
 
528
  # @ gallery
529
- #: gallery-plugin.php:992
530
  msgid "FAQ"
531
  msgstr "FAQ"
532
 
533
  # @ gallery
534
- #: gallery-plugin.php:993
535
  msgid "Support"
536
  msgstr "Suporte"
537
 
538
  # @ gallery
539
- #: gallery-plugin.php:1203
540
  #: template/gallery-single-template.php:77
541
  msgid "Sorry, nothing found."
542
  msgstr "Desculpe, nada foi encontrado."
543
 
544
  # @ gallery
545
- #: gallery-plugin.php:1225
546
  #: template/gallery-single-template.php:103
547
  msgid "Download high resolution image"
548
  msgstr "Download de imagem de alta resolução"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:28+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ gallery
22
  #: gallery-plugin.php:101
23
+ #: gallery-plugin.php:771
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
 
27
  # @ gallery
28
+ #: gallery-plugin.php:126
29
+ #: gallery-plugin.php:136
30
  msgid "Galleries"
31
  msgstr "Galerias"
32
 
33
  # @ gallery
34
+ #: gallery-plugin.php:127
35
+ #: gallery-plugin.php:606
36
  msgid "Gallery"
37
  msgstr "Galeria"
38
 
39
  # @ gallery
40
+ #: gallery-plugin.php:128
41
  msgid "Add a Gallery"
42
  msgstr "Adicionar uma Galeria"
43
 
44
  # @ gallery
45
+ #: gallery-plugin.php:129
46
  msgid "Add New Gallery"
47
  msgstr "Adicionar Nova Galeria"
48
 
49
  # @ gallery
50
+ #: gallery-plugin.php:130
51
  msgid "Edit Gallery"
52
  msgstr "Editar Galeria"
53
 
54
  # @ gallery
55
+ #: gallery-plugin.php:131
56
  msgid "New Gallery"
57
  msgstr "Nova Galeria"
58
 
59
  # @ gallery
60
+ #: gallery-plugin.php:132
61
  msgid "View Gallery"
62
  msgstr "Ver Galeria"
63
 
64
  # @ gallery
65
+ #: gallery-plugin.php:133
66
  msgid "Find a Gallery"
67
  msgstr "Encontre uma Galeria"
68
 
69
  # @ gallery
70
+ #: gallery-plugin.php:134
71
  msgid "No Gallery found"
72
  msgstr "Nenhuma Galeria foi encontrada"
73
 
74
  # @ gallery
75
+ #: gallery-plugin.php:191
76
  msgid "Upload File"
77
  msgstr "Enviar Arquivo"
78
 
79
  # @ gallery
80
+ #: gallery-plugin.php:192
81
  msgid "Gallery Shortcode"
82
  msgstr "Shortcode da Galeria"
83
 
84
  # @ gallery
85
+ #: gallery-plugin.php:210
86
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
87
  msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não está disponível para escrita em seu servidor Web. Por favor, utilize o método padrão do WP para fazer upload de imagens (biblioteca de mídia)"
88
 
89
  # @ gallery
90
+ #: gallery-plugin.php:214
91
  msgid "Choose an image for upload:"
92
  msgstr "Escolha uma imagem para fazer upload:"
93
 
94
  # @ gallery
95
+ #: gallery-plugin.php:219
96
  msgid "Please enable JavaScript to use the file uploader."
97
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
98
 
99
  # @ gallery
100
+ #: gallery-plugin.php:226
101
  msgid "Allow the download link for all images in this gallery"
102
  msgstr "Permitir o link de download para todas as imagens nesta galeria"
103
 
104
  # @ gallery
105
+ #: gallery-plugin.php:227
106
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
107
  msgstr "Por favor, use a função arrastar e soltar para alterar a ordem de exibição das imagens e não se esqueça de salvar o post."
108
 
109
  # @ gallery
110
+ #: gallery-plugin.php:229
111
  msgid "Please make a choice"
112
  msgstr "Por favor, faça uma escolha"
113
 
114
  # @ gallery
115
+ #: gallery-plugin.php:229
116
+ #: gallery-plugin.php:884
117
  msgid "Sort images by"
118
  msgstr "Ordenar imagens por"
119
 
120
  # @ gallery
121
+ #: gallery-plugin.php:229
122
  msgid "sort images"
123
  msgstr "ordenar imagens"
124
 
125
  # @ gallery
126
+ #: gallery-plugin.php:229
127
  msgid "on the plugin settings page ("
128
  msgstr "da página de configurações do plugin ("
129
 
130
  # @ gallery
131
+ #: gallery-plugin.php:273
132
+ #: gallery-plugin.php:502
133
  msgid "Title"
134
  msgstr "Título"
135
 
136
+ #: gallery-plugin.php:275
137
  msgid "Alt tag"
138
  msgstr ""
139
 
140
  # @ gallery
141
+ #: gallery-plugin.php:276
142
  msgid "URL"
143
  msgstr "URL"
144
 
145
  # @ gallery
146
+ #: gallery-plugin.php:276
147
  msgid "(by click on image opens a link in a new window)"
148
  msgstr "(clicar na imagem abre um link em uma nova janela)"
149
 
150
  # @ gallery
151
+ #: gallery-plugin.php:277
152
  msgid "This setting is available in Pro version"
153
  msgstr "Esta configuração está disponível na versão Pro"
154
 
155
  # @ gallery
156
+ #: gallery-plugin.php:278
157
  msgid "Open the link"
158
  msgstr "Abrir o link"
159
 
160
  # @ gallery
161
+ #: gallery-plugin.php:278
162
  msgid "Current window"
163
  msgstr "Janela atual"
164
 
165
  # @ gallery
166
+ #: gallery-plugin.php:278
167
  msgid "New window"
168
  msgstr "Nova janela"
169
 
170
  # @ gallery
171
+ #: gallery-plugin.php:279
172
  msgid "Delete"
173
  msgstr "Excluir"
174
 
175
  # @ gallery
176
+ #: gallery-plugin.php:292
177
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
178
  msgstr "Você pode adicionar esta Galeria numa página ou post inserindo este shortcode no conteúdo"
179
 
180
  # @ gallery
181
+ #: gallery-plugin.php:294
182
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
183
  msgstr "Se você quiser mostrar uma breve descrição contendo a miniatura e o link para a Página da Galeria use assim"
184
 
185
  # @ gallery
186
+ #: gallery-plugin.php:503
187
  msgid "Author"
188
  msgstr "Autor"
189
 
190
  # @ gallery
191
+ #: gallery-plugin.php:504
192
  msgid "Photo"
193
  msgstr "Foto"
194
 
195
  # @ gallery
196
+ #: gallery-plugin.php:505
197
  msgid "Publishing"
198
  msgstr "Publicação"
199
 
200
  # @ gallery
201
+ #: gallery-plugin.php:506
202
+ #: gallery-plugin.php:888
203
  msgid "Date"
204
  msgstr "Data"
205
 
206
  # @ gallery
207
+ #: gallery-plugin.php:632
208
  msgid "See images &raquo;"
209
  msgstr "Ver imagens &raquo;"
210
 
211
+ #: gallery-plugin.php:679
212
+ msgid "requires"
213
+ msgstr ""
214
+
215
+ #: gallery-plugin.php:679
216
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
217
+ msgstr ""
218
+
219
+ #: gallery-plugin.php:679
220
+ msgid "Back to the WordPress"
221
+ msgstr ""
222
+
223
+ #: gallery-plugin.php:679
224
+ msgid "Plugins page"
225
+ msgstr ""
226
+
227
  # @ gallery
228
+ #: gallery-plugin.php:764
229
  msgid "Settings are saved"
230
  msgstr "As configurações estão salvas"
231
 
232
  # @ gallery
233
+ #: gallery-plugin.php:777
234
  msgid "Gallery Settings"
235
  msgstr "Configurações da Galeria"
236
 
237
  # @ gallery
238
+ #: gallery-plugin.php:780
239
  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:"
240
  msgstr "Se você quiser adicionar uma Galeria específica em sua página ou post, basta copiar e colar este shortcode em seu post ou página:"
241
 
242
  # @ gallery
243
+ #: gallery-plugin.php:784
244
  msgid "Image size for the album cover"
245
  msgstr "Tamanho da imagem de capa do álbum"
246
 
247
  # @ gallery
248
+ #: gallery-plugin.php:786
249
+ #: gallery-plugin.php:794
250
+ #: gallery-plugin.php:807
251
  msgid "Image size"
252
  msgstr "Tamanho da imagem"
253
 
254
  # @ gallery
255
+ #: gallery-plugin.php:787
256
+ #: gallery-plugin.php:795
257
  msgid "Width (in px)"
258
  msgstr "Largura (em px)"
259
 
260
  # @ gallery
261
+ #: gallery-plugin.php:788
262
+ #: gallery-plugin.php:796
263
  msgid "Height (in px)"
264
  msgstr "Altura (em px)"
265
 
266
  # @ gallery
267
+ #: gallery-plugin.php:792
268
  msgid "Gallery image size"
269
  msgstr "Tamanho da imagem da galeria"
270
 
271
  # @ gallery
272
+ #: gallery-plugin.php:800
273
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
274
  msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados quando você enviar uma nova foto."
275
 
276
  # @ gallery
277
+ #: gallery-plugin.php:805
278
  msgid "Gallery image size in the lightbox"
279
  msgstr "Tamanho da imagem da galeria no Lightbox"
280
 
281
  # @ gallery
282
+ #: gallery-plugin.php:808
283
  msgid "Max width (in px)"
284
  msgstr "Largura máxima (em px)"
285
 
286
  # @ gallery
287
+ #: gallery-plugin.php:809
288
  msgid "Max height (in px)"
289
  msgstr "Altura máxima (em px)"
290
 
291
  # @ gallery
292
+ #: gallery-plugin.php:810
293
  msgid "Display a full size image in the lightbox"
294
  msgstr "Exibir a imagem em tamanho original no Lightbox"
295
 
296
  # @ gallery
297
+ #: gallery-plugin.php:814
298
  msgid "Crop position"
299
  msgstr "Posição de recorte"
300
 
301
  # @ gallery
302
+ #: gallery-plugin.php:816
303
  msgid "Horizontal"
304
  msgstr "Horizontal"
305
 
306
  # @ gallery
307
+ #: gallery-plugin.php:818
308
  msgid "left"
309
  msgstr "esquerda"
310
 
311
  # @ gallery
312
+ #: gallery-plugin.php:819
313
+ #: gallery-plugin.php:826
314
  msgid "center"
315
  msgstr "centro"
316
 
317
  # @ gallery
318
+ #: gallery-plugin.php:820
319
  msgid "right"
320
  msgstr "direita"
321
 
322
  # @ gallery
323
+ #: gallery-plugin.php:823
324
  msgid "Vertical"
325
  msgstr "Vertical"
326
 
327
  # @ gallery
328
+ #: gallery-plugin.php:825
329
  msgid "top"
330
  msgstr "topo"
331
 
332
  # @ gallery
333
+ #: gallery-plugin.php:827
334
  msgid "bottom"
335
  msgstr "fundo"
336
 
337
  # @ gallery
338
+ #: gallery-plugin.php:832
339
  msgid "Lightbox background"
340
  msgstr "Fundo do Lightbox"
341
 
342
  # @ gallery
343
+ #: gallery-plugin.php:834
344
  msgid "Default"
345
  msgstr "Padrão"
346
 
347
  # @ gallery
348
+ #: gallery-plugin.php:835
349
  msgid "Background transparency (from 0 to 1)"
350
  msgstr "Transparência de background (de 0 a 1)"
351
 
352
  # @ gallery
353
+ #: gallery-plugin.php:837
354
  msgid "Select a background color"
355
  msgstr "Selecionar uma cor de fundo"
356
 
357
  # @ gallery
358
+ #: gallery-plugin.php:839
359
  msgid "Background color"
360
  msgstr "Cor de fundo"
361
 
362
  # @ gallery
363
+ #: gallery-plugin.php:846
364
+ #: gallery-plugin.php:985
365
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
366
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
367
 
368
  # @ gallery
369
+ #: gallery-plugin.php:853
370
  msgid "Images with border"
371
  msgstr "Imagens com borda"
372
 
373
  # @ gallery
374
+ #: gallery-plugin.php:856
375
  msgid "Border width in px, just numbers"
376
  msgstr "Largura da borda em px, apenas os números"
377
 
378
  # @ gallery
379
+ #: gallery-plugin.php:858
380
+ #: gallery-plugin.php:860
381
  msgid "Select a border color"
382
  msgstr "Escolha a cor da borda"
383
 
384
  # @ gallery
385
+ #: gallery-plugin.php:866
386
  msgid "Number of images in the row"
387
  msgstr "Número de imagens por linha"
388
 
389
  # @ gallery
390
+ #: gallery-plugin.php:872
391
  msgid "Start slideshow"
392
  msgstr "Iniciar Apresentação de Slides"
393
 
394
  # @ gallery
395
+ #: gallery-plugin.php:878
396
  msgid "Slideshow interval"
397
  msgstr "Intervalo de tempo entre cada Slide"
398
 
399
  # @ gallery
400
+ #: gallery-plugin.php:886
401
  msgid "Attachment ID"
402
  msgstr "ID do anexo"
403
 
404
  # @ gallery
405
+ #: gallery-plugin.php:887
406
  msgid "Image Name"
407
  msgstr "Nome da Imagem"
408
 
409
  # @ gallery
410
+ #: gallery-plugin.php:889
411
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
412
  msgstr "Critério de ordenação (o campo de ordenação na caixa de diálogo em Adicionar Mídia)"
413
 
414
  # @ gallery
415
+ #: gallery-plugin.php:890
416
  msgid "Random"
417
  msgstr "Aleatório"
418
 
419
  # @ gallery
420
+ #: gallery-plugin.php:894
421
  msgid "Sort images"
422
  msgstr "Ordenar imagens:"
423
 
424
  # @ gallery
425
+ #: gallery-plugin.php:896
426
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
427
  msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
428
 
429
  # @ gallery
430
+ #: gallery-plugin.php:897
431
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
432
  msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
433
 
434
  # @ gallery
435
+ #: gallery-plugin.php:901
436
  msgid "Display text above the image"
437
  msgstr "Mostrar texto acima da imagem"
438
 
439
  # @ gallery
440
+ #: gallery-plugin.php:903
441
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
442
  msgstr "Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa lightbox"
443
 
444
  # @ gallery
445
+ #: gallery-plugin.php:907
446
  msgid "Display the Back link"
447
  msgstr "Exibir o link Voltar"
448
 
449
  # @ gallery
450
+ #: gallery-plugin.php:913
451
  msgid "Display the Back link in the shortcode"
452
  msgstr "Exibir o link Voltar no shortcode"
453
 
454
  # @ gallery
455
+ #: gallery-plugin.php:919
456
  msgid "The Back link text"
457
  msgstr "Texto do link Voltar"
458
 
459
  # @ gallery
460
+ #: gallery-plugin.php:925
461
  msgid "The Back link URL"
462
  msgstr "URL do link Voltar"
463
 
464
  # @ gallery
465
+ #: gallery-plugin.php:927
466
  msgid "Gallery page (Page with Gallery Template)"
467
  msgstr "Página da Galeria (página usando o Modelo de Galeria)"
468
 
469
  # @ gallery
470
+ #: gallery-plugin.php:929
471
  msgid "(Full URL to custom page)"
472
  msgstr "(URL completa para a página personalizada)"
473
 
474
  # @ gallery
475
+ #: gallery-plugin.php:933
476
  msgid "The Read More link text"
477
  msgstr "Texto do link Leia Mais"
478
 
479
+ #: gallery-plugin.php:939
480
  msgid "Add gallery to the search"
481
  msgstr ""
482
 
483
+ #: gallery-plugin.php:955
484
+ #: gallery-plugin.php:958
485
+ #: gallery-plugin.php:962
486
  msgid "Using Custom Search powered by"
487
  msgstr ""
488
 
489
+ #: gallery-plugin.php:958
490
  msgid "Activate Custom Search"
491
  msgstr ""
492
 
493
+ #: gallery-plugin.php:962
494
  msgid "Download Custom Search"
495
  msgstr ""
496
 
497
  # @ gallery
498
+ #: gallery-plugin.php:969
499
  msgid "Display Like buttons in the lightbox"
500
  msgstr "Exibir botões de Curtir no Lightbox"
501
 
502
  # @ gallery
503
+ #: gallery-plugin.php:971
504
  msgid "FaceBook"
505
  msgstr "Facebook"
506
 
507
  # @ gallery
508
+ #: gallery-plugin.php:972
509
  msgid "Twitter"
510
  msgstr "Twitter"
511
 
512
  # @ gallery
513
+ #: gallery-plugin.php:973
514
  msgid "Pinterest"
515
  msgstr "Pinterest"
516
 
517
  # @ gallery
518
+ #: gallery-plugin.php:974
519
  msgid "Google +1"
520
  msgstr "Google +1"
521
 
522
  # @ gallery
523
+ #: gallery-plugin.php:978
524
  msgid "Slug for gallery item"
525
  msgstr "Slug para o item da galeria"
526
 
527
  # @ gallery
528
+ #: gallery-plugin.php:980
529
  msgid "for any structure of permalinks except the default structure"
530
  msgstr "para qualquer estrutura de links permanentes, exceto a estrutura padrão"
531
 
532
  # @ default
533
+ #: gallery-plugin.php:993
534
  msgid "Save Changes"
535
  msgstr "Salvar Alterações"
536
 
537
  # @ bestwebsoft
538
  # @ gallery
539
+ #: gallery-plugin.php:1005
540
+ #: gallery-plugin.php:1020
541
  msgid "Settings"
542
  msgstr "Configurações"
543
 
544
  # @ gallery
545
+ #: gallery-plugin.php:1006
546
  msgid "FAQ"
547
  msgstr "FAQ"
548
 
549
  # @ gallery
550
+ #: gallery-plugin.php:1007
551
  msgid "Support"
552
  msgstr "Suporte"
553
 
554
  # @ gallery
555
+ #: gallery-plugin.php:1220
556
  #: template/gallery-single-template.php:77
557
  msgid "Sorry, nothing found."
558
  msgstr "Desculpe, nada foi encontrado."
559
 
560
  # @ gallery
561
+ #: gallery-plugin.php:1242
562
  #: template/gallery-single-template.php:103
563
  msgid "Download high resolution image"
564
  msgstr "Download de imagem de alta resolução"
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-10-28 17:43+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,431 +17,447 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Галереи"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
- #: gallery-plugin.php:127
35
  msgid "Add a Gallery"
36
  msgstr "Добавить новую галерею"
37
 
38
- #: gallery-plugin.php:128
39
  msgid "Add New Gallery"
40
  msgstr "Добавить новую галерею"
41
 
42
- #: gallery-plugin.php:129
43
  msgid "Edit Gallery"
44
  msgstr "Редактировать галерею"
45
 
46
- #: gallery-plugin.php:130
47
  msgid "New Gallery"
48
  msgstr "Новая галерея"
49
 
50
- #: gallery-plugin.php:131
51
  msgid "View Gallery"
52
  msgstr "Просмотреть галерею"
53
 
54
- #: gallery-plugin.php:132
55
  msgid "Find a Gallery"
56
  msgstr "Редактировать галерею"
57
 
58
- #: gallery-plugin.php:133
59
  msgid "No Gallery found"
60
  msgstr "Ни одной галереи не найдено"
61
 
62
- #: gallery-plugin.php:190
63
  msgid "Upload File"
64
  msgstr "Загрузить файлы"
65
 
66
- #: gallery-plugin.php:191
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод Для Галереи"
69
 
70
- #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
73
 
74
- #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "Выбрать файлы для загрузки:"
77
 
78
- #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
81
 
82
- #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
85
 
86
- #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения изображений и не забудьте сохранить пост."
89
 
90
- #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "Пожалуйста, выберите"
93
 
94
- #: gallery-plugin.php:228
95
- #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Изображения сортируются по"
98
 
99
- #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "сортировать изображения"
102
 
103
- #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "на странице настроек плагина ("
106
 
107
- #: gallery-plugin.php:272
108
- #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "Название"
111
 
112
- #: gallery-plugin.php:274
113
  msgid "Alt tag"
114
  msgstr "Тэг \"Alt\""
115
 
116
- #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "Ссылка"
119
 
120
- #: gallery-plugin.php:275
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
123
 
124
- #: gallery-plugin.php:276
125
  msgid "This setting is available in Pro version"
126
  msgstr "Эти настройки доступны в Pro версии"
127
 
128
- #: gallery-plugin.php:277
129
  msgid "Open the link"
130
  msgstr "Открыть ссылку"
131
 
132
- #: gallery-plugin.php:277
133
  msgid "Current window"
134
  msgstr "Текущее окно"
135
 
136
- #: gallery-plugin.php:277
137
  msgid "New window"
138
  msgstr "Новое окно"
139
 
140
- #: gallery-plugin.php:278
141
  msgid "Delete"
142
  msgstr "Удалить"
143
 
144
- #: gallery-plugin.php:291
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
147
 
148
- #: gallery-plugin.php:293
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
151
 
152
- #: gallery-plugin.php:502
153
  msgid "Author"
154
  msgstr "Автор"
155
 
156
- #: gallery-plugin.php:503
157
  msgid "Photo"
158
  msgstr "Фото"
159
 
160
- #: gallery-plugin.php:504
161
  msgid "Publishing"
162
  msgstr "Опубликование"
163
 
164
- #: gallery-plugin.php:505
165
- #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Дата"
168
 
169
- #: gallery-plugin.php:631
170
  msgid "See images &raquo;"
171
  msgstr "Смотреть фотографии &raquo;"
172
 
173
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Settings are saved"
175
  msgstr "Опции сохранены"
176
 
177
- #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Настройки Галереи"
180
 
181
- #: gallery-plugin.php:763
182
  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:"
183
  msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
184
 
185
- #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
  msgstr "Размер изображения для обложки альбома галереи"
188
 
189
- #: gallery-plugin.php:769
190
- #: gallery-plugin.php:777
191
- #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Название размера изображения"
194
 
195
- #: gallery-plugin.php:770
196
- #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Ширина (в px)"
199
 
200
- #: gallery-plugin.php:771
201
- #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Высота (в px)"
204
 
205
- #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Размер изображений Галереи"
208
 
209
- #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
212
 
213
- #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Размер изображений Галереи в лайтбоксе"
216
 
217
- #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "Макс. ширина (в px)"
220
 
221
- #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "Макс. высота (в px)"
224
 
225
- #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
228
 
229
- #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Позиция обрезки"
232
 
233
- #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Горизонтальная"
236
 
237
- #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "лево"
240
 
241
- #: gallery-plugin.php:802
242
- #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "центр"
245
 
246
- #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "право"
249
 
250
- #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "Вертикальная"
253
 
254
- #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "верх"
257
 
258
- #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "низ"
261
 
262
- #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Фон лайтбокса"
265
 
266
- #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "По-умолчанию"
269
 
270
- #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Прозрачность для фона (от 0 до 1)"
273
 
274
- #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Выберите цвет фона"
277
 
278
- #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Цвет фона"
281
 
282
- #: gallery-plugin.php:829
283
- #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
286
 
287
- #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Изображения с рамкой"
290
 
291
- #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Ширина рамки в px, только числа"
294
 
295
- #: gallery-plugin.php:841
296
- #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Выберите цвет рамки"
299
 
300
- #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Количество изображений в строке"
303
 
304
- #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Начать слайдшоу"
307
 
308
- #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Интервал времени при показе слайдшоу"
311
 
312
- #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "id изображения"
315
 
316
- #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "названию изображения"
319
 
320
- #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
323
 
324
- #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "произвольно"
327
 
328
- #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Сортировать изображения"
331
 
332
- #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
335
 
336
- #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
339
 
340
- #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Отображение текста над изображением"
343
 
344
- #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
347
 
348
- #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Отображать ссылку Вернуться"
351
 
352
- #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Отображаться ссылку Вернуться в шорткоде"
355
 
356
- #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Текст для ссылки Вернуться"
359
 
360
- #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "URL для ссылки Вернуться"
363
 
364
- #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Страница галереи (Страница с Gallery Template)"
367
 
368
- #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Полная ссылка на пользовательскую страницу)"
371
 
372
- #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Текст для ссылки Вернуться"
375
 
376
- #: gallery-plugin.php:922
377
  msgid "Add gallery to the search"
378
  msgstr "Добавить галерею в поиск"
379
 
380
- #: gallery-plugin.php:941
381
- #: gallery-plugin.php:944
382
- #: gallery-plugin.php:948
383
  msgid "Using Custom Search powered by"
384
  msgstr "Используя Custom Search, разработанный"
385
 
386
- #: gallery-plugin.php:944
387
  msgid "Activate Custom Search"
388
  msgstr "Активировать Custom Search"
389
 
390
- #: gallery-plugin.php:948
391
  msgid "Download Custom Search"
392
  msgstr "Загрузить Custom Search"
393
 
394
- #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Отображать Like кнопки в лайтбоксе"
397
 
398
- #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "FaceBook"
401
 
402
- #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
- #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
- #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Google +1"
413
 
414
- #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Название для элементов галереи"
417
 
418
- #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
421
 
422
- #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Сохранить изменения"
425
 
426
- #: gallery-plugin.php:991
427
- #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Настройки"
430
 
431
- #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "FAQ"
434
 
435
- #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Поддержка"
438
 
439
- #: gallery-plugin.php:1203
440
  #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Извините, ничего не найдено."
443
 
444
- #: gallery-plugin.php:1225
445
  #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Скачать изображение в высоком разрешении"
@@ -514,8 +530,6 @@ msgstr "Изображение"
514
  #~ msgstr "Спасибо, что связались с нами."
515
  #~ msgid "Sorry, email message could not be delivered."
516
  #~ msgstr "Извините, ваш email не может быть отправлен."
517
- #~ msgid "Pro plugins"
518
- #~ msgstr "Pro плагины"
519
  #~ msgid "Activated plugins"
520
  #~ msgstr "Активированные плагины"
521
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:28+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:29+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:771
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
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Галереи"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
+ #: gallery-plugin.php:128
35
  msgid "Add a Gallery"
36
  msgstr "Добавить новую галерею"
37
 
38
+ #: gallery-plugin.php:129
39
  msgid "Add New Gallery"
40
  msgstr "Добавить новую галерею"
41
 
42
+ #: gallery-plugin.php:130
43
  msgid "Edit Gallery"
44
  msgstr "Редактировать галерею"
45
 
46
+ #: gallery-plugin.php:131
47
  msgid "New Gallery"
48
  msgstr "Новая галерея"
49
 
50
+ #: gallery-plugin.php:132
51
  msgid "View Gallery"
52
  msgstr "Просмотреть галерею"
53
 
54
+ #: gallery-plugin.php:133
55
  msgid "Find a Gallery"
56
  msgstr "Редактировать галерею"
57
 
58
+ #: gallery-plugin.php:134
59
  msgid "No Gallery found"
60
  msgstr "Ни одной галереи не найдено"
61
 
62
+ #: gallery-plugin.php:191
63
  msgid "Upload File"
64
  msgstr "Загрузить файлы"
65
 
66
+ #: gallery-plugin.php:192
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод Для Галереи"
69
 
70
+ #: gallery-plugin.php:210
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
73
 
74
+ #: gallery-plugin.php:214
75
  msgid "Choose an image for upload:"
76
  msgstr "Выбрать файлы для загрузки:"
77
 
78
+ #: gallery-plugin.php:219
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
81
 
82
+ #: gallery-plugin.php:226
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
85
 
86
+ #: gallery-plugin.php:227
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения изображений и не забудьте сохранить пост."
89
 
90
+ #: gallery-plugin.php:229
91
  msgid "Please make a choice"
92
  msgstr "Пожалуйста, выберите"
93
 
94
+ #: gallery-plugin.php:229
95
+ #: gallery-plugin.php:884
96
  msgid "Sort images by"
97
  msgstr "Изображения сортируются по"
98
 
99
+ #: gallery-plugin.php:229
100
  msgid "sort images"
101
  msgstr "сортировать изображения"
102
 
103
+ #: gallery-plugin.php:229
104
  msgid "on the plugin settings page ("
105
  msgstr "на странице настроек плагина ("
106
 
107
+ #: gallery-plugin.php:273
108
+ #: gallery-plugin.php:502
109
  msgid "Title"
110
  msgstr "Название"
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Alt tag"
114
  msgstr "Тэг \"Alt\""
115
 
116
+ #: gallery-plugin.php:276
117
  msgid "URL"
118
  msgstr "Ссылка"
119
 
120
+ #: gallery-plugin.php:276
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(нажатие на изображение открывает данную ссылку в новом окне браузера)"
123
 
124
+ #: gallery-plugin.php:277
125
  msgid "This setting is available in Pro version"
126
  msgstr "Эти настройки доступны в Pro версии"
127
 
128
+ #: gallery-plugin.php:278
129
  msgid "Open the link"
130
  msgstr "Открыть ссылку"
131
 
132
+ #: gallery-plugin.php:278
133
  msgid "Current window"
134
  msgstr "Текущее окно"
135
 
136
+ #: gallery-plugin.php:278
137
  msgid "New window"
138
  msgstr "Новое окно"
139
 
140
+ #: gallery-plugin.php:279
141
  msgid "Delete"
142
  msgstr "Удалить"
143
 
144
+ #: gallery-plugin.php:292
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
147
 
148
+ #: gallery-plugin.php:294
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
151
 
152
+ #: gallery-plugin.php:503
153
  msgid "Author"
154
  msgstr "Автор"
155
 
156
+ #: gallery-plugin.php:504
157
  msgid "Photo"
158
  msgstr "Фото"
159
 
160
+ #: gallery-plugin.php:505
161
  msgid "Publishing"
162
  msgstr "Опубликование"
163
 
164
+ #: gallery-plugin.php:506
165
+ #: gallery-plugin.php:888
166
  msgid "Date"
167
  msgstr "Дата"
168
 
169
+ #: gallery-plugin.php:632
170
  msgid "See images &raquo;"
171
  msgstr "Смотреть фотографии &raquo;"
172
 
173
+ #: gallery-plugin.php:679
174
+ msgid "requires"
175
+ msgstr "требует"
176
+
177
+ #: gallery-plugin.php:679
178
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
179
+ msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
180
+
181
+ #: gallery-plugin.php:679
182
+ msgid "Back to the WordPress"
183
+ msgstr "Вернуться на WordPress"
184
+
185
+ #: gallery-plugin.php:679
186
+ msgid "Plugins page"
187
+ msgstr "страницу плагинов"
188
+
189
+ #: gallery-plugin.php:764
190
  msgid "Settings are saved"
191
  msgstr "Опции сохранены"
192
 
193
+ #: gallery-plugin.php:777
194
  msgid "Gallery Settings"
195
  msgstr "Настройки Галереи"
196
 
197
+ #: gallery-plugin.php:780
198
  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:"
199
  msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
200
 
201
+ #: gallery-plugin.php:784
202
  msgid "Image size for the album cover"
203
  msgstr "Размер изображения для обложки альбома галереи"
204
 
205
+ #: gallery-plugin.php:786
206
+ #: gallery-plugin.php:794
207
+ #: gallery-plugin.php:807
208
  msgid "Image size"
209
  msgstr "Название размера изображения"
210
 
211
+ #: gallery-plugin.php:787
212
+ #: gallery-plugin.php:795
213
  msgid "Width (in px)"
214
  msgstr "Ширина (в px)"
215
 
216
+ #: gallery-plugin.php:788
217
+ #: gallery-plugin.php:796
218
  msgid "Height (in px)"
219
  msgstr "Высота (в px)"
220
 
221
+ #: gallery-plugin.php:792
222
  msgid "Gallery image size"
223
  msgstr "Размер изображений Галереи"
224
 
225
+ #: gallery-plugin.php:800
226
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
227
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
228
 
229
+ #: gallery-plugin.php:805
230
  msgid "Gallery image size in the lightbox"
231
  msgstr "Размер изображений Галереи в лайтбоксе"
232
 
233
+ #: gallery-plugin.php:808
234
  msgid "Max width (in px)"
235
  msgstr "Макс. ширина (в px)"
236
 
237
+ #: gallery-plugin.php:809
238
  msgid "Max height (in px)"
239
  msgstr "Макс. высота (в px)"
240
 
241
+ #: gallery-plugin.php:810
242
  msgid "Display a full size image in the lightbox"
243
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
244
 
245
+ #: gallery-plugin.php:814
246
  msgid "Crop position"
247
  msgstr "Позиция обрезки"
248
 
249
+ #: gallery-plugin.php:816
250
  msgid "Horizontal"
251
  msgstr "Горизонтальная"
252
 
253
+ #: gallery-plugin.php:818
254
  msgid "left"
255
  msgstr "лево"
256
 
257
+ #: gallery-plugin.php:819
258
+ #: gallery-plugin.php:826
259
  msgid "center"
260
  msgstr "центр"
261
 
262
+ #: gallery-plugin.php:820
263
  msgid "right"
264
  msgstr "право"
265
 
266
+ #: gallery-plugin.php:823
267
  msgid "Vertical"
268
  msgstr "Вертикальная"
269
 
270
+ #: gallery-plugin.php:825
271
  msgid "top"
272
  msgstr "верх"
273
 
274
+ #: gallery-plugin.php:827
275
  msgid "bottom"
276
  msgstr "низ"
277
 
278
+ #: gallery-plugin.php:832
279
  msgid "Lightbox background"
280
  msgstr "Фон лайтбокса"
281
 
282
+ #: gallery-plugin.php:834
283
  msgid "Default"
284
  msgstr "По-умолчанию"
285
 
286
+ #: gallery-plugin.php:835
287
  msgid "Background transparency (from 0 to 1)"
288
  msgstr "Прозрачность для фона (от 0 до 1)"
289
 
290
+ #: gallery-plugin.php:837
291
  msgid "Select a background color"
292
  msgstr "Выберите цвет фона"
293
 
294
+ #: gallery-plugin.php:839
295
  msgid "Background color"
296
  msgstr "Цвет фона"
297
 
298
+ #: gallery-plugin.php:846
299
+ #: gallery-plugin.php:985
300
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
301
  msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
302
 
303
+ #: gallery-plugin.php:853
304
  msgid "Images with border"
305
  msgstr "Изображения с рамкой"
306
 
307
+ #: gallery-plugin.php:856
308
  msgid "Border width in px, just numbers"
309
  msgstr "Ширина рамки в px, только числа"
310
 
311
+ #: gallery-plugin.php:858
312
+ #: gallery-plugin.php:860
313
  msgid "Select a border color"
314
  msgstr "Выберите цвет рамки"
315
 
316
+ #: gallery-plugin.php:866
317
  msgid "Number of images in the row"
318
  msgstr "Количество изображений в строке"
319
 
320
+ #: gallery-plugin.php:872
321
  msgid "Start slideshow"
322
  msgstr "Начать слайдшоу"
323
 
324
+ #: gallery-plugin.php:878
325
  msgid "Slideshow interval"
326
  msgstr "Интервал времени при показе слайдшоу"
327
 
328
+ #: gallery-plugin.php:886
329
  msgid "Attachment ID"
330
  msgstr "id изображения"
331
 
332
+ #: gallery-plugin.php:887
333
  msgid "Image Name"
334
  msgstr "названию изображения"
335
 
336
+ #: gallery-plugin.php:889
337
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
338
  msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
339
 
340
+ #: gallery-plugin.php:890
341
  msgid "Random"
342
  msgstr "произвольно"
343
 
344
+ #: gallery-plugin.php:894
345
  msgid "Sort images"
346
  msgstr "Сортировать изображения"
347
 
348
+ #: gallery-plugin.php:896
349
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
350
  msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
351
 
352
+ #: gallery-plugin.php:897
353
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
354
  msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
355
 
356
+ #: gallery-plugin.php:901
357
  msgid "Display text above the image"
358
  msgstr "Отображение текста над изображением"
359
 
360
+ #: gallery-plugin.php:903
361
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
362
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
363
 
364
+ #: gallery-plugin.php:907
365
  msgid "Display the Back link"
366
  msgstr "Отображать ссылку Вернуться"
367
 
368
+ #: gallery-plugin.php:913
369
  msgid "Display the Back link in the shortcode"
370
  msgstr "Отображаться ссылку Вернуться в шорткоде"
371
 
372
+ #: gallery-plugin.php:919
373
  msgid "The Back link text"
374
  msgstr "Текст для ссылки Вернуться"
375
 
376
+ #: gallery-plugin.php:925
377
  msgid "The Back link URL"
378
  msgstr "URL для ссылки Вернуться"
379
 
380
+ #: gallery-plugin.php:927
381
  msgid "Gallery page (Page with Gallery Template)"
382
  msgstr "Страница галереи (Страница с Gallery Template)"
383
 
384
+ #: gallery-plugin.php:929
385
  msgid "(Full URL to custom page)"
386
  msgstr "(Полная ссылка на пользовательскую страницу)"
387
 
388
+ #: gallery-plugin.php:933
389
  msgid "The Read More link text"
390
  msgstr "Текст для ссылки Вернуться"
391
 
392
+ #: gallery-plugin.php:939
393
  msgid "Add gallery to the search"
394
  msgstr "Добавить галерею в поиск"
395
 
396
+ #: gallery-plugin.php:955
397
+ #: gallery-plugin.php:958
398
+ #: gallery-plugin.php:962
399
  msgid "Using Custom Search powered by"
400
  msgstr "Используя Custom Search, разработанный"
401
 
402
+ #: gallery-plugin.php:958
403
  msgid "Activate Custom Search"
404
  msgstr "Активировать Custom Search"
405
 
406
+ #: gallery-plugin.php:962
407
  msgid "Download Custom Search"
408
  msgstr "Загрузить Custom Search"
409
 
410
+ #: gallery-plugin.php:969
411
  msgid "Display Like buttons in the lightbox"
412
  msgstr "Отображать Like кнопки в лайтбоксе"
413
 
414
+ #: gallery-plugin.php:971
415
  msgid "FaceBook"
416
  msgstr "FaceBook"
417
 
418
+ #: gallery-plugin.php:972
419
  msgid "Twitter"
420
  msgstr "Twitter"
421
 
422
+ #: gallery-plugin.php:973
423
  msgid "Pinterest"
424
  msgstr "Pinterest"
425
 
426
+ #: gallery-plugin.php:974
427
  msgid "Google +1"
428
  msgstr "Google +1"
429
 
430
+ #: gallery-plugin.php:978
431
  msgid "Slug for gallery item"
432
  msgstr "Название для элементов галереи"
433
 
434
+ #: gallery-plugin.php:980
435
  msgid "for any structure of permalinks except the default structure"
436
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
437
 
438
+ #: gallery-plugin.php:993
439
  msgid "Save Changes"
440
  msgstr "Сохранить изменения"
441
 
442
+ #: gallery-plugin.php:1005
443
+ #: gallery-plugin.php:1020
444
  msgid "Settings"
445
  msgstr "Настройки"
446
 
447
+ #: gallery-plugin.php:1006
448
  msgid "FAQ"
449
  msgstr "FAQ"
450
 
451
+ #: gallery-plugin.php:1007
452
  msgid "Support"
453
  msgstr "Поддержка"
454
 
455
+ #: gallery-plugin.php:1220
456
  #: template/gallery-single-template.php:77
457
  msgid "Sorry, nothing found."
458
  msgstr "Извините, ничего не найдено."
459
 
460
+ #: gallery-plugin.php:1242
461
  #: template/gallery-single-template.php:103
462
  msgid "Download high resolution image"
463
  msgstr "Скачать изображение в высоком разрешении"
530
  #~ msgstr "Спасибо, что связались с нами."
531
  #~ msgid "Sorry, email message could not be delivered."
532
  #~ msgstr "Извините, ваш email не может быть отправлен."
 
 
533
  #~ msgid "Activated plugins"
534
  #~ msgstr "Активированные плагины"
535
  #~ msgid "Read more"
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-10-28 17:45+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,435 +18,452 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:754
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 "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum vaše teme za ispravan rad modula Galerija"
24
 
25
- #: gallery-plugin.php:125
26
- #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "Galerije"
29
 
30
- #: gallery-plugin.php:126
31
- #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "Galerija"
34
 
35
- #: gallery-plugin.php:127
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj Galeriju"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj novu Galeriju"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Uredi Galeriju"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Nova Galerija"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Pregled Galerije"
54
 
55
- #: gallery-plugin.php:132
56
  msgid "Find a Gallery"
57
  msgstr "Pronađi Galeriju"
58
 
59
- #: gallery-plugin.php:133
60
  msgid "No Gallery found"
61
  msgstr "Nije pronađena Galerija"
62
 
63
- #: gallery-plugin.php:190
64
  msgid "Upload File"
65
  msgstr "Učitaj fajl"
66
 
67
- #: gallery-plugin.php:191
68
  msgid "Gallery Shortcode"
69
  msgstr "Kratak kod za Galeriju"
70
 
71
- #: gallery-plugin.php:209
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite standardne WP funkcije za učitavanje slika (biblioteka medija)"
74
 
75
- #: gallery-plugin.php:213
76
  msgid "Choose an image for upload:"
77
  msgstr "Izaberi sliku za učitavanje:"
78
 
79
- #: gallery-plugin.php:218
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
82
 
83
- #: gallery-plugin.php:225
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
86
 
87
- #: gallery-plugin.php:226
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled prikazanih slika i ne zaboravite da sačuvate post."
90
 
91
- #: gallery-plugin.php:228
92
  msgid "Please make a choice"
93
  msgstr "Molimo vas izaberite"
94
 
95
- #: gallery-plugin.php:228
96
- #: gallery-plugin.php:867
97
  msgid "Sort images by"
98
  msgstr "Poređaj slike po"
99
 
100
- #: gallery-plugin.php:228
101
  msgid "sort images"
102
  msgstr "poređaj slike"
103
 
104
- #: gallery-plugin.php:228
105
  msgid "on the plugin settings page ("
106
  msgstr "na stranici za podešavanje modula ("
107
 
108
- #: gallery-plugin.php:272
109
- #: gallery-plugin.php:501
110
  msgid "Title"
111
  msgstr "Naslov"
112
 
113
- #: gallery-plugin.php:274
114
  msgid "Alt tag"
115
  msgstr ""
116
 
117
- #: gallery-plugin.php:275
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
- #: gallery-plugin.php:275
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(klikom na sliku otvara se link u novom prozoru)"
124
 
125
- #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "Otvori link"
132
 
133
- #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "Trenutni prozor"
136
 
137
- #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "Novi prozor"
140
 
141
- #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "Obriši"
144
 
145
- #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog kratkog koda u sadržaj."
148
 
149
- #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
152
 
153
- #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "Autor"
156
 
157
- #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "Foto"
160
 
161
- #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "Izdanje"
164
 
165
- #: gallery-plugin.php:505
166
- #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "Datum"
169
 
170
- #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "Pogledaj sliku &raquo;"
173
 
174
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  msgid "Settings are saved"
176
  msgstr "Podešavanja su sačuvana"
177
 
178
- #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "Podešavanja Galerije"
181
 
182
- #: gallery-plugin.php:763
183
  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:"
184
  msgstr "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
185
 
186
- #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "Veličina slike za naslovnu stranicu albuma"
189
 
190
- #: gallery-plugin.php:769
191
- #: gallery-plugin.php:777
192
- #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "Veličina slike"
195
 
196
- #: gallery-plugin.php:770
197
- #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "Širina (u pikselima)"
200
 
201
- #: gallery-plugin.php:771
202
- #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "Visina (u pikselima)"
205
 
206
- #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "Veličina slika u galeriji"
209
 
210
- #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
213
 
214
- #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "Veličina slika u galeriji u lightbox skriptu"
217
 
218
- #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "Max širina (u pikselima)"
221
 
222
- #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "Max visina (u pikselima)"
225
 
226
- #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
229
 
230
- #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "Pozicija za kropovanje"
233
 
234
- #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "Horizontalno"
237
 
238
- #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "levo"
241
 
242
- #: gallery-plugin.php:802
243
- #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "centar"
246
 
247
- #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "desno"
250
 
251
- #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "Vertikalno"
254
 
255
- #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "vrh"
258
 
259
- #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "dno"
262
 
263
- #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "Lightbox pozadina"
266
 
267
- #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "Podrazumevano"
270
 
271
- #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "Pozadinska transparentnost (od 0 do 1)"
274
 
275
- #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "Izaberi pozadinsku boju"
278
 
279
- #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "Pozadinska boja"
282
 
283
- #: gallery-plugin.php:829
284
- #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite ovaj link"
287
 
288
- #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "Slike sa okvirima"
291
 
292
- #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "Širina okvira u pikselima, samo brojevi"
295
 
296
- #: gallery-plugin.php:841
297
- #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "Izaberite boju okvira"
300
 
301
- #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "Broj slika u redu"
304
 
305
- #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "Započni projekciju slajdova"
308
 
309
- #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "Interval projekcije slajdova"
312
 
313
- #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "ID priloga"
316
 
317
- #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "Ime slike"
320
 
321
- #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
324
 
325
- #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "Nasumično"
328
 
329
- #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "Sortiraj slike"
332
 
333
- #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
336
 
337
- #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
340
 
341
- #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "Prikaži tekst iznad slike"
344
 
345
- #: gallery-plugin.php:886
346
  #, fuzzy
347
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
348
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
349
 
350
- #: gallery-plugin.php:890
351
  msgid "Display the Back link"
352
  msgstr "Prikaži povratni link"
353
 
354
- #: gallery-plugin.php:896
355
  msgid "Display the Back link in the shortcode"
356
  msgstr "Prikaži povratni link u kratkom kodu"
357
 
358
- #: gallery-plugin.php:902
359
  msgid "The Back link text"
360
  msgstr "Tekst u povratnom linku"
361
 
362
- #: gallery-plugin.php:908
363
  msgid "The Back link URL"
364
  msgstr "URL povratnog linka"
365
 
366
- #: gallery-plugin.php:910
367
  msgid "Gallery page (Page with Gallery Template)"
368
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
369
 
370
- #: gallery-plugin.php:912
371
  msgid "(Full URL to custom page)"
372
  msgstr "(Puni URL ka korisničkoj stranici)"
373
 
374
- #: gallery-plugin.php:916
375
  msgid "The Read More link text"
376
  msgstr "Tekst u linku Pročitaj više"
377
 
378
- #: gallery-plugin.php:922
379
  msgid "Add gallery to the search"
380
  msgstr ""
381
 
382
- #: gallery-plugin.php:941
383
- #: gallery-plugin.php:944
384
- #: gallery-plugin.php:948
385
  msgid "Using Custom Search powered by"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:944
389
  msgid "Activate Custom Search"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:948
393
  msgid "Download Custom Search"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:955
397
  #, fuzzy
398
  msgid "Display Like buttons in the lightbox"
399
  msgstr "Afficher une image en taille normale dans le boite"
400
 
401
- #: gallery-plugin.php:957
402
  msgid "FaceBook"
403
  msgstr "FaceBook"
404
 
405
- #: gallery-plugin.php:958
406
  #, fuzzy
407
  msgid "Twitter"
408
  msgstr "Titre"
409
 
410
- #: gallery-plugin.php:959
411
  msgid "Pinterest"
412
  msgstr "Pinterest"
413
 
414
- #: gallery-plugin.php:960
415
  msgid "Google +1"
416
  msgstr "Google +1"
417
 
418
- #: gallery-plugin.php:964
419
  #, fuzzy
420
  msgid "Slug for gallery item"
421
  msgstr "Taille de la vignette de la galerie"
422
 
423
- #: gallery-plugin.php:966
424
  msgid "for any structure of permalinks except the default structure"
425
  msgstr ""
426
 
427
- #: gallery-plugin.php:979
428
  msgid "Save Changes"
429
  msgstr "Sačuvaj izmene"
430
 
431
- #: gallery-plugin.php:991
432
- #: gallery-plugin.php:1006
433
  msgid "Settings"
434
  msgstr "Podešavanja"
435
 
436
- #: gallery-plugin.php:992
437
  msgid "FAQ"
438
  msgstr "FAQ"
439
 
440
- #: gallery-plugin.php:993
441
  msgid "Support"
442
  msgstr "Podrška"
443
 
444
- #: gallery-plugin.php:1203
445
  #: template/gallery-single-template.php:77
446
  msgid "Sorry, nothing found."
447
  msgstr "Nažalost nije pronađeno"
448
 
449
- #: gallery-plugin.php:1225
450
  #: template/gallery-single-template.php:103
451
  msgid "Download high resolution image"
452
  msgstr "Preuzmi sliku u visokoj rezoluciji"
@@ -523,8 +540,6 @@ msgstr "Slika"
523
  #~ msgstr "Hvala što ste nas kontaktirali"
524
  #~ msgid "Sorry, email message could not be delivered."
525
  #~ msgstr "Nažalost mejl poruka nije prosleđena"
526
- #~ msgid "Pro plugins"
527
- #~ msgstr "Pro moduli"
528
  #~ msgid "Activated plugins"
529
  #~ msgstr "Aktivirani moduli"
530
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:29+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
+ #: gallery-plugin.php:771
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 "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum vaše teme za ispravan rad modula Galerija"
24
 
25
+ #: gallery-plugin.php:126
26
+ #: gallery-plugin.php:136
27
  msgid "Galleries"
28
  msgstr "Galerije"
29
 
30
+ #: gallery-plugin.php:127
31
+ #: gallery-plugin.php:606
32
  msgid "Gallery"
33
  msgstr "Galerija"
34
 
35
+ #: gallery-plugin.php:128
36
  msgid "Add a Gallery"
37
  msgstr "Dodaj Galeriju"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Dodaj novu Galeriju"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Uredi Galeriju"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Nova Galerija"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Pregled Galerije"
54
 
55
+ #: gallery-plugin.php:133
56
  msgid "Find a Gallery"
57
  msgstr "Pronađi Galeriju"
58
 
59
+ #: gallery-plugin.php:134
60
  msgid "No Gallery found"
61
  msgstr "Nije pronađena Galerija"
62
 
63
+ #: gallery-plugin.php:191
64
  msgid "Upload File"
65
  msgstr "Učitaj fajl"
66
 
67
+ #: gallery-plugin.php:192
68
  msgid "Gallery Shortcode"
69
  msgstr "Kratak kod za Galeriju"
70
 
71
+ #: gallery-plugin.php:210
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite standardne WP funkcije za učitavanje slika (biblioteka medija)"
74
 
75
+ #: gallery-plugin.php:214
76
  msgid "Choose an image for upload:"
77
  msgstr "Izaberi sliku za učitavanje:"
78
 
79
+ #: gallery-plugin.php:219
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
82
 
83
+ #: gallery-plugin.php:226
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
86
 
87
+ #: gallery-plugin.php:227
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled prikazanih slika i ne zaboravite da sačuvate post."
90
 
91
+ #: gallery-plugin.php:229
92
  msgid "Please make a choice"
93
  msgstr "Molimo vas izaberite"
94
 
95
+ #: gallery-plugin.php:229
96
+ #: gallery-plugin.php:884
97
  msgid "Sort images by"
98
  msgstr "Poređaj slike po"
99
 
100
+ #: gallery-plugin.php:229
101
  msgid "sort images"
102
  msgstr "poređaj slike"
103
 
104
+ #: gallery-plugin.php:229
105
  msgid "on the plugin settings page ("
106
  msgstr "na stranici za podešavanje modula ("
107
 
108
+ #: gallery-plugin.php:273
109
+ #: gallery-plugin.php:502
110
  msgid "Title"
111
  msgstr "Naslov"
112
 
113
+ #: gallery-plugin.php:275
114
  msgid "Alt tag"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:276
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
+ #: gallery-plugin.php:276
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(klikom na sliku otvara se link u novom prozoru)"
124
 
125
+ #: gallery-plugin.php:277
126
  msgid "This setting is available in Pro version"
127
  msgstr "Ovo podešavanje je dostupno u Pro verziji"
128
 
129
+ #: gallery-plugin.php:278
130
  msgid "Open the link"
131
  msgstr "Otvori link"
132
 
133
+ #: gallery-plugin.php:278
134
  msgid "Current window"
135
  msgstr "Trenutni prozor"
136
 
137
+ #: gallery-plugin.php:278
138
  msgid "New window"
139
  msgstr "Novi prozor"
140
 
141
+ #: gallery-plugin.php:279
142
  msgid "Delete"
143
  msgstr "Obriši"
144
 
145
+ #: gallery-plugin.php:292
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog kratkog koda u sadržaj."
148
 
149
+ #: gallery-plugin.php:294
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka stranici sa Jedinstvenom galerijom."
152
 
153
+ #: gallery-plugin.php:503
154
  msgid "Author"
155
  msgstr "Autor"
156
 
157
+ #: gallery-plugin.php:504
158
  msgid "Photo"
159
  msgstr "Foto"
160
 
161
+ #: gallery-plugin.php:505
162
  msgid "Publishing"
163
  msgstr "Izdanje"
164
 
165
+ #: gallery-plugin.php:506
166
+ #: gallery-plugin.php:888
167
  msgid "Date"
168
  msgstr "Datum"
169
 
170
+ #: gallery-plugin.php:632
171
  msgid "See images &raquo;"
172
  msgstr "Pogledaj sliku &raquo;"
173
 
174
+ #: gallery-plugin.php:679
175
+ msgid "requires"
176
+ msgstr ""
177
+
178
+ #: gallery-plugin.php:679
179
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
180
+ msgstr ""
181
+
182
+ #: gallery-plugin.php:679
183
+ msgid "Back to the WordPress"
184
+ msgstr ""
185
+
186
+ #: gallery-plugin.php:679
187
+ #, fuzzy
188
+ msgid "Plugins page"
189
+ msgstr "Pro moduli"
190
+
191
+ #: gallery-plugin.php:764
192
  msgid "Settings are saved"
193
  msgstr "Podešavanja su sačuvana"
194
 
195
+ #: gallery-plugin.php:777
196
  msgid "Gallery Settings"
197
  msgstr "Podešavanja Galerije"
198
 
199
+ #: gallery-plugin.php:780
200
  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:"
201
  msgstr "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
202
 
203
+ #: gallery-plugin.php:784
204
  msgid "Image size for the album cover"
205
  msgstr "Veličina slike za naslovnu stranicu albuma"
206
 
207
+ #: gallery-plugin.php:786
208
+ #: gallery-plugin.php:794
209
+ #: gallery-plugin.php:807
210
  msgid "Image size"
211
  msgstr "Veličina slike"
212
 
213
+ #: gallery-plugin.php:787
214
+ #: gallery-plugin.php:795
215
  msgid "Width (in px)"
216
  msgstr "Širina (u pikselima)"
217
 
218
+ #: gallery-plugin.php:788
219
+ #: gallery-plugin.php:796
220
  msgid "Height (in px)"
221
  msgstr "Visina (u pikselima)"
222
 
223
+ #: gallery-plugin.php:792
224
  msgid "Gallery image size"
225
  msgstr "Veličina slika u galeriji"
226
 
227
+ #: gallery-plugin.php:800
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
230
 
231
+ #: gallery-plugin.php:805
232
  msgid "Gallery image size in the lightbox"
233
  msgstr "Veličina slika u galeriji u lightbox skriptu"
234
 
235
+ #: gallery-plugin.php:808
236
  msgid "Max width (in px)"
237
  msgstr "Max širina (u pikselima)"
238
 
239
+ #: gallery-plugin.php:809
240
  msgid "Max height (in px)"
241
  msgstr "Max visina (u pikselima)"
242
 
243
+ #: gallery-plugin.php:810
244
  msgid "Display a full size image in the lightbox"
245
  msgstr "Prikaži sliku u punoj veličini u lightbox-u"
246
 
247
+ #: gallery-plugin.php:814
248
  msgid "Crop position"
249
  msgstr "Pozicija za kropovanje"
250
 
251
+ #: gallery-plugin.php:816
252
  msgid "Horizontal"
253
  msgstr "Horizontalno"
254
 
255
+ #: gallery-plugin.php:818
256
  msgid "left"
257
  msgstr "levo"
258
 
259
+ #: gallery-plugin.php:819
260
+ #: gallery-plugin.php:826
261
  msgid "center"
262
  msgstr "centar"
263
 
264
+ #: gallery-plugin.php:820
265
  msgid "right"
266
  msgstr "desno"
267
 
268
+ #: gallery-plugin.php:823
269
  msgid "Vertical"
270
  msgstr "Vertikalno"
271
 
272
+ #: gallery-plugin.php:825
273
  msgid "top"
274
  msgstr "vrh"
275
 
276
+ #: gallery-plugin.php:827
277
  msgid "bottom"
278
  msgstr "dno"
279
 
280
+ #: gallery-plugin.php:832
281
  msgid "Lightbox background"
282
  msgstr "Lightbox pozadina"
283
 
284
+ #: gallery-plugin.php:834
285
  msgid "Default"
286
  msgstr "Podrazumevano"
287
 
288
+ #: gallery-plugin.php:835
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr "Pozadinska transparentnost (od 0 do 1)"
291
 
292
+ #: gallery-plugin.php:837
293
  msgid "Select a background color"
294
  msgstr "Izaberi pozadinsku boju"
295
 
296
+ #: gallery-plugin.php:839
297
  msgid "Background color"
298
  msgstr "Pozadinska boja"
299
 
300
+ #: gallery-plugin.php:846
301
+ #: gallery-plugin.php:985
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite ovaj link"
304
 
305
+ #: gallery-plugin.php:853
306
  msgid "Images with border"
307
  msgstr "Slike sa okvirima"
308
 
309
+ #: gallery-plugin.php:856
310
  msgid "Border width in px, just numbers"
311
  msgstr "Širina okvira u pikselima, samo brojevi"
312
 
313
+ #: gallery-plugin.php:858
314
+ #: gallery-plugin.php:860
315
  msgid "Select a border color"
316
  msgstr "Izaberite boju okvira"
317
 
318
+ #: gallery-plugin.php:866
319
  msgid "Number of images in the row"
320
  msgstr "Broj slika u redu"
321
 
322
+ #: gallery-plugin.php:872
323
  msgid "Start slideshow"
324
  msgstr "Započni projekciju slajdova"
325
 
326
+ #: gallery-plugin.php:878
327
  msgid "Slideshow interval"
328
  msgstr "Interval projekcije slajdova"
329
 
330
+ #: gallery-plugin.php:886
331
  msgid "Attachment ID"
332
  msgstr "ID priloga"
333
 
334
+ #: gallery-plugin.php:887
335
  msgid "Image Name"
336
  msgstr "Ime slike"
337
 
338
+ #: gallery-plugin.php:889
339
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
340
  msgstr "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media Gallery)"
341
 
342
+ #: gallery-plugin.php:890
343
  msgid "Random"
344
  msgstr "Nasumično"
345
 
346
+ #: gallery-plugin.php:894
347
  msgid "Sort images"
348
  msgstr "Sortiraj slike"
349
 
350
+ #: gallery-plugin.php:896
351
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
352
  msgstr "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
353
 
354
+ #: gallery-plugin.php:897
355
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
356
  msgstr "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, a)"
357
 
358
+ #: gallery-plugin.php:901
359
  msgid "Display text above the image"
360
  msgstr "Prikaži tekst iznad slike"
361
 
362
+ #: gallery-plugin.php:903
363
  #, fuzzy
364
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
365
  msgstr "Ako želite da prikažete tekst samo u lightbox-u"
366
 
367
+ #: gallery-plugin.php:907
368
  msgid "Display the Back link"
369
  msgstr "Prikaži povratni link"
370
 
371
+ #: gallery-plugin.php:913
372
  msgid "Display the Back link in the shortcode"
373
  msgstr "Prikaži povratni link u kratkom kodu"
374
 
375
+ #: gallery-plugin.php:919
376
  msgid "The Back link text"
377
  msgstr "Tekst u povratnom linku"
378
 
379
+ #: gallery-plugin.php:925
380
  msgid "The Back link URL"
381
  msgstr "URL povratnog linka"
382
 
383
+ #: gallery-plugin.php:927
384
  msgid "Gallery page (Page with Gallery Template)"
385
  msgstr "Stranica galerije (Stranica sa šablonom galerije)"
386
 
387
+ #: gallery-plugin.php:929
388
  msgid "(Full URL to custom page)"
389
  msgstr "(Puni URL ka korisničkoj stranici)"
390
 
391
+ #: gallery-plugin.php:933
392
  msgid "The Read More link text"
393
  msgstr "Tekst u linku Pročitaj više"
394
 
395
+ #: gallery-plugin.php:939
396
  msgid "Add gallery to the search"
397
  msgstr ""
398
 
399
+ #: gallery-plugin.php:955
400
+ #: gallery-plugin.php:958
401
+ #: gallery-plugin.php:962
402
  msgid "Using Custom Search powered by"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:958
406
  msgid "Activate Custom Search"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:962
410
  msgid "Download Custom Search"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:969
414
  #, fuzzy
415
  msgid "Display Like buttons in the lightbox"
416
  msgstr "Afficher une image en taille normale dans le boite"
417
 
418
+ #: gallery-plugin.php:971
419
  msgid "FaceBook"
420
  msgstr "FaceBook"
421
 
422
+ #: gallery-plugin.php:972
423
  #, fuzzy
424
  msgid "Twitter"
425
  msgstr "Titre"
426
 
427
+ #: gallery-plugin.php:973
428
  msgid "Pinterest"
429
  msgstr "Pinterest"
430
 
431
+ #: gallery-plugin.php:974
432
  msgid "Google +1"
433
  msgstr "Google +1"
434
 
435
+ #: gallery-plugin.php:978
436
  #, fuzzy
437
  msgid "Slug for gallery item"
438
  msgstr "Taille de la vignette de la galerie"
439
 
440
+ #: gallery-plugin.php:980
441
  msgid "for any structure of permalinks except the default structure"
442
  msgstr ""
443
 
444
+ #: gallery-plugin.php:993
445
  msgid "Save Changes"
446
  msgstr "Sačuvaj izmene"
447
 
448
+ #: gallery-plugin.php:1005
449
+ #: gallery-plugin.php:1020
450
  msgid "Settings"
451
  msgstr "Podešavanja"
452
 
453
+ #: gallery-plugin.php:1006
454
  msgid "FAQ"
455
  msgstr "FAQ"
456
 
457
+ #: gallery-plugin.php:1007
458
  msgid "Support"
459
  msgstr "Podrška"
460
 
461
+ #: gallery-plugin.php:1220
462
  #: template/gallery-single-template.php:77
463
  msgid "Sorry, nothing found."
464
  msgstr "Nažalost nije pronađeno"
465
 
466
+ #: gallery-plugin.php:1242
467
  #: template/gallery-single-template.php:103
468
  msgid "Download high resolution image"
469
  msgstr "Preuzmi sliku u visokoj rezoluciji"
540
  #~ msgstr "Hvala što ste nas kontaktirali"
541
  #~ msgid "Sorry, email message could not be delivered."
542
  #~ msgstr "Nažalost mejl poruka nije prosleđena"
 
 
543
  #~ msgid "Activated plugins"
544
  #~ msgstr "Aktivirani moduli"
545
  #~ msgid "Read more"
languages/gallery-tr.mo CHANGED
Binary file
languages/gallery-tr.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-28 17:45+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
@@ -18,433 +18,450 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
- #: gallery-plugin.php:754
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 "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri eklentisi doğru çalışmayacaktır."
24
 
25
- #: gallery-plugin.php:125
26
- #: gallery-plugin.php:135
27
  msgid "Galleries"
28
  msgstr "Galeriler"
29
 
30
- #: gallery-plugin.php:126
31
- #: gallery-plugin.php:605
32
  msgid "Gallery"
33
  msgstr "Galeri"
34
 
35
- #: gallery-plugin.php:127
36
  msgid "Add a Gallery"
37
  msgstr "Yeni Galeri"
38
 
39
- #: gallery-plugin.php:128
40
  msgid "Add New Gallery"
41
  msgstr "Yeni Galeri"
42
 
43
- #: gallery-plugin.php:129
44
  msgid "Edit Gallery"
45
  msgstr "Galeriyi Düzenle"
46
 
47
- #: gallery-plugin.php:130
48
  msgid "New Gallery"
49
  msgstr "Yeni Galeri"
50
 
51
- #: gallery-plugin.php:131
52
  msgid "View Gallery"
53
  msgstr "Galeriyi görüntüle"
54
 
55
- #: gallery-plugin.php:132
56
  msgid "Find a Gallery"
57
  msgstr "Galeri bul"
58
 
59
- #: gallery-plugin.php:133
60
  msgid "No Gallery found"
61
  msgstr "Galeri bulunamadı"
62
 
63
- #: gallery-plugin.php:190
64
  msgid "Upload File"
65
  msgstr "Resim Yükle"
66
 
67
- #: gallery-plugin.php:191
68
  msgid "Gallery Shortcode"
69
  msgstr "Galeri Kısa Kodu"
70
 
71
- #: gallery-plugin.php:209
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
74
 
75
- #: gallery-plugin.php:213
76
  msgid "Choose an image for upload:"
77
  msgstr "Yüklemek için bir resim seçiniz:"
78
 
79
- #: gallery-plugin.php:218
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
82
 
83
- #: gallery-plugin.php:225
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
86
 
87
- #: gallery-plugin.php:226
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri kaydetmeyi uutmayın."
90
 
91
- #: gallery-plugin.php:228
92
  msgid "Please make a choice"
93
  msgstr "Lütfen bir seçim yapınız"
94
 
95
- #: gallery-plugin.php:228
96
- #: gallery-plugin.php:867
97
  msgid "Sort images by"
98
  msgstr "Resimleri sırala buna göre sırala"
99
 
100
- #: gallery-plugin.php:228
101
  msgid "sort images"
102
  msgstr "görselleri sırala"
103
 
104
- #: gallery-plugin.php:228
105
  msgid "on the plugin settings page ("
106
  msgstr "Eklenti ayarları: ("
107
 
108
- #: gallery-plugin.php:272
109
- #: gallery-plugin.php:501
110
  msgid "Title"
111
  msgstr "Başlık"
112
 
113
- #: gallery-plugin.php:274
114
  msgid "Alt tag"
115
  msgstr ""
116
 
117
- #: gallery-plugin.php:275
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
- #: gallery-plugin.php:275
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
124
 
125
- #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "Bu ayar Pro verisyonda yapılabilir"
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "Linki aç"
132
 
133
- #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "Geçerli pencere"
136
 
137
- #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "Yeni pencere"
140
 
141
- #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "Sil"
144
 
145
- #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
148
 
149
- #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
152
 
153
- #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "Yazar"
156
 
157
- #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "Fotoğraf"
160
 
161
- #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "Yayınlama"
164
 
165
- #: gallery-plugin.php:505
166
- #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "Tarih"
169
 
170
- #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "Resimleri Gör &raquo;"
173
 
174
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  msgid "Settings are saved"
176
  msgstr "Ayarlar kaydedildi"
177
 
178
- #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "Galeri ayarları"
181
 
182
- #: gallery-plugin.php:763
183
  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:"
184
  msgstr "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa ya da yazı içerisine yapıştırın:"
185
 
186
- #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "Albüm kapağı için resim boyuru"
189
 
190
- #: gallery-plugin.php:769
191
- #: gallery-plugin.php:777
192
- #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "Resim boyutu"
195
 
196
- #: gallery-plugin.php:770
197
- #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "Yatay boyut (px)"
200
 
201
- #: gallery-plugin.php:771
202
- #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "Yükseklik (px)"
205
 
206
- #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "Galeri resim boyutu"
209
 
210
- #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
213
 
214
- #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "Lightbox içerisindeki resim boyutu"
217
 
218
- #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "Maksimum yatay boyut (px)"
221
 
222
- #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "Maksimum yükseklik (px)"
225
 
226
- #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
229
 
230
- #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "Kırpma konumu"
233
 
234
- #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "Yatay"
237
 
238
- #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "sol"
241
 
242
- #: gallery-plugin.php:802
243
- #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "orta"
246
 
247
- #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "sağ"
250
 
251
- #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "Dikey"
254
 
255
- #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "üst"
258
 
259
- #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "alt"
262
 
263
- #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "Lightbox arkaplanı"
266
 
267
- #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "Öntanımlı"
270
 
271
- #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
274
 
275
- #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "Arkaplan rengi seçiniz"
278
 
279
- #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "Arka plan rengi"
282
 
283
- #: gallery-plugin.php:829
284
- #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "Bu özellik Pro versiyonda etkindir. Detaylar için linke tıklayın."
287
 
288
- #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "Çerçeveli resimler"
291
 
292
- #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
295
 
296
- #: gallery-plugin.php:841
297
- #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "Çerçeve rengi seçiniz"
300
 
301
- #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "Bir satırdaki resim sayısı"
304
 
305
- #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "Slayt gösterisini başlat"
308
 
309
- #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "Slayt gösterisi sıklığı"
312
 
313
- #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "Ek ID"
316
 
317
- #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "Resim İsmi"
320
 
321
- #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "Sıralama"
324
 
325
- #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "Rastgele"
328
 
329
- #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "Resimleri sırala"
332
 
333
- #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "Artan Sırada (1,2,3; a,b,c)"
336
 
337
- #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
340
 
341
- #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "Görsel üzerinde yazı göster"
344
 
345
- #: gallery-plugin.php:886
346
  #, fuzzy
347
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
348
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
349
 
350
- #: gallery-plugin.php:890
351
  msgid "Display the Back link"
352
  msgstr "Geri linkini göster"
353
 
354
- #: gallery-plugin.php:896
355
  msgid "Display the Back link in the shortcode"
356
  msgstr "Kısa kodda Geri linkini göster"
357
 
358
- #: gallery-plugin.php:902
359
  msgid "The Back link text"
360
  msgstr "Geri linki başlığı"
361
 
362
- #: gallery-plugin.php:908
363
  msgid "The Back link URL"
364
  msgstr "Geri linki URL'si"
365
 
366
- #: gallery-plugin.php:910
367
  msgid "Gallery page (Page with Gallery Template)"
368
  msgstr "Galeri sayfası"
369
 
370
- #: gallery-plugin.php:912
371
  msgid "(Full URL to custom page)"
372
  msgstr "(Özel sayfaya(custom page) tam link)"
373
 
374
- #: gallery-plugin.php:916
375
  msgid "The Read More link text"
376
  msgstr "Devamını oku linki için etiket"
377
 
378
- #: gallery-plugin.php:922
379
  msgid "Add gallery to the search"
380
  msgstr ""
381
 
382
- #: gallery-plugin.php:941
383
- #: gallery-plugin.php:944
384
- #: gallery-plugin.php:948
385
  msgid "Using Custom Search powered by"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:944
389
  msgid "Activate Custom Search"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:948
393
  msgid "Download Custom Search"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:955
397
  msgid "Display Like buttons in the lightbox"
398
  msgstr "Lightbox içerisinde beğen butonlarını göster"
399
 
400
- #: gallery-plugin.php:957
401
  msgid "FaceBook"
402
  msgstr "Facebook"
403
 
404
- #: gallery-plugin.php:958
405
  msgid "Twitter"
406
  msgstr "Twitter"
407
 
408
- #: gallery-plugin.php:959
409
  msgid "Pinterest"
410
  msgstr "Pinterest"
411
 
412
- #: gallery-plugin.php:960
413
  msgid "Google +1"
414
  msgstr "Google +1"
415
 
416
- #: gallery-plugin.php:964
417
  #, fuzzy
418
  msgid "Slug for gallery item"
419
  msgstr "Розмір зображення галерея"
420
 
421
- #: gallery-plugin.php:966
422
  msgid "for any structure of permalinks except the default structure"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:979
426
  msgid "Save Changes"
427
  msgstr "Değişiklikleri Kaydet"
428
 
429
- #: gallery-plugin.php:991
430
- #: gallery-plugin.php:1006
431
  msgid "Settings"
432
  msgstr "Ayarlar"
433
 
434
- #: gallery-plugin.php:992
435
  msgid "FAQ"
436
  msgstr "SSS"
437
 
438
- #: gallery-plugin.php:993
439
  msgid "Support"
440
  msgstr "Destek"
441
 
442
- #: gallery-plugin.php:1203
443
  #: template/gallery-single-template.php:77
444
  msgid "Sorry, nothing found."
445
  msgstr "Üzgünüz, sonuç bulunamadı."
446
 
447
- #: gallery-plugin.php:1225
448
  #: template/gallery-single-template.php:103
449
  msgid "Download high resolution image"
450
  msgstr "Yüksek çözünürlüklü görseli indir"
@@ -456,8 +473,6 @@ msgstr "Görsel"
456
  #, fuzzy
457
  #~ msgid "PHP Max Upload Size"
458
  #~ msgstr "Resim Yükle"
459
- #~ msgid "Pro plugins"
460
- #~ msgstr "Pro eklentiler"
461
  #~ msgid "Activated plugins"
462
  #~ msgstr "Etkinleştirilmiş eklentiler"
463
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:30+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:101
21
+ #: gallery-plugin.php:771
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 "\"gallery-template.php\" ve \"gallery-single-template.php\" dosyaları tema klasörünüzde bulunamadı. Lütfen bu dosyaları `/wp-content/plugins/gallery-plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri eklentisi doğru çalışmayacaktır."
24
 
25
+ #: gallery-plugin.php:126
26
+ #: gallery-plugin.php:136
27
  msgid "Galleries"
28
  msgstr "Galeriler"
29
 
30
+ #: gallery-plugin.php:127
31
+ #: gallery-plugin.php:606
32
  msgid "Gallery"
33
  msgstr "Galeri"
34
 
35
+ #: gallery-plugin.php:128
36
  msgid "Add a Gallery"
37
  msgstr "Yeni Galeri"
38
 
39
+ #: gallery-plugin.php:129
40
  msgid "Add New Gallery"
41
  msgstr "Yeni Galeri"
42
 
43
+ #: gallery-plugin.php:130
44
  msgid "Edit Gallery"
45
  msgstr "Galeriyi Düzenle"
46
 
47
+ #: gallery-plugin.php:131
48
  msgid "New Gallery"
49
  msgstr "Yeni Galeri"
50
 
51
+ #: gallery-plugin.php:132
52
  msgid "View Gallery"
53
  msgstr "Galeriyi görüntüle"
54
 
55
+ #: gallery-plugin.php:133
56
  msgid "Find a Gallery"
57
  msgstr "Galeri bul"
58
 
59
+ #: gallery-plugin.php:134
60
  msgid "No Gallery found"
61
  msgstr "Galeri bulunamadı"
62
 
63
+ #: gallery-plugin.php:191
64
  msgid "Upload File"
65
  msgstr "Resim Yükle"
66
 
67
+ #: gallery-plugin.php:192
68
  msgid "Gallery Shortcode"
69
  msgstr "Galeri Kısa Kodu"
70
 
71
+ #: gallery-plugin.php:210
72
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
73
  msgstr "Geçici galeri dizini (gallery-plugin/upload/files) yazma izni verilmediği için kullanılamıyor. Lütfen ortam bölümünden resimlerinizi upload ediniz."
74
 
75
+ #: gallery-plugin.php:214
76
  msgid "Choose an image for upload:"
77
  msgstr "Yüklemek için bir resim seçiniz:"
78
 
79
+ #: gallery-plugin.php:219
80
  msgid "Please enable JavaScript to use the file uploader."
81
  msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
82
 
83
+ #: gallery-plugin.php:226
84
  msgid "Allow the download link for all images in this gallery"
85
  msgstr "İndirme bağlantısını bu galerideki tüm resimlere ekle"
86
 
87
+ #: gallery-plugin.php:227
88
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
89
  msgstr "Sıralamayı değiştirmek için resimleri sürükleyin. Değişiklikleri kaydetmeyi uutmayın."
90
 
91
+ #: gallery-plugin.php:229
92
  msgid "Please make a choice"
93
  msgstr "Lütfen bir seçim yapınız"
94
 
95
+ #: gallery-plugin.php:229
96
+ #: gallery-plugin.php:884
97
  msgid "Sort images by"
98
  msgstr "Resimleri sırala buna göre sırala"
99
 
100
+ #: gallery-plugin.php:229
101
  msgid "sort images"
102
  msgstr "görselleri sırala"
103
 
104
+ #: gallery-plugin.php:229
105
  msgid "on the plugin settings page ("
106
  msgstr "Eklenti ayarları: ("
107
 
108
+ #: gallery-plugin.php:273
109
+ #: gallery-plugin.php:502
110
  msgid "Title"
111
  msgstr "Başlık"
112
 
113
+ #: gallery-plugin.php:275
114
  msgid "Alt tag"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:276
118
  msgid "URL"
119
  msgstr "URL"
120
 
121
+ #: gallery-plugin.php:276
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(görsele tıklanınca yeni bir pencerede link açılır)"
124
 
125
+ #: gallery-plugin.php:277
126
  msgid "This setting is available in Pro version"
127
  msgstr "Bu ayar Pro verisyonda yapılabilir"
128
 
129
+ #: gallery-plugin.php:278
130
  msgid "Open the link"
131
  msgstr "Linki aç"
132
 
133
+ #: gallery-plugin.php:278
134
  msgid "Current window"
135
  msgstr "Geçerli pencere"
136
 
137
+ #: gallery-plugin.php:278
138
  msgid "New window"
139
  msgstr "Yeni pencere"
140
 
141
+ #: gallery-plugin.php:279
142
  msgid "Delete"
143
  msgstr "Sil"
144
 
145
+ #: gallery-plugin.php:292
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "Sayfa ya da yazılara kısa kodu yazarak tekil galeri ekleyebilirsiniz. Aşağıdaki kısa kodu yazının içerisine yapıştırmanız yeterli"
148
 
149
+ #: gallery-plugin.php:294
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz aşağıdaki kodu yapıştırınız"
152
 
153
+ #: gallery-plugin.php:503
154
  msgid "Author"
155
  msgstr "Yazar"
156
 
157
+ #: gallery-plugin.php:504
158
  msgid "Photo"
159
  msgstr "Fotoğraf"
160
 
161
+ #: gallery-plugin.php:505
162
  msgid "Publishing"
163
  msgstr "Yayınlama"
164
 
165
+ #: gallery-plugin.php:506
166
+ #: gallery-plugin.php:888
167
  msgid "Date"
168
  msgstr "Tarih"
169
 
170
+ #: gallery-plugin.php:632
171
  msgid "See images &raquo;"
172
  msgstr "Resimleri Gör &raquo;"
173
 
174
+ #: gallery-plugin.php:679
175
+ msgid "requires"
176
+ msgstr ""
177
+
178
+ #: gallery-plugin.php:679
179
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
180
+ msgstr ""
181
+
182
+ #: gallery-plugin.php:679
183
+ msgid "Back to the WordPress"
184
+ msgstr ""
185
+
186
+ #: gallery-plugin.php:679
187
+ #, fuzzy
188
+ msgid "Plugins page"
189
+ msgstr "Pro eklentiler"
190
+
191
+ #: gallery-plugin.php:764
192
  msgid "Settings are saved"
193
  msgstr "Ayarlar kaydedildi"
194
 
195
+ #: gallery-plugin.php:777
196
  msgid "Gallery Settings"
197
  msgstr "Galeri ayarları"
198
 
199
+ #: gallery-plugin.php:780
200
  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:"
201
  msgstr "Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa ya da yazı içerisine yapıştırın:"
202
 
203
+ #: gallery-plugin.php:784
204
  msgid "Image size for the album cover"
205
  msgstr "Albüm kapağı için resim boyuru"
206
 
207
+ #: gallery-plugin.php:786
208
+ #: gallery-plugin.php:794
209
+ #: gallery-plugin.php:807
210
  msgid "Image size"
211
  msgstr "Resim boyutu"
212
 
213
+ #: gallery-plugin.php:787
214
+ #: gallery-plugin.php:795
215
  msgid "Width (in px)"
216
  msgstr "Yatay boyut (px)"
217
 
218
+ #: gallery-plugin.php:788
219
+ #: gallery-plugin.php:796
220
  msgid "Height (in px)"
221
  msgstr "Yükseklik (px)"
222
 
223
+ #: gallery-plugin.php:792
224
  msgid "Gallery image size"
225
  msgstr "Galeri resim boyutu"
226
 
227
+ #: gallery-plugin.php:800
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
230
 
231
+ #: gallery-plugin.php:805
232
  msgid "Gallery image size in the lightbox"
233
  msgstr "Lightbox içerisindeki resim boyutu"
234
 
235
+ #: gallery-plugin.php:808
236
  msgid "Max width (in px)"
237
  msgstr "Maksimum yatay boyut (px)"
238
 
239
+ #: gallery-plugin.php:809
240
  msgid "Max height (in px)"
241
  msgstr "Maksimum yükseklik (px)"
242
 
243
+ #: gallery-plugin.php:810
244
  msgid "Display a full size image in the lightbox"
245
  msgstr "Lightbox içerisinde tam boyutlu resim göster"
246
 
247
+ #: gallery-plugin.php:814
248
  msgid "Crop position"
249
  msgstr "Kırpma konumu"
250
 
251
+ #: gallery-plugin.php:816
252
  msgid "Horizontal"
253
  msgstr "Yatay"
254
 
255
+ #: gallery-plugin.php:818
256
  msgid "left"
257
  msgstr "sol"
258
 
259
+ #: gallery-plugin.php:819
260
+ #: gallery-plugin.php:826
261
  msgid "center"
262
  msgstr "orta"
263
 
264
+ #: gallery-plugin.php:820
265
  msgid "right"
266
  msgstr "sağ"
267
 
268
+ #: gallery-plugin.php:823
269
  msgid "Vertical"
270
  msgstr "Dikey"
271
 
272
+ #: gallery-plugin.php:825
273
  msgid "top"
274
  msgstr "üst"
275
 
276
+ #: gallery-plugin.php:827
277
  msgid "bottom"
278
  msgstr "alt"
279
 
280
+ #: gallery-plugin.php:832
281
  msgid "Lightbox background"
282
  msgstr "Lightbox arkaplanı"
283
 
284
+ #: gallery-plugin.php:834
285
  msgid "Default"
286
  msgstr "Öntanımlı"
287
 
288
+ #: gallery-plugin.php:835
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
291
 
292
+ #: gallery-plugin.php:837
293
  msgid "Select a background color"
294
  msgstr "Arkaplan rengi seçiniz"
295
 
296
+ #: gallery-plugin.php:839
297
  msgid "Background color"
298
  msgstr "Arka plan rengi"
299
 
300
+ #: gallery-plugin.php:846
301
+ #: gallery-plugin.php:985
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr "Bu özellik Pro versiyonda etkindir. Detaylar için linke tıklayın."
304
 
305
+ #: gallery-plugin.php:853
306
  msgid "Images with border"
307
  msgstr "Çerçeveli resimler"
308
 
309
+ #: gallery-plugin.php:856
310
  msgid "Border width in px, just numbers"
311
  msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
312
 
313
+ #: gallery-plugin.php:858
314
+ #: gallery-plugin.php:860
315
  msgid "Select a border color"
316
  msgstr "Çerçeve rengi seçiniz"
317
 
318
+ #: gallery-plugin.php:866
319
  msgid "Number of images in the row"
320
  msgstr "Bir satırdaki resim sayısı"
321
 
322
+ #: gallery-plugin.php:872
323
  msgid "Start slideshow"
324
  msgstr "Slayt gösterisini başlat"
325
 
326
+ #: gallery-plugin.php:878
327
  msgid "Slideshow interval"
328
  msgstr "Slayt gösterisi sıklığı"
329
 
330
+ #: gallery-plugin.php:886
331
  msgid "Attachment ID"
332
  msgstr "Ek ID"
333
 
334
+ #: gallery-plugin.php:887
335
  msgid "Image Name"
336
  msgstr "Resim İsmi"
337
 
338
+ #: gallery-plugin.php:889
339
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
340
  msgstr "Sıralama"
341
 
342
+ #: gallery-plugin.php:890
343
  msgid "Random"
344
  msgstr "Rastgele"
345
 
346
+ #: gallery-plugin.php:894
347
  msgid "Sort images"
348
  msgstr "Resimleri sırala"
349
 
350
+ #: gallery-plugin.php:896
351
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
352
  msgstr "Artan Sırada (1,2,3; a,b,c)"
353
 
354
+ #: gallery-plugin.php:897
355
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
356
  msgstr "Azalan Sırada (3,2,1;c,b,a)"
357
 
358
+ #: gallery-plugin.php:901
359
  msgid "Display text above the image"
360
  msgstr "Görsel üzerinde yazı göster"
361
 
362
+ #: gallery-plugin.php:903
363
  #, fuzzy
364
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
365
  msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
366
 
367
+ #: gallery-plugin.php:907
368
  msgid "Display the Back link"
369
  msgstr "Geri linkini göster"
370
 
371
+ #: gallery-plugin.php:913
372
  msgid "Display the Back link in the shortcode"
373
  msgstr "Kısa kodda Geri linkini göster"
374
 
375
+ #: gallery-plugin.php:919
376
  msgid "The Back link text"
377
  msgstr "Geri linki başlığı"
378
 
379
+ #: gallery-plugin.php:925
380
  msgid "The Back link URL"
381
  msgstr "Geri linki URL'si"
382
 
383
+ #: gallery-plugin.php:927
384
  msgid "Gallery page (Page with Gallery Template)"
385
  msgstr "Galeri sayfası"
386
 
387
+ #: gallery-plugin.php:929
388
  msgid "(Full URL to custom page)"
389
  msgstr "(Özel sayfaya(custom page) tam link)"
390
 
391
+ #: gallery-plugin.php:933
392
  msgid "The Read More link text"
393
  msgstr "Devamını oku linki için etiket"
394
 
395
+ #: gallery-plugin.php:939
396
  msgid "Add gallery to the search"
397
  msgstr ""
398
 
399
+ #: gallery-plugin.php:955
400
+ #: gallery-plugin.php:958
401
+ #: gallery-plugin.php:962
402
  msgid "Using Custom Search powered by"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:958
406
  msgid "Activate Custom Search"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:962
410
  msgid "Download Custom Search"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:969
414
  msgid "Display Like buttons in the lightbox"
415
  msgstr "Lightbox içerisinde beğen butonlarını göster"
416
 
417
+ #: gallery-plugin.php:971
418
  msgid "FaceBook"
419
  msgstr "Facebook"
420
 
421
+ #: gallery-plugin.php:972
422
  msgid "Twitter"
423
  msgstr "Twitter"
424
 
425
+ #: gallery-plugin.php:973
426
  msgid "Pinterest"
427
  msgstr "Pinterest"
428
 
429
+ #: gallery-plugin.php:974
430
  msgid "Google +1"
431
  msgstr "Google +1"
432
 
433
+ #: gallery-plugin.php:978
434
  #, fuzzy
435
  msgid "Slug for gallery item"
436
  msgstr "Розмір зображення галерея"
437
 
438
+ #: gallery-plugin.php:980
439
  msgid "for any structure of permalinks except the default structure"
440
  msgstr ""
441
 
442
+ #: gallery-plugin.php:993
443
  msgid "Save Changes"
444
  msgstr "Değişiklikleri Kaydet"
445
 
446
+ #: gallery-plugin.php:1005
447
+ #: gallery-plugin.php:1020
448
  msgid "Settings"
449
  msgstr "Ayarlar"
450
 
451
+ #: gallery-plugin.php:1006
452
  msgid "FAQ"
453
  msgstr "SSS"
454
 
455
+ #: gallery-plugin.php:1007
456
  msgid "Support"
457
  msgstr "Destek"
458
 
459
+ #: gallery-plugin.php:1220
460
  #: template/gallery-single-template.php:77
461
  msgid "Sorry, nothing found."
462
  msgstr "Üzgünüz, sonuç bulunamadı."
463
 
464
+ #: gallery-plugin.php:1242
465
  #: template/gallery-single-template.php:103
466
  msgid "Download high resolution image"
467
  msgstr "Yüksek çözünürlüklü görseli indir"
473
  #, fuzzy
474
  #~ msgid "PHP Max Upload Size"
475
  #~ msgstr "Resim Yükle"
 
 
476
  #~ msgid "Activated plugins"
477
  #~ msgstr "Etkinleştirilmiş eklentiler"
478
  #~ msgid "Read more"
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-10-28 17:45+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: http://bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,431 +17,448 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "Галереї"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
- #: gallery-plugin.php:127
35
  msgid "Add a Gallery"
36
  msgstr "Додати нову галерею"
37
 
38
- #: gallery-plugin.php:128
39
  msgid "Add New Gallery"
40
  msgstr "Додати нову галерею"
41
 
42
- #: gallery-plugin.php:129
43
  msgid "Edit Gallery"
44
  msgstr "Редагування галерея"
45
 
46
- #: gallery-plugin.php:130
47
  msgid "New Gallery"
48
  msgstr "Нова галерея"
49
 
50
- #: gallery-plugin.php:131
51
  msgid "View Gallery"
52
  msgstr "Перегляд галереї"
53
 
54
- #: gallery-plugin.php:132
55
  msgid "Find a Gallery"
56
  msgstr "Знайти галерею"
57
 
58
- #: gallery-plugin.php:133
59
  msgid "No Gallery found"
60
  msgstr "Галереї не знайдено"
61
 
62
- #: gallery-plugin.php:190
63
  msgid "Upload File"
64
  msgstr "Завантажити файл"
65
 
66
- #: gallery-plugin.php:191
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод галереї"
69
 
70
- #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереї для зберігання тимчасових файлів (gallery-plugin/upload/files) закритий для запису на вашому веб-сервері. Будь ласка, скористуйтеся стандартним функціоналом WP для завантаження зображень (медіа-бібліотека)."
73
 
74
- #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "Вибрати зображення, щоб завантажити:"
77
 
78
- #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Будь ласка дозвольте JavaScript, щоб використовувати файл uploader."
81
 
82
- #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Дозволити посилання для завантаження для всіх зображень в данії галереї."
85
 
86
- #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Будь ласка, скористуйтеся функцією перетягнення, щоб змінити порядок відображення зображень та не забудьте зберегти запис."
89
 
90
- #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "Будь ласка, виберіть"
93
 
94
- #: gallery-plugin.php:228
95
- #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "Сортувати зображення за "
98
 
99
- #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "Сортувати зображення"
102
 
103
- #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "на сторінці установок плагіну ("
106
 
107
- #: gallery-plugin.php:272
108
- #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "Назва"
111
 
112
- #: gallery-plugin.php:274
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "Посилання"
119
 
120
- #: gallery-plugin.php:275
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(натискання на зображення відкриває це посилання у новому вікні браузера)"
123
 
124
- #: gallery-plugin.php:276
125
  msgid "This setting is available in Pro version"
126
  msgstr " Ці установки доступні у про-версії плагіну."
127
 
128
- #: gallery-plugin.php:277
129
  msgid "Open the link"
130
  msgstr "Відкрити посилання"
131
 
132
- #: gallery-plugin.php:277
133
  msgid "Current window"
134
  msgstr "Поточне вікно"
135
 
136
- #: gallery-plugin.php:277
137
  msgid "New window"
138
  msgstr "Нове вікно"
139
 
140
- #: gallery-plugin.php:278
141
  msgid "Delete"
142
  msgstr "Видалити"
143
 
144
- #: gallery-plugin.php:291
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Ви можете додати Галерею на вашу сторінку або у ваш запис шляхом розміщення даного шорткоду в контент"
147
 
148
- #: gallery-plugin.php:293
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Якщо ви хочете вивести короткий опис зі скіншотом та посиланням на сторінку з галереєю"
151
 
152
- #: gallery-plugin.php:502
153
  msgid "Author"
154
  msgstr "Автор "
155
 
156
- #: gallery-plugin.php:503
157
  msgid "Photo"
158
  msgstr "Фото"
159
 
160
- #: gallery-plugin.php:504
161
  msgid "Publishing"
162
  msgstr "Публікування"
163
 
164
- #: gallery-plugin.php:505
165
- #: gallery-plugin.php:871
166
  msgid "Date"
167
  msgstr "Дата "
168
 
169
- #: gallery-plugin.php:631
170
  msgid "See images &raquo;"
171
  msgstr "Дивитися фото &raquo;"
172
 
173
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Settings are saved"
175
  msgstr "Установки збережено."
176
 
177
- #: gallery-plugin.php:760
178
  msgid "Gallery Settings"
179
  msgstr "Параметри галереї"
180
 
181
- #: gallery-plugin.php:763
182
  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:"
183
  msgstr "Якщо ви хочете додати Галерею на вашу сторінку або у ваш запис, просто скопіюйте та розмістіть даний шорткод в контент вашого запису або стоінки:"
184
 
185
- #: gallery-plugin.php:767
186
  msgid "Image size for the album cover"
187
  msgstr "Розмір зображення для обкладинки альбому"
188
 
189
- #: gallery-plugin.php:769
190
- #: gallery-plugin.php:777
191
- #: gallery-plugin.php:790
192
  msgid "Image size"
193
  msgstr "Розмір зображення"
194
 
195
- #: gallery-plugin.php:770
196
- #: gallery-plugin.php:778
197
  msgid "Width (in px)"
198
  msgstr "Ширина (в px)"
199
 
200
- #: gallery-plugin.php:771
201
- #: gallery-plugin.php:779
202
  msgid "Height (in px)"
203
  msgstr "Висота (в px)"
204
 
205
- #: gallery-plugin.php:775
206
  msgid "Gallery image size"
207
  msgstr "Розмір зображення галереї"
208
 
209
- #: gallery-plugin.php:783
210
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
211
  msgstr "WordPress створить копію ескізу з заданими розмірами, коли ви завантажити нову фотографію."
212
 
213
- #: gallery-plugin.php:788
214
  msgid "Gallery image size in the lightbox"
215
  msgstr "Розмір зображень Галереї в лайтбоксі"
216
 
217
- #: gallery-plugin.php:791
218
  msgid "Max width (in px)"
219
  msgstr "Макс. ширина (в px)"
220
 
221
- #: gallery-plugin.php:792
222
  msgid "Max height (in px)"
223
  msgstr "Макс. висота (в px)"
224
 
225
- #: gallery-plugin.php:793
226
  msgid "Display a full size image in the lightbox"
227
  msgstr "Відображати повне зображення в лайтбоксі"
228
 
229
- #: gallery-plugin.php:797
230
  msgid "Crop position"
231
  msgstr "Позиція обтинання"
232
 
233
- #: gallery-plugin.php:799
234
  msgid "Horizontal"
235
  msgstr "Горизонтальна"
236
 
237
- #: gallery-plugin.php:801
238
  msgid "left"
239
  msgstr "зліва"
240
 
241
- #: gallery-plugin.php:802
242
- #: gallery-plugin.php:809
243
  msgid "center"
244
  msgstr "центр"
245
 
246
- #: gallery-plugin.php:803
247
  msgid "right"
248
  msgstr "зправа"
249
 
250
- #: gallery-plugin.php:806
251
  msgid "Vertical"
252
  msgstr "Вертикальна"
253
 
254
- #: gallery-plugin.php:808
255
  msgid "top"
256
  msgstr "верх"
257
 
258
- #: gallery-plugin.php:810
259
  msgid "bottom"
260
  msgstr "низ"
261
 
262
- #: gallery-plugin.php:815
263
  msgid "Lightbox background"
264
  msgstr "Фон лайтбокса"
265
 
266
- #: gallery-plugin.php:817
267
  msgid "Default"
268
  msgstr "Стандартне значення"
269
 
270
- #: gallery-plugin.php:818
271
  msgid "Background transparency (from 0 to 1)"
272
  msgstr "Прозорість для фону (від 0 до 1)"
273
 
274
- #: gallery-plugin.php:820
275
  msgid "Select a background color"
276
  msgstr "Вберіть колір фону"
277
 
278
- #: gallery-plugin.php:822
279
  msgid "Background color"
280
  msgstr "Колір фону"
281
 
282
- #: gallery-plugin.php:829
283
- #: gallery-plugin.php:971
284
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
285
  msgstr "Даний функціонал доступний у про-версії плагіну. За додатковою інформацією, будь ласка, перейдіть за посиланням"
286
 
287
- #: gallery-plugin.php:836
288
  msgid "Images with border"
289
  msgstr "Зображення з рамкою"
290
 
291
- #: gallery-plugin.php:839
292
  msgid "Border width in px, just numbers"
293
  msgstr "Ширина рамки у пікселях, тільки числа"
294
 
295
- #: gallery-plugin.php:841
296
- #: gallery-plugin.php:843
297
  msgid "Select a border color"
298
  msgstr "Виберіть колір рамки"
299
 
300
- #: gallery-plugin.php:849
301
  msgid "Number of images in the row"
302
  msgstr "Кількість зображень у рядку"
303
 
304
- #: gallery-plugin.php:855
305
  msgid "Start slideshow"
306
  msgstr "Розпочати слайд-шоу"
307
 
308
- #: gallery-plugin.php:861
309
  msgid "Slideshow interval"
310
  msgstr "Інтервал часу при показі слайд-шоу"
311
 
312
- #: gallery-plugin.php:869
313
  msgid "Attachment ID"
314
  msgstr "ID зображення"
315
 
316
- #: gallery-plugin.php:870
317
  msgid "Image Name"
318
  msgstr "Ім'я зображення"
319
 
320
- #: gallery-plugin.php:872
321
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
322
  msgstr "Порядок сортування (поле для введення порядку сортирування у діалозі Insert / Upload Media Gallery)"
323
 
324
- #: gallery-plugin.php:873
325
  msgid "Random"
326
  msgstr "Довільно"
327
 
328
- #: gallery-plugin.php:877
329
  msgid "Sort images"
330
  msgstr "Сортувати зображення"
331
 
332
- #: gallery-plugin.php:879
333
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
334
  msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3, а, б, в)"
335
 
336
- #: gallery-plugin.php:880
337
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
338
  msgstr "DESC (за зменшенням від найбільшого до найменшого значення - 3, 2, 1, C, B)"
339
 
340
- #: gallery-plugin.php:884
341
  msgid "Display text above the image"
342
  msgstr "Відображення тексту над зображенням"
343
 
344
- #: gallery-plugin.php:886
345
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
346
  msgstr "Вимкніть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
347
 
348
- #: gallery-plugin.php:890
349
  msgid "Display the Back link"
350
  msgstr "Відображати посилання Повернутися"
351
 
352
- #: gallery-plugin.php:896
353
  msgid "Display the Back link in the shortcode"
354
  msgstr "Відображати посилання Повернутися у шорткоді"
355
 
356
- #: gallery-plugin.php:902
357
  msgid "The Back link text"
358
  msgstr "Текст для посилання Повернутися"
359
 
360
- #: gallery-plugin.php:908
361
  msgid "The Back link URL"
362
  msgstr "URL для посилання Повернутися"
363
 
364
- #: gallery-plugin.php:910
365
  msgid "Gallery page (Page with Gallery Template)"
366
  msgstr "Сторінка Галереї (сторінка з шаблоном галереї)"
367
 
368
- #: gallery-plugin.php:912
369
  msgid "(Full URL to custom page)"
370
  msgstr "(Повне посилання на сторінку користувача)"
371
 
372
- #: gallery-plugin.php:916
373
  msgid "The Read More link text"
374
  msgstr "Текст для посилання Дізнатися більше"
375
 
376
- #: gallery-plugin.php:922
377
  msgid "Add gallery to the search"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:941
381
- #: gallery-plugin.php:944
382
- #: gallery-plugin.php:948
383
  msgid "Using Custom Search powered by"
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:944
387
  msgid "Activate Custom Search"
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:948
391
  msgid "Download Custom Search"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:955
395
  msgid "Display Like buttons in the lightbox"
396
  msgstr "Відображати Like кнопки у лайтбоксі"
397
 
398
- #: gallery-plugin.php:957
399
  msgid "FaceBook"
400
  msgstr "FaceBook"
401
 
402
- #: gallery-plugin.php:958
403
  msgid "Twitter"
404
  msgstr "Twitter"
405
 
406
- #: gallery-plugin.php:959
407
  msgid "Pinterest"
408
  msgstr "Pinterest"
409
 
410
- #: gallery-plugin.php:960
411
  msgid "Google +1"
412
  msgstr "Google +1"
413
 
414
- #: gallery-plugin.php:964
415
  msgid "Slug for gallery item"
416
  msgstr "Назва для єлементів Галереї"
417
 
418
- #: gallery-plugin.php:966
419
  msgid "for any structure of permalinks except the default structure"
420
  msgstr "для будь-якої структури, за винятком структуру за замовчуванням"
421
 
422
- #: gallery-plugin.php:979
423
  msgid "Save Changes"
424
  msgstr "Зберегти зміни"
425
 
426
- #: gallery-plugin.php:991
427
- #: gallery-plugin.php:1006
428
  msgid "Settings"
429
  msgstr "Установки"
430
 
431
- #: gallery-plugin.php:992
432
  msgid "FAQ"
433
  msgstr "FAQ "
434
 
435
- #: gallery-plugin.php:993
436
  msgid "Support"
437
  msgstr "Підтримка"
438
 
439
- #: gallery-plugin.php:1203
440
  #: template/gallery-single-template.php:77
441
  msgid "Sorry, nothing found."
442
  msgstr "Вибачте - нічого не знайдено."
443
 
444
- #: gallery-plugin.php:1225
445
  #: template/gallery-single-template.php:103
446
  msgid "Download high resolution image"
447
  msgstr "Завантажити зображення у високій роздільності "
@@ -514,8 +531,6 @@ msgstr "Зображення"
514
  #~ msgstr "Дякуємо, що звернулись до нас."
515
  #~ msgid "Sorry, email message could not be delivered."
516
  #~ msgstr "Вибачте, електронне повідомлення не може бути відправлено."
517
- #~ msgid "Pro plugins"
518
- #~ msgstr "Плагіни про-версії"
519
  #~ msgid "Activated plugins"
520
  #~ msgstr "Активовані плагіни"
521
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:30+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:30+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: http://bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
+ #: gallery-plugin.php:771
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
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "Галереї"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "Галерея"
33
 
34
+ #: gallery-plugin.php:128
35
  msgid "Add a Gallery"
36
  msgstr "Додати нову галерею"
37
 
38
+ #: gallery-plugin.php:129
39
  msgid "Add New Gallery"
40
  msgstr "Додати нову галерею"
41
 
42
+ #: gallery-plugin.php:130
43
  msgid "Edit Gallery"
44
  msgstr "Редагування галерея"
45
 
46
+ #: gallery-plugin.php:131
47
  msgid "New Gallery"
48
  msgstr "Нова галерея"
49
 
50
+ #: gallery-plugin.php:132
51
  msgid "View Gallery"
52
  msgstr "Перегляд галереї"
53
 
54
+ #: gallery-plugin.php:133
55
  msgid "Find a Gallery"
56
  msgstr "Знайти галерею"
57
 
58
+ #: gallery-plugin.php:134
59
  msgid "No Gallery found"
60
  msgstr "Галереї не знайдено"
61
 
62
+ #: gallery-plugin.php:191
63
  msgid "Upload File"
64
  msgstr "Завантажити файл"
65
 
66
+ #: gallery-plugin.php:192
67
  msgid "Gallery Shortcode"
68
  msgstr "Шорткод галереї"
69
 
70
+ #: gallery-plugin.php:210
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "Каталог галереї для зберігання тимчасових файлів (gallery-plugin/upload/files) закритий для запису на вашому веб-сервері. Будь ласка, скористуйтеся стандартним функціоналом WP для завантаження зображень (медіа-бібліотека)."
73
 
74
+ #: gallery-plugin.php:214
75
  msgid "Choose an image for upload:"
76
  msgstr "Вибрати зображення, щоб завантажити:"
77
 
78
+ #: gallery-plugin.php:219
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "Будь ласка дозвольте JavaScript, щоб використовувати файл uploader."
81
 
82
+ #: gallery-plugin.php:226
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "Дозволити посилання для завантаження для всіх зображень в данії галереї."
85
 
86
+ #: gallery-plugin.php:227
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "Будь ласка, скористуйтеся функцією перетягнення, щоб змінити порядок відображення зображень та не забудьте зберегти запис."
89
 
90
+ #: gallery-plugin.php:229
91
  msgid "Please make a choice"
92
  msgstr "Будь ласка, виберіть"
93
 
94
+ #: gallery-plugin.php:229
95
+ #: gallery-plugin.php:884
96
  msgid "Sort images by"
97
  msgstr "Сортувати зображення за "
98
 
99
+ #: gallery-plugin.php:229
100
  msgid "sort images"
101
  msgstr "Сортувати зображення"
102
 
103
+ #: gallery-plugin.php:229
104
  msgid "on the plugin settings page ("
105
  msgstr "на сторінці установок плагіну ("
106
 
107
+ #: gallery-plugin.php:273
108
+ #: gallery-plugin.php:502
109
  msgid "Title"
110
  msgstr "Назва"
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:276
117
  msgid "URL"
118
  msgstr "Посилання"
119
 
120
+ #: gallery-plugin.php:276
121
  msgid "(by click on image opens a link in a new window)"
122
  msgstr "(натискання на зображення відкриває це посилання у новому вікні браузера)"
123
 
124
+ #: gallery-plugin.php:277
125
  msgid "This setting is available in Pro version"
126
  msgstr " Ці установки доступні у про-версії плагіну."
127
 
128
+ #: gallery-plugin.php:278
129
  msgid "Open the link"
130
  msgstr "Відкрити посилання"
131
 
132
+ #: gallery-plugin.php:278
133
  msgid "Current window"
134
  msgstr "Поточне вікно"
135
 
136
+ #: gallery-plugin.php:278
137
  msgid "New window"
138
  msgstr "Нове вікно"
139
 
140
+ #: gallery-plugin.php:279
141
  msgid "Delete"
142
  msgstr "Видалити"
143
 
144
+ #: gallery-plugin.php:292
145
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
146
  msgstr "Ви можете додати Галерею на вашу сторінку або у ваш запис шляхом розміщення даного шорткоду в контент"
147
 
148
+ #: gallery-plugin.php:294
149
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
150
  msgstr "Якщо ви хочете вивести короткий опис зі скіншотом та посиланням на сторінку з галереєю"
151
 
152
+ #: gallery-plugin.php:503
153
  msgid "Author"
154
  msgstr "Автор "
155
 
156
+ #: gallery-plugin.php:504
157
  msgid "Photo"
158
  msgstr "Фото"
159
 
160
+ #: gallery-plugin.php:505
161
  msgid "Publishing"
162
  msgstr "Публікування"
163
 
164
+ #: gallery-plugin.php:506
165
+ #: gallery-plugin.php:888
166
  msgid "Date"
167
  msgstr "Дата "
168
 
169
+ #: gallery-plugin.php:632
170
  msgid "See images &raquo;"
171
  msgstr "Дивитися фото &raquo;"
172
 
173
+ #: gallery-plugin.php:679
174
+ msgid "requires"
175
+ msgstr ""
176
+
177
+ #: gallery-plugin.php:679
178
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
179
+ msgstr ""
180
+
181
+ #: gallery-plugin.php:679
182
+ msgid "Back to the WordPress"
183
+ msgstr ""
184
+
185
+ #: gallery-plugin.php:679
186
+ #, fuzzy
187
+ msgid "Plugins page"
188
+ msgstr "Плагіни про-версії"
189
+
190
+ #: gallery-plugin.php:764
191
  msgid "Settings are saved"
192
  msgstr "Установки збережено."
193
 
194
+ #: gallery-plugin.php:777
195
  msgid "Gallery Settings"
196
  msgstr "Параметри галереї"
197
 
198
+ #: gallery-plugin.php:780
199
  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:"
200
  msgstr "Якщо ви хочете додати Галерею на вашу сторінку або у ваш запис, просто скопіюйте та розмістіть даний шорткод в контент вашого запису або стоінки:"
201
 
202
+ #: gallery-plugin.php:784
203
  msgid "Image size for the album cover"
204
  msgstr "Розмір зображення для обкладинки альбому"
205
 
206
+ #: gallery-plugin.php:786
207
+ #: gallery-plugin.php:794
208
+ #: gallery-plugin.php:807
209
  msgid "Image size"
210
  msgstr "Розмір зображення"
211
 
212
+ #: gallery-plugin.php:787
213
+ #: gallery-plugin.php:795
214
  msgid "Width (in px)"
215
  msgstr "Ширина (в px)"
216
 
217
+ #: gallery-plugin.php:788
218
+ #: gallery-plugin.php:796
219
  msgid "Height (in px)"
220
  msgstr "Висота (в px)"
221
 
222
+ #: gallery-plugin.php:792
223
  msgid "Gallery image size"
224
  msgstr "Розмір зображення галереї"
225
 
226
+ #: gallery-plugin.php:800
227
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
228
  msgstr "WordPress створить копію ескізу з заданими розмірами, коли ви завантажити нову фотографію."
229
 
230
+ #: gallery-plugin.php:805
231
  msgid "Gallery image size in the lightbox"
232
  msgstr "Розмір зображень Галереї в лайтбоксі"
233
 
234
+ #: gallery-plugin.php:808
235
  msgid "Max width (in px)"
236
  msgstr "Макс. ширина (в px)"
237
 
238
+ #: gallery-plugin.php:809
239
  msgid "Max height (in px)"
240
  msgstr "Макс. висота (в px)"
241
 
242
+ #: gallery-plugin.php:810
243
  msgid "Display a full size image in the lightbox"
244
  msgstr "Відображати повне зображення в лайтбоксі"
245
 
246
+ #: gallery-plugin.php:814
247
  msgid "Crop position"
248
  msgstr "Позиція обтинання"
249
 
250
+ #: gallery-plugin.php:816
251
  msgid "Horizontal"
252
  msgstr "Горизонтальна"
253
 
254
+ #: gallery-plugin.php:818
255
  msgid "left"
256
  msgstr "зліва"
257
 
258
+ #: gallery-plugin.php:819
259
+ #: gallery-plugin.php:826
260
  msgid "center"
261
  msgstr "центр"
262
 
263
+ #: gallery-plugin.php:820
264
  msgid "right"
265
  msgstr "зправа"
266
 
267
+ #: gallery-plugin.php:823
268
  msgid "Vertical"
269
  msgstr "Вертикальна"
270
 
271
+ #: gallery-plugin.php:825
272
  msgid "top"
273
  msgstr "верх"
274
 
275
+ #: gallery-plugin.php:827
276
  msgid "bottom"
277
  msgstr "низ"
278
 
279
+ #: gallery-plugin.php:832
280
  msgid "Lightbox background"
281
  msgstr "Фон лайтбокса"
282
 
283
+ #: gallery-plugin.php:834
284
  msgid "Default"
285
  msgstr "Стандартне значення"
286
 
287
+ #: gallery-plugin.php:835
288
  msgid "Background transparency (from 0 to 1)"
289
  msgstr "Прозорість для фону (від 0 до 1)"
290
 
291
+ #: gallery-plugin.php:837
292
  msgid "Select a background color"
293
  msgstr "Вберіть колір фону"
294
 
295
+ #: gallery-plugin.php:839
296
  msgid "Background color"
297
  msgstr "Колір фону"
298
 
299
+ #: gallery-plugin.php:846
300
+ #: gallery-plugin.php:985
301
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
302
  msgstr "Даний функціонал доступний у про-версії плагіну. За додатковою інформацією, будь ласка, перейдіть за посиланням"
303
 
304
+ #: gallery-plugin.php:853
305
  msgid "Images with border"
306
  msgstr "Зображення з рамкою"
307
 
308
+ #: gallery-plugin.php:856
309
  msgid "Border width in px, just numbers"
310
  msgstr "Ширина рамки у пікселях, тільки числа"
311
 
312
+ #: gallery-plugin.php:858
313
+ #: gallery-plugin.php:860
314
  msgid "Select a border color"
315
  msgstr "Виберіть колір рамки"
316
 
317
+ #: gallery-plugin.php:866
318
  msgid "Number of images in the row"
319
  msgstr "Кількість зображень у рядку"
320
 
321
+ #: gallery-plugin.php:872
322
  msgid "Start slideshow"
323
  msgstr "Розпочати слайд-шоу"
324
 
325
+ #: gallery-plugin.php:878
326
  msgid "Slideshow interval"
327
  msgstr "Інтервал часу при показі слайд-шоу"
328
 
329
+ #: gallery-plugin.php:886
330
  msgid "Attachment ID"
331
  msgstr "ID зображення"
332
 
333
+ #: gallery-plugin.php:887
334
  msgid "Image Name"
335
  msgstr "Ім'я зображення"
336
 
337
+ #: gallery-plugin.php:889
338
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
339
  msgstr "Порядок сортування (поле для введення порядку сортирування у діалозі Insert / Upload Media Gallery)"
340
 
341
+ #: gallery-plugin.php:890
342
  msgid "Random"
343
  msgstr "Довільно"
344
 
345
+ #: gallery-plugin.php:894
346
  msgid "Sort images"
347
  msgstr "Сортувати зображення"
348
 
349
+ #: gallery-plugin.php:896
350
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
351
  msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3, а, б, в)"
352
 
353
+ #: gallery-plugin.php:897
354
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
355
  msgstr "DESC (за зменшенням від найбільшого до найменшого значення - 3, 2, 1, C, B)"
356
 
357
+ #: gallery-plugin.php:901
358
  msgid "Display text above the image"
359
  msgstr "Відображення тексту над зображенням"
360
 
361
+ #: gallery-plugin.php:903
362
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
363
  msgstr "Вимкніть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
364
 
365
+ #: gallery-plugin.php:907
366
  msgid "Display the Back link"
367
  msgstr "Відображати посилання Повернутися"
368
 
369
+ #: gallery-plugin.php:913
370
  msgid "Display the Back link in the shortcode"
371
  msgstr "Відображати посилання Повернутися у шорткоді"
372
 
373
+ #: gallery-plugin.php:919
374
  msgid "The Back link text"
375
  msgstr "Текст для посилання Повернутися"
376
 
377
+ #: gallery-plugin.php:925
378
  msgid "The Back link URL"
379
  msgstr "URL для посилання Повернутися"
380
 
381
+ #: gallery-plugin.php:927
382
  msgid "Gallery page (Page with Gallery Template)"
383
  msgstr "Сторінка Галереї (сторінка з шаблоном галереї)"
384
 
385
+ #: gallery-plugin.php:929
386
  msgid "(Full URL to custom page)"
387
  msgstr "(Повне посилання на сторінку користувача)"
388
 
389
+ #: gallery-plugin.php:933
390
  msgid "The Read More link text"
391
  msgstr "Текст для посилання Дізнатися більше"
392
 
393
+ #: gallery-plugin.php:939
394
  msgid "Add gallery to the search"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:955
398
+ #: gallery-plugin.php:958
399
+ #: gallery-plugin.php:962
400
  msgid "Using Custom Search powered by"
401
  msgstr ""
402
 
403
+ #: gallery-plugin.php:958
404
  msgid "Activate Custom Search"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:962
408
  msgid "Download Custom Search"
409
  msgstr ""
410
 
411
+ #: gallery-plugin.php:969
412
  msgid "Display Like buttons in the lightbox"
413
  msgstr "Відображати Like кнопки у лайтбоксі"
414
 
415
+ #: gallery-plugin.php:971
416
  msgid "FaceBook"
417
  msgstr "FaceBook"
418
 
419
+ #: gallery-plugin.php:972
420
  msgid "Twitter"
421
  msgstr "Twitter"
422
 
423
+ #: gallery-plugin.php:973
424
  msgid "Pinterest"
425
  msgstr "Pinterest"
426
 
427
+ #: gallery-plugin.php:974
428
  msgid "Google +1"
429
  msgstr "Google +1"
430
 
431
+ #: gallery-plugin.php:978
432
  msgid "Slug for gallery item"
433
  msgstr "Назва для єлементів Галереї"
434
 
435
+ #: gallery-plugin.php:980
436
  msgid "for any structure of permalinks except the default structure"
437
  msgstr "для будь-якої структури, за винятком структуру за замовчуванням"
438
 
439
+ #: gallery-plugin.php:993
440
  msgid "Save Changes"
441
  msgstr "Зберегти зміни"
442
 
443
+ #: gallery-plugin.php:1005
444
+ #: gallery-plugin.php:1020
445
  msgid "Settings"
446
  msgstr "Установки"
447
 
448
+ #: gallery-plugin.php:1006
449
  msgid "FAQ"
450
  msgstr "FAQ "
451
 
452
+ #: gallery-plugin.php:1007
453
  msgid "Support"
454
  msgstr "Підтримка"
455
 
456
+ #: gallery-plugin.php:1220
457
  #: template/gallery-single-template.php:77
458
  msgid "Sorry, nothing found."
459
  msgstr "Вибачте - нічого не знайдено."
460
 
461
+ #: gallery-plugin.php:1242
462
  #: template/gallery-single-template.php:103
463
  msgid "Download high resolution image"
464
  msgstr "Завантажити зображення у високій роздільності "
531
  #~ msgstr "Дякуємо, що звернулись до нас."
532
  #~ msgid "Sorry, email message could not be delivered."
533
  #~ msgstr "Вибачте, електронне повідомлення не може бути відправлено."
 
 
534
  #~ msgid "Activated plugins"
535
  #~ msgstr "Активовані плагіни"
536
  #~ msgid "Read more"
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-10-28 17:45+0300\n"
6
- "PO-Revision-Date: 2013-10-28 17:45+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,434 +17,451 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:101
20
- #: gallery-plugin.php:754
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
 
24
- #: gallery-plugin.php:125
25
- #: gallery-plugin.php:135
26
  msgid "Galleries"
27
  msgstr "图库"
28
 
29
- #: gallery-plugin.php:126
30
- #: gallery-plugin.php:605
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
34
- #: gallery-plugin.php:127
35
  msgid "Add a Gallery"
36
  msgstr "新增图集"
37
 
38
- #: gallery-plugin.php:128
39
  msgid "Add New Gallery"
40
  msgstr "新增图集"
41
 
42
- #: gallery-plugin.php:129
43
  msgid "Edit Gallery"
44
  msgstr "编辑图集"
45
 
46
- #: gallery-plugin.php:130
47
  msgid "New Gallery"
48
  msgstr "新图集"
49
 
50
- #: gallery-plugin.php:131
51
  msgid "View Gallery"
52
  msgstr "浏览图集"
53
 
54
- #: gallery-plugin.php:132
55
  msgid "Find a Gallery"
56
  msgstr "查找图集"
57
 
58
- #: gallery-plugin.php:133
59
  msgid "No Gallery found"
60
  msgstr "没有找到图集"
61
 
62
- #: gallery-plugin.php:190
63
  msgid "Upload File"
64
  msgstr "上传文件"
65
 
66
- #: gallery-plugin.php:191
67
  msgid "Gallery Shortcode"
68
  msgstr "图集简码"
69
 
70
- #: gallery-plugin.php:209
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用标准WP函数上传图像 (media library)"
73
 
74
- #: gallery-plugin.php:213
75
  msgid "Choose an image for upload:"
76
  msgstr "选择一幅图像上传:"
77
 
78
- #: gallery-plugin.php:218
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "请打开JavaScript以使用文件上传工具"
81
 
82
- #: gallery-plugin.php:225
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "在此图集中开启下载所有图像的链接"
85
 
86
- #: gallery-plugin.php:226
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "请使用拖拽功能改变图像的输出顺序,且不要忘记保存修改。"
89
 
90
- #: gallery-plugin.php:228
91
  msgid "Please make a choice"
92
  msgstr "请选择"
93
 
94
- #: gallery-plugin.php:228
95
- #: gallery-plugin.php:867
96
  msgid "Sort images by"
97
  msgstr "图像排序按"
98
 
99
- #: gallery-plugin.php:228
100
  msgid "sort images"
101
  msgstr "图像排序"
102
 
103
- #: gallery-plugin.php:228
104
  msgid "on the plugin settings page ("
105
  msgstr "在插件的设置页面("
106
 
107
- #: gallery-plugin.php:272
108
- #: gallery-plugin.php:501
109
  msgid "Title"
110
  msgstr "标题"
111
 
112
- #: gallery-plugin.php:274
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:275
117
  msgid "URL"
118
  msgstr "URL"
119
 
120
- #: gallery-plugin.php:275
121
  #, fuzzy
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(点击图像 <br /> 在新窗口中打开链接)"
124
 
125
- #: gallery-plugin.php:276
126
  msgid "This setting is available in Pro version"
127
  msgstr "次设置在Pro版本中可用"
128
 
129
- #: gallery-plugin.php:277
130
  msgid "Open the link"
131
  msgstr "打开链接"
132
 
133
- #: gallery-plugin.php:277
134
  msgid "Current window"
135
  msgstr "当前窗口"
136
 
137
- #: gallery-plugin.php:277
138
  msgid "New window"
139
  msgstr "新窗口"
140
 
141
- #: gallery-plugin.php:278
142
  msgid "Delete"
143
  msgstr "删除"
144
 
145
- #: gallery-plugin.php:291
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "您可以在页面上添加一个图集或在正文中插入简码"
148
 
149
- #: gallery-plugin.php:293
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
152
 
153
- #: gallery-plugin.php:502
154
  msgid "Author"
155
  msgstr "作者"
156
 
157
- #: gallery-plugin.php:503
158
  msgid "Photo"
159
  msgstr "照片"
160
 
161
- #: gallery-plugin.php:504
162
  msgid "Publishing"
163
  msgstr "出版"
164
 
165
- #: gallery-plugin.php:505
166
- #: gallery-plugin.php:871
167
  msgid "Date"
168
  msgstr "日期"
169
 
170
- #: gallery-plugin.php:631
171
  msgid "See images &raquo;"
172
  msgstr "查看图像 &raquo;"
173
 
174
- #: gallery-plugin.php:747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  msgid "Settings are saved"
176
  msgstr "设置已保存。"
177
 
178
- #: gallery-plugin.php:760
179
  msgid "Gallery Settings"
180
  msgstr "图集设置"
181
 
182
- #: gallery-plugin.php:763
183
  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:"
184
  msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
185
 
186
- #: gallery-plugin.php:767
187
  msgid "Image size for the album cover"
188
  msgstr "专辑封面图像的尺寸"
189
 
190
- #: gallery-plugin.php:769
191
- #: gallery-plugin.php:777
192
- #: gallery-plugin.php:790
193
  msgid "Image size"
194
  msgstr "图像尺寸"
195
 
196
- #: gallery-plugin.php:770
197
- #: gallery-plugin.php:778
198
  msgid "Width (in px)"
199
  msgstr "宽度(像素)"
200
 
201
- #: gallery-plugin.php:771
202
- #: gallery-plugin.php:779
203
  msgid "Height (in px)"
204
  msgstr "高度(像素)"
205
 
206
- #: gallery-plugin.php:775
207
  msgid "Gallery image size"
208
  msgstr "图集中图像的尺寸"
209
 
210
- #: gallery-plugin.php:783
211
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
212
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
213
 
214
- #: gallery-plugin.php:788
215
  msgid "Gallery image size in the lightbox"
216
  msgstr "灯箱中的图像尺寸"
217
 
218
- #: gallery-plugin.php:791
219
  msgid "Max width (in px)"
220
  msgstr "最大宽度(像素)"
221
 
222
- #: gallery-plugin.php:792
223
  msgid "Max height (in px)"
224
  msgstr "最大高度(像素)"
225
 
226
- #: gallery-plugin.php:793
227
  msgid "Display a full size image in the lightbox"
228
  msgstr "在灯箱中显示全尺寸图像"
229
 
230
- #: gallery-plugin.php:797
231
  msgid "Crop position"
232
  msgstr "裁剪位置"
233
 
234
- #: gallery-plugin.php:799
235
  msgid "Horizontal"
236
  msgstr "水平"
237
 
238
- #: gallery-plugin.php:801
239
  msgid "left"
240
  msgstr "左侧"
241
 
242
- #: gallery-plugin.php:802
243
- #: gallery-plugin.php:809
244
  msgid "center"
245
  msgstr "中心"
246
 
247
- #: gallery-plugin.php:803
248
  msgid "right"
249
  msgstr "右侧"
250
 
251
- #: gallery-plugin.php:806
252
  msgid "Vertical"
253
  msgstr "垂直"
254
 
255
- #: gallery-plugin.php:808
256
  msgid "top"
257
  msgstr "顶部"
258
 
259
- #: gallery-plugin.php:810
260
  msgid "bottom"
261
  msgstr "底部"
262
 
263
- #: gallery-plugin.php:815
264
  msgid "Lightbox background"
265
  msgstr "灯箱背景"
266
 
267
- #: gallery-plugin.php:817
268
  msgid "Default"
269
  msgstr "默认"
270
 
271
- #: gallery-plugin.php:818
272
  msgid "Background transparency (from 0 to 1)"
273
  msgstr "背景透明度(值为 0 到 1)"
274
 
275
- #: gallery-plugin.php:820
276
  msgid "Select a background color"
277
  msgstr "选择背景色"
278
 
279
- #: gallery-plugin.php:822
280
  msgid "Background color"
281
  msgstr "背景色"
282
 
283
- #: gallery-plugin.php:829
284
- #: gallery-plugin.php:971
285
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
286
  msgstr "此功能在插件的高级版本中可用。如需查看详细信息,请点击以下链接"
287
 
288
- #: gallery-plugin.php:836
289
  msgid "Images with border"
290
  msgstr "图像边缘"
291
 
292
- #: gallery-plugin.php:839
293
  msgid "Border width in px, just numbers"
294
  msgstr "边缘宽度,以像素为单位,只能使用数字"
295
 
296
- #: gallery-plugin.php:841
297
- #: gallery-plugin.php:843
298
  msgid "Select a border color"
299
  msgstr "选择边缘颜色"
300
 
301
- #: gallery-plugin.php:849
302
  msgid "Number of images in the row"
303
  msgstr "一行中图像的数量"
304
 
305
- #: gallery-plugin.php:855
306
  msgid "Start slideshow"
307
  msgstr "播放幻灯片"
308
 
309
- #: gallery-plugin.php:861
310
  msgid "Slideshow interval"
311
  msgstr "幻灯片播放间隔"
312
 
313
- #: gallery-plugin.php:869
314
  msgid "Attachment ID"
315
  msgstr "附件ID"
316
 
317
- #: gallery-plugin.php:870
318
  msgid "Image Name"
319
  msgstr "图像名称"
320
 
321
- #: gallery-plugin.php:872
322
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
323
  msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
324
 
325
- #: gallery-plugin.php:873
326
  msgid "Random"
327
  msgstr "随机"
328
 
329
- #: gallery-plugin.php:877
330
  msgid "Sort images"
331
  msgstr "图像排序"
332
 
333
- #: gallery-plugin.php:879
334
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
335
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
336
 
337
- #: gallery-plugin.php:880
338
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
339
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
340
 
341
- #: gallery-plugin.php:884
342
  msgid "Display text above the image"
343
  msgstr "在图像上方显示文本"
344
 
345
- #: gallery-plugin.php:886
346
  #, fuzzy
347
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
348
  msgstr "如果您仅想在收藏夹中显示文本"
349
 
350
- #: gallery-plugin.php:890
351
  msgid "Display the Back link"
352
  msgstr "显示返回链接"
353
 
354
- #: gallery-plugin.php:896
355
  msgid "Display the Back link in the shortcode"
356
  msgstr "以简码方式显示返回链接"
357
 
358
- #: gallery-plugin.php:902
359
  msgid "The Back link text"
360
  msgstr "返回链接文本"
361
 
362
- #: gallery-plugin.php:908
363
  msgid "The Back link URL"
364
  msgstr "返回链接URL"
365
 
366
- #: gallery-plugin.php:910
367
  msgid "Gallery page (Page with Gallery Template)"
368
  msgstr "图集页面(具有图集模板的页面)"
369
 
370
- #: gallery-plugin.php:912
371
  msgid "(Full URL to custom page)"
372
  msgstr "(到自定义页面的完整地址)"
373
 
374
- #: gallery-plugin.php:916
375
  msgid "The Read More link text"
376
  msgstr "阅读更多链接的文本"
377
 
378
- #: gallery-plugin.php:922
379
  msgid "Add gallery to the search"
380
  msgstr ""
381
 
382
- #: gallery-plugin.php:941
383
- #: gallery-plugin.php:944
384
- #: gallery-plugin.php:948
385
  msgid "Using Custom Search powered by"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:944
389
  msgid "Activate Custom Search"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:948
393
  msgid "Download Custom Search"
394
  msgstr ""
395
 
396
- #: gallery-plugin.php:955
397
  msgid "Display Like buttons in the lightbox"
398
  msgstr "在灯箱中显示[喜欢]按钮"
399
 
400
- #: gallery-plugin.php:957
401
  msgid "FaceBook"
402
  msgstr "Facebook"
403
 
404
- #: gallery-plugin.php:958
405
  msgid "Twitter"
406
  msgstr "Twitter"
407
 
408
- #: gallery-plugin.php:959
409
  msgid "Pinterest"
410
  msgstr "Printerest"
411
 
412
- #: gallery-plugin.php:960
413
  msgid "Google +1"
414
  msgstr "Google +1"
415
 
416
- #: gallery-plugin.php:964
417
  #, fuzzy
418
  msgid "Slug for gallery item"
419
  msgstr "图集中图像的尺寸"
420
 
421
- #: gallery-plugin.php:966
422
  msgid "for any structure of permalinks except the default structure"
423
  msgstr ""
424
 
425
- #: gallery-plugin.php:979
426
  msgid "Save Changes"
427
  msgstr "保存修改"
428
 
429
- #: gallery-plugin.php:991
430
- #: gallery-plugin.php:1006
431
  msgid "Settings"
432
  msgstr "设置"
433
 
434
- #: gallery-plugin.php:992
435
  msgid "FAQ"
436
  msgstr "常问问题"
437
 
438
- #: gallery-plugin.php:993
439
  msgid "Support"
440
  msgstr "支持"
441
 
442
- #: gallery-plugin.php:1203
443
  #: template/gallery-single-template.php:77
444
  msgid "Sorry, nothing found."
445
  msgstr "对不起 - 没有找到。"
446
 
447
- #: gallery-plugin.php:1225
448
  #: template/gallery-single-template.php:103
449
  msgid "Download high resolution image"
450
  msgstr "下载高分辨率图像"
@@ -460,8 +477,6 @@ msgstr "图像"
460
  #, fuzzy
461
  #~ msgid "Site URL"
462
  #~ msgstr "链接网址"
463
- #~ msgid "Pro plugins"
464
- #~ msgstr "高级插件"
465
  #~ msgid "Activated plugins"
466
  #~ msgstr "已激活的插件"
467
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 13:30+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 13:30+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:101
20
+ #: gallery-plugin.php:771
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
 
24
+ #: gallery-plugin.php:126
25
+ #: gallery-plugin.php:136
26
  msgid "Galleries"
27
  msgstr "图库"
28
 
29
+ #: gallery-plugin.php:127
30
+ #: gallery-plugin.php:606
31
  msgid "Gallery"
32
  msgstr "图集"
33
 
34
+ #: gallery-plugin.php:128
35
  msgid "Add a Gallery"
36
  msgstr "新增图集"
37
 
38
+ #: gallery-plugin.php:129
39
  msgid "Add New Gallery"
40
  msgstr "新增图集"
41
 
42
+ #: gallery-plugin.php:130
43
  msgid "Edit Gallery"
44
  msgstr "编辑图集"
45
 
46
+ #: gallery-plugin.php:131
47
  msgid "New Gallery"
48
  msgstr "新图集"
49
 
50
+ #: gallery-plugin.php:132
51
  msgid "View Gallery"
52
  msgstr "浏览图集"
53
 
54
+ #: gallery-plugin.php:133
55
  msgid "Find a Gallery"
56
  msgstr "查找图集"
57
 
58
+ #: gallery-plugin.php:134
59
  msgid "No Gallery found"
60
  msgstr "没有找到图集"
61
 
62
+ #: gallery-plugin.php:191
63
  msgid "Upload File"
64
  msgstr "上传文件"
65
 
66
+ #: gallery-plugin.php:192
67
  msgid "Gallery Shortcode"
68
  msgstr "图集简码"
69
 
70
+ #: gallery-plugin.php:210
71
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
72
  msgstr "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用标准WP函数上传图像 (media library)"
73
 
74
+ #: gallery-plugin.php:214
75
  msgid "Choose an image for upload:"
76
  msgstr "选择一幅图像上传:"
77
 
78
+ #: gallery-plugin.php:219
79
  msgid "Please enable JavaScript to use the file uploader."
80
  msgstr "请打开JavaScript以使用文件上传工具"
81
 
82
+ #: gallery-plugin.php:226
83
  msgid "Allow the download link for all images in this gallery"
84
  msgstr "在此图集中开启下载所有图像的链接"
85
 
86
+ #: gallery-plugin.php:227
87
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
88
  msgstr "请使用拖拽功能改变图像的输出顺序,且不要忘记保存修改。"
89
 
90
+ #: gallery-plugin.php:229
91
  msgid "Please make a choice"
92
  msgstr "请选择"
93
 
94
+ #: gallery-plugin.php:229
95
+ #: gallery-plugin.php:884
96
  msgid "Sort images by"
97
  msgstr "图像排序按"
98
 
99
+ #: gallery-plugin.php:229
100
  msgid "sort images"
101
  msgstr "图像排序"
102
 
103
+ #: gallery-plugin.php:229
104
  msgid "on the plugin settings page ("
105
  msgstr "在插件的设置页面("
106
 
107
+ #: gallery-plugin.php:273
108
+ #: gallery-plugin.php:502
109
  msgid "Title"
110
  msgstr "标题"
111
 
112
+ #: gallery-plugin.php:275
113
  msgid "Alt tag"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:276
117
  msgid "URL"
118
  msgstr "URL"
119
 
120
+ #: gallery-plugin.php:276
121
  #, fuzzy
122
  msgid "(by click on image opens a link in a new window)"
123
  msgstr "(点击图像 <br /> 在新窗口中打开链接)"
124
 
125
+ #: gallery-plugin.php:277
126
  msgid "This setting is available in Pro version"
127
  msgstr "次设置在Pro版本中可用"
128
 
129
+ #: gallery-plugin.php:278
130
  msgid "Open the link"
131
  msgstr "打开链接"
132
 
133
+ #: gallery-plugin.php:278
134
  msgid "Current window"
135
  msgstr "当前窗口"
136
 
137
+ #: gallery-plugin.php:278
138
  msgid "New window"
139
  msgstr "新窗口"
140
 
141
+ #: gallery-plugin.php:279
142
  msgid "Delete"
143
  msgstr "删除"
144
 
145
+ #: gallery-plugin.php:292
146
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
147
  msgstr "您可以在页面上添加一个图集或在正文中插入简码"
148
 
149
+ #: gallery-plugin.php:294
150
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
151
  msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
152
 
153
+ #: gallery-plugin.php:503
154
  msgid "Author"
155
  msgstr "作者"
156
 
157
+ #: gallery-plugin.php:504
158
  msgid "Photo"
159
  msgstr "照片"
160
 
161
+ #: gallery-plugin.php:505
162
  msgid "Publishing"
163
  msgstr "出版"
164
 
165
+ #: gallery-plugin.php:506
166
+ #: gallery-plugin.php:888
167
  msgid "Date"
168
  msgstr "日期"
169
 
170
+ #: gallery-plugin.php:632
171
  msgid "See images &raquo;"
172
  msgstr "查看图像 &raquo;"
173
 
174
+ #: gallery-plugin.php:679
175
+ msgid "requires"
176
+ msgstr ""
177
+
178
+ #: gallery-plugin.php:679
179
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
180
+ msgstr ""
181
+
182
+ #: gallery-plugin.php:679
183
+ msgid "Back to the WordPress"
184
+ msgstr ""
185
+
186
+ #: gallery-plugin.php:679
187
+ #, fuzzy
188
+ msgid "Plugins page"
189
+ msgstr "高级插件"
190
+
191
+ #: gallery-plugin.php:764
192
  msgid "Settings are saved"
193
  msgstr "设置已保存。"
194
 
195
+ #: gallery-plugin.php:777
196
  msgid "Gallery Settings"
197
  msgstr "图集设置"
198
 
199
+ #: gallery-plugin.php:780
200
  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:"
201
  msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
202
 
203
+ #: gallery-plugin.php:784
204
  msgid "Image size for the album cover"
205
  msgstr "专辑封面图像的尺寸"
206
 
207
+ #: gallery-plugin.php:786
208
+ #: gallery-plugin.php:794
209
+ #: gallery-plugin.php:807
210
  msgid "Image size"
211
  msgstr "图像尺寸"
212
 
213
+ #: gallery-plugin.php:787
214
+ #: gallery-plugin.php:795
215
  msgid "Width (in px)"
216
  msgstr "宽度(像素)"
217
 
218
+ #: gallery-plugin.php:788
219
+ #: gallery-plugin.php:796
220
  msgid "Height (in px)"
221
  msgstr "高度(像素)"
222
 
223
+ #: gallery-plugin.php:792
224
  msgid "Gallery image size"
225
  msgstr "图集中图像的尺寸"
226
 
227
+ #: gallery-plugin.php:800
228
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
229
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
230
 
231
+ #: gallery-plugin.php:805
232
  msgid "Gallery image size in the lightbox"
233
  msgstr "灯箱中的图像尺寸"
234
 
235
+ #: gallery-plugin.php:808
236
  msgid "Max width (in px)"
237
  msgstr "最大宽度(像素)"
238
 
239
+ #: gallery-plugin.php:809
240
  msgid "Max height (in px)"
241
  msgstr "最大高度(像素)"
242
 
243
+ #: gallery-plugin.php:810
244
  msgid "Display a full size image in the lightbox"
245
  msgstr "在灯箱中显示全尺寸图像"
246
 
247
+ #: gallery-plugin.php:814
248
  msgid "Crop position"
249
  msgstr "裁剪位置"
250
 
251
+ #: gallery-plugin.php:816
252
  msgid "Horizontal"
253
  msgstr "水平"
254
 
255
+ #: gallery-plugin.php:818
256
  msgid "left"
257
  msgstr "左侧"
258
 
259
+ #: gallery-plugin.php:819
260
+ #: gallery-plugin.php:826
261
  msgid "center"
262
  msgstr "中心"
263
 
264
+ #: gallery-plugin.php:820
265
  msgid "right"
266
  msgstr "右侧"
267
 
268
+ #: gallery-plugin.php:823
269
  msgid "Vertical"
270
  msgstr "垂直"
271
 
272
+ #: gallery-plugin.php:825
273
  msgid "top"
274
  msgstr "顶部"
275
 
276
+ #: gallery-plugin.php:827
277
  msgid "bottom"
278
  msgstr "底部"
279
 
280
+ #: gallery-plugin.php:832
281
  msgid "Lightbox background"
282
  msgstr "灯箱背景"
283
 
284
+ #: gallery-plugin.php:834
285
  msgid "Default"
286
  msgstr "默认"
287
 
288
+ #: gallery-plugin.php:835
289
  msgid "Background transparency (from 0 to 1)"
290
  msgstr "背景透明度(值为 0 到 1)"
291
 
292
+ #: gallery-plugin.php:837
293
  msgid "Select a background color"
294
  msgstr "选择背景色"
295
 
296
+ #: gallery-plugin.php:839
297
  msgid "Background color"
298
  msgstr "背景色"
299
 
300
+ #: gallery-plugin.php:846
301
+ #: gallery-plugin.php:985
302
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
303
  msgstr "此功能在插件的高级版本中可用。如需查看详细信息,请点击以下链接"
304
 
305
+ #: gallery-plugin.php:853
306
  msgid "Images with border"
307
  msgstr "图像边缘"
308
 
309
+ #: gallery-plugin.php:856
310
  msgid "Border width in px, just numbers"
311
  msgstr "边缘宽度,以像素为单位,只能使用数字"
312
 
313
+ #: gallery-plugin.php:858
314
+ #: gallery-plugin.php:860
315
  msgid "Select a border color"
316
  msgstr "选择边缘颜色"
317
 
318
+ #: gallery-plugin.php:866
319
  msgid "Number of images in the row"
320
  msgstr "一行中图像的数量"
321
 
322
+ #: gallery-plugin.php:872
323
  msgid "Start slideshow"
324
  msgstr "播放幻灯片"
325
 
326
+ #: gallery-plugin.php:878
327
  msgid "Slideshow interval"
328
  msgstr "幻灯片播放间隔"
329
 
330
+ #: gallery-plugin.php:886
331
  msgid "Attachment ID"
332
  msgstr "附件ID"
333
 
334
+ #: gallery-plugin.php:887
335
  msgid "Image Name"
336
  msgstr "图像名称"
337
 
338
+ #: gallery-plugin.php:889
339
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
340
  msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
341
 
342
+ #: gallery-plugin.php:890
343
  msgid "Random"
344
  msgstr "随机"
345
 
346
+ #: gallery-plugin.php:894
347
  msgid "Sort images"
348
  msgstr "图像排序"
349
 
350
+ #: gallery-plugin.php:896
351
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
352
  msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
353
 
354
+ #: gallery-plugin.php:897
355
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
356
  msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
357
 
358
+ #: gallery-plugin.php:901
359
  msgid "Display text above the image"
360
  msgstr "在图像上方显示文本"
361
 
362
+ #: gallery-plugin.php:903
363
  #, fuzzy
364
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
365
  msgstr "如果您仅想在收藏夹中显示文本"
366
 
367
+ #: gallery-plugin.php:907
368
  msgid "Display the Back link"
369
  msgstr "显示返回链接"
370
 
371
+ #: gallery-plugin.php:913
372
  msgid "Display the Back link in the shortcode"
373
  msgstr "以简码方式显示返回链接"
374
 
375
+ #: gallery-plugin.php:919
376
  msgid "The Back link text"
377
  msgstr "返回链接文本"
378
 
379
+ #: gallery-plugin.php:925
380
  msgid "The Back link URL"
381
  msgstr "返回链接URL"
382
 
383
+ #: gallery-plugin.php:927
384
  msgid "Gallery page (Page with Gallery Template)"
385
  msgstr "图集页面(具有图集模板的页面)"
386
 
387
+ #: gallery-plugin.php:929
388
  msgid "(Full URL to custom page)"
389
  msgstr "(到自定义页面的完整地址)"
390
 
391
+ #: gallery-plugin.php:933
392
  msgid "The Read More link text"
393
  msgstr "阅读更多链接的文本"
394
 
395
+ #: gallery-plugin.php:939
396
  msgid "Add gallery to the search"
397
  msgstr ""
398
 
399
+ #: gallery-plugin.php:955
400
+ #: gallery-plugin.php:958
401
+ #: gallery-plugin.php:962
402
  msgid "Using Custom Search powered by"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:958
406
  msgid "Activate Custom Search"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:962
410
  msgid "Download Custom Search"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:969
414
  msgid "Display Like buttons in the lightbox"
415
  msgstr "在灯箱中显示[喜欢]按钮"
416
 
417
+ #: gallery-plugin.php:971
418
  msgid "FaceBook"
419
  msgstr "Facebook"
420
 
421
+ #: gallery-plugin.php:972
422
  msgid "Twitter"
423
  msgstr "Twitter"
424
 
425
+ #: gallery-plugin.php:973
426
  msgid "Pinterest"
427
  msgstr "Printerest"
428
 
429
+ #: gallery-plugin.php:974
430
  msgid "Google +1"
431
  msgstr "Google +1"
432
 
433
+ #: gallery-plugin.php:978
434
  #, fuzzy
435
  msgid "Slug for gallery item"
436
  msgstr "图集中图像的尺寸"
437
 
438
+ #: gallery-plugin.php:980
439
  msgid "for any structure of permalinks except the default structure"
440
  msgstr ""
441
 
442
+ #: gallery-plugin.php:993
443
  msgid "Save Changes"
444
  msgstr "保存修改"
445
 
446
+ #: gallery-plugin.php:1005
447
+ #: gallery-plugin.php:1020
448
  msgid "Settings"
449
  msgstr "设置"
450
 
451
+ #: gallery-plugin.php:1006
452
  msgid "FAQ"
453
  msgstr "常问问题"
454
 
455
+ #: gallery-plugin.php:1007
456
  msgid "Support"
457
  msgstr "支持"
458
 
459
+ #: gallery-plugin.php:1220
460
  #: template/gallery-single-template.php:77
461
  msgid "Sorry, nothing found."
462
  msgstr "对不起 - 没有找到。"
463
 
464
+ #: gallery-plugin.php:1242
465
  #: template/gallery-single-template.php:103
466
  msgid "Download high resolution image"
467
  msgstr "下载高分辨率图像"
477
  #, fuzzy
478
  #~ msgid "Site URL"
479
  #~ msgstr "链接网址"
 
 
480
  #~ msgid "Activated plugins"
481
  #~ msgstr "已激活的插件"
482
  #~ msgid "Read more"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
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.7
7
- Stable tag: 4.0.4
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. Regular updates and simplicity of usage along with efficient functionality make it a perfect choice for your site to have an appealing look.
16
  There is also a premium version of the plugin with more useful features available.
17
 
18
- <a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
19
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
20
 
21
  <a href="http://bestwebsoft.com/plugin/gallery-pro/?k=57ad5c0c7fe312e2a45ef9a76f47334c" target="_blank">Upgrade to Pro Version</a>
@@ -155,6 +155,11 @@ and add (for the themes Twenty Eleven or Twenty Ten):
155
 
156
  == Changelog ==
157
 
 
 
 
 
 
158
  = V4.0.4 - 28.10.2013 =
159
  * Update : We updated all functionality for wordpress 3.7.
160
 
@@ -354,6 +359,9 @@ and add (for the themes Twenty Eleven or Twenty Ten):
354
 
355
  == Upgrade Notice ==
356
 
 
 
 
357
  = V4.0.4 =
358
  We updated all functionality for wordpress 3.7.
359
 
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
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.7.1
7
+ Stable tag: 4.0.5
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. Regular updates and simplicity of usage along with efficient functionality make it a perfect choice for your site to have an appealing look.
16
  There is also a premium version of the plugin with more useful features available.
17
 
18
+ <a href="http://wordpress.org/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
19
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
20
 
21
  <a href="http://bestwebsoft.com/plugin/gallery-pro/?k=57ad5c0c7fe312e2a45ef9a76f47334c" target="_blank">Upgrade to Pro Version</a>
155
 
156
  == Changelog ==
157
 
158
+ = V4.0.5 - 1.11.2013 =
159
+ * NEW : Add checking installed wordpress version.
160
+ * Update : Activation of radio button or checkbox by clicking on its label.
161
+ * Update : We updated all functionality for wordpress 3.7.1.
162
+
163
  = V4.0.4 - 28.10.2013 =
164
  * Update : We updated all functionality for wordpress 3.7.
165
 
359
 
360
  == Upgrade Notice ==
361
 
362
+ = V4.0.5 =
363
+ Add checking installed wordpress version. Activation of radio button or checkbox by clicking on its label. We updated all functionality for wordpress 3.7.1.
364
+
365
  = V4.0.4 =
366
  We updated all functionality for wordpress 3.7.
367