Version Description
- 28.05.2013 =
- Update : BWS plugins section is updated.
- Update : The French language file is updated.
- Bugfix : We changed using the abspath to plugin_dir_path().
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Gallery by BestWebSoft |
Version | 3.9 |
Comparing to | |
See all releases |
Code changes from version 3.8.9 to 3.9
- gallery-plugin.php +100 -50
- languages/gallery-cs_CZ.mo +0 -0
- languages/gallery-cs_CZ.po +102 -81
- languages/gallery-de_DE.mo +0 -0
- languages/gallery-de_DE.po +102 -81
- languages/gallery-es_ES.mo +0 -0
- languages/gallery-es_ES.po +102 -81
- languages/gallery-fa_IR.mo +0 -0
- languages/gallery-fa_IR.po +101 -81
- languages/gallery-fr_FR.mo +0 -0
- languages/gallery-fr_FR.po +123 -108
- languages/gallery-he_IL.mo +0 -0
- languages/gallery-he_IL.po +104 -81
- languages/gallery-hu_HU.mo +0 -0
- languages/gallery-hu_HU.po +102 -81
- languages/gallery-it_IT.mo +0 -0
- languages/gallery-it_IT.po +102 -81
- languages/gallery-ka_GE.mo +0 -0
- languages/gallery-ka_GE.po +102 -81
- languages/gallery-lt_LT.mo +0 -0
- languages/gallery-lt_LT.po +102 -81
- languages/gallery-nl_NL.mo +0 -0
- languages/gallery-nl_NL.po +102 -81
- languages/gallery-pl_PL.mo +0 -0
- languages/gallery-pl_PL.po +102 -81
- languages/gallery-pt_BR.mo +0 -0
- languages/gallery-pt_BR.po +104 -81
- languages/gallery-ru_RU.mo +0 -0
- languages/gallery-ru_RU.po +100 -81
- languages/gallery-sr_RS.mo +0 -0
- languages/gallery-sr_RS.po +102 -81
- languages/gallery-uk.mo +0 -0
- languages/gallery-uk.po +102 -81
- languages/gallery-zh_CN.mo +0 -0
- languages/gallery-zh_CN.po +102 -81
- readme.txt +28 -3
- screenshot-1.jpg +0 -0
- screenshot-3.jpg +0 -0
gallery-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: This plugin allows you to implement gallery page into web site.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -205,7 +205,7 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
|
|
205 |
$uploader = true;
|
206 |
|
207 |
$post_types = get_post_types( array( '_builtin' => false ) );
|
208 |
-
if( ! is_writable (
|
209 |
$error = __( "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)", 'gallery' );
|
210 |
$uploader = false;
|
211 |
}
|
@@ -322,8 +322,8 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
322 |
$uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo( $uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
|
323 |
}
|
324 |
|
325 |
-
if ( copy (
|
326 |
-
unlink(
|
327 |
$overrides = array( 'test_form' => false );
|
328 |
|
329 |
$file = $uploadFile[$key];
|
@@ -577,83 +577,133 @@ if( ! function_exists( 'gllr_page_css_class' ) ) {
|
|
577 |
}
|
578 |
}
|
579 |
|
580 |
-
if( ! function_exists( 'bws_add_menu_render' ) ) {
|
581 |
function bws_add_menu_render() {
|
582 |
global $title;
|
583 |
-
$active_plugins = get_option(
|
584 |
-
$all_plugins
|
585 |
|
586 |
$array_activate = array();
|
587 |
$array_install = array();
|
588 |
$array_recomend = array();
|
589 |
$count_activate = $count_install = $count_recomend = 0;
|
590 |
$array_plugins = array(
|
591 |
-
array( 'captcha\/captcha.php', 'Captcha', 'http://
|
592 |
-
array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://
|
593 |
-
array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://
|
594 |
-
array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://
|
595 |
-
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://
|
596 |
-
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://
|
597 |
-
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://
|
598 |
-
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://
|
599 |
-
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://
|
600 |
-
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://
|
601 |
-
array( 'updater\/updater.php', 'Updater', 'http://
|
602 |
);
|
603 |
-
foreach( $array_plugins as $plugins ) {
|
604 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
605 |
-
$array_activate[$count_activate][
|
606 |
-
$array_activate[$count_activate][
|
607 |
-
$array_activate[$count_activate][
|
608 |
-
$array_activate[$count_activate][
|
609 |
$count_activate++;
|
610 |
-
}
|
611 |
-
|
612 |
-
$array_install[$count_install][
|
613 |
-
$array_install[$count_install][
|
614 |
-
$array_install[$count_install]['href'] = $plugins[3];
|
615 |
$count_install++;
|
616 |
-
}
|
617 |
-
|
618 |
-
$array_recomend[$count_recomend][
|
619 |
-
$array_recomend[$count_recomend][
|
620 |
-
$array_recomend[$count_recomend][
|
621 |
-
$array_recomend[$count_recomend]['slug'] = $plugins[4];
|
622 |
$count_recomend++;
|
623 |
}
|
624 |
}
|
625 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
<div class="wrap">
|
627 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
628 |
<h2><?php echo $title;?></h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
629 |
<?php if( 0 < $count_activate ) { ?>
|
630 |
-
<div>
|
631 |
-
<
|
632 |
<?php foreach( $array_activate as $activate_plugin ) { ?>
|
633 |
-
<div style="float:left; width:200px;"><?php echo $activate_plugin[
|
634 |
<?php } ?>
|
635 |
</div>
|
636 |
<?php } ?>
|
637 |
<?php if( 0 < $count_install ) { ?>
|
638 |
-
<div>
|
639 |
-
<
|
640 |
-
<?php foreach( $array_install as $install_plugin ) { ?>
|
641 |
-
<div style="float:left; width:200px;"><?php echo $install_plugin[
|
642 |
<?php } ?>
|
643 |
</div>
|
644 |
<?php } ?>
|
645 |
<?php if( 0 < $count_recomend ) { ?>
|
646 |
-
<div>
|
647 |
-
<
|
648 |
-
<?php foreach( $array_recomend as $recomend_plugin ) { ?>
|
649 |
-
<div style="float:left; width:200px;"><?php echo $recomend_plugin[
|
650 |
<?php } ?>
|
651 |
-
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please feel free to contact us via', 'gallery' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
|
652 |
</div>
|
653 |
-
<?php } ?>
|
|
|
|
|
654 |
</div>
|
655 |
-
|
656 |
-
}
|
657 |
}
|
658 |
|
659 |
if( ! function_exists( 'add_gllr_admin_menu' ) ) {
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: This plugin allows you to implement gallery page into web site.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.9
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
205 |
$uploader = true;
|
206 |
|
207 |
$post_types = get_post_types( array( '_builtin' => false ) );
|
208 |
+
if( ! is_writable ( plugin_dir_path( __FILE__ ) ."upload/files/" ) ) {
|
209 |
$error = __( "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)", 'gallery' );
|
210 |
$uploader = false;
|
211 |
}
|
322 |
$uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo( $uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
|
323 |
}
|
324 |
|
325 |
+
if ( copy ( plugin_dir_path( __FILE__ ) ."upload/files/".$file_name, $uploadFile[$key] ) ) {
|
326 |
+
unlink( plugin_dir_path( __FILE__ ) ."upload/files/".$file_name );
|
327 |
$overrides = array( 'test_form' => false );
|
328 |
|
329 |
$file = $uploadFile[$key];
|
577 |
}
|
578 |
}
|
579 |
|
580 |
+
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
581 |
function bws_add_menu_render() {
|
582 |
global $title;
|
583 |
+
$active_plugins = get_option('active_plugins');
|
584 |
+
$all_plugins = get_plugins();
|
585 |
|
586 |
$array_activate = array();
|
587 |
$array_install = array();
|
588 |
$array_recomend = array();
|
589 |
$count_activate = $count_install = $count_recomend = 0;
|
590 |
$array_plugins = array(
|
591 |
+
array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin/', 'http://bestwebsoft.com/plugin/captcha-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ),
|
592 |
+
array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form/', 'http://bestwebsoft.com/plugin/contact-form/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ),
|
593 |
+
array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ),
|
594 |
+
array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ),
|
595 |
+
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin/', 'http://bestwebsoft.com/plugin/portfolio-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=portfolio.php' ),
|
596 |
+
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=gallery-plugin.php' ),
|
597 |
+
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
|
598 |
+
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
|
599 |
+
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
|
600 |
+
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
|
601 |
+
array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' )
|
602 |
);
|
603 |
+
foreach ( $array_plugins as $plugins ) {
|
604 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
605 |
+
$array_activate[$count_activate]["title"] = $plugins[1];
|
606 |
+
$array_activate[$count_activate]["link"] = $plugins[2];
|
607 |
+
$array_activate[$count_activate]["href"] = $plugins[3];
|
608 |
+
$array_activate[$count_activate]["url"] = $plugins[5];
|
609 |
$count_activate++;
|
610 |
+
} else if ( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
|
611 |
+
$array_install[$count_install]["title"] = $plugins[1];
|
612 |
+
$array_install[$count_install]["link"] = $plugins[2];
|
613 |
+
$array_install[$count_install]["href"] = $plugins[3];
|
|
|
614 |
$count_install++;
|
615 |
+
} else {
|
616 |
+
$array_recomend[$count_recomend]["title"] = $plugins[1];
|
617 |
+
$array_recomend[$count_recomend]["link"] = $plugins[2];
|
618 |
+
$array_recomend[$count_recomend]["href"] = $plugins[3];
|
619 |
+
$array_recomend[$count_recomend]["slug"] = $plugins[4];
|
|
|
620 |
$count_recomend++;
|
621 |
}
|
622 |
}
|
623 |
+
$array_activate_pro = array();
|
624 |
+
$array_install_pro = array();
|
625 |
+
$array_recomend_pro = array();
|
626 |
+
$count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
|
627 |
+
$array_plugins_pro = array(
|
628 |
+
array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/', 'http://bestwebsoft.com/plugin/gallery-pro/#purchase', 'admin.php?page=gallery-plugin-pro.php' )
|
629 |
+
);
|
630 |
+
foreach ( $array_plugins_pro as $plugins ) {
|
631 |
+
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
632 |
+
$array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
|
633 |
+
$array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
|
634 |
+
$array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
|
635 |
+
$array_activate_pro[$count_activate_pro]["url"] = $plugins[4];
|
636 |
+
$count_activate_pro++;
|
637 |
+
} else if( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
|
638 |
+
$array_install_pro[$count_install_pro]["title"] = $plugins[1];
|
639 |
+
$array_install_pro[$count_install_pro]["link"] = $plugins[2];
|
640 |
+
$array_install_pro[$count_install_pro]["href"] = $plugins[3];
|
641 |
+
$count_install_pro++;
|
642 |
+
} else {
|
643 |
+
$array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
|
644 |
+
$array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
|
645 |
+
$array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
|
646 |
+
$count_recomend_pro++;
|
647 |
+
}
|
648 |
+
} ?>
|
649 |
<div class="wrap">
|
650 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
651 |
<h2><?php echo $title;?></h2>
|
652 |
+
<h3 style="color: blue;"><?php _e( 'Pro plugins', 'gallery' ); ?></h3>
|
653 |
+
<?php if( 0 < $count_activate_pro ) { ?>
|
654 |
+
<div style="padding-left:15px;">
|
655 |
+
<h4><?php _e( 'Activated plugins', 'gallery' ); ?></h4>
|
656 |
+
<?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
|
657 |
+
<div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'gallery' ); ?></a></p>
|
658 |
+
<?php } ?>
|
659 |
+
</div>
|
660 |
+
<?php } ?>
|
661 |
+
<?php if( 0 < $count_install_pro ) { ?>
|
662 |
+
<div style="padding-left:15px;">
|
663 |
+
<h4><?php _e( 'Installed plugins', 'gallery' ); ?></h4>
|
664 |
+
<?php foreach ( $array_install_pro as $install_plugin) { ?>
|
665 |
+
<div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a></p>
|
666 |
+
<?php } ?>
|
667 |
+
</div>
|
668 |
+
<?php } ?>
|
669 |
+
<?php if( 0 < $count_recomend_pro ) { ?>
|
670 |
+
<div style="padding-left:15px;">
|
671 |
+
<h4><?php _e( 'Recommended plugins', 'gallery' ); ?></h4>
|
672 |
+
<?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
|
673 |
+
<div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'gallery' ); ?></a></p>
|
674 |
+
<?php } ?>
|
675 |
+
</div>
|
676 |
+
<?php } ?>
|
677 |
+
<br />
|
678 |
+
<h3 style="color: green"><?php _e( 'Free plugins', 'gallery' ); ?></h3>
|
679 |
<?php if( 0 < $count_activate ) { ?>
|
680 |
+
<div style="padding-left:15px;">
|
681 |
+
<h4><?php _e( 'Activated plugins', 'gallery' ); ?></h4>
|
682 |
<?php foreach( $array_activate as $activate_plugin ) { ?>
|
683 |
+
<div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'gallery' ); ?></a></p>
|
684 |
<?php } ?>
|
685 |
</div>
|
686 |
<?php } ?>
|
687 |
<?php if( 0 < $count_install ) { ?>
|
688 |
+
<div style="padding-left:15px;">
|
689 |
+
<h4><?php _e( 'Installed plugins', 'gallery' ); ?></h4>
|
690 |
+
<?php foreach ( $array_install as $install_plugin ) { ?>
|
691 |
+
<div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a></p>
|
692 |
<?php } ?>
|
693 |
</div>
|
694 |
<?php } ?>
|
695 |
<?php if( 0 < $count_recomend ) { ?>
|
696 |
+
<div style="padding-left:15px;">
|
697 |
+
<h4><?php _e( 'Recommended plugins', 'gallery' ); ?></h4>
|
698 |
+
<?php foreach ( $array_recomend as $recomend_plugin ) { ?>
|
699 |
+
<div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'gallery' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'gallery' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'gallery' ) ?></a></p>
|
700 |
<?php } ?>
|
|
|
701 |
</div>
|
702 |
+
<?php } ?>
|
703 |
+
<br />
|
704 |
+
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'gallery' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
|
705 |
</div>
|
706 |
+
<?php }
|
|
|
707 |
}
|
708 |
|
709 |
if( ! function_exists( 'add_gllr_admin_menu' ) ) {
|
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-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Galerie"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerie"
|
33 |
|
@@ -96,7 +96,7 @@ msgid "Please make a choice"
|
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
-
#: gallery-plugin.php:
|
100 |
#, fuzzy
|
101 |
msgid "Sort images by"
|
102 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
@@ -165,289 +165,310 @@ msgid "Publishing"
|
|
165 |
msgstr "Veřejné"
|
166 |
|
167 |
#: gallery-plugin.php:483
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Date"
|
170 |
msgstr "Datum"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Aktivní pluginy"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
-
#: gallery-plugin.php:
|
178 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
179 |
msgid "Read more"
|
180 |
msgstr "Další informace"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
|
|
185 |
msgid "Settings"
|
186 |
msgstr "Nastavení"
|
187 |
|
188 |
-
#: gallery-plugin.php:
|
|
|
189 |
msgid "Installed plugins"
|
190 |
msgstr "Nainstalované pluginy"
|
191 |
|
192 |
-
#: gallery-plugin.php:
|
|
|
193 |
msgid "Recommended plugins"
|
194 |
msgstr "Doporučené pluginy"
|
195 |
|
196 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
msgid "Download"
|
198 |
msgstr "Stáhnout"
|
199 |
|
200 |
-
#: gallery-plugin.php:
|
201 |
#, php-format
|
202 |
msgid "Install %s"
|
203 |
msgstr "Instaluj %s"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Install now from wordpress.org"
|
207 |
msgstr "Instaluj ihned z wordpress.org"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
#, fuzzy
|
211 |
-
msgid "If you have any questions, please
|
212 |
msgstr "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft.com a nebo vyplňte kontaktní formulář na našich stránkách."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
msgid "See images »"
|
217 |
msgstr "Zobrazit obsah galerie »"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
#, fuzzy
|
221 |
msgid "Settings are saved"
|
222 |
msgstr "Nastavení uložena."
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
#, fuzzy
|
226 |
msgid "Gallery Settings"
|
227 |
msgstr "Nastavení galerie"
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
#, fuzzy
|
235 |
msgid "Image size for the album cover"
|
236 |
msgstr "Размер для "
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "Image size"
|
243 |
msgstr "Název rozměru"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "Šířka (v px)"
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "Výška (v px)"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
#, fuzzy
|
257 |
msgid "Gallery image size"
|
258 |
msgstr "Galerie"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
#, fuzzy
|
262 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
#, fuzzy
|
271 |
msgid "Max width (in px)"
|
272 |
msgstr "Šířka (v px)"
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
#, fuzzy
|
276 |
msgid "Max height (in px)"
|
277 |
msgstr "Výška (v px)"
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: gallery-plugin.php:
|
284 |
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "left"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "center"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Lightbox background"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Default"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Background transparency (from 0 to 1)"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Background color"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Images with border"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Border width in px, just numbers"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Select a border color"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
#, fuzzy
|
355 |
msgid "Number of images in the row"
|
356 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "Start slideshow"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Slideshow interval"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
msgid "Attachment ID"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
#, fuzzy
|
372 |
msgid "Image Name"
|
373 |
msgstr "Název rozměru"
|
374 |
|
375 |
-
#: gallery-plugin.php:
|
376 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "Random"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
#, fuzzy
|
385 |
msgid "Sort images"
|
386 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
387 |
|
388 |
-
#: gallery-plugin.php:
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: gallery-plugin.php:
|
393 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Uložit změny"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ "
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Support"
|
442 |
msgstr "Podpora"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
#: template/gallery-single-template.php:76
|
446 |
#, fuzzy
|
447 |
msgid "Sorry, nothing found."
|
448 |
msgstr "Omlouvám se - nic nenalezeno."
|
449 |
|
450 |
-
#: gallery-plugin.php:
|
451 |
#: template/gallery-single-template.php:101
|
452 |
msgid "Download high resolution image"
|
453 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:01+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
27 |
msgstr "Galerie"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerie"
|
33 |
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
+
#: gallery-plugin.php:959
|
100 |
#, fuzzy
|
101 |
msgid "Sort images by"
|
102 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
165 |
msgstr "Veřejné"
|
166 |
|
167 |
#: gallery-plugin.php:483
|
168 |
+
#: gallery-plugin.php:963
|
169 |
msgid "Date"
|
170 |
msgstr "Datum"
|
171 |
|
172 |
+
#: gallery-plugin.php:652
|
173 |
+
#, fuzzy
|
174 |
+
msgid "Pro plugins"
|
175 |
+
msgstr "Doporučené pluginy"
|
176 |
+
|
177 |
+
#: gallery-plugin.php:655
|
178 |
+
#: gallery-plugin.php:681
|
179 |
msgid "Activated plugins"
|
180 |
msgstr "Aktivní pluginy"
|
181 |
|
182 |
+
#: gallery-plugin.php:657
|
183 |
+
#: gallery-plugin.php:665
|
184 |
+
#: gallery-plugin.php:673
|
185 |
+
#: gallery-plugin.php:683
|
186 |
+
#: gallery-plugin.php:691
|
187 |
+
#: gallery-plugin.php:699
|
188 |
msgid "Read more"
|
189 |
msgstr "Další informace"
|
190 |
|
191 |
+
#: gallery-plugin.php:657
|
192 |
+
#: gallery-plugin.php:683
|
193 |
+
#: gallery-plugin.php:1028
|
194 |
+
#: gallery-plugin.php:1043
|
195 |
msgid "Settings"
|
196 |
msgstr "Nastavení"
|
197 |
|
198 |
+
#: gallery-plugin.php:663
|
199 |
+
#: gallery-plugin.php:689
|
200 |
msgid "Installed plugins"
|
201 |
msgstr "Nainstalované pluginy"
|
202 |
|
203 |
+
#: gallery-plugin.php:671
|
204 |
+
#: gallery-plugin.php:697
|
205 |
msgid "Recommended plugins"
|
206 |
msgstr "Doporučené pluginy"
|
207 |
|
208 |
+
#: gallery-plugin.php:673
|
209 |
+
msgid "Purchase"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: gallery-plugin.php:678
|
213 |
+
#, fuzzy
|
214 |
+
msgid "Free plugins"
|
215 |
+
msgstr "Doporučené pluginy"
|
216 |
+
|
217 |
+
#: gallery-plugin.php:699
|
218 |
msgid "Download"
|
219 |
msgstr "Stáhnout"
|
220 |
|
221 |
+
#: gallery-plugin.php:699
|
222 |
#, php-format
|
223 |
msgid "Install %s"
|
224 |
msgstr "Instaluj %s"
|
225 |
|
226 |
+
#: gallery-plugin.php:699
|
227 |
msgid "Install now from wordpress.org"
|
228 |
msgstr "Instaluj ihned z wordpress.org"
|
229 |
|
230 |
+
#: gallery-plugin.php:704
|
231 |
#, fuzzy
|
232 |
+
msgid "If you have any questions, please contact us via"
|
233 |
msgstr "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft.com a nebo vyplňte kontaktní formulář na našich stránkách."
|
234 |
|
235 |
+
#: gallery-plugin.php:739
|
236 |
#, fuzzy
|
237 |
msgid "See images »"
|
238 |
msgstr "Zobrazit obsah galerie »"
|
239 |
|
240 |
+
#: gallery-plugin.php:838
|
241 |
#, fuzzy
|
242 |
msgid "Settings are saved"
|
243 |
msgstr "Nastavení uložena."
|
244 |
|
245 |
+
#: gallery-plugin.php:852
|
246 |
#, fuzzy
|
247 |
msgid "Gallery Settings"
|
248 |
msgstr "Nastavení galerie"
|
249 |
|
250 |
+
#: gallery-plugin.php:855
|
251 |
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:"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: gallery-plugin.php:859
|
255 |
#, fuzzy
|
256 |
msgid "Image size for the album cover"
|
257 |
msgstr "Размер для "
|
258 |
|
259 |
+
#: gallery-plugin.php:861
|
260 |
+
#: gallery-plugin.php:869
|
261 |
+
#: gallery-plugin.php:882
|
262 |
#, fuzzy
|
263 |
msgid "Image size"
|
264 |
msgstr "Název rozměru"
|
265 |
|
266 |
+
#: gallery-plugin.php:862
|
267 |
+
#: gallery-plugin.php:870
|
268 |
msgid "Width (in px)"
|
269 |
msgstr "Šířka (v px)"
|
270 |
|
271 |
+
#: gallery-plugin.php:863
|
272 |
+
#: gallery-plugin.php:871
|
273 |
msgid "Height (in px)"
|
274 |
msgstr "Výška (v px)"
|
275 |
|
276 |
+
#: gallery-plugin.php:867
|
277 |
#, fuzzy
|
278 |
msgid "Gallery image size"
|
279 |
msgstr "Galerie"
|
280 |
|
281 |
+
#: gallery-plugin.php:875
|
282 |
#, fuzzy
|
283 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
284 |
msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
|
285 |
|
286 |
+
#: gallery-plugin.php:880
|
287 |
msgid "Gallery image size in the lightbox"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: gallery-plugin.php:883
|
291 |
#, fuzzy
|
292 |
msgid "Max width (in px)"
|
293 |
msgstr "Šířka (v px)"
|
294 |
|
295 |
+
#: gallery-plugin.php:884
|
296 |
#, fuzzy
|
297 |
msgid "Max height (in px)"
|
298 |
msgstr "Výška (v px)"
|
299 |
|
300 |
+
#: gallery-plugin.php:885
|
301 |
msgid "Display a full size image in the lightbox"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: gallery-plugin.php:889
|
305 |
msgid "Crop position"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:891
|
309 |
msgid "Horizontal"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:893
|
313 |
msgid "left"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:894
|
317 |
+
#: gallery-plugin.php:901
|
318 |
msgid "center"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:895
|
322 |
msgid "right"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: gallery-plugin.php:898
|
326 |
msgid "Vertical"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: gallery-plugin.php:900
|
330 |
msgid "top"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: gallery-plugin.php:902
|
334 |
msgid "bottom"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: gallery-plugin.php:907
|
338 |
msgid "Lightbox background"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:909
|
342 |
msgid "Default"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: gallery-plugin.php:910
|
346 |
msgid "Background transparency (from 0 to 1)"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: gallery-plugin.php:912
|
350 |
msgid "Select a background color"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: gallery-plugin.php:914
|
354 |
msgid "Background color"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: gallery-plugin.php:921
|
358 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: gallery-plugin.php:928
|
362 |
msgid "Images with border"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: gallery-plugin.php:931
|
366 |
msgid "Border width in px, just numbers"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: gallery-plugin.php:933
|
370 |
+
#: gallery-plugin.php:935
|
371 |
msgid "Select a border color"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: gallery-plugin.php:941
|
375 |
#, fuzzy
|
376 |
msgid "Number of images in the row"
|
377 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
378 |
|
379 |
+
#: gallery-plugin.php:947
|
380 |
msgid "Start slideshow"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: gallery-plugin.php:953
|
384 |
msgid "Slideshow interval"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: gallery-plugin.php:961
|
388 |
msgid "Attachment ID"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: gallery-plugin.php:962
|
392 |
#, fuzzy
|
393 |
msgid "Image Name"
|
394 |
msgstr "Název rozměru"
|
395 |
|
396 |
+
#: gallery-plugin.php:964
|
397 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:965
|
401 |
msgid "Random"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:969
|
405 |
#, fuzzy
|
406 |
msgid "Sort images"
|
407 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
408 |
|
409 |
+
#: gallery-plugin.php:971
|
410 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:972
|
414 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:976
|
418 |
msgid "Display text above the image"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:978
|
422 |
msgid "If you want to display text just in a lightbox"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:982
|
426 |
msgid "Display the Back link"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:988
|
430 |
msgid "Display the Back link in the shortcode"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:994
|
434 |
msgid "The Back link text"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: gallery-plugin.php:1000
|
438 |
msgid "The Back link URL"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: gallery-plugin.php:1002
|
442 |
msgid "Gallery page (Page with Gallery Template)"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1004
|
446 |
msgid "(Full URL to custom page)"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1008
|
450 |
msgid "The Read More link text"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: gallery-plugin.php:1016
|
454 |
msgid "Save Changes"
|
455 |
msgstr "Uložit změny"
|
456 |
|
457 |
+
#: gallery-plugin.php:1029
|
458 |
msgid "FAQ"
|
459 |
msgstr "FAQ "
|
460 |
|
461 |
+
#: gallery-plugin.php:1030
|
462 |
msgid "Support"
|
463 |
msgstr "Podpora"
|
464 |
|
465 |
+
#: gallery-plugin.php:1237
|
466 |
#: template/gallery-single-template.php:76
|
467 |
#, fuzzy
|
468 |
msgid "Sorry, nothing found."
|
469 |
msgstr "Omlouvám se - nic nenalezeno."
|
470 |
|
471 |
+
#: gallery-plugin.php:1259
|
472 |
#: template/gallery-single-template.php:101
|
473 |
msgid "Download high resolution image"
|
474 |
msgstr ""
|
languages/gallery-de_DE.mo
CHANGED
Binary file
|
languages/gallery-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Galerien"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerie"
|
33 |
|
@@ -96,7 +96,7 @@ msgid "Please make a choice"
|
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
-
#: gallery-plugin.php:
|
100 |
#, fuzzy
|
101 |
msgid "Sort images by"
|
102 |
msgstr "Anzahl Bilder in der Reihe"
|
@@ -165,289 +165,310 @@ msgid "Publishing"
|
|
165 |
msgstr "Öffentlich"
|
166 |
|
167 |
#: gallery-plugin.php:483
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Date"
|
170 |
msgstr "Datum"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Aktivierte Plugins"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
-
#: gallery-plugin.php:
|
178 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
179 |
msgid "Read more"
|
180 |
msgstr "Mehr erfahren"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
|
|
185 |
msgid "Settings"
|
186 |
msgstr "Einstellungen"
|
187 |
|
188 |
-
#: gallery-plugin.php:
|
|
|
189 |
msgid "Installed plugins"
|
190 |
msgstr "Installierte Plugins"
|
191 |
|
192 |
-
#: gallery-plugin.php:
|
|
|
193 |
msgid "Recommended plugins"
|
194 |
msgstr "Benötigte Plugins"
|
195 |
|
196 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
msgid "Download"
|
198 |
msgstr "Download"
|
199 |
|
200 |
-
#: gallery-plugin.php:
|
201 |
#, php-format
|
202 |
msgid "Install %s"
|
203 |
msgstr "Installiere %s"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Install now from wordpress.org"
|
207 |
msgstr "Direkt von wordpress.org installieren"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
#, fuzzy
|
211 |
-
msgid "If you have any questions, please
|
212 |
msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
msgid "See images »"
|
217 |
msgstr "Fotos anzeigen »"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
#, fuzzy
|
221 |
msgid "Settings are saved"
|
222 |
msgstr "Einstellungen gespeichert."
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
#, fuzzy
|
226 |
msgid "Gallery Settings"
|
227 |
msgstr "Galerie Einstellungen"
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
#, fuzzy
|
235 |
msgid "Image size for the album cover"
|
236 |
msgstr "Размер для "
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "Image size"
|
243 |
msgstr "Name der Bilder"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "Breite (in px)"
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "Höhe (in px)"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
#, fuzzy
|
257 |
msgid "Gallery image size"
|
258 |
msgstr "Galerien"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
#, fuzzy
|
262 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
msgstr "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
#, fuzzy
|
271 |
msgid "Max width (in px)"
|
272 |
msgstr "Breite (in px)"
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
#, fuzzy
|
276 |
msgid "Max height (in px)"
|
277 |
msgstr "Höhe (in px)"
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: gallery-plugin.php:
|
284 |
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "left"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "center"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Lightbox background"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Default"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Background transparency (from 0 to 1)"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Background color"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Images with border"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Border width in px, just numbers"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Select a border color"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
#, fuzzy
|
355 |
msgid "Number of images in the row"
|
356 |
msgstr "Anzahl Bilder in der Reihe"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "Start slideshow"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Slideshow interval"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
msgid "Attachment ID"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
#, fuzzy
|
372 |
msgid "Image Name"
|
373 |
msgstr "Name der Bilder"
|
374 |
|
375 |
-
#: gallery-plugin.php:
|
376 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "Random"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
#, fuzzy
|
385 |
msgid "Sort images"
|
386 |
msgstr "Anzahl Bilder in der Reihe"
|
387 |
|
388 |
-
#: gallery-plugin.php:
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: gallery-plugin.php:
|
393 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Einstellungen speichern"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ"
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Support"
|
442 |
msgstr "Support"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
#: template/gallery-single-template.php:76
|
446 |
#, fuzzy
|
447 |
msgid "Sorry, nothing found."
|
448 |
msgstr "Leider nichts gefunden."
|
449 |
|
450 |
-
#: gallery-plugin.php:
|
451 |
#: template/gallery-single-template.php:101
|
452 |
msgid "Download high resolution image"
|
453 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:01+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
27 |
msgstr "Galerien"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerie"
|
33 |
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
+
#: gallery-plugin.php:959
|
100 |
#, fuzzy
|
101 |
msgid "Sort images by"
|
102 |
msgstr "Anzahl Bilder in der Reihe"
|
165 |
msgstr "Öffentlich"
|
166 |
|
167 |
#: gallery-plugin.php:483
|
168 |
+
#: gallery-plugin.php:963
|
169 |
msgid "Date"
|
170 |
msgstr "Datum"
|
171 |
|
172 |
+
#: gallery-plugin.php:652
|
173 |
+
#, fuzzy
|
174 |
+
msgid "Pro plugins"
|
175 |
+
msgstr "Benötigte Plugins"
|
176 |
+
|
177 |
+
#: gallery-plugin.php:655
|
178 |
+
#: gallery-plugin.php:681
|
179 |
msgid "Activated plugins"
|
180 |
msgstr "Aktivierte Plugins"
|
181 |
|
182 |
+
#: gallery-plugin.php:657
|
183 |
+
#: gallery-plugin.php:665
|
184 |
+
#: gallery-plugin.php:673
|
185 |
+
#: gallery-plugin.php:683
|
186 |
+
#: gallery-plugin.php:691
|
187 |
+
#: gallery-plugin.php:699
|
188 |
msgid "Read more"
|
189 |
msgstr "Mehr erfahren"
|
190 |
|
191 |
+
#: gallery-plugin.php:657
|
192 |
+
#: gallery-plugin.php:683
|
193 |
+
#: gallery-plugin.php:1028
|
194 |
+
#: gallery-plugin.php:1043
|
195 |
msgid "Settings"
|
196 |
msgstr "Einstellungen"
|
197 |
|
198 |
+
#: gallery-plugin.php:663
|
199 |
+
#: gallery-plugin.php:689
|
200 |
msgid "Installed plugins"
|
201 |
msgstr "Installierte Plugins"
|
202 |
|
203 |
+
#: gallery-plugin.php:671
|
204 |
+
#: gallery-plugin.php:697
|
205 |
msgid "Recommended plugins"
|
206 |
msgstr "Benötigte Plugins"
|
207 |
|
208 |
+
#: gallery-plugin.php:673
|
209 |
+
msgid "Purchase"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: gallery-plugin.php:678
|
213 |
+
#, fuzzy
|
214 |
+
msgid "Free plugins"
|
215 |
+
msgstr "Benötigte Plugins"
|
216 |
+
|
217 |
+
#: gallery-plugin.php:699
|
218 |
msgid "Download"
|
219 |
msgstr "Download"
|
220 |
|
221 |
+
#: gallery-plugin.php:699
|
222 |
#, php-format
|
223 |
msgid "Install %s"
|
224 |
msgstr "Installiere %s"
|
225 |
|
226 |
+
#: gallery-plugin.php:699
|
227 |
msgid "Install now from wordpress.org"
|
228 |
msgstr "Direkt von wordpress.org installieren"
|
229 |
|
230 |
+
#: gallery-plugin.php:704
|
231 |
#, fuzzy
|
232 |
+
msgid "If you have any questions, please contact us via"
|
233 |
msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
|
234 |
|
235 |
+
#: gallery-plugin.php:739
|
236 |
#, fuzzy
|
237 |
msgid "See images »"
|
238 |
msgstr "Fotos anzeigen »"
|
239 |
|
240 |
+
#: gallery-plugin.php:838
|
241 |
#, fuzzy
|
242 |
msgid "Settings are saved"
|
243 |
msgstr "Einstellungen gespeichert."
|
244 |
|
245 |
+
#: gallery-plugin.php:852
|
246 |
#, fuzzy
|
247 |
msgid "Gallery Settings"
|
248 |
msgstr "Galerie Einstellungen"
|
249 |
|
250 |
+
#: gallery-plugin.php:855
|
251 |
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:"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: gallery-plugin.php:859
|
255 |
#, fuzzy
|
256 |
msgid "Image size for the album cover"
|
257 |
msgstr "Размер для "
|
258 |
|
259 |
+
#: gallery-plugin.php:861
|
260 |
+
#: gallery-plugin.php:869
|
261 |
+
#: gallery-plugin.php:882
|
262 |
#, fuzzy
|
263 |
msgid "Image size"
|
264 |
msgstr "Name der Bilder"
|
265 |
|
266 |
+
#: gallery-plugin.php:862
|
267 |
+
#: gallery-plugin.php:870
|
268 |
msgid "Width (in px)"
|
269 |
msgstr "Breite (in px)"
|
270 |
|
271 |
+
#: gallery-plugin.php:863
|
272 |
+
#: gallery-plugin.php:871
|
273 |
msgid "Height (in px)"
|
274 |
msgstr "Höhe (in px)"
|
275 |
|
276 |
+
#: gallery-plugin.php:867
|
277 |
#, fuzzy
|
278 |
msgid "Gallery image size"
|
279 |
msgstr "Galerien"
|
280 |
|
281 |
+
#: gallery-plugin.php:875
|
282 |
#, fuzzy
|
283 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
284 |
msgstr "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
285 |
|
286 |
+
#: gallery-plugin.php:880
|
287 |
msgid "Gallery image size in the lightbox"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: gallery-plugin.php:883
|
291 |
#, fuzzy
|
292 |
msgid "Max width (in px)"
|
293 |
msgstr "Breite (in px)"
|
294 |
|
295 |
+
#: gallery-plugin.php:884
|
296 |
#, fuzzy
|
297 |
msgid "Max height (in px)"
|
298 |
msgstr "Höhe (in px)"
|
299 |
|
300 |
+
#: gallery-plugin.php:885
|
301 |
msgid "Display a full size image in the lightbox"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: gallery-plugin.php:889
|
305 |
msgid "Crop position"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:891
|
309 |
msgid "Horizontal"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:893
|
313 |
msgid "left"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:894
|
317 |
+
#: gallery-plugin.php:901
|
318 |
msgid "center"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:895
|
322 |
msgid "right"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: gallery-plugin.php:898
|
326 |
msgid "Vertical"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: gallery-plugin.php:900
|
330 |
msgid "top"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: gallery-plugin.php:902
|
334 |
msgid "bottom"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: gallery-plugin.php:907
|
338 |
msgid "Lightbox background"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:909
|
342 |
msgid "Default"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: gallery-plugin.php:910
|
346 |
msgid "Background transparency (from 0 to 1)"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: gallery-plugin.php:912
|
350 |
msgid "Select a background color"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: gallery-plugin.php:914
|
354 |
msgid "Background color"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: gallery-plugin.php:921
|
358 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: gallery-plugin.php:928
|
362 |
msgid "Images with border"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: gallery-plugin.php:931
|
366 |
msgid "Border width in px, just numbers"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: gallery-plugin.php:933
|
370 |
+
#: gallery-plugin.php:935
|
371 |
msgid "Select a border color"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: gallery-plugin.php:941
|
375 |
#, fuzzy
|
376 |
msgid "Number of images in the row"
|
377 |
msgstr "Anzahl Bilder in der Reihe"
|
378 |
|
379 |
+
#: gallery-plugin.php:947
|
380 |
msgid "Start slideshow"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: gallery-plugin.php:953
|
384 |
msgid "Slideshow interval"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: gallery-plugin.php:961
|
388 |
msgid "Attachment ID"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: gallery-plugin.php:962
|
392 |
#, fuzzy
|
393 |
msgid "Image Name"
|
394 |
msgstr "Name der Bilder"
|
395 |
|
396 |
+
#: gallery-plugin.php:964
|
397 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:965
|
401 |
msgid "Random"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:969
|
405 |
#, fuzzy
|
406 |
msgid "Sort images"
|
407 |
msgstr "Anzahl Bilder in der Reihe"
|
408 |
|
409 |
+
#: gallery-plugin.php:971
|
410 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:972
|
414 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:976
|
418 |
msgid "Display text above the image"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:978
|
422 |
msgid "If you want to display text just in a lightbox"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:982
|
426 |
msgid "Display the Back link"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:988
|
430 |
msgid "Display the Back link in the shortcode"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:994
|
434 |
msgid "The Back link text"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: gallery-plugin.php:1000
|
438 |
msgid "The Back link URL"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: gallery-plugin.php:1002
|
442 |
msgid "Gallery page (Page with Gallery Template)"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1004
|
446 |
msgid "(Full URL to custom page)"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1008
|
450 |
msgid "The Read More link text"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: gallery-plugin.php:1016
|
454 |
msgid "Save Changes"
|
455 |
msgstr "Einstellungen speichern"
|
456 |
|
457 |
+
#: gallery-plugin.php:1029
|
458 |
msgid "FAQ"
|
459 |
msgstr "FAQ"
|
460 |
|
461 |
+
#: gallery-plugin.php:1030
|
462 |
msgid "Support"
|
463 |
msgstr "Support"
|
464 |
|
465 |
+
#: gallery-plugin.php:1237
|
466 |
#: template/gallery-single-template.php:76
|
467 |
#, fuzzy
|
468 |
msgid "Sorry, nothing found."
|
469 |
msgstr "Leider nichts gefunden."
|
470 |
|
471 |
+
#: gallery-plugin.php:1259
|
472 |
#: template/gallery-single-template.php:101
|
473 |
msgid "Download high resolution image"
|
474 |
msgstr ""
|
languages/gallery-es_ES.mo
CHANGED
Binary file
|
languages/gallery-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Galerías"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galería"
|
33 |
|
@@ -100,7 +100,7 @@ msgid "Please make a choice"
|
|
100 |
msgstr ""
|
101 |
|
102 |
#: gallery-plugin.php:228
|
103 |
-
#: gallery-plugin.php:
|
104 |
#, fuzzy
|
105 |
msgid "Sort images by"
|
106 |
msgstr "Contar las imágenes en la fila"
|
@@ -172,296 +172,317 @@ msgid "Publishing"
|
|
172 |
msgstr "Pública"
|
173 |
|
174 |
#: gallery-plugin.php:483
|
175 |
-
#: gallery-plugin.php:
|
176 |
msgid "Date"
|
177 |
msgstr "Fecha"
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "Plugins Activados"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
186 |
msgid "Read more"
|
187 |
msgstr "Leer más"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
-
#: gallery-plugin.php:
|
191 |
-
#: gallery-plugin.php:
|
|
|
192 |
msgid "Settings"
|
193 |
msgstr "Configuración"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
|
|
196 |
msgid "Installed plugins"
|
197 |
msgstr "Plugins instalados"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
|
|
200 |
msgid "Recommended plugins"
|
201 |
msgstr "Plugins recomendados"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
msgid "Download"
|
205 |
msgstr "Descargar"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
#, php-format
|
209 |
msgid "Install %s"
|
210 |
msgstr "Instalar %s"
|
211 |
|
212 |
-
#: gallery-plugin.php:
|
213 |
msgid "Install now from wordpress.org"
|
214 |
msgstr "Instalar ahora desde wordpress.org"
|
215 |
|
216 |
-
#: gallery-plugin.php:
|
217 |
#, fuzzy
|
218 |
-
msgid "If you have any questions, please
|
219 |
msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
#, fuzzy
|
223 |
msgid "See images »"
|
224 |
msgstr "Ver foto »"
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
#, fuzzy
|
228 |
msgid "Settings are saved"
|
229 |
msgstr "Opciones guardadas."
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
#, fuzzy
|
233 |
msgid "Gallery Settings"
|
234 |
msgstr "Opciones de Galería"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
#, fuzzy
|
238 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
239 |
msgstr "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega el shortcode en la página o post correspondiente:"
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
242 |
#, fuzzy
|
243 |
msgid "Image size for the album cover"
|
244 |
msgstr "Размер для "
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
#: gallery-plugin.php:
|
248 |
-
#: gallery-plugin.php:
|
249 |
#, fuzzy
|
250 |
msgid "Image size"
|
251 |
msgstr "Nombre del tamaño de la imagen"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
#: gallery-plugin.php:
|
255 |
msgid "Width (in px)"
|
256 |
msgstr "Ancho (en px)"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "Height (in px)"
|
261 |
msgstr "Alto (en px)"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
#, fuzzy
|
265 |
msgid "Gallery image size"
|
266 |
msgstr "Galerías"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
#, fuzzy
|
270 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
271 |
msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "Gallery image size in the lightbox"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
#, fuzzy
|
279 |
msgid "Max width (in px)"
|
280 |
msgstr "Ancho (en px)"
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
#, fuzzy
|
284 |
msgid "Max height (in px)"
|
285 |
msgstr "Alto (en px)"
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "Display a full size image in the lightbox"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "Crop position"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
msgid "Horizontal"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: gallery-plugin.php:
|
300 |
msgid "left"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "center"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "right"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Vertical"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "top"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "bottom"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Lightbox background"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Default"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Background transparency (from 0 to 1)"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Select a background color"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Background color"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
msgid "Images with border"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: gallery-plugin.php:
|
353 |
msgid "Border width in px, just numbers"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: gallery-plugin.php:
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid "Select a border color"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
#, fuzzy
|
363 |
msgid "Number of images in the row"
|
364 |
msgstr "Contar las imágenes en la fila"
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
msgid "Start slideshow"
|
368 |
msgstr "Comenzar presentación diapositivas"
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
msgid "Slideshow interval"
|
372 |
msgstr "Intervalo de presentación diapositivas"
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
#, fuzzy
|
376 |
msgid "Attachment ID"
|
377 |
msgstr "id del adjunto"
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
#, fuzzy
|
381 |
msgid "Image Name"
|
382 |
msgstr "Imagen"
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
387 |
msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
#, fuzzy
|
391 |
msgid "Random"
|
392 |
msgstr "aleatorio"
|
393 |
|
394 |
-
#: gallery-plugin.php:
|
395 |
#, fuzzy
|
396 |
msgid "Sort images"
|
397 |
msgstr "Contar las imágenes en la fila"
|
398 |
|
399 |
-
#: gallery-plugin.php:
|
400 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
401 |
msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
|
402 |
|
403 |
-
#: gallery-plugin.php:
|
404 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
405 |
msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
|
406 |
|
407 |
-
#: gallery-plugin.php:
|
408 |
msgid "Display text above the image"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: gallery-plugin.php:
|
412 |
msgid "If you want to display text just in a lightbox"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
#, fuzzy
|
417 |
msgid "Display the Back link"
|
418 |
msgstr "Mostrar el enlace de Regresar"
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
#, fuzzy
|
422 |
msgid "Display the Back link in the shortcode"
|
423 |
msgstr "Mostrar el enlace de Regresar en shortcode"
|
424 |
|
425 |
-
#: gallery-plugin.php:
|
426 |
msgid "The Back link text"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: gallery-plugin.php:
|
430 |
msgid "The Back link URL"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "Gallery page (Page with Gallery Template)"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "(Full URL to custom page)"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
#, fuzzy
|
443 |
msgid "The Read More link text"
|
444 |
msgstr "Etiqueta para el enlace Leer Mas"
|
445 |
|
446 |
-
#: gallery-plugin.php:
|
447 |
msgid "Save Changes"
|
448 |
msgstr "Guardar Cambios"
|
449 |
|
450 |
-
#: gallery-plugin.php:
|
451 |
msgid "FAQ"
|
452 |
msgstr "FAQ "
|
453 |
|
454 |
-
#: gallery-plugin.php:
|
455 |
msgid "Support"
|
456 |
msgstr "Soporte"
|
457 |
|
458 |
-
#: gallery-plugin.php:
|
459 |
#: template/gallery-single-template.php:76
|
460 |
#, fuzzy
|
461 |
msgid "Sorry, nothing found."
|
462 |
msgstr "Lo sentimos - nada que encontrar."
|
463 |
|
464 |
-
#: gallery-plugin.php:
|
465 |
#: template/gallery-single-template.php:101
|
466 |
#, fuzzy
|
467 |
msgid "Download high resolution image"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:01+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
|
23 |
|
27 |
msgstr "Galerías"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galería"
|
33 |
|
100 |
msgstr ""
|
101 |
|
102 |
#: gallery-plugin.php:228
|
103 |
+
#: gallery-plugin.php:959
|
104 |
#, fuzzy
|
105 |
msgid "Sort images by"
|
106 |
msgstr "Contar las imágenes en la fila"
|
172 |
msgstr "Pública"
|
173 |
|
174 |
#: gallery-plugin.php:483
|
175 |
+
#: gallery-plugin.php:963
|
176 |
msgid "Date"
|
177 |
msgstr "Fecha"
|
178 |
|
179 |
+
#: gallery-plugin.php:652
|
180 |
+
#, fuzzy
|
181 |
+
msgid "Pro plugins"
|
182 |
+
msgstr "Plugins recomendados"
|
183 |
+
|
184 |
+
#: gallery-plugin.php:655
|
185 |
+
#: gallery-plugin.php:681
|
186 |
msgid "Activated plugins"
|
187 |
msgstr "Plugins Activados"
|
188 |
|
189 |
+
#: gallery-plugin.php:657
|
190 |
+
#: gallery-plugin.php:665
|
191 |
+
#: gallery-plugin.php:673
|
192 |
+
#: gallery-plugin.php:683
|
193 |
+
#: gallery-plugin.php:691
|
194 |
+
#: gallery-plugin.php:699
|
195 |
msgid "Read more"
|
196 |
msgstr "Leer más"
|
197 |
|
198 |
+
#: gallery-plugin.php:657
|
199 |
+
#: gallery-plugin.php:683
|
200 |
+
#: gallery-plugin.php:1028
|
201 |
+
#: gallery-plugin.php:1043
|
202 |
msgid "Settings"
|
203 |
msgstr "Configuración"
|
204 |
|
205 |
+
#: gallery-plugin.php:663
|
206 |
+
#: gallery-plugin.php:689
|
207 |
msgid "Installed plugins"
|
208 |
msgstr "Plugins instalados"
|
209 |
|
210 |
+
#: gallery-plugin.php:671
|
211 |
+
#: gallery-plugin.php:697
|
212 |
msgid "Recommended plugins"
|
213 |
msgstr "Plugins recomendados"
|
214 |
|
215 |
+
#: gallery-plugin.php:673
|
216 |
+
msgid "Purchase"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: gallery-plugin.php:678
|
220 |
+
#, fuzzy
|
221 |
+
msgid "Free plugins"
|
222 |
+
msgstr "Plugins recomendados"
|
223 |
+
|
224 |
+
#: gallery-plugin.php:699
|
225 |
msgid "Download"
|
226 |
msgstr "Descargar"
|
227 |
|
228 |
+
#: gallery-plugin.php:699
|
229 |
#, php-format
|
230 |
msgid "Install %s"
|
231 |
msgstr "Instalar %s"
|
232 |
|
233 |
+
#: gallery-plugin.php:699
|
234 |
msgid "Install now from wordpress.org"
|
235 |
msgstr "Instalar ahora desde wordpress.org"
|
236 |
|
237 |
+
#: gallery-plugin.php:704
|
238 |
#, fuzzy
|
239 |
+
msgid "If you have any questions, please contact us via"
|
240 |
msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
|
241 |
|
242 |
+
#: gallery-plugin.php:739
|
243 |
#, fuzzy
|
244 |
msgid "See images »"
|
245 |
msgstr "Ver foto »"
|
246 |
|
247 |
+
#: gallery-plugin.php:838
|
248 |
#, fuzzy
|
249 |
msgid "Settings are saved"
|
250 |
msgstr "Opciones guardadas."
|
251 |
|
252 |
+
#: gallery-plugin.php:852
|
253 |
#, fuzzy
|
254 |
msgid "Gallery Settings"
|
255 |
msgstr "Opciones de Galería"
|
256 |
|
257 |
+
#: gallery-plugin.php:855
|
258 |
#, fuzzy
|
259 |
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:"
|
260 |
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:"
|
261 |
|
262 |
+
#: gallery-plugin.php:859
|
263 |
#, fuzzy
|
264 |
msgid "Image size for the album cover"
|
265 |
msgstr "Размер для "
|
266 |
|
267 |
+
#: gallery-plugin.php:861
|
268 |
+
#: gallery-plugin.php:869
|
269 |
+
#: gallery-plugin.php:882
|
270 |
#, fuzzy
|
271 |
msgid "Image size"
|
272 |
msgstr "Nombre del tamaño de la imagen"
|
273 |
|
274 |
+
#: gallery-plugin.php:862
|
275 |
+
#: gallery-plugin.php:870
|
276 |
msgid "Width (in px)"
|
277 |
msgstr "Ancho (en px)"
|
278 |
|
279 |
+
#: gallery-plugin.php:863
|
280 |
+
#: gallery-plugin.php:871
|
281 |
msgid "Height (in px)"
|
282 |
msgstr "Alto (en px)"
|
283 |
|
284 |
+
#: gallery-plugin.php:867
|
285 |
#, fuzzy
|
286 |
msgid "Gallery image size"
|
287 |
msgstr "Galerías"
|
288 |
|
289 |
+
#: gallery-plugin.php:875
|
290 |
#, fuzzy
|
291 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
292 |
msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
|
293 |
|
294 |
+
#: gallery-plugin.php:880
|
295 |
msgid "Gallery image size in the lightbox"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: gallery-plugin.php:883
|
299 |
#, fuzzy
|
300 |
msgid "Max width (in px)"
|
301 |
msgstr "Ancho (en px)"
|
302 |
|
303 |
+
#: gallery-plugin.php:884
|
304 |
#, fuzzy
|
305 |
msgid "Max height (in px)"
|
306 |
msgstr "Alto (en px)"
|
307 |
|
308 |
+
#: gallery-plugin.php:885
|
309 |
msgid "Display a full size image in the lightbox"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:889
|
313 |
msgid "Crop position"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:891
|
317 |
msgid "Horizontal"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: gallery-plugin.php:893
|
321 |
msgid "left"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: gallery-plugin.php:894
|
325 |
+
#: gallery-plugin.php:901
|
326 |
msgid "center"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: gallery-plugin.php:895
|
330 |
msgid "right"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: gallery-plugin.php:898
|
334 |
msgid "Vertical"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: gallery-plugin.php:900
|
338 |
msgid "top"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:902
|
342 |
msgid "bottom"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: gallery-plugin.php:907
|
346 |
msgid "Lightbox background"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: gallery-plugin.php:909
|
350 |
msgid "Default"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: gallery-plugin.php:910
|
354 |
msgid "Background transparency (from 0 to 1)"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: gallery-plugin.php:912
|
358 |
msgid "Select a background color"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: gallery-plugin.php:914
|
362 |
msgid "Background color"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: gallery-plugin.php:921
|
366 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: gallery-plugin.php:928
|
370 |
msgid "Images with border"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: gallery-plugin.php:931
|
374 |
msgid "Border width in px, just numbers"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: gallery-plugin.php:933
|
378 |
+
#: gallery-plugin.php:935
|
379 |
msgid "Select a border color"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: gallery-plugin.php:941
|
383 |
#, fuzzy
|
384 |
msgid "Number of images in the row"
|
385 |
msgstr "Contar las imágenes en la fila"
|
386 |
|
387 |
+
#: gallery-plugin.php:947
|
388 |
msgid "Start slideshow"
|
389 |
msgstr "Comenzar presentación diapositivas"
|
390 |
|
391 |
+
#: gallery-plugin.php:953
|
392 |
msgid "Slideshow interval"
|
393 |
msgstr "Intervalo de presentación diapositivas"
|
394 |
|
395 |
+
#: gallery-plugin.php:961
|
396 |
#, fuzzy
|
397 |
msgid "Attachment ID"
|
398 |
msgstr "id del adjunto"
|
399 |
|
400 |
+
#: gallery-plugin.php:962
|
401 |
#, fuzzy
|
402 |
msgid "Image Name"
|
403 |
msgstr "Imagen"
|
404 |
|
405 |
+
#: gallery-plugin.php:964
|
406 |
#, fuzzy
|
407 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
408 |
msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
|
409 |
|
410 |
+
#: gallery-plugin.php:965
|
411 |
#, fuzzy
|
412 |
msgid "Random"
|
413 |
msgstr "aleatorio"
|
414 |
|
415 |
+
#: gallery-plugin.php:969
|
416 |
#, fuzzy
|
417 |
msgid "Sort images"
|
418 |
msgstr "Contar las imágenes en la fila"
|
419 |
|
420 |
+
#: gallery-plugin.php:971
|
421 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
422 |
msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
|
423 |
|
424 |
+
#: gallery-plugin.php:972
|
425 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
426 |
msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
|
427 |
|
428 |
+
#: gallery-plugin.php:976
|
429 |
msgid "Display text above the image"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:978
|
433 |
msgid "If you want to display text just in a lightbox"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: gallery-plugin.php:982
|
437 |
#, fuzzy
|
438 |
msgid "Display the Back link"
|
439 |
msgstr "Mostrar el enlace de Regresar"
|
440 |
|
441 |
+
#: gallery-plugin.php:988
|
442 |
#, fuzzy
|
443 |
msgid "Display the Back link in the shortcode"
|
444 |
msgstr "Mostrar el enlace de Regresar en shortcode"
|
445 |
|
446 |
+
#: gallery-plugin.php:994
|
447 |
msgid "The Back link text"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: gallery-plugin.php:1000
|
451 |
msgid "The Back link URL"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: gallery-plugin.php:1002
|
455 |
msgid "Gallery page (Page with Gallery Template)"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: gallery-plugin.php:1004
|
459 |
msgid "(Full URL to custom page)"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: gallery-plugin.php:1008
|
463 |
#, fuzzy
|
464 |
msgid "The Read More link text"
|
465 |
msgstr "Etiqueta para el enlace Leer Mas"
|
466 |
|
467 |
+
#: gallery-plugin.php:1016
|
468 |
msgid "Save Changes"
|
469 |
msgstr "Guardar Cambios"
|
470 |
|
471 |
+
#: gallery-plugin.php:1029
|
472 |
msgid "FAQ"
|
473 |
msgstr "FAQ "
|
474 |
|
475 |
+
#: gallery-plugin.php:1030
|
476 |
msgid "Support"
|
477 |
msgstr "Soporte"
|
478 |
|
479 |
+
#: gallery-plugin.php:1237
|
480 |
#: template/gallery-single-template.php:76
|
481 |
#, fuzzy
|
482 |
msgid "Sorry, nothing found."
|
483 |
msgstr "Lo sentimos - nada que encontrar."
|
484 |
|
485 |
+
#: gallery-plugin.php:1259
|
486 |
#: template/gallery-single-template.php:101
|
487 |
#, fuzzy
|
488 |
msgid "Download high resolution image"
|
languages/gallery-fa_IR.mo
CHANGED
Binary file
|
languages/gallery-fa_IR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: gallery-plugin.php:103
|
21 |
-
#: gallery-plugin.php:
|
22 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
23 |
msgstr ""
|
24 |
|
@@ -28,7 +28,7 @@ msgid "Galleries"
|
|
28 |
msgstr "گالری ها"
|
29 |
|
30 |
#: gallery-plugin.php:128
|
31 |
-
#: gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "گالری"
|
34 |
|
@@ -98,7 +98,7 @@ msgid "Please make a choice"
|
|
98 |
msgstr ""
|
99 |
|
100 |
#: gallery-plugin.php:228
|
101 |
-
#: gallery-plugin.php:
|
102 |
#, fuzzy
|
103 |
msgid "Sort images by"
|
104 |
msgstr "تعداد عکسها در سطر"
|
@@ -170,295 +170,315 @@ msgid "Publishing"
|
|
170 |
msgstr "عمومی"
|
171 |
|
172 |
#: gallery-plugin.php:483
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "Date"
|
175 |
msgstr "تاریخ"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
178 |
msgid "Activated plugins"
|
179 |
msgstr "فعالسازی افزونه"
|
180 |
|
181 |
-
#: gallery-plugin.php:
|
182 |
-
#: gallery-plugin.php:
|
183 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
184 |
msgid "Read more"
|
185 |
msgstr "بیشتر..."
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
-
#: gallery-plugin.php:
|
189 |
-
#: gallery-plugin.php:
|
|
|
190 |
msgid "Settings"
|
191 |
msgstr "تنظیمات"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
|
|
194 |
msgid "Installed plugins"
|
195 |
msgstr "نصب افزونه"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
|
|
198 |
msgid "Recommended plugins"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
msgid "Download"
|
203 |
msgstr "دانلود"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
#, php-format
|
207 |
msgid "Install %s"
|
208 |
msgstr "نصب %s"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
msgid "Install now from wordpress.org"
|
212 |
msgstr "در حال نصب از سایت وردپرس"
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
-
msgid "If you have any questions, please
|
217 |
msgstr "اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
#, fuzzy
|
221 |
msgid "See images »"
|
222 |
msgstr "»دیدن عکس;"
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
#, fuzzy
|
226 |
msgid "Settings are saved"
|
227 |
msgstr "تنظیمات ذخیره شد."
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
#, fuzzy
|
231 |
msgid "Gallery Settings"
|
232 |
msgstr "تنظیمات گالری"
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
#, fuzzy
|
236 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
237 |
msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
#, fuzzy
|
241 |
msgid "Image size for the album cover"
|
242 |
msgstr "اندازه دوره آلبوم گالری"
|
243 |
|
244 |
-
#: gallery-plugin.php:
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
#: gallery-plugin.php:
|
247 |
#, fuzzy
|
248 |
msgid "Image size"
|
249 |
msgstr " اندازه عکس"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Width (in px)"
|
254 |
msgstr "عرض (به pixels)"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "Height (in px)"
|
259 |
msgstr "ارتفاع (به pixels)"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
#, fuzzy
|
263 |
msgid "Gallery image size"
|
264 |
msgstr "گالری ها"
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
#, fuzzy
|
268 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
269 |
msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
msgid "Gallery image size in the lightbox"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
#, fuzzy
|
277 |
msgid "Max width (in px)"
|
278 |
msgstr "عرض (به pixels)"
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
#, fuzzy
|
282 |
msgid "Max height (in px)"
|
283 |
msgstr "ارتفاع (به pixels)"
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid "Display a full size image in the lightbox"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
msgid "Crop position"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
294 |
msgid "Horizontal"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "left"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
-
#: gallery-plugin.php:
|
303 |
msgid "center"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "right"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "Vertical"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
msgid "top"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "bottom"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Lightbox background"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
msgid "Default"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
msgid "Background transparency (from 0 to 1)"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
msgid "Select a background color"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "Background color"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "Images with border"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid "Border width in px, just numbers"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
-
#: gallery-plugin.php:
|
356 |
msgid "Select a border color"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: gallery-plugin.php:
|
360 |
#, fuzzy
|
361 |
msgid "Number of images in the row"
|
362 |
msgstr "تعداد عکسها در سطر"
|
363 |
|
364 |
-
#: gallery-plugin.php:
|
365 |
msgid "Start slideshow"
|
366 |
msgstr "نمایش اسلایدشو"
|
367 |
|
368 |
-
#: gallery-plugin.php:
|
369 |
msgid "Slideshow interval"
|
370 |
msgstr "فاصله بین اسلایدشو"
|
371 |
|
372 |
-
#: gallery-plugin.php:
|
373 |
#, fuzzy
|
374 |
msgid "Attachment ID"
|
375 |
msgstr "ای دی سنجاق شده "
|
376 |
|
377 |
-
#: gallery-plugin.php:
|
378 |
#, fuzzy
|
379 |
msgid "Image Name"
|
380 |
msgstr "عکس "
|
381 |
|
382 |
-
#: gallery-plugin.php:
|
383 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: gallery-plugin.php:
|
387 |
#, fuzzy
|
388 |
msgid "Random"
|
389 |
msgstr "تصادفی"
|
390 |
|
391 |
-
#: gallery-plugin.php:
|
392 |
#, fuzzy
|
393 |
msgid "Sort images"
|
394 |
msgstr "تعداد عکسها در سطر"
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Display text above the image"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "If you want to display text just in a lightbox"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
#, fuzzy
|
414 |
msgid "Display the Back link"
|
415 |
msgstr "نشان دادن لینک برگشت"
|
416 |
|
417 |
-
#: gallery-plugin.php:
|
418 |
#, fuzzy
|
419 |
msgid "Display the Back link in the shortcode"
|
420 |
msgstr "نشان دادن لینک برگشت در شرت کد"
|
421 |
|
422 |
-
#: gallery-plugin.php:
|
423 |
msgid "The Back link text"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: gallery-plugin.php:
|
427 |
msgid "The Back link URL"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: gallery-plugin.php:
|
431 |
msgid "Gallery page (Page with Gallery Template)"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: gallery-plugin.php:
|
435 |
msgid "(Full URL to custom page)"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: gallery-plugin.php:
|
439 |
#, fuzzy
|
440 |
msgid "The Read More link text"
|
441 |
msgstr "برچسب برای لینک بیشتر..."
|
442 |
|
443 |
-
#: gallery-plugin.php:
|
444 |
msgid "Save Changes"
|
445 |
msgstr "ذخیره تنظیمات"
|
446 |
|
447 |
-
#: gallery-plugin.php:
|
448 |
msgid "FAQ"
|
449 |
msgstr "FAQ"
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
msgid "Support"
|
453 |
msgstr "پشتیبانی"
|
454 |
|
455 |
-
#: gallery-plugin.php:
|
456 |
#: template/gallery-single-template.php:76
|
457 |
#, fuzzy
|
458 |
msgid "Sorry, nothing found."
|
459 |
msgstr "متاسفم؛چیزی یافت نشد"
|
460 |
|
461 |
-
#: gallery-plugin.php:
|
462 |
#: template/gallery-single-template.php:101
|
463 |
msgid "Download high resolution image"
|
464 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:01+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: gallery-plugin.php:103
|
21 |
+
#: gallery-plugin.php:845
|
22 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
23 |
msgstr ""
|
24 |
|
28 |
msgstr "گالری ها"
|
29 |
|
30 |
#: gallery-plugin.php:128
|
31 |
+
#: gallery-plugin.php:712
|
32 |
msgid "Gallery"
|
33 |
msgstr "گالری"
|
34 |
|
98 |
msgstr ""
|
99 |
|
100 |
#: gallery-plugin.php:228
|
101 |
+
#: gallery-plugin.php:959
|
102 |
#, fuzzy
|
103 |
msgid "Sort images by"
|
104 |
msgstr "تعداد عکسها در سطر"
|
170 |
msgstr "عمومی"
|
171 |
|
172 |
#: gallery-plugin.php:483
|
173 |
+
#: gallery-plugin.php:963
|
174 |
msgid "Date"
|
175 |
msgstr "تاریخ"
|
176 |
|
177 |
+
#: gallery-plugin.php:652
|
178 |
+
msgid "Pro plugins"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: gallery-plugin.php:655
|
182 |
+
#: gallery-plugin.php:681
|
183 |
msgid "Activated plugins"
|
184 |
msgstr "فعالسازی افزونه"
|
185 |
|
186 |
+
#: gallery-plugin.php:657
|
187 |
+
#: gallery-plugin.php:665
|
188 |
+
#: gallery-plugin.php:673
|
189 |
+
#: gallery-plugin.php:683
|
190 |
+
#: gallery-plugin.php:691
|
191 |
+
#: gallery-plugin.php:699
|
192 |
msgid "Read more"
|
193 |
msgstr "بیشتر..."
|
194 |
|
195 |
+
#: gallery-plugin.php:657
|
196 |
+
#: gallery-plugin.php:683
|
197 |
+
#: gallery-plugin.php:1028
|
198 |
+
#: gallery-plugin.php:1043
|
199 |
msgid "Settings"
|
200 |
msgstr "تنظیمات"
|
201 |
|
202 |
+
#: gallery-plugin.php:663
|
203 |
+
#: gallery-plugin.php:689
|
204 |
msgid "Installed plugins"
|
205 |
msgstr "نصب افزونه"
|
206 |
|
207 |
+
#: gallery-plugin.php:671
|
208 |
+
#: gallery-plugin.php:697
|
209 |
msgid "Recommended plugins"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: gallery-plugin.php:673
|
213 |
+
msgid "Purchase"
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: gallery-plugin.php:678
|
217 |
+
#, fuzzy
|
218 |
+
msgid "Free plugins"
|
219 |
+
msgstr "فعالسازی افزونه"
|
220 |
+
|
221 |
+
#: gallery-plugin.php:699
|
222 |
msgid "Download"
|
223 |
msgstr "دانلود"
|
224 |
|
225 |
+
#: gallery-plugin.php:699
|
226 |
#, php-format
|
227 |
msgid "Install %s"
|
228 |
msgstr "نصب %s"
|
229 |
|
230 |
+
#: gallery-plugin.php:699
|
231 |
msgid "Install now from wordpress.org"
|
232 |
msgstr "در حال نصب از سایت وردپرس"
|
233 |
|
234 |
+
#: gallery-plugin.php:704
|
235 |
#, fuzzy
|
236 |
+
msgid "If you have any questions, please contact us via"
|
237 |
msgstr "اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
|
238 |
|
239 |
+
#: gallery-plugin.php:739
|
240 |
#, fuzzy
|
241 |
msgid "See images »"
|
242 |
msgstr "»دیدن عکس;"
|
243 |
|
244 |
+
#: gallery-plugin.php:838
|
245 |
#, fuzzy
|
246 |
msgid "Settings are saved"
|
247 |
msgstr "تنظیمات ذخیره شد."
|
248 |
|
249 |
+
#: gallery-plugin.php:852
|
250 |
#, fuzzy
|
251 |
msgid "Gallery Settings"
|
252 |
msgstr "تنظیمات گالری"
|
253 |
|
254 |
+
#: gallery-plugin.php:855
|
255 |
#, fuzzy
|
256 |
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:"
|
257 |
msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
|
258 |
|
259 |
+
#: gallery-plugin.php:859
|
260 |
#, fuzzy
|
261 |
msgid "Image size for the album cover"
|
262 |
msgstr "اندازه دوره آلبوم گالری"
|
263 |
|
264 |
+
#: gallery-plugin.php:861
|
265 |
+
#: gallery-plugin.php:869
|
266 |
+
#: gallery-plugin.php:882
|
267 |
#, fuzzy
|
268 |
msgid "Image size"
|
269 |
msgstr " اندازه عکس"
|
270 |
|
271 |
+
#: gallery-plugin.php:862
|
272 |
+
#: gallery-plugin.php:870
|
273 |
msgid "Width (in px)"
|
274 |
msgstr "عرض (به pixels)"
|
275 |
|
276 |
+
#: gallery-plugin.php:863
|
277 |
+
#: gallery-plugin.php:871
|
278 |
msgid "Height (in px)"
|
279 |
msgstr "ارتفاع (به pixels)"
|
280 |
|
281 |
+
#: gallery-plugin.php:867
|
282 |
#, fuzzy
|
283 |
msgid "Gallery image size"
|
284 |
msgstr "گالری ها"
|
285 |
|
286 |
+
#: gallery-plugin.php:875
|
287 |
#, fuzzy
|
288 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
289 |
msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
|
290 |
|
291 |
+
#: gallery-plugin.php:880
|
292 |
msgid "Gallery image size in the lightbox"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: gallery-plugin.php:883
|
296 |
#, fuzzy
|
297 |
msgid "Max width (in px)"
|
298 |
msgstr "عرض (به pixels)"
|
299 |
|
300 |
+
#: gallery-plugin.php:884
|
301 |
#, fuzzy
|
302 |
msgid "Max height (in px)"
|
303 |
msgstr "ارتفاع (به pixels)"
|
304 |
|
305 |
+
#: gallery-plugin.php:885
|
306 |
msgid "Display a full size image in the lightbox"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:889
|
310 |
msgid "Crop position"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:891
|
314 |
msgid "Horizontal"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:893
|
318 |
msgid "left"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:894
|
322 |
+
#: gallery-plugin.php:901
|
323 |
msgid "center"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: gallery-plugin.php:895
|
327 |
msgid "right"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: gallery-plugin.php:898
|
331 |
msgid "Vertical"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: gallery-plugin.php:900
|
335 |
msgid "top"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:902
|
339 |
msgid "bottom"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: gallery-plugin.php:907
|
343 |
msgid "Lightbox background"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: gallery-plugin.php:909
|
347 |
msgid "Default"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: gallery-plugin.php:910
|
351 |
msgid "Background transparency (from 0 to 1)"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: gallery-plugin.php:912
|
355 |
msgid "Select a background color"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: gallery-plugin.php:914
|
359 |
msgid "Background color"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: gallery-plugin.php:921
|
363 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: gallery-plugin.php:928
|
367 |
msgid "Images with border"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: gallery-plugin.php:931
|
371 |
msgid "Border width in px, just numbers"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: gallery-plugin.php:933
|
375 |
+
#: gallery-plugin.php:935
|
376 |
msgid "Select a border color"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: gallery-plugin.php:941
|
380 |
#, fuzzy
|
381 |
msgid "Number of images in the row"
|
382 |
msgstr "تعداد عکسها در سطر"
|
383 |
|
384 |
+
#: gallery-plugin.php:947
|
385 |
msgid "Start slideshow"
|
386 |
msgstr "نمایش اسلایدشو"
|
387 |
|
388 |
+
#: gallery-plugin.php:953
|
389 |
msgid "Slideshow interval"
|
390 |
msgstr "فاصله بین اسلایدشو"
|
391 |
|
392 |
+
#: gallery-plugin.php:961
|
393 |
#, fuzzy
|
394 |
msgid "Attachment ID"
|
395 |
msgstr "ای دی سنجاق شده "
|
396 |
|
397 |
+
#: gallery-plugin.php:962
|
398 |
#, fuzzy
|
399 |
msgid "Image Name"
|
400 |
msgstr "عکس "
|
401 |
|
402 |
+
#: gallery-plugin.php:964
|
403 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: gallery-plugin.php:965
|
407 |
#, fuzzy
|
408 |
msgid "Random"
|
409 |
msgstr "تصادفی"
|
410 |
|
411 |
+
#: gallery-plugin.php:969
|
412 |
#, fuzzy
|
413 |
msgid "Sort images"
|
414 |
msgstr "تعداد عکسها در سطر"
|
415 |
|
416 |
+
#: gallery-plugin.php:971
|
417 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:972
|
421 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: gallery-plugin.php:976
|
425 |
msgid "Display text above the image"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: gallery-plugin.php:978
|
429 |
msgid "If you want to display text just in a lightbox"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:982
|
433 |
#, fuzzy
|
434 |
msgid "Display the Back link"
|
435 |
msgstr "نشان دادن لینک برگشت"
|
436 |
|
437 |
+
#: gallery-plugin.php:988
|
438 |
#, fuzzy
|
439 |
msgid "Display the Back link in the shortcode"
|
440 |
msgstr "نشان دادن لینک برگشت در شرت کد"
|
441 |
|
442 |
+
#: gallery-plugin.php:994
|
443 |
msgid "The Back link text"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: gallery-plugin.php:1000
|
447 |
msgid "The Back link URL"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: gallery-plugin.php:1002
|
451 |
msgid "Gallery page (Page with Gallery Template)"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: gallery-plugin.php:1004
|
455 |
msgid "(Full URL to custom page)"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: gallery-plugin.php:1008
|
459 |
#, fuzzy
|
460 |
msgid "The Read More link text"
|
461 |
msgstr "برچسب برای لینک بیشتر..."
|
462 |
|
463 |
+
#: gallery-plugin.php:1016
|
464 |
msgid "Save Changes"
|
465 |
msgstr "ذخیره تنظیمات"
|
466 |
|
467 |
+
#: gallery-plugin.php:1029
|
468 |
msgid "FAQ"
|
469 |
msgstr "FAQ"
|
470 |
|
471 |
+
#: gallery-plugin.php:1030
|
472 |
msgid "Support"
|
473 |
msgstr "پشتیبانی"
|
474 |
|
475 |
+
#: gallery-plugin.php:1237
|
476 |
#: template/gallery-single-template.php:76
|
477 |
#, fuzzy
|
478 |
msgid "Sorry, nothing found."
|
479 |
msgstr "متاسفم؛چیزی یافت نشد"
|
480 |
|
481 |
+
#: gallery-plugin.php:1259
|
482 |
#: template/gallery-single-template.php:101
|
483 |
msgid "Download high resolution image"
|
484 |
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-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: gallery-plugin.php:103
|
21 |
-
#: gallery-plugin.php:
|
22 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
23 |
msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
|
24 |
|
@@ -28,7 +28,7 @@ msgid "Galleries"
|
|
28 |
msgstr "Galeries"
|
29 |
|
30 |
#: gallery-plugin.php:128
|
31 |
-
#: gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
@@ -93,7 +93,7 @@ msgid "Please make a choice"
|
|
93 |
msgstr "Merci de faire un choix"
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
-
#: gallery-plugin.php:
|
97 |
msgid "Sort images by"
|
98 |
msgstr "Trier les images par"
|
99 |
|
@@ -115,19 +115,19 @@ msgstr "(cliquer sur l'image<br /> ouvre le lien dans une nouvelle fenêtre)"
|
|
115 |
|
116 |
#: gallery-plugin.php:276
|
117 |
msgid "This setting is available in Pro version"
|
118 |
-
msgstr ""
|
119 |
|
120 |
#: gallery-plugin.php:277
|
121 |
msgid "Open the link"
|
122 |
-
msgstr ""
|
123 |
|
124 |
#: gallery-plugin.php:277
|
125 |
msgid "Current window"
|
126 |
-
msgstr ""
|
127 |
|
128 |
#: gallery-plugin.php:277
|
129 |
msgid "New window"
|
130 |
-
msgstr ""
|
131 |
|
132 |
#: gallery-plugin.php:278
|
133 |
msgid "Delete"
|
@@ -158,281 +158,296 @@ msgid "Publishing"
|
|
158 |
msgstr "Public"
|
159 |
|
160 |
#: gallery-plugin.php:483
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "Date"
|
163 |
msgstr "Date"
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
msgid "Activated plugins"
|
167 |
msgstr "Extensions activées"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
-
#: gallery-plugin.php:
|
171 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
172 |
msgid "Read more"
|
173 |
msgstr "Lire plus..."
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
176 |
-
#: gallery-plugin.php:
|
177 |
-
#: gallery-plugin.php:
|
|
|
178 |
msgid "Settings"
|
179 |
msgstr "Paramètres"
|
180 |
|
181 |
-
#: gallery-plugin.php:
|
|
|
182 |
msgid "Installed plugins"
|
183 |
msgstr "Extensions installées"
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
|
|
186 |
msgid "Recommended plugins"
|
187 |
msgstr "Extensions recommandées"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
msgid "Download"
|
191 |
msgstr "Télécharger"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
194 |
#, php-format
|
195 |
msgid "Install %s"
|
196 |
msgstr "Installation %s"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
199 |
msgid "Install now from wordpress.org"
|
200 |
msgstr "Installation à partir de wordpress.org"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
-
msgid "If you have any questions, please
|
204 |
msgstr "Si vous avez des questions, merci de nous contacter via"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid "See images »"
|
208 |
msgstr "Voir les images »"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
msgid "Settings are saved"
|
212 |
msgstr "Paramètres sauvegardés."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
msgid "Gallery Settings"
|
216 |
msgstr "Paramètres de la galerie"
|
217 |
|
218 |
-
#: gallery-plugin.php:
|
219 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
220 |
msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
|
221 |
|
222 |
-
#: gallery-plugin.php:
|
223 |
msgid "Image size for the album cover"
|
224 |
msgstr "Taille de la vignette de l'album"
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
-
#: gallery-plugin.php:
|
228 |
-
#: gallery-plugin.php:
|
229 |
msgid "Image size"
|
230 |
msgstr "Taille de l'image"
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "Width (in px)"
|
235 |
msgstr "Largeur (en pixels)"
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
-
#: gallery-plugin.php:
|
239 |
msgid "Height (in px)"
|
240 |
msgstr "Hauteur (en pixels)"
|
241 |
|
242 |
-
#: gallery-plugin.php:
|
243 |
msgid "Gallery image size"
|
244 |
msgstr "Taille de l'image de la galerie"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
248 |
msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
-
#, fuzzy
|
252 |
msgid "Gallery image size in the lightbox"
|
253 |
msgstr "Taille de l'image de la galerie"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
-
#, fuzzy
|
257 |
msgid "Max width (in px)"
|
258 |
-
msgstr "Largeur (en pixels)"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
-
#, fuzzy
|
262 |
msgid "Max height (in px)"
|
263 |
-
msgstr "Hauteur (en pixels)"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Display a full size image in the lightbox"
|
267 |
-
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
msgid "Crop position"
|
271 |
-
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "Horizontal"
|
275 |
-
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
-
#, fuzzy
|
279 |
msgid "left"
|
280 |
-
msgstr "
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
-
#: gallery-plugin.php:
|
284 |
msgid "center"
|
285 |
-
msgstr ""
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "right"
|
289 |
-
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "Vertical"
|
293 |
-
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
msgid "top"
|
297 |
-
msgstr ""
|
298 |
|
299 |
-
#: gallery-plugin.php:
|
300 |
msgid "bottom"
|
301 |
-
msgstr ""
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "Lightbox background"
|
305 |
-
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
-
#, fuzzy
|
309 |
msgid "Default"
|
310 |
-
msgstr "
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Background transparency (from 0 to 1)"
|
314 |
-
msgstr ""
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
-
#, fuzzy
|
318 |
msgid "Select a background color"
|
319 |
-
msgstr "Choisir une couleur pour
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Background color"
|
323 |
-
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
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:
|
330 |
msgid "Images with border"
|
331 |
msgstr "Image avec bordure"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "Border width in px, just numbers"
|
335 |
msgstr "Taille de la bordure en pixel, juste le nombre"
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "Select a border color"
|
340 |
msgstr "Choisir une couleur pour la bordure"
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "Number of images in the row"
|
344 |
msgstr "Nombre d'images par ligne"
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "Start slideshow"
|
348 |
msgstr "Démarer le diaporama"
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid "Slideshow interval"
|
352 |
msgstr "Interval de transition pour le diaporama"
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
msgid "Attachment ID"
|
356 |
msgstr "ID du fichier"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "Image Name"
|
360 |
msgstr "Nom de l'image "
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
364 |
msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
msgid "Random"
|
368 |
msgstr "Aléatoire"
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
msgid "Sort images"
|
372 |
msgstr "Trier les images"
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
376 |
msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
|
377 |
|
378 |
-
#: gallery-plugin.php:
|
379 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
380 |
msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
381 |
|
382 |
-
#: gallery-plugin.php:
|
383 |
msgid "Display text above the image"
|
384 |
msgstr "Aficher le texte au dessus de l'image"
|
385 |
|
386 |
-
#: gallery-plugin.php:
|
387 |
msgid "If you want to display text just in a lightbox"
|
388 |
msgstr "Si vous voulez juste afficher du texte dans un boite"
|
389 |
|
390 |
-
#: gallery-plugin.php:
|
391 |
msgid "Display the Back link"
|
392 |
msgstr "Afficher le lien de retour"
|
393 |
|
394 |
-
#: gallery-plugin.php:
|
395 |
msgid "Display the Back link in the shortcode"
|
396 |
msgstr "Afficher le lien de retour dans le code court"
|
397 |
|
398 |
-
#: gallery-plugin.php:
|
399 |
msgid "The Back link text"
|
400 |
msgstr "Le text pour le lien de retour"
|
401 |
|
402 |
-
#: gallery-plugin.php:
|
403 |
msgid "The Back link URL"
|
404 |
msgstr "L'URL pour le lien de retour"
|
405 |
|
406 |
-
#: gallery-plugin.php:
|
407 |
msgid "Gallery page (Page with Gallery Template)"
|
408 |
msgstr "Page de la galerie (Page avec le modèle de galerie)"
|
409 |
|
410 |
-
#: gallery-plugin.php:
|
411 |
msgid "(Full URL to custom page)"
|
412 |
msgstr "(URL complète pour la page spécifique)"
|
413 |
|
414 |
-
#: gallery-plugin.php:
|
415 |
msgid "The Read More link text"
|
416 |
msgstr "Texte pour le lien \"Read More\""
|
417 |
|
418 |
-
#: gallery-plugin.php:
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Sauvegarder"
|
421 |
|
422 |
-
#: gallery-plugin.php:
|
423 |
msgid "FAQ"
|
424 |
msgstr "FAQ"
|
425 |
|
426 |
-
#: gallery-plugin.php:
|
427 |
msgid "Support"
|
428 |
msgstr "Soutien"
|
429 |
|
430 |
-
#: gallery-plugin.php:
|
431 |
#: template/gallery-single-template.php:76
|
432 |
msgid "Sorry, nothing found."
|
433 |
msgstr "Désolé, rien n'a été trouvé"
|
434 |
|
435 |
-
#: gallery-plugin.php:
|
436 |
#: template/gallery-single-template.php:101
|
437 |
msgid "Download high resolution image"
|
438 |
msgstr "Télécharger l'image en haute résolution"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:01+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: gallery-plugin.php:103
|
21 |
+
#: gallery-plugin.php:845
|
22 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
23 |
msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
|
24 |
|
28 |
msgstr "Galeries"
|
29 |
|
30 |
#: gallery-plugin.php:128
|
31 |
+
#: gallery-plugin.php:712
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
93 |
msgstr "Merci de faire un choix"
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
#: gallery-plugin.php:959
|
97 |
msgid "Sort images by"
|
98 |
msgstr "Trier les images par"
|
99 |
|
115 |
|
116 |
#: gallery-plugin.php:276
|
117 |
msgid "This setting is available in Pro version"
|
118 |
+
msgstr "Ce paramètre est disponible dans la version Pro"
|
119 |
|
120 |
#: gallery-plugin.php:277
|
121 |
msgid "Open the link"
|
122 |
+
msgstr "Ouvrir le lien"
|
123 |
|
124 |
#: gallery-plugin.php:277
|
125 |
msgid "Current window"
|
126 |
+
msgstr "Fenêtre courrante"
|
127 |
|
128 |
#: gallery-plugin.php:277
|
129 |
msgid "New window"
|
130 |
+
msgstr "Nouvelle fenêtre"
|
131 |
|
132 |
#: gallery-plugin.php:278
|
133 |
msgid "Delete"
|
158 |
msgstr "Public"
|
159 |
|
160 |
#: gallery-plugin.php:483
|
161 |
+
#: gallery-plugin.php:963
|
162 |
msgid "Date"
|
163 |
msgstr "Date"
|
164 |
|
165 |
+
#: gallery-plugin.php:652
|
166 |
+
#, fuzzy
|
167 |
+
msgid "Pro plugins"
|
168 |
+
msgstr "Extensions recommandées"
|
169 |
+
|
170 |
+
#: gallery-plugin.php:655
|
171 |
+
#: gallery-plugin.php:681
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "Extensions activées"
|
174 |
|
175 |
+
#: gallery-plugin.php:657
|
176 |
+
#: gallery-plugin.php:665
|
177 |
+
#: gallery-plugin.php:673
|
178 |
+
#: gallery-plugin.php:683
|
179 |
+
#: gallery-plugin.php:691
|
180 |
+
#: gallery-plugin.php:699
|
181 |
msgid "Read more"
|
182 |
msgstr "Lire plus..."
|
183 |
|
184 |
+
#: gallery-plugin.php:657
|
185 |
+
#: gallery-plugin.php:683
|
186 |
+
#: gallery-plugin.php:1028
|
187 |
+
#: gallery-plugin.php:1043
|
188 |
msgid "Settings"
|
189 |
msgstr "Paramètres"
|
190 |
|
191 |
+
#: gallery-plugin.php:663
|
192 |
+
#: gallery-plugin.php:689
|
193 |
msgid "Installed plugins"
|
194 |
msgstr "Extensions installées"
|
195 |
|
196 |
+
#: gallery-plugin.php:671
|
197 |
+
#: gallery-plugin.php:697
|
198 |
msgid "Recommended plugins"
|
199 |
msgstr "Extensions recommandées"
|
200 |
|
201 |
+
#: gallery-plugin.php:673
|
202 |
+
msgid "Purchase"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: gallery-plugin.php:678
|
206 |
+
#, fuzzy
|
207 |
+
msgid "Free plugins"
|
208 |
+
msgstr "Extensions recommandées"
|
209 |
+
|
210 |
+
#: gallery-plugin.php:699
|
211 |
msgid "Download"
|
212 |
msgstr "Télécharger"
|
213 |
|
214 |
+
#: gallery-plugin.php:699
|
215 |
#, php-format
|
216 |
msgid "Install %s"
|
217 |
msgstr "Installation %s"
|
218 |
|
219 |
+
#: gallery-plugin.php:699
|
220 |
msgid "Install now from wordpress.org"
|
221 |
msgstr "Installation à partir de wordpress.org"
|
222 |
|
223 |
+
#: gallery-plugin.php:704
|
224 |
+
msgid "If you have any questions, please contact us via"
|
225 |
msgstr "Si vous avez des questions, merci de nous contacter via"
|
226 |
|
227 |
+
#: gallery-plugin.php:739
|
228 |
msgid "See images »"
|
229 |
msgstr "Voir les images »"
|
230 |
|
231 |
+
#: gallery-plugin.php:838
|
232 |
msgid "Settings are saved"
|
233 |
msgstr "Paramètres sauvegardés."
|
234 |
|
235 |
+
#: gallery-plugin.php:852
|
236 |
msgid "Gallery Settings"
|
237 |
msgstr "Paramètres de la galerie"
|
238 |
|
239 |
+
#: gallery-plugin.php:855
|
240 |
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:"
|
241 |
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:"
|
242 |
|
243 |
+
#: gallery-plugin.php:859
|
244 |
msgid "Image size for the album cover"
|
245 |
msgstr "Taille de la vignette de l'album"
|
246 |
|
247 |
+
#: gallery-plugin.php:861
|
248 |
+
#: gallery-plugin.php:869
|
249 |
+
#: gallery-plugin.php:882
|
250 |
msgid "Image size"
|
251 |
msgstr "Taille de l'image"
|
252 |
|
253 |
+
#: gallery-plugin.php:862
|
254 |
+
#: gallery-plugin.php:870
|
255 |
msgid "Width (in px)"
|
256 |
msgstr "Largeur (en pixels)"
|
257 |
|
258 |
+
#: gallery-plugin.php:863
|
259 |
+
#: gallery-plugin.php:871
|
260 |
msgid "Height (in px)"
|
261 |
msgstr "Hauteur (en pixels)"
|
262 |
|
263 |
+
#: gallery-plugin.php:867
|
264 |
msgid "Gallery image size"
|
265 |
msgstr "Taille de l'image de la galerie"
|
266 |
|
267 |
+
#: gallery-plugin.php:875
|
268 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
269 |
msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
|
270 |
|
271 |
+
#: gallery-plugin.php:880
|
|
|
272 |
msgid "Gallery image size in the lightbox"
|
273 |
msgstr "Taille de l'image de la galerie"
|
274 |
|
275 |
+
#: gallery-plugin.php:883
|
|
|
276 |
msgid "Max width (in px)"
|
277 |
+
msgstr "Largeur maximum (en pixels)"
|
278 |
|
279 |
+
#: gallery-plugin.php:884
|
|
|
280 |
msgid "Max height (in px)"
|
281 |
+
msgstr "Hauteur maximum (en pixels)"
|
282 |
|
283 |
+
#: gallery-plugin.php:885
|
284 |
msgid "Display a full size image in the lightbox"
|
285 |
+
msgstr "Afficher une image en taille normale dans le boite"
|
286 |
|
287 |
+
#: gallery-plugin.php:889
|
288 |
msgid "Crop position"
|
289 |
+
msgstr "Point de base"
|
290 |
|
291 |
+
#: gallery-plugin.php:891
|
292 |
msgid "Horizontal"
|
293 |
+
msgstr "Horizontale"
|
294 |
|
295 |
+
#: gallery-plugin.php:893
|
|
|
296 |
msgid "left"
|
297 |
+
msgstr "gauche"
|
298 |
|
299 |
+
#: gallery-plugin.php:894
|
300 |
+
#: gallery-plugin.php:901
|
301 |
msgid "center"
|
302 |
+
msgstr "centré"
|
303 |
|
304 |
+
#: gallery-plugin.php:895
|
305 |
msgid "right"
|
306 |
+
msgstr "droite"
|
307 |
|
308 |
+
#: gallery-plugin.php:898
|
309 |
msgid "Vertical"
|
310 |
+
msgstr "Verticale"
|
311 |
|
312 |
+
#: gallery-plugin.php:900
|
313 |
msgid "top"
|
314 |
+
msgstr "haut"
|
315 |
|
316 |
+
#: gallery-plugin.php:902
|
317 |
msgid "bottom"
|
318 |
+
msgstr "bas"
|
319 |
|
320 |
+
#: gallery-plugin.php:907
|
321 |
msgid "Lightbox background"
|
322 |
+
msgstr "Fond de la boite"
|
323 |
|
324 |
+
#: gallery-plugin.php:909
|
|
|
325 |
msgid "Default"
|
326 |
+
msgstr "Défaut"
|
327 |
|
328 |
+
#: gallery-plugin.php:910
|
329 |
msgid "Background transparency (from 0 to 1)"
|
330 |
+
msgstr "Transparence du fond (de 0 à 1)"
|
331 |
|
332 |
+
#: gallery-plugin.php:912
|
|
|
333 |
msgid "Select a background color"
|
334 |
+
msgstr "Choisir une couleur pour le fond"
|
335 |
|
336 |
+
#: gallery-plugin.php:914
|
337 |
msgid "Background color"
|
338 |
+
msgstr "Couleur du fond"
|
339 |
|
340 |
+
#: gallery-plugin.php:921
|
341 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
342 |
+
msgstr "Cette fonction est disponible dans le version pro de ce plugin. Pour plus de détails, suivre le lien"
|
343 |
|
344 |
+
#: gallery-plugin.php:928
|
345 |
msgid "Images with border"
|
346 |
msgstr "Image avec bordure"
|
347 |
|
348 |
+
#: gallery-plugin.php:931
|
349 |
msgid "Border width in px, just numbers"
|
350 |
msgstr "Taille de la bordure en pixel, juste le nombre"
|
351 |
|
352 |
+
#: gallery-plugin.php:933
|
353 |
+
#: gallery-plugin.php:935
|
354 |
msgid "Select a border color"
|
355 |
msgstr "Choisir une couleur pour la bordure"
|
356 |
|
357 |
+
#: gallery-plugin.php:941
|
358 |
msgid "Number of images in the row"
|
359 |
msgstr "Nombre d'images par ligne"
|
360 |
|
361 |
+
#: gallery-plugin.php:947
|
362 |
msgid "Start slideshow"
|
363 |
msgstr "Démarer le diaporama"
|
364 |
|
365 |
+
#: gallery-plugin.php:953
|
366 |
msgid "Slideshow interval"
|
367 |
msgstr "Interval de transition pour le diaporama"
|
368 |
|
369 |
+
#: gallery-plugin.php:961
|
370 |
msgid "Attachment ID"
|
371 |
msgstr "ID du fichier"
|
372 |
|
373 |
+
#: gallery-plugin.php:962
|
374 |
msgid "Image Name"
|
375 |
msgstr "Nom de l'image "
|
376 |
|
377 |
+
#: gallery-plugin.php:964
|
378 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
379 |
msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
|
380 |
|
381 |
+
#: gallery-plugin.php:965
|
382 |
msgid "Random"
|
383 |
msgstr "Aléatoire"
|
384 |
|
385 |
+
#: gallery-plugin.php:969
|
386 |
msgid "Sort images"
|
387 |
msgstr "Trier les images"
|
388 |
|
389 |
+
#: gallery-plugin.php:971
|
390 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
391 |
msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
|
392 |
|
393 |
+
#: gallery-plugin.php:972
|
394 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
395 |
msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
396 |
|
397 |
+
#: gallery-plugin.php:976
|
398 |
msgid "Display text above the image"
|
399 |
msgstr "Aficher le texte au dessus de l'image"
|
400 |
|
401 |
+
#: gallery-plugin.php:978
|
402 |
msgid "If you want to display text just in a lightbox"
|
403 |
msgstr "Si vous voulez juste afficher du texte dans un boite"
|
404 |
|
405 |
+
#: gallery-plugin.php:982
|
406 |
msgid "Display the Back link"
|
407 |
msgstr "Afficher le lien de retour"
|
408 |
|
409 |
+
#: gallery-plugin.php:988
|
410 |
msgid "Display the Back link in the shortcode"
|
411 |
msgstr "Afficher le lien de retour dans le code court"
|
412 |
|
413 |
+
#: gallery-plugin.php:994
|
414 |
msgid "The Back link text"
|
415 |
msgstr "Le text pour le lien de retour"
|
416 |
|
417 |
+
#: gallery-plugin.php:1000
|
418 |
msgid "The Back link URL"
|
419 |
msgstr "L'URL pour le lien de retour"
|
420 |
|
421 |
+
#: gallery-plugin.php:1002
|
422 |
msgid "Gallery page (Page with Gallery Template)"
|
423 |
msgstr "Page de la galerie (Page avec le modèle de galerie)"
|
424 |
|
425 |
+
#: gallery-plugin.php:1004
|
426 |
msgid "(Full URL to custom page)"
|
427 |
msgstr "(URL complète pour la page spécifique)"
|
428 |
|
429 |
+
#: gallery-plugin.php:1008
|
430 |
msgid "The Read More link text"
|
431 |
msgstr "Texte pour le lien \"Read More\""
|
432 |
|
433 |
+
#: gallery-plugin.php:1016
|
434 |
msgid "Save Changes"
|
435 |
msgstr "Sauvegarder"
|
436 |
|
437 |
+
#: gallery-plugin.php:1029
|
438 |
msgid "FAQ"
|
439 |
msgstr "FAQ"
|
440 |
|
441 |
+
#: gallery-plugin.php:1030
|
442 |
msgid "Support"
|
443 |
msgstr "Soutien"
|
444 |
|
445 |
+
#: gallery-plugin.php:1237
|
446 |
#: template/gallery-single-template.php:76
|
447 |
msgid "Sorry, nothing found."
|
448 |
msgstr "Désolé, rien n'a été trouvé"
|
449 |
|
450 |
+
#: gallery-plugin.php:1259
|
451 |
#: template/gallery-single-template.php:101
|
452 |
msgid "Download high resolution image"
|
453 |
msgstr "Télécharger l'image en haute résolution"
|
languages/gallery-he_IL.mo
CHANGED
Binary file
|
languages/gallery-he_IL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
|
21 |
# @ gallery
|
22 |
#: gallery-plugin.php:103
|
23 |
-
#: gallery-plugin.php:
|
24 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
25 |
msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
|
26 |
|
@@ -32,7 +32,7 @@ msgstr "גלריות"
|
|
32 |
|
33 |
# @ gallery
|
34 |
#: gallery-plugin.php:128
|
35 |
-
#: gallery-plugin.php:
|
36 |
msgid "Gallery"
|
37 |
msgstr "גלריה"
|
38 |
|
@@ -115,7 +115,7 @@ msgstr ""
|
|
115 |
|
116 |
# @ gallery
|
117 |
#: gallery-plugin.php:228
|
118 |
-
#: gallery-plugin.php:
|
119 |
#, fuzzy
|
120 |
msgid "Sort images by"
|
121 |
msgstr "מספר תמונות בשורה"
|
@@ -192,332 +192,355 @@ msgstr "ציבורי"
|
|
192 |
|
193 |
# @ gallery
|
194 |
#: gallery-plugin.php:483
|
195 |
-
#: gallery-plugin.php:
|
196 |
msgid "Date"
|
197 |
msgstr "תאריך"
|
198 |
|
199 |
# @ gallery
|
200 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
msgid "Activated plugins"
|
202 |
msgstr "תוספים פעילים"
|
203 |
|
204 |
# @ gallery
|
205 |
-
#: gallery-plugin.php:
|
206 |
-
#: gallery-plugin.php:
|
207 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
208 |
msgid "Read more"
|
209 |
msgstr "קרא עוד"
|
210 |
|
211 |
# @ gallery
|
212 |
-
#: gallery-plugin.php:
|
213 |
-
#: gallery-plugin.php:
|
214 |
-
#: gallery-plugin.php:
|
|
|
215 |
msgid "Settings"
|
216 |
msgstr "הגדרות"
|
217 |
|
218 |
# @ gallery
|
219 |
-
#: gallery-plugin.php:
|
|
|
220 |
msgid "Installed plugins"
|
221 |
msgstr "תוספים מותקנים"
|
222 |
|
223 |
# @ gallery
|
224 |
-
#: gallery-plugin.php:
|
|
|
225 |
msgid "Recommended plugins"
|
226 |
msgstr "תוספים מומלצים"
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
# @ gallery
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "Download"
|
231 |
msgstr "הורד"
|
232 |
|
233 |
# @ default
|
234 |
-
#: gallery-plugin.php:
|
235 |
#, php-format
|
236 |
msgid "Install %s"
|
237 |
msgstr "התקן %s"
|
238 |
|
239 |
# @ gallery
|
240 |
-
#: gallery-plugin.php:
|
241 |
msgid "Install now from wordpress.org"
|
242 |
msgstr "הורד כעת מ wordpress.org"
|
243 |
|
244 |
# @ gallery
|
245 |
-
#: gallery-plugin.php:
|
246 |
#, fuzzy
|
247 |
-
msgid "If you have any questions, please
|
248 |
msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
|
249 |
|
250 |
# @ gallery
|
251 |
-
#: gallery-plugin.php:
|
252 |
#, fuzzy
|
253 |
msgid "See images »"
|
254 |
msgstr "ראו תמונה »"
|
255 |
|
256 |
# @ gallery
|
257 |
-
#: gallery-plugin.php:
|
258 |
#, fuzzy
|
259 |
msgid "Settings are saved"
|
260 |
msgstr "האפשרויות נשמרו."
|
261 |
|
262 |
# @ gallery
|
263 |
-
#: gallery-plugin.php:
|
264 |
#, fuzzy
|
265 |
msgid "Gallery Settings"
|
266 |
msgstr "אפשרויות גלריה"
|
267 |
|
268 |
# @ gallery
|
269 |
-
#: gallery-plugin.php:
|
270 |
#, fuzzy
|
271 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
272 |
msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
|
273 |
|
274 |
# @ gallery
|
275 |
-
#: gallery-plugin.php:
|
276 |
#, fuzzy
|
277 |
msgid "Image size for the album cover"
|
278 |
msgstr "גודל הכריכה של האלבום של הגלריה"
|
279 |
|
280 |
# @ gallery
|
281 |
-
#: gallery-plugin.php:
|
282 |
-
#: gallery-plugin.php:
|
283 |
-
#: gallery-plugin.php:
|
284 |
#, fuzzy
|
285 |
msgid "Image size"
|
286 |
msgstr "שם גודל תמונה"
|
287 |
|
288 |
# @ gallery
|
289 |
-
#: gallery-plugin.php:
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Width (in px)"
|
292 |
msgstr "רוחב (בפיקסלים)"
|
293 |
|
294 |
# @ gallery
|
295 |
-
#: gallery-plugin.php:
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "Height (in px)"
|
298 |
msgstr "גובה (בפיקסלים)"
|
299 |
|
300 |
# @ gallery
|
301 |
-
#: gallery-plugin.php:
|
302 |
#, fuzzy
|
303 |
msgid "Gallery image size"
|
304 |
msgstr "גלריות"
|
305 |
|
306 |
# @ gallery
|
307 |
-
#: gallery-plugin.php:
|
308 |
#, fuzzy
|
309 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
310 |
msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Gallery image size in the lightbox"
|
314 |
msgstr ""
|
315 |
|
316 |
# @ gallery
|
317 |
-
#: gallery-plugin.php:
|
318 |
#, fuzzy
|
319 |
msgid "Max width (in px)"
|
320 |
msgstr "רוחב (בפיקסלים)"
|
321 |
|
322 |
# @ gallery
|
323 |
-
#: gallery-plugin.php:
|
324 |
#, fuzzy
|
325 |
msgid "Max height (in px)"
|
326 |
msgstr "גובה (בפיקסלים)"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Display a full size image in the lightbox"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Crop position"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Horizontal"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "left"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "center"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "right"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
msgid "Vertical"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid "top"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid "bottom"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
msgid "Lightbox background"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
msgid "Default"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
msgid "Background transparency (from 0 to 1)"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: gallery-plugin.php:
|
378 |
msgid "Select a background color"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: gallery-plugin.php:
|
382 |
msgid "Background color"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: gallery-plugin.php:
|
386 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
msgid "Images with border"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: gallery-plugin.php:
|
394 |
msgid "Border width in px, just numbers"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
-
#: gallery-plugin.php:
|
399 |
msgid "Select a border color"
|
400 |
msgstr ""
|
401 |
|
402 |
# @ gallery
|
403 |
-
#: gallery-plugin.php:
|
404 |
#, fuzzy
|
405 |
msgid "Number of images in the row"
|
406 |
msgstr "מספר תמונות בשורה"
|
407 |
|
408 |
# @ gallery
|
409 |
-
#: gallery-plugin.php:
|
410 |
msgid "Start slideshow"
|
411 |
msgstr "התחל מצגת"
|
412 |
|
413 |
# @ gallery
|
414 |
-
#: gallery-plugin.php:
|
415 |
msgid "Slideshow interval"
|
416 |
msgstr "מרווח מצגת"
|
417 |
|
418 |
# @ gallery
|
419 |
-
#: gallery-plugin.php:
|
420 |
#, fuzzy
|
421 |
msgid "Attachment ID"
|
422 |
msgstr "מזהה קובץ מצורף"
|
423 |
|
424 |
# @ gallery
|
425 |
-
#: gallery-plugin.php:
|
426 |
#, fuzzy
|
427 |
msgid "Image Name"
|
428 |
msgstr "תמונה "
|
429 |
|
430 |
# @ gallery
|
431 |
-
#: gallery-plugin.php:
|
432 |
#, fuzzy
|
433 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
434 |
msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
|
435 |
|
436 |
# @ gallery
|
437 |
-
#: gallery-plugin.php:
|
438 |
#, fuzzy
|
439 |
msgid "Random"
|
440 |
msgstr "אקראי"
|
441 |
|
442 |
# @ gallery
|
443 |
-
#: gallery-plugin.php:
|
444 |
#, fuzzy
|
445 |
msgid "Sort images"
|
446 |
msgstr "מספר תמונות בשורה"
|
447 |
|
448 |
# @ gallery
|
449 |
-
#: gallery-plugin.php:
|
450 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
451 |
msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
|
452 |
|
453 |
# @ gallery
|
454 |
-
#: gallery-plugin.php:
|
455 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
456 |
msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
|
457 |
|
458 |
-
#: gallery-plugin.php:
|
459 |
msgid "Display text above the image"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: gallery-plugin.php:
|
463 |
msgid "If you want to display text just in a lightbox"
|
464 |
msgstr ""
|
465 |
|
466 |
# @ gallery
|
467 |
-
#: gallery-plugin.php:
|
468 |
#, fuzzy
|
469 |
msgid "Display the Back link"
|
470 |
msgstr "הצג קישור חזרה"
|
471 |
|
472 |
# @ gallery
|
473 |
-
#: gallery-plugin.php:
|
474 |
#, fuzzy
|
475 |
msgid "Display the Back link in the shortcode"
|
476 |
msgstr "הצג קישור חזרה בקיצור הקוד"
|
477 |
|
478 |
-
#: gallery-plugin.php:
|
479 |
msgid "The Back link text"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: gallery-plugin.php:
|
483 |
msgid "The Back link URL"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: gallery-plugin.php:
|
487 |
msgid "Gallery page (Page with Gallery Template)"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: gallery-plugin.php:
|
491 |
msgid "(Full URL to custom page)"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: gallery-plugin.php:
|
495 |
msgid "The Read More link text"
|
496 |
msgstr ""
|
497 |
|
498 |
# @ default
|
499 |
-
#: gallery-plugin.php:
|
500 |
msgid "Save Changes"
|
501 |
msgstr "שמור שינויים"
|
502 |
|
503 |
# @ gallery
|
504 |
-
#: gallery-plugin.php:
|
505 |
msgid "FAQ"
|
506 |
msgstr "שאלות ותשובות"
|
507 |
|
508 |
# @ gallery
|
509 |
-
#: gallery-plugin.php:
|
510 |
msgid "Support"
|
511 |
msgstr "תמיכה"
|
512 |
|
513 |
# @ gallery
|
514 |
-
#: gallery-plugin.php:
|
515 |
#: template/gallery-single-template.php:76
|
516 |
#, fuzzy
|
517 |
msgid "Sorry, nothing found."
|
518 |
msgstr "מצטערים, אין מה למצוא."
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
#: template/gallery-single-template.php:101
|
522 |
msgid "Download high resolution image"
|
523 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:01+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
20 |
|
21 |
# @ gallery
|
22 |
#: gallery-plugin.php:103
|
23 |
+
#: gallery-plugin.php:845
|
24 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
25 |
msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
|
26 |
|
32 |
|
33 |
# @ gallery
|
34 |
#: gallery-plugin.php:128
|
35 |
+
#: gallery-plugin.php:712
|
36 |
msgid "Gallery"
|
37 |
msgstr "גלריה"
|
38 |
|
115 |
|
116 |
# @ gallery
|
117 |
#: gallery-plugin.php:228
|
118 |
+
#: gallery-plugin.php:959
|
119 |
#, fuzzy
|
120 |
msgid "Sort images by"
|
121 |
msgstr "מספר תמונות בשורה"
|
192 |
|
193 |
# @ gallery
|
194 |
#: gallery-plugin.php:483
|
195 |
+
#: gallery-plugin.php:963
|
196 |
msgid "Date"
|
197 |
msgstr "תאריך"
|
198 |
|
199 |
# @ gallery
|
200 |
+
#: gallery-plugin.php:652
|
201 |
+
#, fuzzy
|
202 |
+
msgid "Pro plugins"
|
203 |
+
msgstr "תוספים מומלצים"
|
204 |
+
|
205 |
+
# @ gallery
|
206 |
+
#: gallery-plugin.php:655
|
207 |
+
#: gallery-plugin.php:681
|
208 |
msgid "Activated plugins"
|
209 |
msgstr "תוספים פעילים"
|
210 |
|
211 |
# @ gallery
|
212 |
+
#: gallery-plugin.php:657
|
213 |
+
#: gallery-plugin.php:665
|
214 |
+
#: gallery-plugin.php:673
|
215 |
+
#: gallery-plugin.php:683
|
216 |
+
#: gallery-plugin.php:691
|
217 |
+
#: gallery-plugin.php:699
|
218 |
msgid "Read more"
|
219 |
msgstr "קרא עוד"
|
220 |
|
221 |
# @ gallery
|
222 |
+
#: gallery-plugin.php:657
|
223 |
+
#: gallery-plugin.php:683
|
224 |
+
#: gallery-plugin.php:1028
|
225 |
+
#: gallery-plugin.php:1043
|
226 |
msgid "Settings"
|
227 |
msgstr "הגדרות"
|
228 |
|
229 |
# @ gallery
|
230 |
+
#: gallery-plugin.php:663
|
231 |
+
#: gallery-plugin.php:689
|
232 |
msgid "Installed plugins"
|
233 |
msgstr "תוספים מותקנים"
|
234 |
|
235 |
# @ gallery
|
236 |
+
#: gallery-plugin.php:671
|
237 |
+
#: gallery-plugin.php:697
|
238 |
msgid "Recommended plugins"
|
239 |
msgstr "תוספים מומלצים"
|
240 |
|
241 |
+
#: gallery-plugin.php:673
|
242 |
+
msgid "Purchase"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
# @ gallery
|
246 |
+
#: gallery-plugin.php:678
|
247 |
+
#, fuzzy
|
248 |
+
msgid "Free plugins"
|
249 |
+
msgstr "תוספים מומלצים"
|
250 |
+
|
251 |
# @ gallery
|
252 |
+
#: gallery-plugin.php:699
|
253 |
msgid "Download"
|
254 |
msgstr "הורד"
|
255 |
|
256 |
# @ default
|
257 |
+
#: gallery-plugin.php:699
|
258 |
#, php-format
|
259 |
msgid "Install %s"
|
260 |
msgstr "התקן %s"
|
261 |
|
262 |
# @ gallery
|
263 |
+
#: gallery-plugin.php:699
|
264 |
msgid "Install now from wordpress.org"
|
265 |
msgstr "הורד כעת מ wordpress.org"
|
266 |
|
267 |
# @ gallery
|
268 |
+
#: gallery-plugin.php:704
|
269 |
#, fuzzy
|
270 |
+
msgid "If you have any questions, please contact us via"
|
271 |
msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
|
272 |
|
273 |
# @ gallery
|
274 |
+
#: gallery-plugin.php:739
|
275 |
#, fuzzy
|
276 |
msgid "See images »"
|
277 |
msgstr "ראו תמונה »"
|
278 |
|
279 |
# @ gallery
|
280 |
+
#: gallery-plugin.php:838
|
281 |
#, fuzzy
|
282 |
msgid "Settings are saved"
|
283 |
msgstr "האפשרויות נשמרו."
|
284 |
|
285 |
# @ gallery
|
286 |
+
#: gallery-plugin.php:852
|
287 |
#, fuzzy
|
288 |
msgid "Gallery Settings"
|
289 |
msgstr "אפשרויות גלריה"
|
290 |
|
291 |
# @ gallery
|
292 |
+
#: gallery-plugin.php:855
|
293 |
#, fuzzy
|
294 |
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:"
|
295 |
msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
|
296 |
|
297 |
# @ gallery
|
298 |
+
#: gallery-plugin.php:859
|
299 |
#, fuzzy
|
300 |
msgid "Image size for the album cover"
|
301 |
msgstr "גודל הכריכה של האלבום של הגלריה"
|
302 |
|
303 |
# @ gallery
|
304 |
+
#: gallery-plugin.php:861
|
305 |
+
#: gallery-plugin.php:869
|
306 |
+
#: gallery-plugin.php:882
|
307 |
#, fuzzy
|
308 |
msgid "Image size"
|
309 |
msgstr "שם גודל תמונה"
|
310 |
|
311 |
# @ gallery
|
312 |
+
#: gallery-plugin.php:862
|
313 |
+
#: gallery-plugin.php:870
|
314 |
msgid "Width (in px)"
|
315 |
msgstr "רוחב (בפיקסלים)"
|
316 |
|
317 |
# @ gallery
|
318 |
+
#: gallery-plugin.php:863
|
319 |
+
#: gallery-plugin.php:871
|
320 |
msgid "Height (in px)"
|
321 |
msgstr "גובה (בפיקסלים)"
|
322 |
|
323 |
# @ gallery
|
324 |
+
#: gallery-plugin.php:867
|
325 |
#, fuzzy
|
326 |
msgid "Gallery image size"
|
327 |
msgstr "גלריות"
|
328 |
|
329 |
# @ gallery
|
330 |
+
#: gallery-plugin.php:875
|
331 |
#, fuzzy
|
332 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
333 |
msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
|
334 |
|
335 |
+
#: gallery-plugin.php:880
|
336 |
msgid "Gallery image size in the lightbox"
|
337 |
msgstr ""
|
338 |
|
339 |
# @ gallery
|
340 |
+
#: gallery-plugin.php:883
|
341 |
#, fuzzy
|
342 |
msgid "Max width (in px)"
|
343 |
msgstr "רוחב (בפיקסלים)"
|
344 |
|
345 |
# @ gallery
|
346 |
+
#: gallery-plugin.php:884
|
347 |
#, fuzzy
|
348 |
msgid "Max height (in px)"
|
349 |
msgstr "גובה (בפיקסלים)"
|
350 |
|
351 |
+
#: gallery-plugin.php:885
|
352 |
msgid "Display a full size image in the lightbox"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: gallery-plugin.php:889
|
356 |
msgid "Crop position"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: gallery-plugin.php:891
|
360 |
msgid "Horizontal"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: gallery-plugin.php:893
|
364 |
msgid "left"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: gallery-plugin.php:894
|
368 |
+
#: gallery-plugin.php:901
|
369 |
msgid "center"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: gallery-plugin.php:895
|
373 |
msgid "right"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: gallery-plugin.php:898
|
377 |
msgid "Vertical"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: gallery-plugin.php:900
|
381 |
msgid "top"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:902
|
385 |
msgid "bottom"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: gallery-plugin.php:907
|
389 |
msgid "Lightbox background"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:909
|
393 |
msgid "Default"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: gallery-plugin.php:910
|
397 |
msgid "Background transparency (from 0 to 1)"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:912
|
401 |
msgid "Select a background color"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:914
|
405 |
msgid "Background color"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: gallery-plugin.php:921
|
409 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: gallery-plugin.php:928
|
413 |
msgid "Images with border"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:931
|
417 |
msgid "Border width in px, just numbers"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:933
|
421 |
+
#: gallery-plugin.php:935
|
422 |
msgid "Select a border color"
|
423 |
msgstr ""
|
424 |
|
425 |
# @ gallery
|
426 |
+
#: gallery-plugin.php:941
|
427 |
#, fuzzy
|
428 |
msgid "Number of images in the row"
|
429 |
msgstr "מספר תמונות בשורה"
|
430 |
|
431 |
# @ gallery
|
432 |
+
#: gallery-plugin.php:947
|
433 |
msgid "Start slideshow"
|
434 |
msgstr "התחל מצגת"
|
435 |
|
436 |
# @ gallery
|
437 |
+
#: gallery-plugin.php:953
|
438 |
msgid "Slideshow interval"
|
439 |
msgstr "מרווח מצגת"
|
440 |
|
441 |
# @ gallery
|
442 |
+
#: gallery-plugin.php:961
|
443 |
#, fuzzy
|
444 |
msgid "Attachment ID"
|
445 |
msgstr "מזהה קובץ מצורף"
|
446 |
|
447 |
# @ gallery
|
448 |
+
#: gallery-plugin.php:962
|
449 |
#, fuzzy
|
450 |
msgid "Image Name"
|
451 |
msgstr "תמונה "
|
452 |
|
453 |
# @ gallery
|
454 |
+
#: gallery-plugin.php:964
|
455 |
#, fuzzy
|
456 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
457 |
msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
|
458 |
|
459 |
# @ gallery
|
460 |
+
#: gallery-plugin.php:965
|
461 |
#, fuzzy
|
462 |
msgid "Random"
|
463 |
msgstr "אקראי"
|
464 |
|
465 |
# @ gallery
|
466 |
+
#: gallery-plugin.php:969
|
467 |
#, fuzzy
|
468 |
msgid "Sort images"
|
469 |
msgstr "מספר תמונות בשורה"
|
470 |
|
471 |
# @ gallery
|
472 |
+
#: gallery-plugin.php:971
|
473 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
474 |
msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
|
475 |
|
476 |
# @ gallery
|
477 |
+
#: gallery-plugin.php:972
|
478 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
479 |
msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
|
480 |
|
481 |
+
#: gallery-plugin.php:976
|
482 |
msgid "Display text above the image"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: gallery-plugin.php:978
|
486 |
msgid "If you want to display text just in a lightbox"
|
487 |
msgstr ""
|
488 |
|
489 |
# @ gallery
|
490 |
+
#: gallery-plugin.php:982
|
491 |
#, fuzzy
|
492 |
msgid "Display the Back link"
|
493 |
msgstr "הצג קישור חזרה"
|
494 |
|
495 |
# @ gallery
|
496 |
+
#: gallery-plugin.php:988
|
497 |
#, fuzzy
|
498 |
msgid "Display the Back link in the shortcode"
|
499 |
msgstr "הצג קישור חזרה בקיצור הקוד"
|
500 |
|
501 |
+
#: gallery-plugin.php:994
|
502 |
msgid "The Back link text"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: gallery-plugin.php:1000
|
506 |
msgid "The Back link URL"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: gallery-plugin.php:1002
|
510 |
msgid "Gallery page (Page with Gallery Template)"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: gallery-plugin.php:1004
|
514 |
msgid "(Full URL to custom page)"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: gallery-plugin.php:1008
|
518 |
msgid "The Read More link text"
|
519 |
msgstr ""
|
520 |
|
521 |
# @ default
|
522 |
+
#: gallery-plugin.php:1016
|
523 |
msgid "Save Changes"
|
524 |
msgstr "שמור שינויים"
|
525 |
|
526 |
# @ gallery
|
527 |
+
#: gallery-plugin.php:1029
|
528 |
msgid "FAQ"
|
529 |
msgstr "שאלות ותשובות"
|
530 |
|
531 |
# @ gallery
|
532 |
+
#: gallery-plugin.php:1030
|
533 |
msgid "Support"
|
534 |
msgstr "תמיכה"
|
535 |
|
536 |
# @ gallery
|
537 |
+
#: gallery-plugin.php:1237
|
538 |
#: template/gallery-single-template.php:76
|
539 |
#, fuzzy
|
540 |
msgid "Sorry, nothing found."
|
541 |
msgstr "מצטערים, אין מה למצוא."
|
542 |
|
543 |
+
#: gallery-plugin.php:1259
|
544 |
#: template/gallery-single-template.php:101
|
545 |
msgid "Download high resolution image"
|
546 |
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-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Galériák"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galéria"
|
33 |
|
@@ -97,7 +97,7 @@ msgid "Please make a choice"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
-
#: gallery-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Képek száma egy sorban"
|
@@ -166,289 +166,310 @@ msgid "Publishing"
|
|
166 |
msgstr "Publikus"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Date"
|
171 |
msgstr "Dátum"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "Aktivált bővítmények"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
-
#: gallery-plugin.php:
|
179 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
180 |
msgid "Read more"
|
181 |
msgstr "Bővebben"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
|
|
186 |
msgid "Settings"
|
187 |
msgstr "Beállítások"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
|
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "Telepített bővítmények"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
|
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "Javasolt bővítmények"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
msgid "Download"
|
199 |
msgstr "Letöltés"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "Telepítés %s"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "Telepítés a wordpress.org -ról"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
#, fuzzy
|
212 |
-
msgid "If you have any questions, please
|
213 |
msgstr "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-mail címen, vagy töltse ki űrlapunkat"
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
#, fuzzy
|
217 |
msgid "See images »"
|
218 |
msgstr "Fotó megtekintése »"
|
219 |
|
220 |
-
#: gallery-plugin.php:
|
221 |
#, fuzzy
|
222 |
msgid "Settings are saved"
|
223 |
msgstr "Beállítások elmentve."
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
#, fuzzy
|
227 |
msgid "Gallery Settings"
|
228 |
msgstr "Galéria beállítások"
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
#, fuzzy
|
236 |
msgid "Image size for the album cover"
|
237 |
msgstr "Размер для "
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
-
#: gallery-plugin.php:
|
242 |
#, fuzzy
|
243 |
msgid "Image size"
|
244 |
msgstr "Kép méret neve"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Width (in px)"
|
249 |
msgstr "Szélesség (px-ben)"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Height (in px)"
|
254 |
msgstr "Magasság (px-ben)"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
#, fuzzy
|
258 |
msgid "Gallery image size"
|
259 |
msgstr "Galériák"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
#, fuzzy
|
263 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
264 |
msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
msgid "Gallery image size in the lightbox"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
#, fuzzy
|
272 |
msgid "Max width (in px)"
|
273 |
msgstr "Szélesség (px-ben)"
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
#, fuzzy
|
277 |
msgid "Max height (in px)"
|
278 |
msgstr "Magasság (px-ben)"
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Display a full size image in the lightbox"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "Crop position"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "Horizontal"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "left"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "center"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "right"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Vertical"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "top"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "bottom"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Lightbox background"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Default"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Background transparency (from 0 to 1)"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Select a background color"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "Background color"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "Images with border"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "Border width in px, just numbers"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid "Select a border color"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
#, fuzzy
|
356 |
msgid "Number of images in the row"
|
357 |
msgstr "Képek száma egy sorban"
|
358 |
|
359 |
-
#: gallery-plugin.php:
|
360 |
msgid "Start slideshow"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: gallery-plugin.php:
|
364 |
msgid "Slideshow interval"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: gallery-plugin.php:
|
368 |
msgid "Attachment ID"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: gallery-plugin.php:
|
372 |
#, fuzzy
|
373 |
msgid "Image Name"
|
374 |
msgstr "Kép méret neve"
|
375 |
|
376 |
-
#: gallery-plugin.php:
|
377 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: gallery-plugin.php:
|
381 |
msgid "Random"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "Sort images"
|
387 |
msgstr "Képek száma egy sorban"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: gallery-plugin.php:
|
394 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
msgid "Display text above the image"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: gallery-plugin.php:
|
402 |
msgid "If you want to display text just in a lightbox"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: gallery-plugin.php:
|
406 |
msgid "Display the Back link"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: gallery-plugin.php:
|
410 |
msgid "Display the Back link in the shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: gallery-plugin.php:
|
414 |
msgid "The Back link text"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: gallery-plugin.php:
|
418 |
msgid "The Back link URL"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: gallery-plugin.php:
|
422 |
msgid "Gallery page (Page with Gallery Template)"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: gallery-plugin.php:
|
426 |
msgid "(Full URL to custom page)"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: gallery-plugin.php:
|
430 |
msgid "The Read More link text"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "Save Changes"
|
435 |
msgstr "Változások mentése"
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "FAQ"
|
439 |
msgstr "Gy.I.K."
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "Support"
|
443 |
msgstr "Támogatás"
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
#: template/gallery-single-template.php:76
|
447 |
#, fuzzy
|
448 |
msgid "Sorry, nothing found."
|
449 |
msgstr "Sajnáljuk - nincs megjelenítendő elem."
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
#: template/gallery-single-template.php:101
|
453 |
msgid "Download high resolution image"
|
454 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
27 |
msgstr "Galériák"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galéria"
|
33 |
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:959
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Képek száma egy sorban"
|
166 |
msgstr "Publikus"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
+
#: gallery-plugin.php:963
|
170 |
msgid "Date"
|
171 |
msgstr "Dátum"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Pro plugins"
|
176 |
+
msgstr "Javasolt bővítmények"
|
177 |
+
|
178 |
+
#: gallery-plugin.php:655
|
179 |
+
#: gallery-plugin.php:681
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "Aktivált bővítmények"
|
182 |
|
183 |
+
#: gallery-plugin.php:657
|
184 |
+
#: gallery-plugin.php:665
|
185 |
+
#: gallery-plugin.php:673
|
186 |
+
#: gallery-plugin.php:683
|
187 |
+
#: gallery-plugin.php:691
|
188 |
+
#: gallery-plugin.php:699
|
189 |
msgid "Read more"
|
190 |
msgstr "Bővebben"
|
191 |
|
192 |
+
#: gallery-plugin.php:657
|
193 |
+
#: gallery-plugin.php:683
|
194 |
+
#: gallery-plugin.php:1028
|
195 |
+
#: gallery-plugin.php:1043
|
196 |
msgid "Settings"
|
197 |
msgstr "Beállítások"
|
198 |
|
199 |
+
#: gallery-plugin.php:663
|
200 |
+
#: gallery-plugin.php:689
|
201 |
msgid "Installed plugins"
|
202 |
msgstr "Telepített bővítmények"
|
203 |
|
204 |
+
#: gallery-plugin.php:671
|
205 |
+
#: gallery-plugin.php:697
|
206 |
msgid "Recommended plugins"
|
207 |
msgstr "Javasolt bővítmények"
|
208 |
|
209 |
+
#: gallery-plugin.php:673
|
210 |
+
msgid "Purchase"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: gallery-plugin.php:678
|
214 |
+
#, fuzzy
|
215 |
+
msgid "Free plugins"
|
216 |
+
msgstr "Javasolt bővítmények"
|
217 |
+
|
218 |
+
#: gallery-plugin.php:699
|
219 |
msgid "Download"
|
220 |
msgstr "Letöltés"
|
221 |
|
222 |
+
#: gallery-plugin.php:699
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "Telepítés %s"
|
226 |
|
227 |
+
#: gallery-plugin.php:699
|
228 |
msgid "Install now from wordpress.org"
|
229 |
msgstr "Telepítés a wordpress.org -ról"
|
230 |
|
231 |
+
#: gallery-plugin.php:704
|
232 |
#, fuzzy
|
233 |
+
msgid "If you have any questions, please contact us via"
|
234 |
msgstr "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-mail címen, vagy töltse ki űrlapunkat"
|
235 |
|
236 |
+
#: gallery-plugin.php:739
|
237 |
#, fuzzy
|
238 |
msgid "See images »"
|
239 |
msgstr "Fotó megtekintése »"
|
240 |
|
241 |
+
#: gallery-plugin.php:838
|
242 |
#, fuzzy
|
243 |
msgid "Settings are saved"
|
244 |
msgstr "Beállítások elmentve."
|
245 |
|
246 |
+
#: gallery-plugin.php:852
|
247 |
#, fuzzy
|
248 |
msgid "Gallery Settings"
|
249 |
msgstr "Galéria beállítások"
|
250 |
|
251 |
+
#: gallery-plugin.php:855
|
252 |
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:"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: gallery-plugin.php:859
|
256 |
#, fuzzy
|
257 |
msgid "Image size for the album cover"
|
258 |
msgstr "Размер для "
|
259 |
|
260 |
+
#: gallery-plugin.php:861
|
261 |
+
#: gallery-plugin.php:869
|
262 |
+
#: gallery-plugin.php:882
|
263 |
#, fuzzy
|
264 |
msgid "Image size"
|
265 |
msgstr "Kép méret neve"
|
266 |
|
267 |
+
#: gallery-plugin.php:862
|
268 |
+
#: gallery-plugin.php:870
|
269 |
msgid "Width (in px)"
|
270 |
msgstr "Szélesség (px-ben)"
|
271 |
|
272 |
+
#: gallery-plugin.php:863
|
273 |
+
#: gallery-plugin.php:871
|
274 |
msgid "Height (in px)"
|
275 |
msgstr "Magasság (px-ben)"
|
276 |
|
277 |
+
#: gallery-plugin.php:867
|
278 |
#, fuzzy
|
279 |
msgid "Gallery image size"
|
280 |
msgstr "Galériák"
|
281 |
|
282 |
+
#: gallery-plugin.php:875
|
283 |
#, fuzzy
|
284 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
285 |
msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
|
286 |
|
287 |
+
#: gallery-plugin.php:880
|
288 |
msgid "Gallery image size in the lightbox"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:883
|
292 |
#, fuzzy
|
293 |
msgid "Max width (in px)"
|
294 |
msgstr "Szélesség (px-ben)"
|
295 |
|
296 |
+
#: gallery-plugin.php:884
|
297 |
#, fuzzy
|
298 |
msgid "Max height (in px)"
|
299 |
msgstr "Magasság (px-ben)"
|
300 |
|
301 |
+
#: gallery-plugin.php:885
|
302 |
msgid "Display a full size image in the lightbox"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: gallery-plugin.php:889
|
306 |
msgid "Crop position"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:891
|
310 |
msgid "Horizontal"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:893
|
314 |
msgid "left"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:894
|
318 |
+
#: gallery-plugin.php:901
|
319 |
msgid "center"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: gallery-plugin.php:895
|
323 |
msgid "right"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: gallery-plugin.php:898
|
327 |
msgid "Vertical"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: gallery-plugin.php:900
|
331 |
msgid "top"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: gallery-plugin.php:902
|
335 |
msgid "bottom"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:907
|
339 |
msgid "Lightbox background"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: gallery-plugin.php:909
|
343 |
msgid "Default"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: gallery-plugin.php:910
|
347 |
msgid "Background transparency (from 0 to 1)"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: gallery-plugin.php:912
|
351 |
msgid "Select a background color"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: gallery-plugin.php:914
|
355 |
msgid "Background color"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: gallery-plugin.php:921
|
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:928
|
363 |
msgid "Images with border"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: gallery-plugin.php:931
|
367 |
msgid "Border width in px, just numbers"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: gallery-plugin.php:933
|
371 |
+
#: gallery-plugin.php:935
|
372 |
msgid "Select a border color"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: gallery-plugin.php:941
|
376 |
#, fuzzy
|
377 |
msgid "Number of images in the row"
|
378 |
msgstr "Képek száma egy sorban"
|
379 |
|
380 |
+
#: gallery-plugin.php:947
|
381 |
msgid "Start slideshow"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:953
|
385 |
msgid "Slideshow interval"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: gallery-plugin.php:961
|
389 |
msgid "Attachment ID"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:962
|
393 |
#, fuzzy
|
394 |
msgid "Image Name"
|
395 |
msgstr "Kép méret neve"
|
396 |
|
397 |
+
#: gallery-plugin.php:964
|
398 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: gallery-plugin.php:965
|
402 |
msgid "Random"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: gallery-plugin.php:969
|
406 |
#, fuzzy
|
407 |
msgid "Sort images"
|
408 |
msgstr "Képek száma egy sorban"
|
409 |
|
410 |
+
#: gallery-plugin.php:971
|
411 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: gallery-plugin.php:972
|
415 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: gallery-plugin.php:976
|
419 |
msgid "Display text above the image"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: gallery-plugin.php:978
|
423 |
msgid "If you want to display text just in a lightbox"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: gallery-plugin.php:982
|
427 |
msgid "Display the Back link"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: gallery-plugin.php:988
|
431 |
msgid "Display the Back link in the shortcode"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: gallery-plugin.php:994
|
435 |
msgid "The Back link text"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: gallery-plugin.php:1000
|
439 |
msgid "The Back link URL"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: gallery-plugin.php:1002
|
443 |
msgid "Gallery page (Page with Gallery Template)"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: gallery-plugin.php:1004
|
447 |
msgid "(Full URL to custom page)"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: gallery-plugin.php:1008
|
451 |
msgid "The Read More link text"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: gallery-plugin.php:1016
|
455 |
msgid "Save Changes"
|
456 |
msgstr "Változások mentése"
|
457 |
|
458 |
+
#: gallery-plugin.php:1029
|
459 |
msgid "FAQ"
|
460 |
msgstr "Gy.I.K."
|
461 |
|
462 |
+
#: gallery-plugin.php:1030
|
463 |
msgid "Support"
|
464 |
msgstr "Támogatás"
|
465 |
|
466 |
+
#: gallery-plugin.php:1237
|
467 |
#: template/gallery-single-template.php:76
|
468 |
#, fuzzy
|
469 |
msgid "Sorry, nothing found."
|
470 |
msgstr "Sajnáljuk - nincs megjelenítendő elem."
|
471 |
|
472 |
+
#: gallery-plugin.php:1259
|
473 |
#: template/gallery-single-template.php:101
|
474 |
msgid "Download high resolution image"
|
475 |
msgstr ""
|
languages/gallery-it_IT.mo
CHANGED
Binary file
|
languages/gallery-it_IT.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Gallerie"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galleria"
|
33 |
|
@@ -97,7 +97,7 @@ msgid "Please make a choice"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
-
#: gallery-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Conta immagini"
|
@@ -167,295 +167,316 @@ msgid "Publishing"
|
|
167 |
msgstr "Pubblico"
|
168 |
|
169 |
#: gallery-plugin.php:483
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Date"
|
172 |
msgstr "Data"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
msgid "Activated plugins"
|
176 |
msgstr "Attivare plugin"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
-
#: gallery-plugin.php:
|
180 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
181 |
msgid "Read more"
|
182 |
msgstr "Leggi altro"
|
183 |
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
186 |
-
#: gallery-plugin.php:
|
|
|
187 |
msgid "Settings"
|
188 |
msgstr "Impostazioni"
|
189 |
|
190 |
-
#: gallery-plugin.php:
|
|
|
191 |
msgid "Installed plugins"
|
192 |
msgstr "Plugin installati"
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
|
|
195 |
msgid "Recommended plugins"
|
196 |
msgstr "Plugin consigliati"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
msgid "Download"
|
200 |
msgstr "Download"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
#, php-format
|
204 |
msgid "Install %s"
|
205 |
msgstr "Installа %s"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "Install now from wordpress.org"
|
209 |
msgstr "Installa ora da wordpress.org"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
#, fuzzy
|
213 |
-
msgid "If you have any questions, please
|
214 |
msgstr "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
|
215 |
|
216 |
-
#: gallery-plugin.php:
|
217 |
#, fuzzy
|
218 |
msgid "See images »"
|
219 |
msgstr "Guarda foto »"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
#, fuzzy
|
223 |
msgid "Settings are saved"
|
224 |
msgstr "Opzioni salvate."
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
#, fuzzy
|
228 |
msgid "Gallery Settings"
|
229 |
msgstr "Opzioni gallerie"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
#, fuzzy
|
233 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
234 |
msgstr "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia questo codice e inseriscilo nel contenuto della pagina o del post"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
#, fuzzy
|
238 |
msgid "Image size for the album cover"
|
239 |
msgstr "Размер для "
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
242 |
-
#: gallery-plugin.php:
|
243 |
-
#: gallery-plugin.php:
|
244 |
#, fuzzy
|
245 |
msgid "Image size"
|
246 |
msgstr "Image size name"
|
247 |
|
248 |
-
#: gallery-plugin.php:
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Width (in px)"
|
251 |
msgstr "Larghezza in px"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
#: gallery-plugin.php:
|
255 |
msgid "Height (in px)"
|
256 |
msgstr "Altezza in px"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
#, fuzzy
|
260 |
msgid "Gallery image size"
|
261 |
msgstr "Gallerie"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
#, fuzzy
|
265 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
266 |
msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
msgid "Gallery image size in the lightbox"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
#, fuzzy
|
274 |
msgid "Max width (in px)"
|
275 |
msgstr "Larghezza in px"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
#, fuzzy
|
279 |
msgid "Max height (in px)"
|
280 |
msgstr "Altezza in px"
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
msgid "Display a full size image in the lightbox"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Crop position"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Horizontal"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "left"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
-
#: gallery-plugin.php:
|
300 |
msgid "center"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "right"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
msgid "Vertical"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
312 |
msgid "top"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "bottom"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: gallery-plugin.php:
|
320 |
msgid "Lightbox background"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: gallery-plugin.php:
|
324 |
msgid "Default"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: gallery-plugin.php:
|
328 |
msgid "Background transparency (from 0 to 1)"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: gallery-plugin.php:
|
332 |
msgid "Select a background color"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
msgid "Background color"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "Images with border"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
msgid "Border width in px, just numbers"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: gallery-plugin.php:
|
352 |
-
#: gallery-plugin.php:
|
353 |
msgid "Select a border color"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: gallery-plugin.php:
|
357 |
#, fuzzy
|
358 |
msgid "Number of images in the row"
|
359 |
msgstr "Conta immagini"
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid "Start slideshow"
|
363 |
msgstr "Avvia presentazione"
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
msgid "Slideshow interval"
|
367 |
msgstr "Intervallo presentazione"
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
#, fuzzy
|
371 |
msgid "Attachment ID"
|
372 |
msgstr "Id di visualizzazione"
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
#, fuzzy
|
376 |
msgid "Image Name"
|
377 |
msgstr "Immagine"
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
#, fuzzy
|
381 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
382 |
msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "Random"
|
387 |
msgstr "Casuale"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
#, fuzzy
|
391 |
msgid "Sort images"
|
392 |
msgstr "Conta immagini"
|
393 |
|
394 |
-
#: gallery-plugin.php:
|
395 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
396 |
msgstr "ASC(ordine ascendente dal più basso al più alto - 1, 2, 3; a, b, c,)"
|
397 |
|
398 |
-
#: gallery-plugin.php:
|
399 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
400 |
msgstr "DESC(ordine discendente dal più alto al più basso - 3, 2, 1; c, b, a,)"
|
401 |
|
402 |
-
#: gallery-plugin.php:
|
403 |
msgid "Display text above the image"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: gallery-plugin.php:
|
407 |
msgid "If you want to display text just in a lightbox"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: gallery-plugin.php:
|
411 |
#, fuzzy
|
412 |
msgid "Display the Back link"
|
413 |
msgstr "Mostra lin di ritorno"
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
#, fuzzy
|
417 |
msgid "Display the Back link in the shortcode"
|
418 |
msgstr "Mostra il link di ritorno col codice"
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "The Back link text"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "The Back link URL"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "Gallery page (Page with Gallery Template)"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "(Full URL to custom page)"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "The Read More link text"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Save Changes"
|
442 |
msgstr "Salva cambiamenti"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
msgid "FAQ"
|
446 |
msgstr "FAQ "
|
447 |
|
448 |
-
#: gallery-plugin.php:
|
449 |
msgid "Support"
|
450 |
msgstr "Supporto"
|
451 |
|
452 |
-
#: gallery-plugin.php:
|
453 |
#: template/gallery-single-template.php:76
|
454 |
#, fuzzy
|
455 |
msgid "Sorry, nothing found."
|
456 |
msgstr "Spiacente - non è stato trovato nulla."
|
457 |
|
458 |
-
#: gallery-plugin.php:
|
459 |
#: template/gallery-single-template.php:101
|
460 |
msgid "Download high resolution image"
|
461 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
|
23 |
|
27 |
msgstr "Gallerie"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galleria"
|
33 |
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:959
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Conta immagini"
|
167 |
msgstr "Pubblico"
|
168 |
|
169 |
#: gallery-plugin.php:483
|
170 |
+
#: gallery-plugin.php:963
|
171 |
msgid "Date"
|
172 |
msgstr "Data"
|
173 |
|
174 |
+
#: gallery-plugin.php:652
|
175 |
+
#, fuzzy
|
176 |
+
msgid "Pro plugins"
|
177 |
+
msgstr "Plugin consigliati"
|
178 |
+
|
179 |
+
#: gallery-plugin.php:655
|
180 |
+
#: gallery-plugin.php:681
|
181 |
msgid "Activated plugins"
|
182 |
msgstr "Attivare plugin"
|
183 |
|
184 |
+
#: gallery-plugin.php:657
|
185 |
+
#: gallery-plugin.php:665
|
186 |
+
#: gallery-plugin.php:673
|
187 |
+
#: gallery-plugin.php:683
|
188 |
+
#: gallery-plugin.php:691
|
189 |
+
#: gallery-plugin.php:699
|
190 |
msgid "Read more"
|
191 |
msgstr "Leggi altro"
|
192 |
|
193 |
+
#: gallery-plugin.php:657
|
194 |
+
#: gallery-plugin.php:683
|
195 |
+
#: gallery-plugin.php:1028
|
196 |
+
#: gallery-plugin.php:1043
|
197 |
msgid "Settings"
|
198 |
msgstr "Impostazioni"
|
199 |
|
200 |
+
#: gallery-plugin.php:663
|
201 |
+
#: gallery-plugin.php:689
|
202 |
msgid "Installed plugins"
|
203 |
msgstr "Plugin installati"
|
204 |
|
205 |
+
#: gallery-plugin.php:671
|
206 |
+
#: gallery-plugin.php:697
|
207 |
msgid "Recommended plugins"
|
208 |
msgstr "Plugin consigliati"
|
209 |
|
210 |
+
#: gallery-plugin.php:673
|
211 |
+
msgid "Purchase"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: gallery-plugin.php:678
|
215 |
+
#, fuzzy
|
216 |
+
msgid "Free plugins"
|
217 |
+
msgstr "Plugin consigliati"
|
218 |
+
|
219 |
+
#: gallery-plugin.php:699
|
220 |
msgid "Download"
|
221 |
msgstr "Download"
|
222 |
|
223 |
+
#: gallery-plugin.php:699
|
224 |
#, php-format
|
225 |
msgid "Install %s"
|
226 |
msgstr "Installа %s"
|
227 |
|
228 |
+
#: gallery-plugin.php:699
|
229 |
msgid "Install now from wordpress.org"
|
230 |
msgstr "Installa ora da wordpress.org"
|
231 |
|
232 |
+
#: gallery-plugin.php:704
|
233 |
#, fuzzy
|
234 |
+
msgid "If you have any questions, please contact us via"
|
235 |
msgstr "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
|
236 |
|
237 |
+
#: gallery-plugin.php:739
|
238 |
#, fuzzy
|
239 |
msgid "See images »"
|
240 |
msgstr "Guarda foto »"
|
241 |
|
242 |
+
#: gallery-plugin.php:838
|
243 |
#, fuzzy
|
244 |
msgid "Settings are saved"
|
245 |
msgstr "Opzioni salvate."
|
246 |
|
247 |
+
#: gallery-plugin.php:852
|
248 |
#, fuzzy
|
249 |
msgid "Gallery Settings"
|
250 |
msgstr "Opzioni gallerie"
|
251 |
|
252 |
+
#: gallery-plugin.php:855
|
253 |
#, fuzzy
|
254 |
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:"
|
255 |
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"
|
256 |
|
257 |
+
#: gallery-plugin.php:859
|
258 |
#, fuzzy
|
259 |
msgid "Image size for the album cover"
|
260 |
msgstr "Размер для "
|
261 |
|
262 |
+
#: gallery-plugin.php:861
|
263 |
+
#: gallery-plugin.php:869
|
264 |
+
#: gallery-plugin.php:882
|
265 |
#, fuzzy
|
266 |
msgid "Image size"
|
267 |
msgstr "Image size name"
|
268 |
|
269 |
+
#: gallery-plugin.php:862
|
270 |
+
#: gallery-plugin.php:870
|
271 |
msgid "Width (in px)"
|
272 |
msgstr "Larghezza in px"
|
273 |
|
274 |
+
#: gallery-plugin.php:863
|
275 |
+
#: gallery-plugin.php:871
|
276 |
msgid "Height (in px)"
|
277 |
msgstr "Altezza in px"
|
278 |
|
279 |
+
#: gallery-plugin.php:867
|
280 |
#, fuzzy
|
281 |
msgid "Gallery image size"
|
282 |
msgstr "Gallerie"
|
283 |
|
284 |
+
#: gallery-plugin.php:875
|
285 |
#, fuzzy
|
286 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
287 |
msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
|
288 |
|
289 |
+
#: gallery-plugin.php:880
|
290 |
msgid "Gallery image size in the lightbox"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: gallery-plugin.php:883
|
294 |
#, fuzzy
|
295 |
msgid "Max width (in px)"
|
296 |
msgstr "Larghezza in px"
|
297 |
|
298 |
+
#: gallery-plugin.php:884
|
299 |
#, fuzzy
|
300 |
msgid "Max height (in px)"
|
301 |
msgstr "Altezza in px"
|
302 |
|
303 |
+
#: gallery-plugin.php:885
|
304 |
msgid "Display a full size image in the lightbox"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: gallery-plugin.php:889
|
308 |
msgid "Crop position"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: gallery-plugin.php:891
|
312 |
msgid "Horizontal"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: gallery-plugin.php:893
|
316 |
msgid "left"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: gallery-plugin.php:894
|
320 |
+
#: gallery-plugin.php:901
|
321 |
msgid "center"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: gallery-plugin.php:895
|
325 |
msgid "right"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: gallery-plugin.php:898
|
329 |
msgid "Vertical"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: gallery-plugin.php:900
|
333 |
msgid "top"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: gallery-plugin.php:902
|
337 |
msgid "bottom"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: gallery-plugin.php:907
|
341 |
msgid "Lightbox background"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: gallery-plugin.php:909
|
345 |
msgid "Default"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: gallery-plugin.php:910
|
349 |
msgid "Background transparency (from 0 to 1)"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: gallery-plugin.php:912
|
353 |
msgid "Select a background color"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: gallery-plugin.php:914
|
357 |
msgid "Background color"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: gallery-plugin.php:921
|
361 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: gallery-plugin.php:928
|
365 |
msgid "Images with border"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: gallery-plugin.php:931
|
369 |
msgid "Border width in px, just numbers"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: gallery-plugin.php:933
|
373 |
+
#: gallery-plugin.php:935
|
374 |
msgid "Select a border color"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: gallery-plugin.php:941
|
378 |
#, fuzzy
|
379 |
msgid "Number of images in the row"
|
380 |
msgstr "Conta immagini"
|
381 |
|
382 |
+
#: gallery-plugin.php:947
|
383 |
msgid "Start slideshow"
|
384 |
msgstr "Avvia presentazione"
|
385 |
|
386 |
+
#: gallery-plugin.php:953
|
387 |
msgid "Slideshow interval"
|
388 |
msgstr "Intervallo presentazione"
|
389 |
|
390 |
+
#: gallery-plugin.php:961
|
391 |
#, fuzzy
|
392 |
msgid "Attachment ID"
|
393 |
msgstr "Id di visualizzazione"
|
394 |
|
395 |
+
#: gallery-plugin.php:962
|
396 |
#, fuzzy
|
397 |
msgid "Image Name"
|
398 |
msgstr "Immagine"
|
399 |
|
400 |
+
#: gallery-plugin.php:964
|
401 |
#, fuzzy
|
402 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
403 |
msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
|
404 |
|
405 |
+
#: gallery-plugin.php:965
|
406 |
#, fuzzy
|
407 |
msgid "Random"
|
408 |
msgstr "Casuale"
|
409 |
|
410 |
+
#: gallery-plugin.php:969
|
411 |
#, fuzzy
|
412 |
msgid "Sort images"
|
413 |
msgstr "Conta immagini"
|
414 |
|
415 |
+
#: gallery-plugin.php:971
|
416 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
417 |
msgstr "ASC(ordine ascendente dal più basso al più alto - 1, 2, 3; a, b, c,)"
|
418 |
|
419 |
+
#: gallery-plugin.php:972
|
420 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
421 |
msgstr "DESC(ordine discendente dal più alto al più basso - 3, 2, 1; c, b, a,)"
|
422 |
|
423 |
+
#: gallery-plugin.php:976
|
424 |
msgid "Display text above the image"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: gallery-plugin.php:978
|
428 |
msgid "If you want to display text just in a lightbox"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: gallery-plugin.php:982
|
432 |
#, fuzzy
|
433 |
msgid "Display the Back link"
|
434 |
msgstr "Mostra lin di ritorno"
|
435 |
|
436 |
+
#: gallery-plugin.php:988
|
437 |
#, fuzzy
|
438 |
msgid "Display the Back link in the shortcode"
|
439 |
msgstr "Mostra il link di ritorno col codice"
|
440 |
|
441 |
+
#: gallery-plugin.php:994
|
442 |
msgid "The Back link text"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1000
|
446 |
msgid "The Back link URL"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1002
|
450 |
msgid "Gallery page (Page with Gallery Template)"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: gallery-plugin.php:1004
|
454 |
msgid "(Full URL to custom page)"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: gallery-plugin.php:1008
|
458 |
msgid "The Read More link text"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: gallery-plugin.php:1016
|
462 |
msgid "Save Changes"
|
463 |
msgstr "Salva cambiamenti"
|
464 |
|
465 |
+
#: gallery-plugin.php:1029
|
466 |
msgid "FAQ"
|
467 |
msgstr "FAQ "
|
468 |
|
469 |
+
#: gallery-plugin.php:1030
|
470 |
msgid "Support"
|
471 |
msgstr "Supporto"
|
472 |
|
473 |
+
#: gallery-plugin.php:1237
|
474 |
#: template/gallery-single-template.php:76
|
475 |
#, fuzzy
|
476 |
msgid "Sorry, nothing found."
|
477 |
msgstr "Spiacente - non è stato trovato nulla."
|
478 |
|
479 |
+
#: gallery-plugin.php:1259
|
480 |
#: template/gallery-single-template.php:101
|
481 |
msgid "Download high resolution image"
|
482 |
msgstr ""
|
languages/gallery-ka_GE.mo
CHANGED
Binary file
|
languages/gallery-ka_GE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "გალერეა"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "გალერეა"
|
33 |
|
@@ -97,7 +97,7 @@ msgid "Please make a choice"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
-
#: gallery-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "სურათების რაოდენობა მწკრივში"
|
@@ -166,288 +166,309 @@ msgid "Publishing"
|
|
166 |
msgstr "საჯარო"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Date"
|
171 |
msgstr "თარიღი"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "გააქტიურებული დანამატები:"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
-
#: gallery-plugin.php:
|
179 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
180 |
msgid "Read more"
|
181 |
msgstr "სრულად ნახვა"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
|
|
186 |
msgid "Settings"
|
187 |
msgstr "პარამეტრები"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
|
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "დაყენებული დანამატები"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
|
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "რეკომენდირებული დანამატები"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
msgid "Download"
|
199 |
msgstr "გადმოტვირთვა"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "დაყენებულია %s"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "დააყენეთ wordpress.org-იდან"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
#, fuzzy
|
212 |
-
msgid "If you have any questions, please
|
213 |
msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "See images »"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
#, fuzzy
|
221 |
msgid "Settings are saved"
|
222 |
msgstr "პარამეტრები შენახულია"
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
#, fuzzy
|
226 |
msgid "Gallery Settings"
|
227 |
msgstr "გალერეის პარამეტრები"
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
#, fuzzy
|
235 |
msgid "Image size for the album cover"
|
236 |
msgstr "Размер для "
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "Image size"
|
243 |
msgstr "ზომის სახელი"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "სიგანე(პიქსელებში)"
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "სიმაღლე(პიქსელებში)"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
#, fuzzy
|
257 |
msgid "Gallery image size"
|
258 |
msgstr "გალერეა"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
#, fuzzy
|
262 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
#, fuzzy
|
271 |
msgid "Max width (in px)"
|
272 |
msgstr "სიგანე(პიქსელებში)"
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
#, fuzzy
|
276 |
msgid "Max height (in px)"
|
277 |
msgstr "სიმაღლე(პიქსელებში)"
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: gallery-plugin.php:
|
284 |
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "left"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "center"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Lightbox background"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Default"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Background transparency (from 0 to 1)"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Background color"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Images with border"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Border width in px, just numbers"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Select a border color"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
#, fuzzy
|
355 |
msgid "Number of images in the row"
|
356 |
msgstr "სურათების რაოდენობა მწკრივში"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "Start slideshow"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Slideshow interval"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
msgid "Attachment ID"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
#, fuzzy
|
372 |
msgid "Image Name"
|
373 |
msgstr "ზომის სახელი"
|
374 |
|
375 |
-
#: gallery-plugin.php:
|
376 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "Random"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
#, fuzzy
|
385 |
msgid "Sort images"
|
386 |
msgstr "სურათების რაოდენობა მწკრივში"
|
387 |
|
388 |
-
#: gallery-plugin.php:
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: gallery-plugin.php:
|
393 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Save Changes"
|
434 |
msgstr "ცვლილებების შენახვა"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ"
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Support"
|
442 |
msgstr "Support"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
#: template/gallery-single-template.php:76
|
446 |
#, fuzzy
|
447 |
msgid "Sorry, nothing found."
|
448 |
msgstr "მაპატიეთ - არაფერია ნაპოვნი."
|
449 |
|
450 |
-
#: gallery-plugin.php:
|
451 |
#: template/gallery-single-template.php:101
|
452 |
msgid "Download high resolution image"
|
453 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
27 |
msgstr "გალერეა"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "გალერეა"
|
33 |
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:959
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "სურათების რაოდენობა მწკრივში"
|
166 |
msgstr "საჯარო"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
+
#: gallery-plugin.php:963
|
170 |
msgid "Date"
|
171 |
msgstr "თარიღი"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Pro plugins"
|
176 |
+
msgstr "რეკომენდირებული დანამატები"
|
177 |
+
|
178 |
+
#: gallery-plugin.php:655
|
179 |
+
#: gallery-plugin.php:681
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "გააქტიურებული დანამატები:"
|
182 |
|
183 |
+
#: gallery-plugin.php:657
|
184 |
+
#: gallery-plugin.php:665
|
185 |
+
#: gallery-plugin.php:673
|
186 |
+
#: gallery-plugin.php:683
|
187 |
+
#: gallery-plugin.php:691
|
188 |
+
#: gallery-plugin.php:699
|
189 |
msgid "Read more"
|
190 |
msgstr "სრულად ნახვა"
|
191 |
|
192 |
+
#: gallery-plugin.php:657
|
193 |
+
#: gallery-plugin.php:683
|
194 |
+
#: gallery-plugin.php:1028
|
195 |
+
#: gallery-plugin.php:1043
|
196 |
msgid "Settings"
|
197 |
msgstr "პარამეტრები"
|
198 |
|
199 |
+
#: gallery-plugin.php:663
|
200 |
+
#: gallery-plugin.php:689
|
201 |
msgid "Installed plugins"
|
202 |
msgstr "დაყენებული დანამატები"
|
203 |
|
204 |
+
#: gallery-plugin.php:671
|
205 |
+
#: gallery-plugin.php:697
|
206 |
msgid "Recommended plugins"
|
207 |
msgstr "რეკომენდირებული დანამატები"
|
208 |
|
209 |
+
#: gallery-plugin.php:673
|
210 |
+
msgid "Purchase"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: gallery-plugin.php:678
|
214 |
+
#, fuzzy
|
215 |
+
msgid "Free plugins"
|
216 |
+
msgstr "რეკომენდირებული დანამატები"
|
217 |
+
|
218 |
+
#: gallery-plugin.php:699
|
219 |
msgid "Download"
|
220 |
msgstr "გადმოტვირთვა"
|
221 |
|
222 |
+
#: gallery-plugin.php:699
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "დაყენებულია %s"
|
226 |
|
227 |
+
#: gallery-plugin.php:699
|
228 |
msgid "Install now from wordpress.org"
|
229 |
msgstr "დააყენეთ wordpress.org-იდან"
|
230 |
|
231 |
+
#: gallery-plugin.php:704
|
232 |
#, fuzzy
|
233 |
+
msgid "If you have any questions, please contact us via"
|
234 |
msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
235 |
|
236 |
+
#: gallery-plugin.php:739
|
237 |
msgid "See images »"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: gallery-plugin.php:838
|
241 |
#, fuzzy
|
242 |
msgid "Settings are saved"
|
243 |
msgstr "პარამეტრები შენახულია"
|
244 |
|
245 |
+
#: gallery-plugin.php:852
|
246 |
#, fuzzy
|
247 |
msgid "Gallery Settings"
|
248 |
msgstr "გალერეის პარამეტრები"
|
249 |
|
250 |
+
#: gallery-plugin.php:855
|
251 |
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:"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: gallery-plugin.php:859
|
255 |
#, fuzzy
|
256 |
msgid "Image size for the album cover"
|
257 |
msgstr "Размер для "
|
258 |
|
259 |
+
#: gallery-plugin.php:861
|
260 |
+
#: gallery-plugin.php:869
|
261 |
+
#: gallery-plugin.php:882
|
262 |
#, fuzzy
|
263 |
msgid "Image size"
|
264 |
msgstr "ზომის სახელი"
|
265 |
|
266 |
+
#: gallery-plugin.php:862
|
267 |
+
#: gallery-plugin.php:870
|
268 |
msgid "Width (in px)"
|
269 |
msgstr "სიგანე(პიქსელებში)"
|
270 |
|
271 |
+
#: gallery-plugin.php:863
|
272 |
+
#: gallery-plugin.php:871
|
273 |
msgid "Height (in px)"
|
274 |
msgstr "სიმაღლე(პიქსელებში)"
|
275 |
|
276 |
+
#: gallery-plugin.php:867
|
277 |
#, fuzzy
|
278 |
msgid "Gallery image size"
|
279 |
msgstr "გალერეა"
|
280 |
|
281 |
+
#: gallery-plugin.php:875
|
282 |
#, fuzzy
|
283 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
284 |
msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
|
285 |
|
286 |
+
#: gallery-plugin.php:880
|
287 |
msgid "Gallery image size in the lightbox"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: gallery-plugin.php:883
|
291 |
#, fuzzy
|
292 |
msgid "Max width (in px)"
|
293 |
msgstr "სიგანე(პიქსელებში)"
|
294 |
|
295 |
+
#: gallery-plugin.php:884
|
296 |
#, fuzzy
|
297 |
msgid "Max height (in px)"
|
298 |
msgstr "სიმაღლე(პიქსელებში)"
|
299 |
|
300 |
+
#: gallery-plugin.php:885
|
301 |
msgid "Display a full size image in the lightbox"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: gallery-plugin.php:889
|
305 |
msgid "Crop position"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:891
|
309 |
msgid "Horizontal"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:893
|
313 |
msgid "left"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:894
|
317 |
+
#: gallery-plugin.php:901
|
318 |
msgid "center"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:895
|
322 |
msgid "right"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: gallery-plugin.php:898
|
326 |
msgid "Vertical"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: gallery-plugin.php:900
|
330 |
msgid "top"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: gallery-plugin.php:902
|
334 |
msgid "bottom"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: gallery-plugin.php:907
|
338 |
msgid "Lightbox background"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:909
|
342 |
msgid "Default"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: gallery-plugin.php:910
|
346 |
msgid "Background transparency (from 0 to 1)"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: gallery-plugin.php:912
|
350 |
msgid "Select a background color"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: gallery-plugin.php:914
|
354 |
msgid "Background color"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: gallery-plugin.php:921
|
358 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: gallery-plugin.php:928
|
362 |
msgid "Images with border"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: gallery-plugin.php:931
|
366 |
msgid "Border width in px, just numbers"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: gallery-plugin.php:933
|
370 |
+
#: gallery-plugin.php:935
|
371 |
msgid "Select a border color"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: gallery-plugin.php:941
|
375 |
#, fuzzy
|
376 |
msgid "Number of images in the row"
|
377 |
msgstr "სურათების რაოდენობა მწკრივში"
|
378 |
|
379 |
+
#: gallery-plugin.php:947
|
380 |
msgid "Start slideshow"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: gallery-plugin.php:953
|
384 |
msgid "Slideshow interval"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: gallery-plugin.php:961
|
388 |
msgid "Attachment ID"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: gallery-plugin.php:962
|
392 |
#, fuzzy
|
393 |
msgid "Image Name"
|
394 |
msgstr "ზომის სახელი"
|
395 |
|
396 |
+
#: gallery-plugin.php:964
|
397 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:965
|
401 |
msgid "Random"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:969
|
405 |
#, fuzzy
|
406 |
msgid "Sort images"
|
407 |
msgstr "სურათების რაოდენობა მწკრივში"
|
408 |
|
409 |
+
#: gallery-plugin.php:971
|
410 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:972
|
414 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:976
|
418 |
msgid "Display text above the image"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:978
|
422 |
msgid "If you want to display text just in a lightbox"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:982
|
426 |
msgid "Display the Back link"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:988
|
430 |
msgid "Display the Back link in the shortcode"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:994
|
434 |
msgid "The Back link text"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: gallery-plugin.php:1000
|
438 |
msgid "The Back link URL"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: gallery-plugin.php:1002
|
442 |
msgid "Gallery page (Page with Gallery Template)"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1004
|
446 |
msgid "(Full URL to custom page)"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1008
|
450 |
msgid "The Read More link text"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: gallery-plugin.php:1016
|
454 |
msgid "Save Changes"
|
455 |
msgstr "ცვლილებების შენახვა"
|
456 |
|
457 |
+
#: gallery-plugin.php:1029
|
458 |
msgid "FAQ"
|
459 |
msgstr "FAQ"
|
460 |
|
461 |
+
#: gallery-plugin.php:1030
|
462 |
msgid "Support"
|
463 |
msgstr "Support"
|
464 |
|
465 |
+
#: gallery-plugin.php:1237
|
466 |
#: template/gallery-single-template.php:76
|
467 |
#, fuzzy
|
468 |
msgid "Sorry, nothing found."
|
469 |
msgstr "მაპატიეთ - არაფერია ნაპოვნი."
|
470 |
|
471 |
+
#: gallery-plugin.php:1259
|
472 |
#: template/gallery-single-template.php:101
|
473 |
msgid "Download high resolution image"
|
474 |
msgstr ""
|
languages/gallery-lt_LT.mo
CHANGED
Binary file
|
languages/gallery-lt_LT.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Galerijos"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerija"
|
33 |
|
@@ -97,7 +97,7 @@ msgid "Please make a choice"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
-
#: gallery-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Paveikslėlių eilėje kiekis"
|
@@ -167,295 +167,316 @@ msgid "Publishing"
|
|
167 |
msgstr "Vieša"
|
168 |
|
169 |
#: gallery-plugin.php:483
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Date"
|
172 |
msgstr "Data"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
msgid "Activated plugins"
|
176 |
msgstr "Įjungti įskiepiai"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
-
#: gallery-plugin.php:
|
180 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
181 |
msgid "Read more"
|
182 |
msgstr "Skaityti daugiau"
|
183 |
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
186 |
-
#: gallery-plugin.php:
|
|
|
187 |
msgid "Settings"
|
188 |
msgstr "Nustatymai"
|
189 |
|
190 |
-
#: gallery-plugin.php:
|
|
|
191 |
msgid "Installed plugins"
|
192 |
msgstr "Įdiegti įskiepiai"
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
|
|
195 |
msgid "Recommended plugins"
|
196 |
msgstr "Rekomenduojami įskiepiai"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
msgid "Download"
|
200 |
msgstr "Atsisiųsti"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
#, php-format
|
204 |
msgid "Install %s"
|
205 |
msgstr "Įdiegti %s"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "Install now from wordpress.org"
|
209 |
msgstr "Įdiegti tiesiai iš wordpress.org"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
#, fuzzy
|
213 |
-
msgid "If you have any questions, please
|
214 |
msgstr "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, arba užpildykite susisiekimo formą mūsų tinklalapyje"
|
215 |
|
216 |
-
#: gallery-plugin.php:
|
217 |
#, fuzzy
|
218 |
msgid "See images »"
|
219 |
msgstr "Peržiūrėti nuotrauką »"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
#, fuzzy
|
223 |
msgid "Settings are saved"
|
224 |
msgstr "Pasirinktys išsaugotos."
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
#, fuzzy
|
228 |
msgid "Gallery Settings"
|
229 |
msgstr "Galerijų pasirinktys"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
#, fuzzy
|
233 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
234 |
msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
#, fuzzy
|
238 |
msgid "Image size for the album cover"
|
239 |
msgstr "Размер для "
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
242 |
-
#: gallery-plugin.php:
|
243 |
-
#: gallery-plugin.php:
|
244 |
#, fuzzy
|
245 |
msgid "Image size"
|
246 |
msgstr "Paveikslėlio matmenų klasės vardas"
|
247 |
|
248 |
-
#: gallery-plugin.php:
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Width (in px)"
|
251 |
msgstr "Plotis (pikseliais)"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
#: gallery-plugin.php:
|
255 |
msgid "Height (in px)"
|
256 |
msgstr "Aukštis (pikseliais)"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
#, fuzzy
|
260 |
msgid "Gallery image size"
|
261 |
msgstr "Galerijos"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
#, fuzzy
|
265 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
266 |
msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
msgid "Gallery image size in the lightbox"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
#, fuzzy
|
274 |
msgid "Max width (in px)"
|
275 |
msgstr "Plotis (pikseliais)"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
#, fuzzy
|
279 |
msgid "Max height (in px)"
|
280 |
msgstr "Aukštis (pikseliais)"
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
msgid "Display a full size image in the lightbox"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Crop position"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Horizontal"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "left"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
-
#: gallery-plugin.php:
|
300 |
msgid "center"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "right"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
msgid "Vertical"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
312 |
msgid "top"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "bottom"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: gallery-plugin.php:
|
320 |
msgid "Lightbox background"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: gallery-plugin.php:
|
324 |
msgid "Default"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: gallery-plugin.php:
|
328 |
msgid "Background transparency (from 0 to 1)"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: gallery-plugin.php:
|
332 |
msgid "Select a background color"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
msgid "Background color"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "Images with border"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
msgid "Border width in px, just numbers"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: gallery-plugin.php:
|
352 |
-
#: gallery-plugin.php:
|
353 |
msgid "Select a border color"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: gallery-plugin.php:
|
357 |
#, fuzzy
|
358 |
msgid "Number of images in the row"
|
359 |
msgstr "Paveikslėlių eilėje kiekis"
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid "Start slideshow"
|
363 |
msgstr "Pradėti demonstraciją"
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
msgid "Slideshow interval"
|
367 |
msgstr "Demonstracijos trukmė"
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
#, fuzzy
|
371 |
msgid "Attachment ID"
|
372 |
msgstr "prisegtuko ID"
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
#, fuzzy
|
376 |
msgid "Image Name"
|
377 |
msgstr "Paveikslėlis"
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
#, fuzzy
|
381 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
382 |
msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "Random"
|
387 |
msgstr "atsitiktine tvarka"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
#, fuzzy
|
391 |
msgid "Sort images"
|
392 |
msgstr "Paveikslėlių eilėje kiekis"
|
393 |
|
394 |
-
#: gallery-plugin.php:
|
395 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
396 |
msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
|
397 |
|
398 |
-
#: gallery-plugin.php:
|
399 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
400 |
msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
|
401 |
|
402 |
-
#: gallery-plugin.php:
|
403 |
msgid "Display text above the image"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: gallery-plugin.php:
|
407 |
msgid "If you want to display text just in a lightbox"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: gallery-plugin.php:
|
411 |
#, fuzzy
|
412 |
msgid "Display the Back link"
|
413 |
msgstr "Rodyti Sugrįžimo nuorodą"
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
#, fuzzy
|
417 |
msgid "Display the Back link in the shortcode"
|
418 |
msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "The Back link text"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "The Back link URL"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "Gallery page (Page with Gallery Template)"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "(Full URL to custom page)"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "The Read More link text"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Save Changes"
|
442 |
msgstr "Išsaugoti pakeitimus"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
msgid "FAQ"
|
446 |
msgstr "D. U. K."
|
447 |
|
448 |
-
#: gallery-plugin.php:
|
449 |
msgid "Support"
|
450 |
msgstr "Palaikymas"
|
451 |
|
452 |
-
#: gallery-plugin.php:
|
453 |
#: template/gallery-single-template.php:76
|
454 |
#, fuzzy
|
455 |
msgid "Sorry, nothing found."
|
456 |
msgstr "Deja, nieko nerasta."
|
457 |
|
458 |
-
#: gallery-plugin.php:
|
459 |
#: template/gallery-single-template.php:101
|
460 |
msgid "Download high resolution image"
|
461 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
|
23 |
|
27 |
msgstr "Galerijos"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerija"
|
33 |
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:959
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Paveikslėlių eilėje kiekis"
|
167 |
msgstr "Vieša"
|
168 |
|
169 |
#: gallery-plugin.php:483
|
170 |
+
#: gallery-plugin.php:963
|
171 |
msgid "Date"
|
172 |
msgstr "Data"
|
173 |
|
174 |
+
#: gallery-plugin.php:652
|
175 |
+
#, fuzzy
|
176 |
+
msgid "Pro plugins"
|
177 |
+
msgstr "Rekomenduojami įskiepiai"
|
178 |
+
|
179 |
+
#: gallery-plugin.php:655
|
180 |
+
#: gallery-plugin.php:681
|
181 |
msgid "Activated plugins"
|
182 |
msgstr "Įjungti įskiepiai"
|
183 |
|
184 |
+
#: gallery-plugin.php:657
|
185 |
+
#: gallery-plugin.php:665
|
186 |
+
#: gallery-plugin.php:673
|
187 |
+
#: gallery-plugin.php:683
|
188 |
+
#: gallery-plugin.php:691
|
189 |
+
#: gallery-plugin.php:699
|
190 |
msgid "Read more"
|
191 |
msgstr "Skaityti daugiau"
|
192 |
|
193 |
+
#: gallery-plugin.php:657
|
194 |
+
#: gallery-plugin.php:683
|
195 |
+
#: gallery-plugin.php:1028
|
196 |
+
#: gallery-plugin.php:1043
|
197 |
msgid "Settings"
|
198 |
msgstr "Nustatymai"
|
199 |
|
200 |
+
#: gallery-plugin.php:663
|
201 |
+
#: gallery-plugin.php:689
|
202 |
msgid "Installed plugins"
|
203 |
msgstr "Įdiegti įskiepiai"
|
204 |
|
205 |
+
#: gallery-plugin.php:671
|
206 |
+
#: gallery-plugin.php:697
|
207 |
msgid "Recommended plugins"
|
208 |
msgstr "Rekomenduojami įskiepiai"
|
209 |
|
210 |
+
#: gallery-plugin.php:673
|
211 |
+
msgid "Purchase"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: gallery-plugin.php:678
|
215 |
+
#, fuzzy
|
216 |
+
msgid "Free plugins"
|
217 |
+
msgstr "Rekomenduojami įskiepiai"
|
218 |
+
|
219 |
+
#: gallery-plugin.php:699
|
220 |
msgid "Download"
|
221 |
msgstr "Atsisiųsti"
|
222 |
|
223 |
+
#: gallery-plugin.php:699
|
224 |
#, php-format
|
225 |
msgid "Install %s"
|
226 |
msgstr "Įdiegti %s"
|
227 |
|
228 |
+
#: gallery-plugin.php:699
|
229 |
msgid "Install now from wordpress.org"
|
230 |
msgstr "Įdiegti tiesiai iš wordpress.org"
|
231 |
|
232 |
+
#: gallery-plugin.php:704
|
233 |
#, fuzzy
|
234 |
+
msgid "If you have any questions, please contact us via"
|
235 |
msgstr "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, arba užpildykite susisiekimo formą mūsų tinklalapyje"
|
236 |
|
237 |
+
#: gallery-plugin.php:739
|
238 |
#, fuzzy
|
239 |
msgid "See images »"
|
240 |
msgstr "Peržiūrėti nuotrauką »"
|
241 |
|
242 |
+
#: gallery-plugin.php:838
|
243 |
#, fuzzy
|
244 |
msgid "Settings are saved"
|
245 |
msgstr "Pasirinktys išsaugotos."
|
246 |
|
247 |
+
#: gallery-plugin.php:852
|
248 |
#, fuzzy
|
249 |
msgid "Gallery Settings"
|
250 |
msgstr "Galerijų pasirinktys"
|
251 |
|
252 |
+
#: gallery-plugin.php:855
|
253 |
#, fuzzy
|
254 |
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:"
|
255 |
msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
|
256 |
|
257 |
+
#: gallery-plugin.php:859
|
258 |
#, fuzzy
|
259 |
msgid "Image size for the album cover"
|
260 |
msgstr "Размер для "
|
261 |
|
262 |
+
#: gallery-plugin.php:861
|
263 |
+
#: gallery-plugin.php:869
|
264 |
+
#: gallery-plugin.php:882
|
265 |
#, fuzzy
|
266 |
msgid "Image size"
|
267 |
msgstr "Paveikslėlio matmenų klasės vardas"
|
268 |
|
269 |
+
#: gallery-plugin.php:862
|
270 |
+
#: gallery-plugin.php:870
|
271 |
msgid "Width (in px)"
|
272 |
msgstr "Plotis (pikseliais)"
|
273 |
|
274 |
+
#: gallery-plugin.php:863
|
275 |
+
#: gallery-plugin.php:871
|
276 |
msgid "Height (in px)"
|
277 |
msgstr "Aukštis (pikseliais)"
|
278 |
|
279 |
+
#: gallery-plugin.php:867
|
280 |
#, fuzzy
|
281 |
msgid "Gallery image size"
|
282 |
msgstr "Galerijos"
|
283 |
|
284 |
+
#: gallery-plugin.php:875
|
285 |
#, fuzzy
|
286 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
287 |
msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
|
288 |
|
289 |
+
#: gallery-plugin.php:880
|
290 |
msgid "Gallery image size in the lightbox"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: gallery-plugin.php:883
|
294 |
#, fuzzy
|
295 |
msgid "Max width (in px)"
|
296 |
msgstr "Plotis (pikseliais)"
|
297 |
|
298 |
+
#: gallery-plugin.php:884
|
299 |
#, fuzzy
|
300 |
msgid "Max height (in px)"
|
301 |
msgstr "Aukštis (pikseliais)"
|
302 |
|
303 |
+
#: gallery-plugin.php:885
|
304 |
msgid "Display a full size image in the lightbox"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: gallery-plugin.php:889
|
308 |
msgid "Crop position"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: gallery-plugin.php:891
|
312 |
msgid "Horizontal"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: gallery-plugin.php:893
|
316 |
msgid "left"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: gallery-plugin.php:894
|
320 |
+
#: gallery-plugin.php:901
|
321 |
msgid "center"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: gallery-plugin.php:895
|
325 |
msgid "right"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: gallery-plugin.php:898
|
329 |
msgid "Vertical"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: gallery-plugin.php:900
|
333 |
msgid "top"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: gallery-plugin.php:902
|
337 |
msgid "bottom"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: gallery-plugin.php:907
|
341 |
msgid "Lightbox background"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: gallery-plugin.php:909
|
345 |
msgid "Default"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: gallery-plugin.php:910
|
349 |
msgid "Background transparency (from 0 to 1)"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: gallery-plugin.php:912
|
353 |
msgid "Select a background color"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: gallery-plugin.php:914
|
357 |
msgid "Background color"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: gallery-plugin.php:921
|
361 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: gallery-plugin.php:928
|
365 |
msgid "Images with border"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: gallery-plugin.php:931
|
369 |
msgid "Border width in px, just numbers"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: gallery-plugin.php:933
|
373 |
+
#: gallery-plugin.php:935
|
374 |
msgid "Select a border color"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: gallery-plugin.php:941
|
378 |
#, fuzzy
|
379 |
msgid "Number of images in the row"
|
380 |
msgstr "Paveikslėlių eilėje kiekis"
|
381 |
|
382 |
+
#: gallery-plugin.php:947
|
383 |
msgid "Start slideshow"
|
384 |
msgstr "Pradėti demonstraciją"
|
385 |
|
386 |
+
#: gallery-plugin.php:953
|
387 |
msgid "Slideshow interval"
|
388 |
msgstr "Demonstracijos trukmė"
|
389 |
|
390 |
+
#: gallery-plugin.php:961
|
391 |
#, fuzzy
|
392 |
msgid "Attachment ID"
|
393 |
msgstr "prisegtuko ID"
|
394 |
|
395 |
+
#: gallery-plugin.php:962
|
396 |
#, fuzzy
|
397 |
msgid "Image Name"
|
398 |
msgstr "Paveikslėlis"
|
399 |
|
400 |
+
#: gallery-plugin.php:964
|
401 |
#, fuzzy
|
402 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
403 |
msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
|
404 |
|
405 |
+
#: gallery-plugin.php:965
|
406 |
#, fuzzy
|
407 |
msgid "Random"
|
408 |
msgstr "atsitiktine tvarka"
|
409 |
|
410 |
+
#: gallery-plugin.php:969
|
411 |
#, fuzzy
|
412 |
msgid "Sort images"
|
413 |
msgstr "Paveikslėlių eilėje kiekis"
|
414 |
|
415 |
+
#: gallery-plugin.php:971
|
416 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
417 |
msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
|
418 |
|
419 |
+
#: gallery-plugin.php:972
|
420 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
421 |
msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
|
422 |
|
423 |
+
#: gallery-plugin.php:976
|
424 |
msgid "Display text above the image"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: gallery-plugin.php:978
|
428 |
msgid "If you want to display text just in a lightbox"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: gallery-plugin.php:982
|
432 |
#, fuzzy
|
433 |
msgid "Display the Back link"
|
434 |
msgstr "Rodyti Sugrįžimo nuorodą"
|
435 |
|
436 |
+
#: gallery-plugin.php:988
|
437 |
#, fuzzy
|
438 |
msgid "Display the Back link in the shortcode"
|
439 |
msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
|
440 |
|
441 |
+
#: gallery-plugin.php:994
|
442 |
msgid "The Back link text"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1000
|
446 |
msgid "The Back link URL"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1002
|
450 |
msgid "Gallery page (Page with Gallery Template)"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: gallery-plugin.php:1004
|
454 |
msgid "(Full URL to custom page)"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: gallery-plugin.php:1008
|
458 |
msgid "The Read More link text"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: gallery-plugin.php:1016
|
462 |
msgid "Save Changes"
|
463 |
msgstr "Išsaugoti pakeitimus"
|
464 |
|
465 |
+
#: gallery-plugin.php:1029
|
466 |
msgid "FAQ"
|
467 |
msgstr "D. U. K."
|
468 |
|
469 |
+
#: gallery-plugin.php:1030
|
470 |
msgid "Support"
|
471 |
msgstr "Palaikymas"
|
472 |
|
473 |
+
#: gallery-plugin.php:1237
|
474 |
#: template/gallery-single-template.php:76
|
475 |
#, fuzzy
|
476 |
msgid "Sorry, nothing found."
|
477 |
msgstr "Deja, nieko nerasta."
|
478 |
|
479 |
+
#: gallery-plugin.php:1259
|
480 |
#: template/gallery-single-template.php:101
|
481 |
msgid "Download high resolution image"
|
482 |
msgstr ""
|
languages/gallery-nl_NL.mo
CHANGED
Binary file
|
languages/gallery-nl_NL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
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 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Fotoalbum's"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Fotoalbum"
|
33 |
|
@@ -97,7 +97,7 @@ msgid "Please make a choice"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
-
#: gallery-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Aantal afbeeldingen op een rij"
|
@@ -166,289 +166,310 @@ msgid "Publishing"
|
|
166 |
msgstr "Gepubliceerd"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Date"
|
171 |
msgstr "Datum"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "Geactiveerde plugins"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
-
#: gallery-plugin.php:
|
179 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
180 |
msgid "Read more"
|
181 |
msgstr "Lees verder"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
|
|
186 |
msgid "Settings"
|
187 |
msgstr "Instellingen"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
|
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "Geinstalleerde plugins"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
|
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "Aanbevolen plugins"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
msgid "Download"
|
199 |
msgstr "Download"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "Install %s"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "Installeer nu vanaf wordpress.org"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
#, fuzzy
|
212 |
-
msgid "If you have any questions, please
|
213 |
msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
#, fuzzy
|
217 |
msgid "See images »"
|
218 |
msgstr "Bekijk foto »"
|
219 |
|
220 |
-
#: gallery-plugin.php:
|
221 |
#, fuzzy
|
222 |
msgid "Settings are saved"
|
223 |
msgstr "Opties opgeslagen"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
#, fuzzy
|
227 |
msgid "Gallery Settings"
|
228 |
msgstr "Fotoalbum opties"
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
#, fuzzy
|
236 |
msgid "Image size for the album cover"
|
237 |
msgstr "De afmetingen voor de cover van het album"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
-
#: gallery-plugin.php:
|
242 |
#, fuzzy
|
243 |
msgid "Image size"
|
244 |
msgstr "Afbeelding grootte"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Width (in px)"
|
249 |
msgstr "Breedte (in px)"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Height (in px)"
|
254 |
msgstr "Hoogte (in px)"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
#, fuzzy
|
258 |
msgid "Gallery image size"
|
259 |
msgstr "Fotoalbum's"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
#, fuzzy
|
263 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
264 |
msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
msgid "Gallery image size in the lightbox"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
#, fuzzy
|
272 |
msgid "Max width (in px)"
|
273 |
msgstr "Breedte (in px)"
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
#, fuzzy
|
277 |
msgid "Max height (in px)"
|
278 |
msgstr "Hoogte (in px)"
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Display a full size image in the lightbox"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "Crop position"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "Horizontal"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "left"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "center"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "right"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Vertical"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "top"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "bottom"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Lightbox background"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Default"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Background transparency (from 0 to 1)"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Select a background color"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "Background color"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "Images with border"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "Border width in px, just numbers"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid "Select a border color"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
#, fuzzy
|
356 |
msgid "Number of images in the row"
|
357 |
msgstr "Aantal afbeeldingen op een rij"
|
358 |
|
359 |
-
#: gallery-plugin.php:
|
360 |
msgid "Start slideshow"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: gallery-plugin.php:
|
364 |
msgid "Slideshow interval"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: gallery-plugin.php:
|
368 |
msgid "Attachment ID"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: gallery-plugin.php:
|
372 |
#, fuzzy
|
373 |
msgid "Image Name"
|
374 |
msgstr "Afbeelding grootte"
|
375 |
|
376 |
-
#: gallery-plugin.php:
|
377 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: gallery-plugin.php:
|
381 |
msgid "Random"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "Sort images"
|
387 |
msgstr "Aantal afbeeldingen op een rij"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: gallery-plugin.php:
|
394 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
msgid "Display text above the image"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: gallery-plugin.php:
|
402 |
msgid "If you want to display text just in a lightbox"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: gallery-plugin.php:
|
406 |
msgid "Display the Back link"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: gallery-plugin.php:
|
410 |
msgid "Display the Back link in the shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: gallery-plugin.php:
|
414 |
msgid "The Back link text"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: gallery-plugin.php:
|
418 |
msgid "The Back link URL"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: gallery-plugin.php:
|
422 |
msgid "Gallery page (Page with Gallery Template)"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: gallery-plugin.php:
|
426 |
msgid "(Full URL to custom page)"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: gallery-plugin.php:
|
430 |
msgid "The Read More link text"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "Save Changes"
|
435 |
msgstr "Bewaar veranderingen"
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "FAQ"
|
439 |
msgstr "FAQ"
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "Support"
|
443 |
msgstr "Support"
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
#: template/gallery-single-template.php:76
|
447 |
#, fuzzy
|
448 |
msgid "Sorry, nothing found."
|
449 |
msgstr "Helaas - niets gevonden"
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
#: template/gallery-single-template.php:101
|
453 |
msgid "Download high resolution image"
|
454 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
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 |
|
27 |
msgstr "Fotoalbum's"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Fotoalbum"
|
33 |
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:959
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Aantal afbeeldingen op een rij"
|
166 |
msgstr "Gepubliceerd"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
+
#: gallery-plugin.php:963
|
170 |
msgid "Date"
|
171 |
msgstr "Datum"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Pro plugins"
|
176 |
+
msgstr "Aanbevolen plugins"
|
177 |
+
|
178 |
+
#: gallery-plugin.php:655
|
179 |
+
#: gallery-plugin.php:681
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "Geactiveerde plugins"
|
182 |
|
183 |
+
#: gallery-plugin.php:657
|
184 |
+
#: gallery-plugin.php:665
|
185 |
+
#: gallery-plugin.php:673
|
186 |
+
#: gallery-plugin.php:683
|
187 |
+
#: gallery-plugin.php:691
|
188 |
+
#: gallery-plugin.php:699
|
189 |
msgid "Read more"
|
190 |
msgstr "Lees verder"
|
191 |
|
192 |
+
#: gallery-plugin.php:657
|
193 |
+
#: gallery-plugin.php:683
|
194 |
+
#: gallery-plugin.php:1028
|
195 |
+
#: gallery-plugin.php:1043
|
196 |
msgid "Settings"
|
197 |
msgstr "Instellingen"
|
198 |
|
199 |
+
#: gallery-plugin.php:663
|
200 |
+
#: gallery-plugin.php:689
|
201 |
msgid "Installed plugins"
|
202 |
msgstr "Geinstalleerde plugins"
|
203 |
|
204 |
+
#: gallery-plugin.php:671
|
205 |
+
#: gallery-plugin.php:697
|
206 |
msgid "Recommended plugins"
|
207 |
msgstr "Aanbevolen plugins"
|
208 |
|
209 |
+
#: gallery-plugin.php:673
|
210 |
+
msgid "Purchase"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: gallery-plugin.php:678
|
214 |
+
#, fuzzy
|
215 |
+
msgid "Free plugins"
|
216 |
+
msgstr "Aanbevolen plugins"
|
217 |
+
|
218 |
+
#: gallery-plugin.php:699
|
219 |
msgid "Download"
|
220 |
msgstr "Download"
|
221 |
|
222 |
+
#: gallery-plugin.php:699
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "Install %s"
|
226 |
|
227 |
+
#: gallery-plugin.php:699
|
228 |
msgid "Install now from wordpress.org"
|
229 |
msgstr "Installeer nu vanaf wordpress.org"
|
230 |
|
231 |
+
#: gallery-plugin.php:704
|
232 |
#, fuzzy
|
233 |
+
msgid "If you have any questions, please contact us via"
|
234 |
msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
|
235 |
|
236 |
+
#: gallery-plugin.php:739
|
237 |
#, fuzzy
|
238 |
msgid "See images »"
|
239 |
msgstr "Bekijk foto »"
|
240 |
|
241 |
+
#: gallery-plugin.php:838
|
242 |
#, fuzzy
|
243 |
msgid "Settings are saved"
|
244 |
msgstr "Opties opgeslagen"
|
245 |
|
246 |
+
#: gallery-plugin.php:852
|
247 |
#, fuzzy
|
248 |
msgid "Gallery Settings"
|
249 |
msgstr "Fotoalbum opties"
|
250 |
|
251 |
+
#: gallery-plugin.php:855
|
252 |
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:"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: gallery-plugin.php:859
|
256 |
#, fuzzy
|
257 |
msgid "Image size for the album cover"
|
258 |
msgstr "De afmetingen voor de cover van het album"
|
259 |
|
260 |
+
#: gallery-plugin.php:861
|
261 |
+
#: gallery-plugin.php:869
|
262 |
+
#: gallery-plugin.php:882
|
263 |
#, fuzzy
|
264 |
msgid "Image size"
|
265 |
msgstr "Afbeelding grootte"
|
266 |
|
267 |
+
#: gallery-plugin.php:862
|
268 |
+
#: gallery-plugin.php:870
|
269 |
msgid "Width (in px)"
|
270 |
msgstr "Breedte (in px)"
|
271 |
|
272 |
+
#: gallery-plugin.php:863
|
273 |
+
#: gallery-plugin.php:871
|
274 |
msgid "Height (in px)"
|
275 |
msgstr "Hoogte (in px)"
|
276 |
|
277 |
+
#: gallery-plugin.php:867
|
278 |
#, fuzzy
|
279 |
msgid "Gallery image size"
|
280 |
msgstr "Fotoalbum's"
|
281 |
|
282 |
+
#: gallery-plugin.php:875
|
283 |
#, fuzzy
|
284 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
285 |
msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
|
286 |
|
287 |
+
#: gallery-plugin.php:880
|
288 |
msgid "Gallery image size in the lightbox"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:883
|
292 |
#, fuzzy
|
293 |
msgid "Max width (in px)"
|
294 |
msgstr "Breedte (in px)"
|
295 |
|
296 |
+
#: gallery-plugin.php:884
|
297 |
#, fuzzy
|
298 |
msgid "Max height (in px)"
|
299 |
msgstr "Hoogte (in px)"
|
300 |
|
301 |
+
#: gallery-plugin.php:885
|
302 |
msgid "Display a full size image in the lightbox"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: gallery-plugin.php:889
|
306 |
msgid "Crop position"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:891
|
310 |
msgid "Horizontal"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:893
|
314 |
msgid "left"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:894
|
318 |
+
#: gallery-plugin.php:901
|
319 |
msgid "center"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: gallery-plugin.php:895
|
323 |
msgid "right"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: gallery-plugin.php:898
|
327 |
msgid "Vertical"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: gallery-plugin.php:900
|
331 |
msgid "top"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: gallery-plugin.php:902
|
335 |
msgid "bottom"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:907
|
339 |
msgid "Lightbox background"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: gallery-plugin.php:909
|
343 |
msgid "Default"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: gallery-plugin.php:910
|
347 |
msgid "Background transparency (from 0 to 1)"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: gallery-plugin.php:912
|
351 |
msgid "Select a background color"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: gallery-plugin.php:914
|
355 |
msgid "Background color"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: gallery-plugin.php:921
|
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:928
|
363 |
msgid "Images with border"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: gallery-plugin.php:931
|
367 |
msgid "Border width in px, just numbers"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: gallery-plugin.php:933
|
371 |
+
#: gallery-plugin.php:935
|
372 |
msgid "Select a border color"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: gallery-plugin.php:941
|
376 |
#, fuzzy
|
377 |
msgid "Number of images in the row"
|
378 |
msgstr "Aantal afbeeldingen op een rij"
|
379 |
|
380 |
+
#: gallery-plugin.php:947
|
381 |
msgid "Start slideshow"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:953
|
385 |
msgid "Slideshow interval"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: gallery-plugin.php:961
|
389 |
msgid "Attachment ID"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:962
|
393 |
#, fuzzy
|
394 |
msgid "Image Name"
|
395 |
msgstr "Afbeelding grootte"
|
396 |
|
397 |
+
#: gallery-plugin.php:964
|
398 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: gallery-plugin.php:965
|
402 |
msgid "Random"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: gallery-plugin.php:969
|
406 |
#, fuzzy
|
407 |
msgid "Sort images"
|
408 |
msgstr "Aantal afbeeldingen op een rij"
|
409 |
|
410 |
+
#: gallery-plugin.php:971
|
411 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: gallery-plugin.php:972
|
415 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: gallery-plugin.php:976
|
419 |
msgid "Display text above the image"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: gallery-plugin.php:978
|
423 |
msgid "If you want to display text just in a lightbox"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: gallery-plugin.php:982
|
427 |
msgid "Display the Back link"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: gallery-plugin.php:988
|
431 |
msgid "Display the Back link in the shortcode"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: gallery-plugin.php:994
|
435 |
msgid "The Back link text"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: gallery-plugin.php:1000
|
439 |
msgid "The Back link URL"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: gallery-plugin.php:1002
|
443 |
msgid "Gallery page (Page with Gallery Template)"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: gallery-plugin.php:1004
|
447 |
msgid "(Full URL to custom page)"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: gallery-plugin.php:1008
|
451 |
msgid "The Read More link text"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: gallery-plugin.php:1016
|
455 |
msgid "Save Changes"
|
456 |
msgstr "Bewaar veranderingen"
|
457 |
|
458 |
+
#: gallery-plugin.php:1029
|
459 |
msgid "FAQ"
|
460 |
msgstr "FAQ"
|
461 |
|
462 |
+
#: gallery-plugin.php:1030
|
463 |
msgid "Support"
|
464 |
msgstr "Support"
|
465 |
|
466 |
+
#: gallery-plugin.php:1237
|
467 |
#: template/gallery-single-template.php:76
|
468 |
#, fuzzy
|
469 |
msgid "Sorry, nothing found."
|
470 |
msgstr "Helaas - niets gevonden"
|
471 |
|
472 |
+
#: gallery-plugin.php:1259
|
473 |
#: template/gallery-single-template.php:101
|
474 |
msgid "Download high resolution image"
|
475 |
msgstr ""
|
languages/gallery-pl_PL.mo
CHANGED
Binary file
|
languages/gallery-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Galerie zdjęć"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galeria zdjęć"
|
33 |
|
@@ -97,7 +97,7 @@ msgid "Please make a choice"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
-
#: gallery-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Ilość obrazków w rzędzie"
|
@@ -166,289 +166,310 @@ msgid "Publishing"
|
|
166 |
msgstr "Publiczne"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Date"
|
171 |
msgstr "Data"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "Aktywny plugin"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
-
#: gallery-plugin.php:
|
179 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
180 |
msgid "Read more"
|
181 |
msgstr "Czytaj dalej"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
|
|
186 |
msgid "Settings"
|
187 |
msgstr "Ustawienia"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
|
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "Zainstalowane pluginy"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
|
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "Rekomendowane pluginy"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
msgid "Download"
|
199 |
msgstr "Pobierz"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "Zainstaluj %s"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "Zainstaluj teraz z wordpress.org"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
#, fuzzy
|
212 |
-
msgid "If you have any questions, please
|
213 |
msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
#, fuzzy
|
217 |
msgid "See images »"
|
218 |
msgstr "Zobacz zdjęcia »"
|
219 |
|
220 |
-
#: gallery-plugin.php:
|
221 |
#, fuzzy
|
222 |
msgid "Settings are saved"
|
223 |
msgstr "Opcje zostały zapisane."
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
#, fuzzy
|
227 |
msgid "Gallery Settings"
|
228 |
msgstr "Opcje galerii."
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
#, fuzzy
|
236 |
msgid "Image size for the album cover"
|
237 |
msgstr "Размер для "
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
-
#: gallery-plugin.php:
|
242 |
#, fuzzy
|
243 |
msgid "Image size"
|
244 |
msgstr "Nazwa rozmiaru obrazka"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Width (in px)"
|
249 |
msgstr "Szerokość (w px)"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Height (in px)"
|
254 |
msgstr "Wysokość (w px)"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
#, fuzzy
|
258 |
msgid "Gallery image size"
|
259 |
msgstr "Galerie zdjęć"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
#, fuzzy
|
263 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
264 |
msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
msgid "Gallery image size in the lightbox"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
#, fuzzy
|
272 |
msgid "Max width (in px)"
|
273 |
msgstr "Szerokość (w px)"
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
#, fuzzy
|
277 |
msgid "Max height (in px)"
|
278 |
msgstr "Wysokość (w px)"
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Display a full size image in the lightbox"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "Crop position"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "Horizontal"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "left"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "center"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "right"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Vertical"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "top"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "bottom"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Lightbox background"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Default"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Background transparency (from 0 to 1)"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Select a background color"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "Background color"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "Images with border"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "Border width in px, just numbers"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid "Select a border color"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
#, fuzzy
|
356 |
msgid "Number of images in the row"
|
357 |
msgstr "Ilość obrazków w rzędzie"
|
358 |
|
359 |
-
#: gallery-plugin.php:
|
360 |
msgid "Start slideshow"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: gallery-plugin.php:
|
364 |
msgid "Slideshow interval"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: gallery-plugin.php:
|
368 |
msgid "Attachment ID"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: gallery-plugin.php:
|
372 |
#, fuzzy
|
373 |
msgid "Image Name"
|
374 |
msgstr "Nazwa rozmiaru obrazka"
|
375 |
|
376 |
-
#: gallery-plugin.php:
|
377 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: gallery-plugin.php:
|
381 |
msgid "Random"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "Sort images"
|
387 |
msgstr "Ilość obrazków w rzędzie"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: gallery-plugin.php:
|
394 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
msgid "Display text above the image"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: gallery-plugin.php:
|
402 |
msgid "If you want to display text just in a lightbox"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: gallery-plugin.php:
|
406 |
msgid "Display the Back link"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: gallery-plugin.php:
|
410 |
msgid "Display the Back link in the shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: gallery-plugin.php:
|
414 |
msgid "The Back link text"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: gallery-plugin.php:
|
418 |
msgid "The Back link URL"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: gallery-plugin.php:
|
422 |
msgid "Gallery page (Page with Gallery Template)"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: gallery-plugin.php:
|
426 |
msgid "(Full URL to custom page)"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: gallery-plugin.php:
|
430 |
msgid "The Read More link text"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "Save Changes"
|
435 |
msgstr "Zapisz zmiany"
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "FAQ"
|
439 |
msgstr "FAQ "
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "Support"
|
443 |
msgstr "Wsparcie"
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
#: template/gallery-single-template.php:76
|
447 |
#, fuzzy
|
448 |
msgid "Sorry, nothing found."
|
449 |
msgstr "Przykro nam - nic nie znaleziono."
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
#: template/gallery-single-template.php:101
|
453 |
msgid "Download high resolution image"
|
454 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
27 |
msgstr "Galerie zdjęć"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galeria zdjęć"
|
33 |
|
97 |
msgstr ""
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:959
|
101 |
#, fuzzy
|
102 |
msgid "Sort images by"
|
103 |
msgstr "Ilość obrazków w rzędzie"
|
166 |
msgstr "Publiczne"
|
167 |
|
168 |
#: gallery-plugin.php:483
|
169 |
+
#: gallery-plugin.php:963
|
170 |
msgid "Date"
|
171 |
msgstr "Data"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Pro plugins"
|
176 |
+
msgstr "Rekomendowane pluginy"
|
177 |
+
|
178 |
+
#: gallery-plugin.php:655
|
179 |
+
#: gallery-plugin.php:681
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "Aktywny plugin"
|
182 |
|
183 |
+
#: gallery-plugin.php:657
|
184 |
+
#: gallery-plugin.php:665
|
185 |
+
#: gallery-plugin.php:673
|
186 |
+
#: gallery-plugin.php:683
|
187 |
+
#: gallery-plugin.php:691
|
188 |
+
#: gallery-plugin.php:699
|
189 |
msgid "Read more"
|
190 |
msgstr "Czytaj dalej"
|
191 |
|
192 |
+
#: gallery-plugin.php:657
|
193 |
+
#: gallery-plugin.php:683
|
194 |
+
#: gallery-plugin.php:1028
|
195 |
+
#: gallery-plugin.php:1043
|
196 |
msgid "Settings"
|
197 |
msgstr "Ustawienia"
|
198 |
|
199 |
+
#: gallery-plugin.php:663
|
200 |
+
#: gallery-plugin.php:689
|
201 |
msgid "Installed plugins"
|
202 |
msgstr "Zainstalowane pluginy"
|
203 |
|
204 |
+
#: gallery-plugin.php:671
|
205 |
+
#: gallery-plugin.php:697
|
206 |
msgid "Recommended plugins"
|
207 |
msgstr "Rekomendowane pluginy"
|
208 |
|
209 |
+
#: gallery-plugin.php:673
|
210 |
+
msgid "Purchase"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: gallery-plugin.php:678
|
214 |
+
#, fuzzy
|
215 |
+
msgid "Free plugins"
|
216 |
+
msgstr "Rekomendowane pluginy"
|
217 |
+
|
218 |
+
#: gallery-plugin.php:699
|
219 |
msgid "Download"
|
220 |
msgstr "Pobierz"
|
221 |
|
222 |
+
#: gallery-plugin.php:699
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "Zainstaluj %s"
|
226 |
|
227 |
+
#: gallery-plugin.php:699
|
228 |
msgid "Install now from wordpress.org"
|
229 |
msgstr "Zainstaluj teraz z wordpress.org"
|
230 |
|
231 |
+
#: gallery-plugin.php:704
|
232 |
#, fuzzy
|
233 |
+
msgid "If you have any questions, please contact us via"
|
234 |
msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
|
235 |
|
236 |
+
#: gallery-plugin.php:739
|
237 |
#, fuzzy
|
238 |
msgid "See images »"
|
239 |
msgstr "Zobacz zdjęcia »"
|
240 |
|
241 |
+
#: gallery-plugin.php:838
|
242 |
#, fuzzy
|
243 |
msgid "Settings are saved"
|
244 |
msgstr "Opcje zostały zapisane."
|
245 |
|
246 |
+
#: gallery-plugin.php:852
|
247 |
#, fuzzy
|
248 |
msgid "Gallery Settings"
|
249 |
msgstr "Opcje galerii."
|
250 |
|
251 |
+
#: gallery-plugin.php:855
|
252 |
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:"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: gallery-plugin.php:859
|
256 |
#, fuzzy
|
257 |
msgid "Image size for the album cover"
|
258 |
msgstr "Размер для "
|
259 |
|
260 |
+
#: gallery-plugin.php:861
|
261 |
+
#: gallery-plugin.php:869
|
262 |
+
#: gallery-plugin.php:882
|
263 |
#, fuzzy
|
264 |
msgid "Image size"
|
265 |
msgstr "Nazwa rozmiaru obrazka"
|
266 |
|
267 |
+
#: gallery-plugin.php:862
|
268 |
+
#: gallery-plugin.php:870
|
269 |
msgid "Width (in px)"
|
270 |
msgstr "Szerokość (w px)"
|
271 |
|
272 |
+
#: gallery-plugin.php:863
|
273 |
+
#: gallery-plugin.php:871
|
274 |
msgid "Height (in px)"
|
275 |
msgstr "Wysokość (w px)"
|
276 |
|
277 |
+
#: gallery-plugin.php:867
|
278 |
#, fuzzy
|
279 |
msgid "Gallery image size"
|
280 |
msgstr "Galerie zdjęć"
|
281 |
|
282 |
+
#: gallery-plugin.php:875
|
283 |
#, fuzzy
|
284 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
285 |
msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
|
286 |
|
287 |
+
#: gallery-plugin.php:880
|
288 |
msgid "Gallery image size in the lightbox"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:883
|
292 |
#, fuzzy
|
293 |
msgid "Max width (in px)"
|
294 |
msgstr "Szerokość (w px)"
|
295 |
|
296 |
+
#: gallery-plugin.php:884
|
297 |
#, fuzzy
|
298 |
msgid "Max height (in px)"
|
299 |
msgstr "Wysokość (w px)"
|
300 |
|
301 |
+
#: gallery-plugin.php:885
|
302 |
msgid "Display a full size image in the lightbox"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: gallery-plugin.php:889
|
306 |
msgid "Crop position"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:891
|
310 |
msgid "Horizontal"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:893
|
314 |
msgid "left"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:894
|
318 |
+
#: gallery-plugin.php:901
|
319 |
msgid "center"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: gallery-plugin.php:895
|
323 |
msgid "right"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: gallery-plugin.php:898
|
327 |
msgid "Vertical"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: gallery-plugin.php:900
|
331 |
msgid "top"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: gallery-plugin.php:902
|
335 |
msgid "bottom"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:907
|
339 |
msgid "Lightbox background"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: gallery-plugin.php:909
|
343 |
msgid "Default"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: gallery-plugin.php:910
|
347 |
msgid "Background transparency (from 0 to 1)"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: gallery-plugin.php:912
|
351 |
msgid "Select a background color"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: gallery-plugin.php:914
|
355 |
msgid "Background color"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: gallery-plugin.php:921
|
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:928
|
363 |
msgid "Images with border"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: gallery-plugin.php:931
|
367 |
msgid "Border width in px, just numbers"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: gallery-plugin.php:933
|
371 |
+
#: gallery-plugin.php:935
|
372 |
msgid "Select a border color"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: gallery-plugin.php:941
|
376 |
#, fuzzy
|
377 |
msgid "Number of images in the row"
|
378 |
msgstr "Ilość obrazków w rzędzie"
|
379 |
|
380 |
+
#: gallery-plugin.php:947
|
381 |
msgid "Start slideshow"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:953
|
385 |
msgid "Slideshow interval"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: gallery-plugin.php:961
|
389 |
msgid "Attachment ID"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:962
|
393 |
#, fuzzy
|
394 |
msgid "Image Name"
|
395 |
msgstr "Nazwa rozmiaru obrazka"
|
396 |
|
397 |
+
#: gallery-plugin.php:964
|
398 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: gallery-plugin.php:965
|
402 |
msgid "Random"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: gallery-plugin.php:969
|
406 |
#, fuzzy
|
407 |
msgid "Sort images"
|
408 |
msgstr "Ilość obrazków w rzędzie"
|
409 |
|
410 |
+
#: gallery-plugin.php:971
|
411 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: gallery-plugin.php:972
|
415 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: gallery-plugin.php:976
|
419 |
msgid "Display text above the image"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: gallery-plugin.php:978
|
423 |
msgid "If you want to display text just in a lightbox"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: gallery-plugin.php:982
|
427 |
msgid "Display the Back link"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: gallery-plugin.php:988
|
431 |
msgid "Display the Back link in the shortcode"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: gallery-plugin.php:994
|
435 |
msgid "The Back link text"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: gallery-plugin.php:1000
|
439 |
msgid "The Back link URL"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: gallery-plugin.php:1002
|
443 |
msgid "Gallery page (Page with Gallery Template)"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: gallery-plugin.php:1004
|
447 |
msgid "(Full URL to custom page)"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: gallery-plugin.php:1008
|
451 |
msgid "The Read More link text"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: gallery-plugin.php:1016
|
455 |
msgid "Save Changes"
|
456 |
msgstr "Zapisz zmiany"
|
457 |
|
458 |
+
#: gallery-plugin.php:1029
|
459 |
msgid "FAQ"
|
460 |
msgstr "FAQ "
|
461 |
|
462 |
+
#: gallery-plugin.php:1030
|
463 |
msgid "Support"
|
464 |
msgstr "Wsparcie"
|
465 |
|
466 |
+
#: gallery-plugin.php:1237
|
467 |
#: template/gallery-single-template.php:76
|
468 |
#, fuzzy
|
469 |
msgid "Sorry, nothing found."
|
470 |
msgstr "Przykro nam - nic nie znaleziono."
|
471 |
|
472 |
+
#: gallery-plugin.php:1259
|
473 |
#: template/gallery-single-template.php:101
|
474 |
msgid "Download high resolution image"
|
475 |
msgstr ""
|
languages/gallery-pt_BR.mo
CHANGED
Binary file
|
languages/gallery-pt_BR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
|
21 |
# @ gallery
|
22 |
#: gallery-plugin.php:103
|
23 |
-
#: gallery-plugin.php:
|
24 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
25 |
msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
|
26 |
|
@@ -32,7 +32,7 @@ msgstr "Galerias"
|
|
32 |
|
33 |
# @ gallery
|
34 |
#: gallery-plugin.php:128
|
35 |
-
#: gallery-plugin.php:
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galeria"
|
38 |
|
@@ -115,7 +115,7 @@ msgstr ""
|
|
115 |
|
116 |
# @ gallery
|
117 |
#: gallery-plugin.php:228
|
118 |
-
#: gallery-plugin.php:
|
119 |
#, fuzzy
|
120 |
msgid "Sort images by"
|
121 |
msgstr "Quantidade de imagens por linha"
|
@@ -192,332 +192,355 @@ msgstr "Público"
|
|
192 |
|
193 |
# @ gallery
|
194 |
#: gallery-plugin.php:483
|
195 |
-
#: gallery-plugin.php:
|
196 |
msgid "Date"
|
197 |
msgstr "Data"
|
198 |
|
199 |
# @ gallery
|
200 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
msgid "Activated plugins"
|
202 |
msgstr "Plugins ativados"
|
203 |
|
204 |
# @ gallery
|
205 |
-
#: gallery-plugin.php:
|
206 |
-
#: gallery-plugin.php:
|
207 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
208 |
msgid "Read more"
|
209 |
msgstr "Leia mais"
|
210 |
|
211 |
# @ gallery
|
212 |
-
#: gallery-plugin.php:
|
213 |
-
#: gallery-plugin.php:
|
214 |
-
#: gallery-plugin.php:
|
|
|
215 |
msgid "Settings"
|
216 |
msgstr "Configurações"
|
217 |
|
218 |
# @ gallery
|
219 |
-
#: gallery-plugin.php:
|
|
|
220 |
msgid "Installed plugins"
|
221 |
msgstr "Plugins instalados"
|
222 |
|
223 |
# @ gallery
|
224 |
-
#: gallery-plugin.php:
|
|
|
225 |
msgid "Recommended plugins"
|
226 |
msgstr "Plugins recomendados"
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
# @ gallery
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "Download"
|
231 |
msgstr "Download"
|
232 |
|
233 |
# @ default
|
234 |
-
#: gallery-plugin.php:
|
235 |
#, php-format
|
236 |
msgid "Install %s"
|
237 |
msgstr "Instalar %s"
|
238 |
|
239 |
# @ gallery
|
240 |
-
#: gallery-plugin.php:
|
241 |
msgid "Install now from wordpress.org"
|
242 |
msgstr "Instale agora via wordpres.org"
|
243 |
|
244 |
# @ gallery
|
245 |
-
#: gallery-plugin.php:
|
246 |
#, fuzzy
|
247 |
-
msgid "If you have any questions, please
|
248 |
msgstr "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou preencha o formulário de contar em nosso website."
|
249 |
|
250 |
# @ gallery
|
251 |
-
#: gallery-plugin.php:
|
252 |
#, fuzzy
|
253 |
msgid "See images »"
|
254 |
msgstr "Ver foto »"
|
255 |
|
256 |
# @ gallery
|
257 |
-
#: gallery-plugin.php:
|
258 |
#, fuzzy
|
259 |
msgid "Settings are saved"
|
260 |
msgstr "Opções salvas."
|
261 |
|
262 |
# @ gallery
|
263 |
-
#: gallery-plugin.php:
|
264 |
#, fuzzy
|
265 |
msgid "Gallery Settings"
|
266 |
msgstr "Opções da Galeria"
|
267 |
|
268 |
# @ gallery
|
269 |
-
#: gallery-plugin.php:
|
270 |
#, fuzzy
|
271 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
272 |
msgstr "Se você quiser adicionar uma Galeria Única em sua página ou post, basta copiar e colocar este shortcode no conteúde de sua página ou post:"
|
273 |
|
274 |
# @ gallery
|
275 |
-
#: gallery-plugin.php:
|
276 |
#, fuzzy
|
277 |
msgid "Image size for the album cover"
|
278 |
msgstr "Tamanho da imagem de capa do álbum para as galerias"
|
279 |
|
280 |
# @ gallery
|
281 |
-
#: gallery-plugin.php:
|
282 |
-
#: gallery-plugin.php:
|
283 |
-
#: gallery-plugin.php:
|
284 |
#, fuzzy
|
285 |
msgid "Image size"
|
286 |
msgstr "Nome do tamanho"
|
287 |
|
288 |
# @ gallery
|
289 |
-
#: gallery-plugin.php:
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Width (in px)"
|
292 |
msgstr "Largura (em px)"
|
293 |
|
294 |
# @ gallery
|
295 |
-
#: gallery-plugin.php:
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "Height (in px)"
|
298 |
msgstr "Altura (em px)"
|
299 |
|
300 |
# @ gallery
|
301 |
-
#: gallery-plugin.php:
|
302 |
#, fuzzy
|
303 |
msgid "Gallery image size"
|
304 |
msgstr "Galerias"
|
305 |
|
306 |
# @ gallery
|
307 |
-
#: gallery-plugin.php:
|
308 |
#, fuzzy
|
309 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
310 |
msgstr "WordPress irá criar uma cópia da imagem destacada com os tamanhos especificados quando você enviar uma nova foto."
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Gallery image size in the lightbox"
|
314 |
msgstr ""
|
315 |
|
316 |
# @ gallery
|
317 |
-
#: gallery-plugin.php:
|
318 |
#, fuzzy
|
319 |
msgid "Max width (in px)"
|
320 |
msgstr "Largura (em px)"
|
321 |
|
322 |
# @ gallery
|
323 |
-
#: gallery-plugin.php:
|
324 |
#, fuzzy
|
325 |
msgid "Max height (in px)"
|
326 |
msgstr "Altura (em px)"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Display a full size image in the lightbox"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Crop position"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Horizontal"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "left"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "center"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "right"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
msgid "Vertical"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid "top"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid "bottom"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
msgid "Lightbox background"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
msgid "Default"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
msgid "Background transparency (from 0 to 1)"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: gallery-plugin.php:
|
378 |
msgid "Select a background color"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: gallery-plugin.php:
|
382 |
msgid "Background color"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: gallery-plugin.php:
|
386 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
msgid "Images with border"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: gallery-plugin.php:
|
394 |
msgid "Border width in px, just numbers"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
-
#: gallery-plugin.php:
|
399 |
msgid "Select a border color"
|
400 |
msgstr ""
|
401 |
|
402 |
# @ gallery
|
403 |
-
#: gallery-plugin.php:
|
404 |
#, fuzzy
|
405 |
msgid "Number of images in the row"
|
406 |
msgstr "Quantidade de imagens por linha"
|
407 |
|
408 |
# @ gallery
|
409 |
-
#: gallery-plugin.php:
|
410 |
msgid "Start slideshow"
|
411 |
msgstr "Iniciar Apresentação de Slides"
|
412 |
|
413 |
# @ gallery
|
414 |
-
#: gallery-plugin.php:
|
415 |
msgid "Slideshow interval"
|
416 |
msgstr "Intervalo de tempo entre cada Slide"
|
417 |
|
418 |
# @ gallery
|
419 |
-
#: gallery-plugin.php:
|
420 |
#, fuzzy
|
421 |
msgid "Attachment ID"
|
422 |
msgstr "id do anexo"
|
423 |
|
424 |
# @ gallery
|
425 |
-
#: gallery-plugin.php:
|
426 |
#, fuzzy
|
427 |
msgid "Image Name"
|
428 |
msgstr "Imagem "
|
429 |
|
430 |
# @ gallery
|
431 |
-
#: gallery-plugin.php:
|
432 |
#, fuzzy
|
433 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
434 |
msgstr "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / Upload na Galeria de Mídia)"
|
435 |
|
436 |
# @ gallery
|
437 |
-
#: gallery-plugin.php:
|
438 |
#, fuzzy
|
439 |
msgid "Random"
|
440 |
msgstr "aleatório"
|
441 |
|
442 |
# @ gallery
|
443 |
-
#: gallery-plugin.php:
|
444 |
#, fuzzy
|
445 |
msgid "Sort images"
|
446 |
msgstr "Quantidade de imagens por linha"
|
447 |
|
448 |
# @ gallery
|
449 |
-
#: gallery-plugin.php:
|
450 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
451 |
msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
|
452 |
|
453 |
# @ gallery
|
454 |
-
#: gallery-plugin.php:
|
455 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
456 |
msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
|
457 |
|
458 |
-
#: gallery-plugin.php:
|
459 |
msgid "Display text above the image"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: gallery-plugin.php:
|
463 |
msgid "If you want to display text just in a lightbox"
|
464 |
msgstr ""
|
465 |
|
466 |
# @ gallery
|
467 |
-
#: gallery-plugin.php:
|
468 |
#, fuzzy
|
469 |
msgid "Display the Back link"
|
470 |
msgstr "Mostrar link de Retorno"
|
471 |
|
472 |
# @ gallery
|
473 |
-
#: gallery-plugin.php:
|
474 |
#, fuzzy
|
475 |
msgid "Display the Back link in the shortcode"
|
476 |
msgstr "Mostrar link de Retorno no shortcode"
|
477 |
|
478 |
-
#: gallery-plugin.php:
|
479 |
msgid "The Back link text"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: gallery-plugin.php:
|
483 |
msgid "The Back link URL"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: gallery-plugin.php:
|
487 |
msgid "Gallery page (Page with Gallery Template)"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: gallery-plugin.php:
|
491 |
msgid "(Full URL to custom page)"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: gallery-plugin.php:
|
495 |
msgid "The Read More link text"
|
496 |
msgstr ""
|
497 |
|
498 |
# @ default
|
499 |
-
#: gallery-plugin.php:
|
500 |
msgid "Save Changes"
|
501 |
msgstr "Salvar Alterações"
|
502 |
|
503 |
# @ gallery
|
504 |
-
#: gallery-plugin.php:
|
505 |
msgid "FAQ"
|
506 |
msgstr "FAQ"
|
507 |
|
508 |
# @ gallery
|
509 |
-
#: gallery-plugin.php:
|
510 |
msgid "Support"
|
511 |
msgstr "Suporte"
|
512 |
|
513 |
# @ gallery
|
514 |
-
#: gallery-plugin.php:
|
515 |
#: template/gallery-single-template.php:76
|
516 |
#, fuzzy
|
517 |
msgid "Sorry, nothing found."
|
518 |
msgstr "Desculpe - nada foi encontrado."
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
#: template/gallery-single-template.php:101
|
522 |
msgid "Download high resolution image"
|
523 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:02+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
|
9 |
"MIME-Version: 1.0\n"
|
20 |
|
21 |
# @ gallery
|
22 |
#: gallery-plugin.php:103
|
23 |
+
#: gallery-plugin.php:845
|
24 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
25 |
msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
|
26 |
|
32 |
|
33 |
# @ gallery
|
34 |
#: gallery-plugin.php:128
|
35 |
+
#: gallery-plugin.php:712
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galeria"
|
38 |
|
115 |
|
116 |
# @ gallery
|
117 |
#: gallery-plugin.php:228
|
118 |
+
#: gallery-plugin.php:959
|
119 |
#, fuzzy
|
120 |
msgid "Sort images by"
|
121 |
msgstr "Quantidade de imagens por linha"
|
192 |
|
193 |
# @ gallery
|
194 |
#: gallery-plugin.php:483
|
195 |
+
#: gallery-plugin.php:963
|
196 |
msgid "Date"
|
197 |
msgstr "Data"
|
198 |
|
199 |
# @ gallery
|
200 |
+
#: gallery-plugin.php:652
|
201 |
+
#, fuzzy
|
202 |
+
msgid "Pro plugins"
|
203 |
+
msgstr "Plugins recomendados"
|
204 |
+
|
205 |
+
# @ gallery
|
206 |
+
#: gallery-plugin.php:655
|
207 |
+
#: gallery-plugin.php:681
|
208 |
msgid "Activated plugins"
|
209 |
msgstr "Plugins ativados"
|
210 |
|
211 |
# @ gallery
|
212 |
+
#: gallery-plugin.php:657
|
213 |
+
#: gallery-plugin.php:665
|
214 |
+
#: gallery-plugin.php:673
|
215 |
+
#: gallery-plugin.php:683
|
216 |
+
#: gallery-plugin.php:691
|
217 |
+
#: gallery-plugin.php:699
|
218 |
msgid "Read more"
|
219 |
msgstr "Leia mais"
|
220 |
|
221 |
# @ gallery
|
222 |
+
#: gallery-plugin.php:657
|
223 |
+
#: gallery-plugin.php:683
|
224 |
+
#: gallery-plugin.php:1028
|
225 |
+
#: gallery-plugin.php:1043
|
226 |
msgid "Settings"
|
227 |
msgstr "Configurações"
|
228 |
|
229 |
# @ gallery
|
230 |
+
#: gallery-plugin.php:663
|
231 |
+
#: gallery-plugin.php:689
|
232 |
msgid "Installed plugins"
|
233 |
msgstr "Plugins instalados"
|
234 |
|
235 |
# @ gallery
|
236 |
+
#: gallery-plugin.php:671
|
237 |
+
#: gallery-plugin.php:697
|
238 |
msgid "Recommended plugins"
|
239 |
msgstr "Plugins recomendados"
|
240 |
|
241 |
+
#: gallery-plugin.php:673
|
242 |
+
msgid "Purchase"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
# @ gallery
|
246 |
+
#: gallery-plugin.php:678
|
247 |
+
#, fuzzy
|
248 |
+
msgid "Free plugins"
|
249 |
+
msgstr "Plugins recomendados"
|
250 |
+
|
251 |
# @ gallery
|
252 |
+
#: gallery-plugin.php:699
|
253 |
msgid "Download"
|
254 |
msgstr "Download"
|
255 |
|
256 |
# @ default
|
257 |
+
#: gallery-plugin.php:699
|
258 |
#, php-format
|
259 |
msgid "Install %s"
|
260 |
msgstr "Instalar %s"
|
261 |
|
262 |
# @ gallery
|
263 |
+
#: gallery-plugin.php:699
|
264 |
msgid "Install now from wordpress.org"
|
265 |
msgstr "Instale agora via wordpres.org"
|
266 |
|
267 |
# @ gallery
|
268 |
+
#: gallery-plugin.php:704
|
269 |
#, fuzzy
|
270 |
+
msgid "If you have any questions, please contact us via"
|
271 |
msgstr "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou preencha o formulário de contar em nosso website."
|
272 |
|
273 |
# @ gallery
|
274 |
+
#: gallery-plugin.php:739
|
275 |
#, fuzzy
|
276 |
msgid "See images »"
|
277 |
msgstr "Ver foto »"
|
278 |
|
279 |
# @ gallery
|
280 |
+
#: gallery-plugin.php:838
|
281 |
#, fuzzy
|
282 |
msgid "Settings are saved"
|
283 |
msgstr "Opções salvas."
|
284 |
|
285 |
# @ gallery
|
286 |
+
#: gallery-plugin.php:852
|
287 |
#, fuzzy
|
288 |
msgid "Gallery Settings"
|
289 |
msgstr "Opções da Galeria"
|
290 |
|
291 |
# @ gallery
|
292 |
+
#: gallery-plugin.php:855
|
293 |
#, fuzzy
|
294 |
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:"
|
295 |
msgstr "Se você quiser adicionar uma Galeria Única em sua página ou post, basta copiar e colocar este shortcode no conteúde de sua página ou post:"
|
296 |
|
297 |
# @ gallery
|
298 |
+
#: gallery-plugin.php:859
|
299 |
#, fuzzy
|
300 |
msgid "Image size for the album cover"
|
301 |
msgstr "Tamanho da imagem de capa do álbum para as galerias"
|
302 |
|
303 |
# @ gallery
|
304 |
+
#: gallery-plugin.php:861
|
305 |
+
#: gallery-plugin.php:869
|
306 |
+
#: gallery-plugin.php:882
|
307 |
#, fuzzy
|
308 |
msgid "Image size"
|
309 |
msgstr "Nome do tamanho"
|
310 |
|
311 |
# @ gallery
|
312 |
+
#: gallery-plugin.php:862
|
313 |
+
#: gallery-plugin.php:870
|
314 |
msgid "Width (in px)"
|
315 |
msgstr "Largura (em px)"
|
316 |
|
317 |
# @ gallery
|
318 |
+
#: gallery-plugin.php:863
|
319 |
+
#: gallery-plugin.php:871
|
320 |
msgid "Height (in px)"
|
321 |
msgstr "Altura (em px)"
|
322 |
|
323 |
# @ gallery
|
324 |
+
#: gallery-plugin.php:867
|
325 |
#, fuzzy
|
326 |
msgid "Gallery image size"
|
327 |
msgstr "Galerias"
|
328 |
|
329 |
# @ gallery
|
330 |
+
#: gallery-plugin.php:875
|
331 |
#, fuzzy
|
332 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
333 |
msgstr "WordPress irá criar uma cópia da imagem destacada com os tamanhos especificados quando você enviar uma nova foto."
|
334 |
|
335 |
+
#: gallery-plugin.php:880
|
336 |
msgid "Gallery image size in the lightbox"
|
337 |
msgstr ""
|
338 |
|
339 |
# @ gallery
|
340 |
+
#: gallery-plugin.php:883
|
341 |
#, fuzzy
|
342 |
msgid "Max width (in px)"
|
343 |
msgstr "Largura (em px)"
|
344 |
|
345 |
# @ gallery
|
346 |
+
#: gallery-plugin.php:884
|
347 |
#, fuzzy
|
348 |
msgid "Max height (in px)"
|
349 |
msgstr "Altura (em px)"
|
350 |
|
351 |
+
#: gallery-plugin.php:885
|
352 |
msgid "Display a full size image in the lightbox"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: gallery-plugin.php:889
|
356 |
msgid "Crop position"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: gallery-plugin.php:891
|
360 |
msgid "Horizontal"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: gallery-plugin.php:893
|
364 |
msgid "left"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: gallery-plugin.php:894
|
368 |
+
#: gallery-plugin.php:901
|
369 |
msgid "center"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: gallery-plugin.php:895
|
373 |
msgid "right"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: gallery-plugin.php:898
|
377 |
msgid "Vertical"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: gallery-plugin.php:900
|
381 |
msgid "top"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:902
|
385 |
msgid "bottom"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: gallery-plugin.php:907
|
389 |
msgid "Lightbox background"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:909
|
393 |
msgid "Default"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: gallery-plugin.php:910
|
397 |
msgid "Background transparency (from 0 to 1)"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:912
|
401 |
msgid "Select a background color"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:914
|
405 |
msgid "Background color"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: gallery-plugin.php:921
|
409 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: gallery-plugin.php:928
|
413 |
msgid "Images with border"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:931
|
417 |
msgid "Border width in px, just numbers"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:933
|
421 |
+
#: gallery-plugin.php:935
|
422 |
msgid "Select a border color"
|
423 |
msgstr ""
|
424 |
|
425 |
# @ gallery
|
426 |
+
#: gallery-plugin.php:941
|
427 |
#, fuzzy
|
428 |
msgid "Number of images in the row"
|
429 |
msgstr "Quantidade de imagens por linha"
|
430 |
|
431 |
# @ gallery
|
432 |
+
#: gallery-plugin.php:947
|
433 |
msgid "Start slideshow"
|
434 |
msgstr "Iniciar Apresentação de Slides"
|
435 |
|
436 |
# @ gallery
|
437 |
+
#: gallery-plugin.php:953
|
438 |
msgid "Slideshow interval"
|
439 |
msgstr "Intervalo de tempo entre cada Slide"
|
440 |
|
441 |
# @ gallery
|
442 |
+
#: gallery-plugin.php:961
|
443 |
#, fuzzy
|
444 |
msgid "Attachment ID"
|
445 |
msgstr "id do anexo"
|
446 |
|
447 |
# @ gallery
|
448 |
+
#: gallery-plugin.php:962
|
449 |
#, fuzzy
|
450 |
msgid "Image Name"
|
451 |
msgstr "Imagem "
|
452 |
|
453 |
# @ gallery
|
454 |
+
#: gallery-plugin.php:964
|
455 |
#, fuzzy
|
456 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
457 |
msgstr "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / Upload na Galeria de Mídia)"
|
458 |
|
459 |
# @ gallery
|
460 |
+
#: gallery-plugin.php:965
|
461 |
#, fuzzy
|
462 |
msgid "Random"
|
463 |
msgstr "aleatório"
|
464 |
|
465 |
# @ gallery
|
466 |
+
#: gallery-plugin.php:969
|
467 |
#, fuzzy
|
468 |
msgid "Sort images"
|
469 |
msgstr "Quantidade de imagens por linha"
|
470 |
|
471 |
# @ gallery
|
472 |
+
#: gallery-plugin.php:971
|
473 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
474 |
msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
|
475 |
|
476 |
# @ gallery
|
477 |
+
#: gallery-plugin.php:972
|
478 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
479 |
msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
|
480 |
|
481 |
+
#: gallery-plugin.php:976
|
482 |
msgid "Display text above the image"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: gallery-plugin.php:978
|
486 |
msgid "If you want to display text just in a lightbox"
|
487 |
msgstr ""
|
488 |
|
489 |
# @ gallery
|
490 |
+
#: gallery-plugin.php:982
|
491 |
#, fuzzy
|
492 |
msgid "Display the Back link"
|
493 |
msgstr "Mostrar link de Retorno"
|
494 |
|
495 |
# @ gallery
|
496 |
+
#: gallery-plugin.php:988
|
497 |
#, fuzzy
|
498 |
msgid "Display the Back link in the shortcode"
|
499 |
msgstr "Mostrar link de Retorno no shortcode"
|
500 |
|
501 |
+
#: gallery-plugin.php:994
|
502 |
msgid "The Back link text"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: gallery-plugin.php:1000
|
506 |
msgid "The Back link URL"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: gallery-plugin.php:1002
|
510 |
msgid "Gallery page (Page with Gallery Template)"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: gallery-plugin.php:1004
|
514 |
msgid "(Full URL to custom page)"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: gallery-plugin.php:1008
|
518 |
msgid "The Read More link text"
|
519 |
msgstr ""
|
520 |
|
521 |
# @ default
|
522 |
+
#: gallery-plugin.php:1016
|
523 |
msgid "Save Changes"
|
524 |
msgstr "Salvar Alterações"
|
525 |
|
526 |
# @ gallery
|
527 |
+
#: gallery-plugin.php:1029
|
528 |
msgid "FAQ"
|
529 |
msgstr "FAQ"
|
530 |
|
531 |
# @ gallery
|
532 |
+
#: gallery-plugin.php:1030
|
533 |
msgid "Support"
|
534 |
msgstr "Suporte"
|
535 |
|
536 |
# @ gallery
|
537 |
+
#: gallery-plugin.php:1237
|
538 |
#: template/gallery-single-template.php:76
|
539 |
#, fuzzy
|
540 |
msgid "Sorry, nothing found."
|
541 |
msgstr "Desculpe - nada foi encontrado."
|
542 |
|
543 |
+
#: gallery-plugin.php:1259
|
544 |
#: template/gallery-single-template.php:101
|
545 |
msgid "Download high resolution image"
|
546 |
msgstr ""
|
languages/gallery-ru_RU.mo
CHANGED
Binary file
|
languages/gallery-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Галереи"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Галерея"
|
33 |
|
@@ -92,7 +92,7 @@ msgid "Please make a choice"
|
|
92 |
msgstr "Пожалуйста, выберите"
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Sort images by"
|
97 |
msgstr "Изображения сортируются по"
|
98 |
|
@@ -157,275 +157,294 @@ msgid "Publishing"
|
|
157 |
msgstr "Опубликование"
|
158 |
|
159 |
#: gallery-plugin.php:483
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Date"
|
162 |
msgstr "Дата"
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
165 |
msgid "Activated plugins"
|
166 |
msgstr "Активированные плагины"
|
167 |
|
168 |
-
#: gallery-plugin.php:
|
169 |
-
#: gallery-plugin.php:
|
170 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
171 |
msgid "Read more"
|
172 |
msgstr "Подробнее..."
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
-
#: gallery-plugin.php:
|
176 |
-
#: gallery-plugin.php:
|
|
|
177 |
msgid "Settings"
|
178 |
msgstr "Настройки"
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
|
|
181 |
msgid "Installed plugins"
|
182 |
msgstr "Установленные плагины"
|
183 |
|
184 |
-
#: gallery-plugin.php:
|
|
|
185 |
msgid "Recommended plugins"
|
186 |
msgstr "Рекомендованные к установке плагины"
|
187 |
|
188 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
msgid "Download"
|
190 |
msgstr "Скачать"
|
191 |
|
192 |
-
#: gallery-plugin.php:
|
193 |
#, php-format
|
194 |
msgid "Install %s"
|
195 |
msgstr "Установлено %s"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "Install now from wordpress.org"
|
199 |
msgstr "Установить с wordpress.org"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
-
msgid "If you have any questions, please
|
203 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "See images »"
|
207 |
msgstr "Смотреть фотографии »"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
msgid "Settings are saved"
|
211 |
msgstr "Опции сохранены"
|
212 |
|
213 |
-
#: gallery-plugin.php:
|
214 |
msgid "Gallery Settings"
|
215 |
msgstr "Настройки Галереи"
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
219 |
msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
msgid "Image size for the album cover"
|
223 |
msgstr "Размер изображения для обложки альбома галереи"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
-
#: gallery-plugin.php:
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "Image size"
|
229 |
msgstr "Название размера изображения"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
-
#: gallery-plugin.php:
|
233 |
msgid "Width (in px)"
|
234 |
msgstr "Ширина (в px)"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
-
#: gallery-plugin.php:
|
238 |
msgid "Height (in px)"
|
239 |
msgstr "Высота (в px)"
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
242 |
msgid "Gallery image size"
|
243 |
msgstr "Размер изображений Галереи"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
247 |
msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Gallery image size in the lightbox"
|
251 |
msgstr "Размер изображений Галереи в лайтбоксе"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "Max width (in px)"
|
255 |
msgstr "Макс. ширина (в px)"
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "Max height (in px)"
|
259 |
msgstr "Макс. высота (в px)"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "Display a full size image in the lightbox"
|
263 |
msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Crop position"
|
267 |
msgstr "Позиция обрезки"
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
msgid "Horizontal"
|
271 |
msgstr "Горизонтальная"
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "left"
|
275 |
msgstr "лево"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid "center"
|
280 |
msgstr "центр"
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
msgid "right"
|
284 |
msgstr "право"
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Vertical"
|
288 |
msgstr "Вертикальная"
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "top"
|
292 |
msgstr "верх"
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "bottom"
|
296 |
msgstr "низ"
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "Lightbox background"
|
300 |
msgstr "Фон лайтбокса"
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
msgid "Default"
|
304 |
msgstr "По-умолчанию"
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "Background transparency (from 0 to 1)"
|
308 |
msgstr "Прозрачность для фона (от 0 до 1)"
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "Select a background color"
|
312 |
msgstr "Выберите цвет фона"
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
msgid "Background color"
|
316 |
msgstr "Цвет фона"
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
320 |
msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Images with border"
|
324 |
msgstr "Изображения с рамкой"
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
msgid "Border width in px, just numbers"
|
328 |
msgstr "Ширина рамки в px, только числа"
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
-
#: gallery-plugin.php:
|
332 |
msgid "Select a border color"
|
333 |
msgstr "Выберите цвет рамки"
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
msgid "Number of images in the row"
|
337 |
msgstr "Количество изображений в строке"
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
msgid "Start slideshow"
|
341 |
msgstr "Начать слайдшоу"
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "Slideshow interval"
|
345 |
msgstr "Интервал времени при показе слайдшоу"
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
msgid "Attachment ID"
|
349 |
msgstr "id изображения"
|
350 |
|
351 |
-
#: gallery-plugin.php:
|
352 |
msgid "Image Name"
|
353 |
msgstr "названию изображения"
|
354 |
|
355 |
-
#: gallery-plugin.php:
|
356 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
357 |
msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
|
358 |
|
359 |
-
#: gallery-plugin.php:
|
360 |
msgid "Random"
|
361 |
msgstr "произвольно"
|
362 |
|
363 |
-
#: gallery-plugin.php:
|
364 |
msgid "Sort images"
|
365 |
msgstr "Сортировать изображения"
|
366 |
|
367 |
-
#: gallery-plugin.php:
|
368 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
369 |
msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
|
370 |
|
371 |
-
#: gallery-plugin.php:
|
372 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
373 |
msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
|
374 |
|
375 |
-
#: gallery-plugin.php:
|
376 |
msgid "Display text above the image"
|
377 |
msgstr "Отображение текста над изображением"
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "If you want to display text just in a lightbox"
|
381 |
msgstr "Если вы хотите отображать текст только в лайтбоксе"
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
msgid "Display the Back link"
|
385 |
msgstr "Отображать ссылку Вернуться"
|
386 |
|
387 |
-
#: gallery-plugin.php:
|
388 |
msgid "Display the Back link in the shortcode"
|
389 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
390 |
|
391 |
-
#: gallery-plugin.php:
|
392 |
msgid "The Back link text"
|
393 |
msgstr "Текст для ссылки Вернуться"
|
394 |
|
395 |
-
#: gallery-plugin.php:
|
396 |
msgid "The Back link URL"
|
397 |
msgstr "URL для ссылки Вернуться"
|
398 |
|
399 |
-
#: gallery-plugin.php:
|
400 |
msgid "Gallery page (Page with Gallery Template)"
|
401 |
msgstr "Страница галереи (Страница с Gallery Template)"
|
402 |
|
403 |
-
#: gallery-plugin.php:
|
404 |
msgid "(Full URL to custom page)"
|
405 |
msgstr "(Полная ссылка на пользовательскую страницу)"
|
406 |
|
407 |
-
#: gallery-plugin.php:
|
408 |
msgid "The Read More link text"
|
409 |
msgstr "Текст для ссылки Вернуться"
|
410 |
|
411 |
-
#: gallery-plugin.php:
|
412 |
msgid "Save Changes"
|
413 |
msgstr "Сохранить изменения"
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
msgid "FAQ"
|
417 |
msgstr "FAQ"
|
418 |
|
419 |
-
#: gallery-plugin.php:
|
420 |
msgid "Support"
|
421 |
msgstr "Поддержка"
|
422 |
|
423 |
-
#: gallery-plugin.php:
|
424 |
#: template/gallery-single-template.php:76
|
425 |
msgid "Sorry, nothing found."
|
426 |
msgstr "Извините, ничего не найдено."
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
#: template/gallery-single-template.php:101
|
430 |
msgid "Download high resolution image"
|
431 |
msgstr "Скачать изображение в высоком разрешении"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:03+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
|
23 |
|
27 |
msgstr "Галереи"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Галерея"
|
33 |
|
92 |
msgstr "Пожалуйста, выберите"
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
+
#: gallery-plugin.php:959
|
96 |
msgid "Sort images by"
|
97 |
msgstr "Изображения сортируются по"
|
98 |
|
157 |
msgstr "Опубликование"
|
158 |
|
159 |
#: gallery-plugin.php:483
|
160 |
+
#: gallery-plugin.php:963
|
161 |
msgid "Date"
|
162 |
msgstr "Дата"
|
163 |
|
164 |
+
#: gallery-plugin.php:652
|
165 |
+
msgid "Pro plugins"
|
166 |
+
msgstr "Pro плагины"
|
167 |
+
|
168 |
+
#: gallery-plugin.php:655
|
169 |
+
#: gallery-plugin.php:681
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "Активированные плагины"
|
172 |
|
173 |
+
#: gallery-plugin.php:657
|
174 |
+
#: gallery-plugin.php:665
|
175 |
+
#: gallery-plugin.php:673
|
176 |
+
#: gallery-plugin.php:683
|
177 |
+
#: gallery-plugin.php:691
|
178 |
+
#: gallery-plugin.php:699
|
179 |
msgid "Read more"
|
180 |
msgstr "Подробнее..."
|
181 |
|
182 |
+
#: gallery-plugin.php:657
|
183 |
+
#: gallery-plugin.php:683
|
184 |
+
#: gallery-plugin.php:1028
|
185 |
+
#: gallery-plugin.php:1043
|
186 |
msgid "Settings"
|
187 |
msgstr "Настройки"
|
188 |
|
189 |
+
#: gallery-plugin.php:663
|
190 |
+
#: gallery-plugin.php:689
|
191 |
msgid "Installed plugins"
|
192 |
msgstr "Установленные плагины"
|
193 |
|
194 |
+
#: gallery-plugin.php:671
|
195 |
+
#: gallery-plugin.php:697
|
196 |
msgid "Recommended plugins"
|
197 |
msgstr "Рекомендованные к установке плагины"
|
198 |
|
199 |
+
#: gallery-plugin.php:673
|
200 |
+
msgid "Purchase"
|
201 |
+
msgstr "Купить"
|
202 |
+
|
203 |
+
#: gallery-plugin.php:678
|
204 |
+
msgid "Free plugins"
|
205 |
+
msgstr "Бесплатные плагины"
|
206 |
+
|
207 |
+
#: gallery-plugin.php:699
|
208 |
msgid "Download"
|
209 |
msgstr "Скачать"
|
210 |
|
211 |
+
#: gallery-plugin.php:699
|
212 |
#, php-format
|
213 |
msgid "Install %s"
|
214 |
msgstr "Установлено %s"
|
215 |
|
216 |
+
#: gallery-plugin.php:699
|
217 |
msgid "Install now from wordpress.org"
|
218 |
msgstr "Установить с wordpress.org"
|
219 |
|
220 |
+
#: gallery-plugin.php:704
|
221 |
+
msgid "If you have any questions, please contact us via"
|
222 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
223 |
|
224 |
+
#: gallery-plugin.php:739
|
225 |
msgid "See images »"
|
226 |
msgstr "Смотреть фотографии »"
|
227 |
|
228 |
+
#: gallery-plugin.php:838
|
229 |
msgid "Settings are saved"
|
230 |
msgstr "Опции сохранены"
|
231 |
|
232 |
+
#: gallery-plugin.php:852
|
233 |
msgid "Gallery Settings"
|
234 |
msgstr "Настройки Галереи"
|
235 |
|
236 |
+
#: gallery-plugin.php:855
|
237 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
238 |
msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
|
239 |
|
240 |
+
#: gallery-plugin.php:859
|
241 |
msgid "Image size for the album cover"
|
242 |
msgstr "Размер изображения для обложки альбома галереи"
|
243 |
|
244 |
+
#: gallery-plugin.php:861
|
245 |
+
#: gallery-plugin.php:869
|
246 |
+
#: gallery-plugin.php:882
|
247 |
msgid "Image size"
|
248 |
msgstr "Название размера изображения"
|
249 |
|
250 |
+
#: gallery-plugin.php:862
|
251 |
+
#: gallery-plugin.php:870
|
252 |
msgid "Width (in px)"
|
253 |
msgstr "Ширина (в px)"
|
254 |
|
255 |
+
#: gallery-plugin.php:863
|
256 |
+
#: gallery-plugin.php:871
|
257 |
msgid "Height (in px)"
|
258 |
msgstr "Высота (в px)"
|
259 |
|
260 |
+
#: gallery-plugin.php:867
|
261 |
msgid "Gallery image size"
|
262 |
msgstr "Размер изображений Галереи"
|
263 |
|
264 |
+
#: gallery-plugin.php:875
|
265 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
266 |
msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
|
267 |
|
268 |
+
#: gallery-plugin.php:880
|
269 |
msgid "Gallery image size in the lightbox"
|
270 |
msgstr "Размер изображений Галереи в лайтбоксе"
|
271 |
|
272 |
+
#: gallery-plugin.php:883
|
273 |
msgid "Max width (in px)"
|
274 |
msgstr "Макс. ширина (в px)"
|
275 |
|
276 |
+
#: gallery-plugin.php:884
|
277 |
msgid "Max height (in px)"
|
278 |
msgstr "Макс. высота (в px)"
|
279 |
|
280 |
+
#: gallery-plugin.php:885
|
281 |
msgid "Display a full size image in the lightbox"
|
282 |
msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
|
283 |
|
284 |
+
#: gallery-plugin.php:889
|
285 |
msgid "Crop position"
|
286 |
msgstr "Позиция обрезки"
|
287 |
|
288 |
+
#: gallery-plugin.php:891
|
289 |
msgid "Horizontal"
|
290 |
msgstr "Горизонтальная"
|
291 |
|
292 |
+
#: gallery-plugin.php:893
|
293 |
msgid "left"
|
294 |
msgstr "лево"
|
295 |
|
296 |
+
#: gallery-plugin.php:894
|
297 |
+
#: gallery-plugin.php:901
|
298 |
msgid "center"
|
299 |
msgstr "центр"
|
300 |
|
301 |
+
#: gallery-plugin.php:895
|
302 |
msgid "right"
|
303 |
msgstr "право"
|
304 |
|
305 |
+
#: gallery-plugin.php:898
|
306 |
msgid "Vertical"
|
307 |
msgstr "Вертикальная"
|
308 |
|
309 |
+
#: gallery-plugin.php:900
|
310 |
msgid "top"
|
311 |
msgstr "верх"
|
312 |
|
313 |
+
#: gallery-plugin.php:902
|
314 |
msgid "bottom"
|
315 |
msgstr "низ"
|
316 |
|
317 |
+
#: gallery-plugin.php:907
|
318 |
msgid "Lightbox background"
|
319 |
msgstr "Фон лайтбокса"
|
320 |
|
321 |
+
#: gallery-plugin.php:909
|
322 |
msgid "Default"
|
323 |
msgstr "По-умолчанию"
|
324 |
|
325 |
+
#: gallery-plugin.php:910
|
326 |
msgid "Background transparency (from 0 to 1)"
|
327 |
msgstr "Прозрачность для фона (от 0 до 1)"
|
328 |
|
329 |
+
#: gallery-plugin.php:912
|
330 |
msgid "Select a background color"
|
331 |
msgstr "Выберите цвет фона"
|
332 |
|
333 |
+
#: gallery-plugin.php:914
|
334 |
msgid "Background color"
|
335 |
msgstr "Цвет фона"
|
336 |
|
337 |
+
#: gallery-plugin.php:921
|
338 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
339 |
msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
|
340 |
|
341 |
+
#: gallery-plugin.php:928
|
342 |
msgid "Images with border"
|
343 |
msgstr "Изображения с рамкой"
|
344 |
|
345 |
+
#: gallery-plugin.php:931
|
346 |
msgid "Border width in px, just numbers"
|
347 |
msgstr "Ширина рамки в px, только числа"
|
348 |
|
349 |
+
#: gallery-plugin.php:933
|
350 |
+
#: gallery-plugin.php:935
|
351 |
msgid "Select a border color"
|
352 |
msgstr "Выберите цвет рамки"
|
353 |
|
354 |
+
#: gallery-plugin.php:941
|
355 |
msgid "Number of images in the row"
|
356 |
msgstr "Количество изображений в строке"
|
357 |
|
358 |
+
#: gallery-plugin.php:947
|
359 |
msgid "Start slideshow"
|
360 |
msgstr "Начать слайдшоу"
|
361 |
|
362 |
+
#: gallery-plugin.php:953
|
363 |
msgid "Slideshow interval"
|
364 |
msgstr "Интервал времени при показе слайдшоу"
|
365 |
|
366 |
+
#: gallery-plugin.php:961
|
367 |
msgid "Attachment ID"
|
368 |
msgstr "id изображения"
|
369 |
|
370 |
+
#: gallery-plugin.php:962
|
371 |
msgid "Image Name"
|
372 |
msgstr "названию изображения"
|
373 |
|
374 |
+
#: gallery-plugin.php:964
|
375 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
376 |
msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
|
377 |
|
378 |
+
#: gallery-plugin.php:965
|
379 |
msgid "Random"
|
380 |
msgstr "произвольно"
|
381 |
|
382 |
+
#: gallery-plugin.php:969
|
383 |
msgid "Sort images"
|
384 |
msgstr "Сортировать изображения"
|
385 |
|
386 |
+
#: gallery-plugin.php:971
|
387 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
388 |
msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
|
389 |
|
390 |
+
#: gallery-plugin.php:972
|
391 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
392 |
msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
|
393 |
|
394 |
+
#: gallery-plugin.php:976
|
395 |
msgid "Display text above the image"
|
396 |
msgstr "Отображение текста над изображением"
|
397 |
|
398 |
+
#: gallery-plugin.php:978
|
399 |
msgid "If you want to display text just in a lightbox"
|
400 |
msgstr "Если вы хотите отображать текст только в лайтбоксе"
|
401 |
|
402 |
+
#: gallery-plugin.php:982
|
403 |
msgid "Display the Back link"
|
404 |
msgstr "Отображать ссылку Вернуться"
|
405 |
|
406 |
+
#: gallery-plugin.php:988
|
407 |
msgid "Display the Back link in the shortcode"
|
408 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
409 |
|
410 |
+
#: gallery-plugin.php:994
|
411 |
msgid "The Back link text"
|
412 |
msgstr "Текст для ссылки Вернуться"
|
413 |
|
414 |
+
#: gallery-plugin.php:1000
|
415 |
msgid "The Back link URL"
|
416 |
msgstr "URL для ссылки Вернуться"
|
417 |
|
418 |
+
#: gallery-plugin.php:1002
|
419 |
msgid "Gallery page (Page with Gallery Template)"
|
420 |
msgstr "Страница галереи (Страница с Gallery Template)"
|
421 |
|
422 |
+
#: gallery-plugin.php:1004
|
423 |
msgid "(Full URL to custom page)"
|
424 |
msgstr "(Полная ссылка на пользовательскую страницу)"
|
425 |
|
426 |
+
#: gallery-plugin.php:1008
|
427 |
msgid "The Read More link text"
|
428 |
msgstr "Текст для ссылки Вернуться"
|
429 |
|
430 |
+
#: gallery-plugin.php:1016
|
431 |
msgid "Save Changes"
|
432 |
msgstr "Сохранить изменения"
|
433 |
|
434 |
+
#: gallery-plugin.php:1029
|
435 |
msgid "FAQ"
|
436 |
msgstr "FAQ"
|
437 |
|
438 |
+
#: gallery-plugin.php:1030
|
439 |
msgid "Support"
|
440 |
msgstr "Поддержка"
|
441 |
|
442 |
+
#: gallery-plugin.php:1237
|
443 |
#: template/gallery-single-template.php:76
|
444 |
msgid "Sorry, nothing found."
|
445 |
msgstr "Извините, ничего не найдено."
|
446 |
|
447 |
+
#: gallery-plugin.php:1259
|
448 |
#: template/gallery-single-template.php:101
|
449 |
msgid "Download high resolution image"
|
450 |
msgstr "Скачать изображение в высоком разрешении"
|
languages/gallery-sr_RS.mo
CHANGED
Binary file
|
languages/gallery-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Radovan Georgijevic <http://www.georgijevic.info>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" Nisu pronađeni u direktorijumu teme. Prekopirajte ih iz direktorijuma `/ wp-content/plugins/gallery-plugin/template /` u direktorijum vaše temekako bi dodatak Galerija ispravno funkcionisao"
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Galerije"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerija"
|
33 |
|
@@ -99,7 +99,7 @@ msgid "Please make a choice"
|
|
99 |
msgstr ""
|
100 |
|
101 |
#: gallery-plugin.php:228
|
102 |
-
#: gallery-plugin.php:
|
103 |
#, fuzzy
|
104 |
msgid "Sort images by"
|
105 |
msgstr "Izboj slike u redu"
|
@@ -171,296 +171,317 @@ msgid "Publishing"
|
|
171 |
msgstr "Javno"
|
172 |
|
173 |
#: gallery-plugin.php:483
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Date"
|
176 |
msgstr "Datum"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
msgid "Activated plugins"
|
180 |
msgstr "Aktivni dodaci"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
185 |
msgid "Read more"
|
186 |
msgstr "Čitaj više..."
|
187 |
|
188 |
-
#: gallery-plugin.php:
|
189 |
-
#: gallery-plugin.php:
|
190 |
-
#: gallery-plugin.php:
|
|
|
191 |
msgid "Settings"
|
192 |
msgstr "Podešavanja"
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
|
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Instalirani dodaci"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
|
|
199 |
msgid "Recommended plugins"
|
200 |
msgstr "Preporučeni dodaci"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
msgid "Download"
|
204 |
msgstr "Preuzmi"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
#, php-format
|
208 |
msgid "Install %s"
|
209 |
msgstr "Instaliraj %s"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
msgid "Install now from wordpress.org"
|
213 |
msgstr "Instaliraj sa wordpress.org"
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
#, fuzzy
|
217 |
-
msgid "If you have any questions, please
|
218 |
msgstr "Ako imate bilo kakva pitanja, kontaktirajte nas na mejl plugin@bestwebsoft.com ili poopunite kontakt formu na našem sajtu"
|
219 |
|
220 |
-
#: gallery-plugin.php:
|
221 |
#, fuzzy
|
222 |
msgid "See images »"
|
223 |
msgstr "Vidi sliku »"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
#, fuzzy
|
227 |
msgid "Settings are saved"
|
228 |
msgstr "Opcije sačuvane"
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
#, fuzzy
|
232 |
msgid "Gallery Settings"
|
233 |
msgstr "Opcje Galerije"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
#, fuzzy
|
237 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
238 |
msgstr "Ako želite da dodate Jednu Galeriju na vašu stranicu ili u članak, jednostavno kopirajte i postavite ovaj kratak kod u sadržaj članke ili strane:"
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "Image size for the album cover"
|
243 |
msgstr "Veličina za naslovnu albuma "
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
#: gallery-plugin.php:
|
248 |
#, fuzzy
|
249 |
msgid "Image size"
|
250 |
msgstr "Naziv veličine slike"
|
251 |
|
252 |
-
#: gallery-plugin.php:
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "Width (in px)"
|
255 |
msgstr "Širina (u px)"
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
-
#: gallery-plugin.php:
|
259 |
msgid "Height (in px)"
|
260 |
msgstr "Visina (u px)"
|
261 |
|
262 |
-
#: gallery-plugin.php:
|
263 |
#, fuzzy
|
264 |
msgid "Gallery image size"
|
265 |
msgstr "Galerije"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
#, fuzzy
|
269 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
270 |
msgstr "WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada dodate novu sliku."
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
msgid "Gallery image size in the lightbox"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
#, fuzzy
|
278 |
msgid "Max width (in px)"
|
279 |
msgstr "Širina (u px)"
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
#, fuzzy
|
283 |
msgid "Max height (in px)"
|
284 |
msgstr "Visina (u px)"
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Display a full size image in the lightbox"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Crop position"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "Horizontal"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "left"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "center"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
msgid "right"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
312 |
msgid "Vertical"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "top"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: gallery-plugin.php:
|
320 |
msgid "bottom"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: gallery-plugin.php:
|
324 |
msgid "Lightbox background"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: gallery-plugin.php:
|
328 |
msgid "Default"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: gallery-plugin.php:
|
332 |
msgid "Background transparency (from 0 to 1)"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
msgid "Select a background color"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
msgid "Background color"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
msgid "Images with border"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: gallery-plugin.php:
|
352 |
msgid "Border width in px, just numbers"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: gallery-plugin.php:
|
356 |
-
#: gallery-plugin.php:
|
357 |
msgid "Select a border color"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: gallery-plugin.php:
|
361 |
#, fuzzy
|
362 |
msgid "Number of images in the row"
|
363 |
msgstr "Izboj slike u redu"
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
msgid "Start slideshow"
|
367 |
msgstr "Započni prikaz slajdova"
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
msgid "Slideshow interval"
|
371 |
msgstr "Interval prikaza slajdova"
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
#, fuzzy
|
375 |
msgid "Attachment ID"
|
376 |
msgstr "id priveska"
|
377 |
|
378 |
-
#: gallery-plugin.php:
|
379 |
#, fuzzy
|
380 |
msgid "Image Name"
|
381 |
msgstr "Slika"
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
#, fuzzy
|
385 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
386 |
msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
|
387 |
|
388 |
-
#: gallery-plugin.php:
|
389 |
#, fuzzy
|
390 |
msgid "Random"
|
391 |
msgstr "nasumično"
|
392 |
|
393 |
-
#: gallery-plugin.php:
|
394 |
#, fuzzy
|
395 |
msgid "Sort images"
|
396 |
msgstr "Izboj slike u redu"
|
397 |
|
398 |
-
#: gallery-plugin.php:
|
399 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
400 |
msgstr "ASC (rastući raspored od najnižih do najviših vrednosti - 1, 2, 3, a, b, c)"
|
401 |
|
402 |
-
#: gallery-plugin.php:
|
403 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
404 |
msgstr "DESC (opadajući raspored od naviših do najnižih vrednosti do - 3, 2, 1, a, b, c)"
|
405 |
|
406 |
-
#: gallery-plugin.php:
|
407 |
msgid "Display text above the image"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: gallery-plugin.php:
|
411 |
msgid "If you want to display text just in a lightbox"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: gallery-plugin.php:
|
415 |
#, fuzzy
|
416 |
msgid "Display the Back link"
|
417 |
msgstr "Prikaži Povratnu vezu"
|
418 |
|
419 |
-
#: gallery-plugin.php:
|
420 |
#, fuzzy
|
421 |
msgid "Display the Back link in the shortcode"
|
422 |
msgstr "Prikaži povratnu vezu ka kratak kod"
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "The Back link text"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Back link URL"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Gallery page (Page with Gallery Template)"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "(Full URL to custom page)"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
#, fuzzy
|
442 |
msgid "The Read More link text"
|
443 |
msgstr "Etiketa za Čitaj Više vezu"
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
msgid "Save Changes"
|
447 |
msgstr "Sačuvaj Promene"
|
448 |
|
449 |
-
#: gallery-plugin.php:
|
450 |
msgid "FAQ"
|
451 |
msgstr "FAQ"
|
452 |
|
453 |
-
#: gallery-plugin.php:
|
454 |
msgid "Support"
|
455 |
msgstr "Podrška"
|
456 |
|
457 |
-
#: gallery-plugin.php:
|
458 |
#: template/gallery-single-template.php:76
|
459 |
#, fuzzy
|
460 |
msgid "Sorry, nothing found."
|
461 |
msgstr "Izvinite - ništa nije pronađeno."
|
462 |
|
463 |
-
#: gallery-plugin.php:
|
464 |
#: template/gallery-single-template.php:101
|
465 |
#, fuzzy
|
466 |
msgid "Download high resolution image"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:03+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:03+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Radovan Georgijevic <http://www.georgijevic.info>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" Nisu pronađeni u direktorijumu teme. Prekopirajte ih iz direktorijuma `/ wp-content/plugins/gallery-plugin/template /` u direktorijum vaše temekako bi dodatak Galerija ispravno funkcionisao"
|
23 |
|
27 |
msgstr "Galerije"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerija"
|
33 |
|
99 |
msgstr ""
|
100 |
|
101 |
#: gallery-plugin.php:228
|
102 |
+
#: gallery-plugin.php:959
|
103 |
#, fuzzy
|
104 |
msgid "Sort images by"
|
105 |
msgstr "Izboj slike u redu"
|
171 |
msgstr "Javno"
|
172 |
|
173 |
#: gallery-plugin.php:483
|
174 |
+
#: gallery-plugin.php:963
|
175 |
msgid "Date"
|
176 |
msgstr "Datum"
|
177 |
|
178 |
+
#: gallery-plugin.php:652
|
179 |
+
#, fuzzy
|
180 |
+
msgid "Pro plugins"
|
181 |
+
msgstr "Preporučeni dodaci"
|
182 |
+
|
183 |
+
#: gallery-plugin.php:655
|
184 |
+
#: gallery-plugin.php:681
|
185 |
msgid "Activated plugins"
|
186 |
msgstr "Aktivni dodaci"
|
187 |
|
188 |
+
#: gallery-plugin.php:657
|
189 |
+
#: gallery-plugin.php:665
|
190 |
+
#: gallery-plugin.php:673
|
191 |
+
#: gallery-plugin.php:683
|
192 |
+
#: gallery-plugin.php:691
|
193 |
+
#: gallery-plugin.php:699
|
194 |
msgid "Read more"
|
195 |
msgstr "Čitaj više..."
|
196 |
|
197 |
+
#: gallery-plugin.php:657
|
198 |
+
#: gallery-plugin.php:683
|
199 |
+
#: gallery-plugin.php:1028
|
200 |
+
#: gallery-plugin.php:1043
|
201 |
msgid "Settings"
|
202 |
msgstr "Podešavanja"
|
203 |
|
204 |
+
#: gallery-plugin.php:663
|
205 |
+
#: gallery-plugin.php:689
|
206 |
msgid "Installed plugins"
|
207 |
msgstr "Instalirani dodaci"
|
208 |
|
209 |
+
#: gallery-plugin.php:671
|
210 |
+
#: gallery-plugin.php:697
|
211 |
msgid "Recommended plugins"
|
212 |
msgstr "Preporučeni dodaci"
|
213 |
|
214 |
+
#: gallery-plugin.php:673
|
215 |
+
msgid "Purchase"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: gallery-plugin.php:678
|
219 |
+
#, fuzzy
|
220 |
+
msgid "Free plugins"
|
221 |
+
msgstr "Preporučeni dodaci"
|
222 |
+
|
223 |
+
#: gallery-plugin.php:699
|
224 |
msgid "Download"
|
225 |
msgstr "Preuzmi"
|
226 |
|
227 |
+
#: gallery-plugin.php:699
|
228 |
#, php-format
|
229 |
msgid "Install %s"
|
230 |
msgstr "Instaliraj %s"
|
231 |
|
232 |
+
#: gallery-plugin.php:699
|
233 |
msgid "Install now from wordpress.org"
|
234 |
msgstr "Instaliraj sa wordpress.org"
|
235 |
|
236 |
+
#: gallery-plugin.php:704
|
237 |
#, fuzzy
|
238 |
+
msgid "If you have any questions, please contact us via"
|
239 |
msgstr "Ako imate bilo kakva pitanja, kontaktirajte nas na mejl plugin@bestwebsoft.com ili poopunite kontakt formu na našem sajtu"
|
240 |
|
241 |
+
#: gallery-plugin.php:739
|
242 |
#, fuzzy
|
243 |
msgid "See images »"
|
244 |
msgstr "Vidi sliku »"
|
245 |
|
246 |
+
#: gallery-plugin.php:838
|
247 |
#, fuzzy
|
248 |
msgid "Settings are saved"
|
249 |
msgstr "Opcije sačuvane"
|
250 |
|
251 |
+
#: gallery-plugin.php:852
|
252 |
#, fuzzy
|
253 |
msgid "Gallery Settings"
|
254 |
msgstr "Opcje Galerije"
|
255 |
|
256 |
+
#: gallery-plugin.php:855
|
257 |
#, fuzzy
|
258 |
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:"
|
259 |
msgstr "Ako želite da dodate Jednu Galeriju na vašu stranicu ili u članak, jednostavno kopirajte i postavite ovaj kratak kod u sadržaj članke ili strane:"
|
260 |
|
261 |
+
#: gallery-plugin.php:859
|
262 |
#, fuzzy
|
263 |
msgid "Image size for the album cover"
|
264 |
msgstr "Veličina za naslovnu albuma "
|
265 |
|
266 |
+
#: gallery-plugin.php:861
|
267 |
+
#: gallery-plugin.php:869
|
268 |
+
#: gallery-plugin.php:882
|
269 |
#, fuzzy
|
270 |
msgid "Image size"
|
271 |
msgstr "Naziv veličine slike"
|
272 |
|
273 |
+
#: gallery-plugin.php:862
|
274 |
+
#: gallery-plugin.php:870
|
275 |
msgid "Width (in px)"
|
276 |
msgstr "Širina (u px)"
|
277 |
|
278 |
+
#: gallery-plugin.php:863
|
279 |
+
#: gallery-plugin.php:871
|
280 |
msgid "Height (in px)"
|
281 |
msgstr "Visina (u px)"
|
282 |
|
283 |
+
#: gallery-plugin.php:867
|
284 |
#, fuzzy
|
285 |
msgid "Gallery image size"
|
286 |
msgstr "Galerije"
|
287 |
|
288 |
+
#: gallery-plugin.php:875
|
289 |
#, fuzzy
|
290 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
291 |
msgstr "WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada dodate novu sliku."
|
292 |
|
293 |
+
#: gallery-plugin.php:880
|
294 |
msgid "Gallery image size in the lightbox"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: gallery-plugin.php:883
|
298 |
#, fuzzy
|
299 |
msgid "Max width (in px)"
|
300 |
msgstr "Širina (u px)"
|
301 |
|
302 |
+
#: gallery-plugin.php:884
|
303 |
#, fuzzy
|
304 |
msgid "Max height (in px)"
|
305 |
msgstr "Visina (u px)"
|
306 |
|
307 |
+
#: gallery-plugin.php:885
|
308 |
msgid "Display a full size image in the lightbox"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: gallery-plugin.php:889
|
312 |
msgid "Crop position"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: gallery-plugin.php:891
|
316 |
msgid "Horizontal"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: gallery-plugin.php:893
|
320 |
msgid "left"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: gallery-plugin.php:894
|
324 |
+
#: gallery-plugin.php:901
|
325 |
msgid "center"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: gallery-plugin.php:895
|
329 |
msgid "right"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: gallery-plugin.php:898
|
333 |
msgid "Vertical"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: gallery-plugin.php:900
|
337 |
msgid "top"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: gallery-plugin.php:902
|
341 |
msgid "bottom"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: gallery-plugin.php:907
|
345 |
msgid "Lightbox background"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: gallery-plugin.php:909
|
349 |
msgid "Default"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: gallery-plugin.php:910
|
353 |
msgid "Background transparency (from 0 to 1)"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: gallery-plugin.php:912
|
357 |
msgid "Select a background color"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: gallery-plugin.php:914
|
361 |
msgid "Background color"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: gallery-plugin.php:921
|
365 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: gallery-plugin.php:928
|
369 |
msgid "Images with border"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: gallery-plugin.php:931
|
373 |
msgid "Border width in px, just numbers"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: gallery-plugin.php:933
|
377 |
+
#: gallery-plugin.php:935
|
378 |
msgid "Select a border color"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: gallery-plugin.php:941
|
382 |
#, fuzzy
|
383 |
msgid "Number of images in the row"
|
384 |
msgstr "Izboj slike u redu"
|
385 |
|
386 |
+
#: gallery-plugin.php:947
|
387 |
msgid "Start slideshow"
|
388 |
msgstr "Započni prikaz slajdova"
|
389 |
|
390 |
+
#: gallery-plugin.php:953
|
391 |
msgid "Slideshow interval"
|
392 |
msgstr "Interval prikaza slajdova"
|
393 |
|
394 |
+
#: gallery-plugin.php:961
|
395 |
#, fuzzy
|
396 |
msgid "Attachment ID"
|
397 |
msgstr "id priveska"
|
398 |
|
399 |
+
#: gallery-plugin.php:962
|
400 |
#, fuzzy
|
401 |
msgid "Image Name"
|
402 |
msgstr "Slika"
|
403 |
|
404 |
+
#: gallery-plugin.php:964
|
405 |
#, fuzzy
|
406 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
407 |
msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
|
408 |
|
409 |
+
#: gallery-plugin.php:965
|
410 |
#, fuzzy
|
411 |
msgid "Random"
|
412 |
msgstr "nasumično"
|
413 |
|
414 |
+
#: gallery-plugin.php:969
|
415 |
#, fuzzy
|
416 |
msgid "Sort images"
|
417 |
msgstr "Izboj slike u redu"
|
418 |
|
419 |
+
#: gallery-plugin.php:971
|
420 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
421 |
msgstr "ASC (rastući raspored od najnižih do najviših vrednosti - 1, 2, 3, a, b, c)"
|
422 |
|
423 |
+
#: gallery-plugin.php:972
|
424 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
425 |
msgstr "DESC (opadajući raspored od naviših do najnižih vrednosti do - 3, 2, 1, a, b, c)"
|
426 |
|
427 |
+
#: gallery-plugin.php:976
|
428 |
msgid "Display text above the image"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: gallery-plugin.php:978
|
432 |
msgid "If you want to display text just in a lightbox"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: gallery-plugin.php:982
|
436 |
#, fuzzy
|
437 |
msgid "Display the Back link"
|
438 |
msgstr "Prikaži Povratnu vezu"
|
439 |
|
440 |
+
#: gallery-plugin.php:988
|
441 |
#, fuzzy
|
442 |
msgid "Display the Back link in the shortcode"
|
443 |
msgstr "Prikaži povratnu vezu ka kratak kod"
|
444 |
|
445 |
+
#: gallery-plugin.php:994
|
446 |
msgid "The Back link text"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1000
|
450 |
msgid "The Back link URL"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: gallery-plugin.php:1002
|
454 |
msgid "Gallery page (Page with Gallery Template)"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: gallery-plugin.php:1004
|
458 |
msgid "(Full URL to custom page)"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: gallery-plugin.php:1008
|
462 |
#, fuzzy
|
463 |
msgid "The Read More link text"
|
464 |
msgstr "Etiketa za Čitaj Više vezu"
|
465 |
|
466 |
+
#: gallery-plugin.php:1016
|
467 |
msgid "Save Changes"
|
468 |
msgstr "Sačuvaj Promene"
|
469 |
|
470 |
+
#: gallery-plugin.php:1029
|
471 |
msgid "FAQ"
|
472 |
msgstr "FAQ"
|
473 |
|
474 |
+
#: gallery-plugin.php:1030
|
475 |
msgid "Support"
|
476 |
msgstr "Podrška"
|
477 |
|
478 |
+
#: gallery-plugin.php:1237
|
479 |
#: template/gallery-single-template.php:76
|
480 |
#, fuzzy
|
481 |
msgid "Sorry, nothing found."
|
482 |
msgstr "Izvinite - ništa nije pronađeno."
|
483 |
|
484 |
+
#: gallery-plugin.php:1259
|
485 |
#: template/gallery-single-template.php:101
|
486 |
#, fuzzy
|
487 |
msgid "Download high resolution image"
|
languages/gallery-uk.mo
CHANGED
Binary file
|
languages/gallery-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Галереi"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Галерея"
|
33 |
|
@@ -96,7 +96,7 @@ msgid "Please make a choice"
|
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
-
#: gallery-plugin.php:
|
100 |
#, fuzzy
|
101 |
msgid "Sort images by"
|
102 |
msgstr "Кількість зображень у рядку"
|
@@ -165,289 +165,310 @@ msgid "Publishing"
|
|
165 |
msgstr "Громадськості"
|
166 |
|
167 |
#: gallery-plugin.php:483
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Date"
|
170 |
msgstr "Дата "
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Активоване плагіни"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
-
#: gallery-plugin.php:
|
178 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
179 |
msgid "Read more"
|
180 |
msgstr "Читати далі"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
|
|
185 |
msgid "Settings"
|
186 |
msgstr "Параметри"
|
187 |
|
188 |
-
#: gallery-plugin.php:
|
|
|
189 |
msgid "Installed plugins"
|
190 |
msgstr "Встановлених модулів"
|
191 |
|
192 |
-
#: gallery-plugin.php:
|
|
|
193 |
msgid "Recommended plugins"
|
194 |
msgstr "Плагіни Рекомендовані"
|
195 |
|
196 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
msgid "Download"
|
198 |
msgstr "Завантажити"
|
199 |
|
200 |
-
#: gallery-plugin.php:
|
201 |
#, php-format
|
202 |
msgid "Install %s"
|
203 |
msgstr "Установка %s"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Install now from wordpress.org"
|
207 |
msgstr "Установити зараз від wordpress.org"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
#, fuzzy
|
211 |
-
msgid "If you have any questions, please
|
212 |
msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
msgid "See images »"
|
217 |
msgstr "Дивитися фото »"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
#, fuzzy
|
221 |
msgid "Settings are saved"
|
222 |
msgstr "Параметри зберігаються."
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
#, fuzzy
|
226 |
msgid "Gallery Settings"
|
227 |
msgstr "Параметри галереї"
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
#, fuzzy
|
235 |
msgid "Image size for the album cover"
|
236 |
msgstr "Размер для "
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "Image size"
|
243 |
msgstr "Ім'я розмір зображення"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "Ширина (в px)"
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "Висота (в px)"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
#, fuzzy
|
257 |
msgid "Gallery image size"
|
258 |
msgstr "Галереi"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
#, fuzzy
|
262 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
#, fuzzy
|
271 |
msgid "Max width (in px)"
|
272 |
msgstr "Ширина (в px)"
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
#, fuzzy
|
276 |
msgid "Max height (in px)"
|
277 |
msgstr "Висота (в px)"
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: gallery-plugin.php:
|
284 |
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "left"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "center"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Lightbox background"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Default"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Background transparency (from 0 to 1)"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Background color"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Images with border"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Border width in px, just numbers"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Select a border color"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
#, fuzzy
|
355 |
msgid "Number of images in the row"
|
356 |
msgstr "Кількість зображень у рядку"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "Start slideshow"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Slideshow interval"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
msgid "Attachment ID"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
#, fuzzy
|
372 |
msgid "Image Name"
|
373 |
msgstr "Ім'я розмір зображення"
|
374 |
|
375 |
-
#: gallery-plugin.php:
|
376 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "Random"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
#, fuzzy
|
385 |
msgid "Sort images"
|
386 |
msgstr "Кількість зображень у рядку"
|
387 |
|
388 |
-
#: gallery-plugin.php:
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: gallery-plugin.php:
|
393 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Зберегти зміни"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ "
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Support"
|
442 |
msgstr "Підтримка"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
#: template/gallery-single-template.php:76
|
446 |
#, fuzzy
|
447 |
msgid "Sorry, nothing found."
|
448 |
msgstr "Вибачте - нічого не знайдено."
|
449 |
|
450 |
-
#: gallery-plugin.php:
|
451 |
#: template/gallery-single-template.php:101
|
452 |
msgid "Download high resolution image"
|
453 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:03+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:03+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr ""
|
23 |
|
27 |
msgstr "Галереi"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "Галерея"
|
33 |
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
+
#: gallery-plugin.php:959
|
100 |
#, fuzzy
|
101 |
msgid "Sort images by"
|
102 |
msgstr "Кількість зображень у рядку"
|
165 |
msgstr "Громадськості"
|
166 |
|
167 |
#: gallery-plugin.php:483
|
168 |
+
#: gallery-plugin.php:963
|
169 |
msgid "Date"
|
170 |
msgstr "Дата "
|
171 |
|
172 |
+
#: gallery-plugin.php:652
|
173 |
+
#, fuzzy
|
174 |
+
msgid "Pro plugins"
|
175 |
+
msgstr "Плагіни Рекомендовані"
|
176 |
+
|
177 |
+
#: gallery-plugin.php:655
|
178 |
+
#: gallery-plugin.php:681
|
179 |
msgid "Activated plugins"
|
180 |
msgstr "Активоване плагіни"
|
181 |
|
182 |
+
#: gallery-plugin.php:657
|
183 |
+
#: gallery-plugin.php:665
|
184 |
+
#: gallery-plugin.php:673
|
185 |
+
#: gallery-plugin.php:683
|
186 |
+
#: gallery-plugin.php:691
|
187 |
+
#: gallery-plugin.php:699
|
188 |
msgid "Read more"
|
189 |
msgstr "Читати далі"
|
190 |
|
191 |
+
#: gallery-plugin.php:657
|
192 |
+
#: gallery-plugin.php:683
|
193 |
+
#: gallery-plugin.php:1028
|
194 |
+
#: gallery-plugin.php:1043
|
195 |
msgid "Settings"
|
196 |
msgstr "Параметри"
|
197 |
|
198 |
+
#: gallery-plugin.php:663
|
199 |
+
#: gallery-plugin.php:689
|
200 |
msgid "Installed plugins"
|
201 |
msgstr "Встановлених модулів"
|
202 |
|
203 |
+
#: gallery-plugin.php:671
|
204 |
+
#: gallery-plugin.php:697
|
205 |
msgid "Recommended plugins"
|
206 |
msgstr "Плагіни Рекомендовані"
|
207 |
|
208 |
+
#: gallery-plugin.php:673
|
209 |
+
msgid "Purchase"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: gallery-plugin.php:678
|
213 |
+
#, fuzzy
|
214 |
+
msgid "Free plugins"
|
215 |
+
msgstr "Плагіни Рекомендовані"
|
216 |
+
|
217 |
+
#: gallery-plugin.php:699
|
218 |
msgid "Download"
|
219 |
msgstr "Завантажити"
|
220 |
|
221 |
+
#: gallery-plugin.php:699
|
222 |
#, php-format
|
223 |
msgid "Install %s"
|
224 |
msgstr "Установка %s"
|
225 |
|
226 |
+
#: gallery-plugin.php:699
|
227 |
msgid "Install now from wordpress.org"
|
228 |
msgstr "Установити зараз від wordpress.org"
|
229 |
|
230 |
+
#: gallery-plugin.php:704
|
231 |
#, fuzzy
|
232 |
+
msgid "If you have any questions, please contact us via"
|
233 |
msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
234 |
|
235 |
+
#: gallery-plugin.php:739
|
236 |
#, fuzzy
|
237 |
msgid "See images »"
|
238 |
msgstr "Дивитися фото »"
|
239 |
|
240 |
+
#: gallery-plugin.php:838
|
241 |
#, fuzzy
|
242 |
msgid "Settings are saved"
|
243 |
msgstr "Параметри зберігаються."
|
244 |
|
245 |
+
#: gallery-plugin.php:852
|
246 |
#, fuzzy
|
247 |
msgid "Gallery Settings"
|
248 |
msgstr "Параметри галереї"
|
249 |
|
250 |
+
#: gallery-plugin.php:855
|
251 |
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:"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: gallery-plugin.php:859
|
255 |
#, fuzzy
|
256 |
msgid "Image size for the album cover"
|
257 |
msgstr "Размер для "
|
258 |
|
259 |
+
#: gallery-plugin.php:861
|
260 |
+
#: gallery-plugin.php:869
|
261 |
+
#: gallery-plugin.php:882
|
262 |
#, fuzzy
|
263 |
msgid "Image size"
|
264 |
msgstr "Ім'я розмір зображення"
|
265 |
|
266 |
+
#: gallery-plugin.php:862
|
267 |
+
#: gallery-plugin.php:870
|
268 |
msgid "Width (in px)"
|
269 |
msgstr "Ширина (в px)"
|
270 |
|
271 |
+
#: gallery-plugin.php:863
|
272 |
+
#: gallery-plugin.php:871
|
273 |
msgid "Height (in px)"
|
274 |
msgstr "Висота (в px)"
|
275 |
|
276 |
+
#: gallery-plugin.php:867
|
277 |
#, fuzzy
|
278 |
msgid "Gallery image size"
|
279 |
msgstr "Галереi"
|
280 |
|
281 |
+
#: gallery-plugin.php:875
|
282 |
#, fuzzy
|
283 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
284 |
msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
|
285 |
|
286 |
+
#: gallery-plugin.php:880
|
287 |
msgid "Gallery image size in the lightbox"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: gallery-plugin.php:883
|
291 |
#, fuzzy
|
292 |
msgid "Max width (in px)"
|
293 |
msgstr "Ширина (в px)"
|
294 |
|
295 |
+
#: gallery-plugin.php:884
|
296 |
#, fuzzy
|
297 |
msgid "Max height (in px)"
|
298 |
msgstr "Висота (в px)"
|
299 |
|
300 |
+
#: gallery-plugin.php:885
|
301 |
msgid "Display a full size image in the lightbox"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: gallery-plugin.php:889
|
305 |
msgid "Crop position"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:891
|
309 |
msgid "Horizontal"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:893
|
313 |
msgid "left"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:894
|
317 |
+
#: gallery-plugin.php:901
|
318 |
msgid "center"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:895
|
322 |
msgid "right"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: gallery-plugin.php:898
|
326 |
msgid "Vertical"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: gallery-plugin.php:900
|
330 |
msgid "top"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: gallery-plugin.php:902
|
334 |
msgid "bottom"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: gallery-plugin.php:907
|
338 |
msgid "Lightbox background"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:909
|
342 |
msgid "Default"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: gallery-plugin.php:910
|
346 |
msgid "Background transparency (from 0 to 1)"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: gallery-plugin.php:912
|
350 |
msgid "Select a background color"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: gallery-plugin.php:914
|
354 |
msgid "Background color"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: gallery-plugin.php:921
|
358 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: gallery-plugin.php:928
|
362 |
msgid "Images with border"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: gallery-plugin.php:931
|
366 |
msgid "Border width in px, just numbers"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: gallery-plugin.php:933
|
370 |
+
#: gallery-plugin.php:935
|
371 |
msgid "Select a border color"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: gallery-plugin.php:941
|
375 |
#, fuzzy
|
376 |
msgid "Number of images in the row"
|
377 |
msgstr "Кількість зображень у рядку"
|
378 |
|
379 |
+
#: gallery-plugin.php:947
|
380 |
msgid "Start slideshow"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: gallery-plugin.php:953
|
384 |
msgid "Slideshow interval"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: gallery-plugin.php:961
|
388 |
msgid "Attachment ID"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: gallery-plugin.php:962
|
392 |
#, fuzzy
|
393 |
msgid "Image Name"
|
394 |
msgstr "Ім'я розмір зображення"
|
395 |
|
396 |
+
#: gallery-plugin.php:964
|
397 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:965
|
401 |
msgid "Random"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:969
|
405 |
#, fuzzy
|
406 |
msgid "Sort images"
|
407 |
msgstr "Кількість зображень у рядку"
|
408 |
|
409 |
+
#: gallery-plugin.php:971
|
410 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:972
|
414 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:976
|
418 |
msgid "Display text above the image"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:978
|
422 |
msgid "If you want to display text just in a lightbox"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:982
|
426 |
msgid "Display the Back link"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:988
|
430 |
msgid "Display the Back link in the shortcode"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:994
|
434 |
msgid "The Back link text"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: gallery-plugin.php:1000
|
438 |
msgid "The Back link URL"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: gallery-plugin.php:1002
|
442 |
msgid "Gallery page (Page with Gallery Template)"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1004
|
446 |
msgid "(Full URL to custom page)"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1008
|
450 |
msgid "The Read More link text"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: gallery-plugin.php:1016
|
454 |
msgid "Save Changes"
|
455 |
msgstr "Зберегти зміни"
|
456 |
|
457 |
+
#: gallery-plugin.php:1029
|
458 |
msgid "FAQ"
|
459 |
msgstr "FAQ "
|
460 |
|
461 |
+
#: gallery-plugin.php:1030
|
462 |
msgid "Support"
|
463 |
msgstr "Підтримка"
|
464 |
|
465 |
+
#: gallery-plugin.php:1237
|
466 |
#: template/gallery-single-template.php:76
|
467 |
#, fuzzy
|
468 |
msgid "Sorry, nothing found."
|
469 |
msgstr "Вибачте - нічого не знайдено."
|
470 |
|
471 |
+
#: gallery-plugin.php:1259
|
472 |
#: template/gallery-single-template.php:101
|
473 |
msgid "Download high resolution image"
|
474 |
msgstr ""
|
languages/gallery-zh_CN.mo
CHANGED
Binary file
|
languages/gallery-zh_CN.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-16
|
6 |
-
"PO-Revision-Date: 2013-05-16
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "图库"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "图集"
|
33 |
|
@@ -99,7 +99,7 @@ msgid "Please make a choice"
|
|
99 |
msgstr ""
|
100 |
|
101 |
#: gallery-plugin.php:228
|
102 |
-
#: gallery-plugin.php:
|
103 |
#, fuzzy
|
104 |
msgid "Sort images by"
|
105 |
msgstr "一行中图像的数目"
|
@@ -172,300 +172,321 @@ msgid "Publishing"
|
|
172 |
msgstr "公共的"
|
173 |
|
174 |
#: gallery-plugin.php:483
|
175 |
-
#: gallery-plugin.php:
|
176 |
msgid "Date"
|
177 |
msgstr "日期"
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "已激活的插件"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
186 |
msgid "Read more"
|
187 |
msgstr "阅读更多"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
-
#: gallery-plugin.php:
|
191 |
-
#: gallery-plugin.php:
|
|
|
192 |
msgid "Settings"
|
193 |
msgstr "设置"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
|
|
196 |
msgid "Installed plugins"
|
197 |
msgstr "安装插件"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
|
|
200 |
msgid "Recommended plugins"
|
201 |
msgstr "推荐的插件"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
msgid "Download"
|
205 |
msgstr "下载"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
#, php-format
|
209 |
msgid "Install %s"
|
210 |
msgstr "安装 %s"
|
211 |
|
212 |
-
#: gallery-plugin.php:
|
213 |
msgid "Install now from wordpress.org"
|
214 |
msgstr "现在从 wordpress.org 安装"
|
215 |
|
216 |
-
#: gallery-plugin.php:
|
217 |
#, fuzzy
|
218 |
-
msgid "If you have any questions, please
|
219 |
msgstr "如果您有任何问题,请通过 plugin@bestwebsoft.com 或在我们的网站上填写联系表格来联系我们"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
#, fuzzy
|
223 |
msgid "See images »"
|
224 |
msgstr "查看照片 »"
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
#, fuzzy
|
228 |
msgid "Settings are saved"
|
229 |
msgstr "选项已保存。"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
#, fuzzy
|
233 |
msgid "Gallery Settings"
|
234 |
msgstr "图集选项"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
#, fuzzy
|
238 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
239 |
msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
242 |
#, fuzzy
|
243 |
msgid "Image size for the album cover"
|
244 |
msgstr "Размер для "
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
#: gallery-plugin.php:
|
248 |
-
#: gallery-plugin.php:
|
249 |
#, fuzzy
|
250 |
msgid "Image size"
|
251 |
msgstr "图像尺寸名称"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
#: gallery-plugin.php:
|
255 |
msgid "Width (in px)"
|
256 |
msgstr "宽度(像素)"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "Height (in px)"
|
261 |
msgstr "高度(像素)"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
#, fuzzy
|
265 |
msgid "Gallery image size"
|
266 |
msgstr "图库"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
#, fuzzy
|
270 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
271 |
msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "Gallery image size in the lightbox"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
#, fuzzy
|
279 |
msgid "Max width (in px)"
|
280 |
msgstr "宽度(像素)"
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
#, fuzzy
|
284 |
msgid "Max height (in px)"
|
285 |
msgstr "高度(像素)"
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "Display a full size image in the lightbox"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "Crop position"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
msgid "Horizontal"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: gallery-plugin.php:
|
300 |
#, fuzzy
|
301 |
msgid "left"
|
302 |
msgstr "删除"
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "center"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "right"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Vertical"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "top"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "bottom"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Lightbox background"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
#, fuzzy
|
331 |
msgid "Default"
|
332 |
msgstr "删除"
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
msgid "Background transparency (from 0 to 1)"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "Select a background color"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "Background color"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid "Images with border"
|
352 |
msgstr "图像边缘"
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
msgid "Border width in px, just numbers"
|
356 |
msgstr "边缘宽度,以像素为单位,只能使用数字"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
-
#: gallery-plugin.php:
|
360 |
#, fuzzy
|
361 |
msgid "Select a border color"
|
362 |
msgstr "为边缘选择颜色"
|
363 |
|
364 |
-
#: gallery-plugin.php:
|
365 |
#, fuzzy
|
366 |
msgid "Number of images in the row"
|
367 |
msgstr "一行中图像的数目"
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
msgid "Start slideshow"
|
371 |
msgstr "播放幻灯片"
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
msgid "Slideshow interval"
|
375 |
msgstr "幻灯片播放间隔"
|
376 |
|
377 |
-
#: gallery-plugin.php:
|
378 |
#, fuzzy
|
379 |
msgid "Attachment ID"
|
380 |
msgstr "附件ID"
|
381 |
|
382 |
-
#: gallery-plugin.php:
|
383 |
#, fuzzy
|
384 |
msgid "Image Name"
|
385 |
msgstr "图像"
|
386 |
|
387 |
-
#: gallery-plugin.php:
|
388 |
#, fuzzy
|
389 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
390 |
msgstr "附件顺序(插入/上传媒体图集对话框中的整型字段)"
|
391 |
|
392 |
-
#: gallery-plugin.php:
|
393 |
#, fuzzy
|
394 |
msgid "Random"
|
395 |
msgstr "随机"
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
#, fuzzy
|
399 |
msgid "Sort images"
|
400 |
msgstr "一行中图像的数目"
|
401 |
|
402 |
-
#: gallery-plugin.php:
|
403 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
404 |
msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
|
405 |
|
406 |
-
#: gallery-plugin.php:
|
407 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
408 |
msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
|
409 |
|
410 |
-
#: gallery-plugin.php:
|
411 |
#, fuzzy
|
412 |
msgid "Display text above the image"
|
413 |
msgstr "在图像上方显示文本"
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
msgid "If you want to display text just in a lightbox"
|
417 |
msgstr "如果您仅想在收藏夹中显示文本"
|
418 |
|
419 |
-
#: gallery-plugin.php:
|
420 |
#, fuzzy
|
421 |
msgid "Display the Back link"
|
422 |
msgstr "显示返回链接"
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
#, fuzzy
|
426 |
msgid "Display the Back link in the shortcode"
|
427 |
msgstr "以简码方式显示返回链接"
|
428 |
|
429 |
-
#: gallery-plugin.php:
|
430 |
msgid "The Back link text"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "The Back link URL"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "Gallery page (Page with Gallery Template)"
|
439 |
msgstr "图集页面(具有图集模板的页面)"
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "(Full URL to custom page)"
|
443 |
msgstr "(到自定义页面的完整地址)"
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
#, fuzzy
|
447 |
msgid "The Read More link text"
|
448 |
msgstr "阅读更多链接的标签"
|
449 |
|
450 |
-
#: gallery-plugin.php:
|
451 |
msgid "Save Changes"
|
452 |
msgstr "保存修改"
|
453 |
|
454 |
-
#: gallery-plugin.php:
|
455 |
msgid "FAQ"
|
456 |
msgstr "常问问题"
|
457 |
|
458 |
-
#: gallery-plugin.php:
|
459 |
msgid "Support"
|
460 |
msgstr "支持"
|
461 |
|
462 |
-
#: gallery-plugin.php:
|
463 |
#: template/gallery-single-template.php:76
|
464 |
#, fuzzy
|
465 |
msgid "Sorry, nothing found."
|
466 |
msgstr "对不起 - 没有找到。"
|
467 |
|
468 |
-
#: gallery-plugin.php:
|
469 |
#: template/gallery-single-template.php:101
|
470 |
#, fuzzy
|
471 |
msgid "Download high resolution image"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-05-28 16:03+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-05-28 16:03+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:845
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
|
23 |
|
27 |
msgstr "图库"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:712
|
31 |
msgid "Gallery"
|
32 |
msgstr "图集"
|
33 |
|
99 |
msgstr ""
|
100 |
|
101 |
#: gallery-plugin.php:228
|
102 |
+
#: gallery-plugin.php:959
|
103 |
#, fuzzy
|
104 |
msgid "Sort images by"
|
105 |
msgstr "一行中图像的数目"
|
172 |
msgstr "公共的"
|
173 |
|
174 |
#: gallery-plugin.php:483
|
175 |
+
#: gallery-plugin.php:963
|
176 |
msgid "Date"
|
177 |
msgstr "日期"
|
178 |
|
179 |
+
#: gallery-plugin.php:652
|
180 |
+
#, fuzzy
|
181 |
+
msgid "Pro plugins"
|
182 |
+
msgstr "推荐的插件"
|
183 |
+
|
184 |
+
#: gallery-plugin.php:655
|
185 |
+
#: gallery-plugin.php:681
|
186 |
msgid "Activated plugins"
|
187 |
msgstr "已激活的插件"
|
188 |
|
189 |
+
#: gallery-plugin.php:657
|
190 |
+
#: gallery-plugin.php:665
|
191 |
+
#: gallery-plugin.php:673
|
192 |
+
#: gallery-plugin.php:683
|
193 |
+
#: gallery-plugin.php:691
|
194 |
+
#: gallery-plugin.php:699
|
195 |
msgid "Read more"
|
196 |
msgstr "阅读更多"
|
197 |
|
198 |
+
#: gallery-plugin.php:657
|
199 |
+
#: gallery-plugin.php:683
|
200 |
+
#: gallery-plugin.php:1028
|
201 |
+
#: gallery-plugin.php:1043
|
202 |
msgid "Settings"
|
203 |
msgstr "设置"
|
204 |
|
205 |
+
#: gallery-plugin.php:663
|
206 |
+
#: gallery-plugin.php:689
|
207 |
msgid "Installed plugins"
|
208 |
msgstr "安装插件"
|
209 |
|
210 |
+
#: gallery-plugin.php:671
|
211 |
+
#: gallery-plugin.php:697
|
212 |
msgid "Recommended plugins"
|
213 |
msgstr "推荐的插件"
|
214 |
|
215 |
+
#: gallery-plugin.php:673
|
216 |
+
msgid "Purchase"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: gallery-plugin.php:678
|
220 |
+
#, fuzzy
|
221 |
+
msgid "Free plugins"
|
222 |
+
msgstr "推荐的插件"
|
223 |
+
|
224 |
+
#: gallery-plugin.php:699
|
225 |
msgid "Download"
|
226 |
msgstr "下载"
|
227 |
|
228 |
+
#: gallery-plugin.php:699
|
229 |
#, php-format
|
230 |
msgid "Install %s"
|
231 |
msgstr "安装 %s"
|
232 |
|
233 |
+
#: gallery-plugin.php:699
|
234 |
msgid "Install now from wordpress.org"
|
235 |
msgstr "现在从 wordpress.org 安装"
|
236 |
|
237 |
+
#: gallery-plugin.php:704
|
238 |
#, fuzzy
|
239 |
+
msgid "If you have any questions, please contact us via"
|
240 |
msgstr "如果您有任何问题,请通过 plugin@bestwebsoft.com 或在我们的网站上填写联系表格来联系我们"
|
241 |
|
242 |
+
#: gallery-plugin.php:739
|
243 |
#, fuzzy
|
244 |
msgid "See images »"
|
245 |
msgstr "查看照片 »"
|
246 |
|
247 |
+
#: gallery-plugin.php:838
|
248 |
#, fuzzy
|
249 |
msgid "Settings are saved"
|
250 |
msgstr "选项已保存。"
|
251 |
|
252 |
+
#: gallery-plugin.php:852
|
253 |
#, fuzzy
|
254 |
msgid "Gallery Settings"
|
255 |
msgstr "图集选项"
|
256 |
|
257 |
+
#: gallery-plugin.php:855
|
258 |
#, fuzzy
|
259 |
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:"
|
260 |
msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
|
261 |
|
262 |
+
#: gallery-plugin.php:859
|
263 |
#, fuzzy
|
264 |
msgid "Image size for the album cover"
|
265 |
msgstr "Размер для "
|
266 |
|
267 |
+
#: gallery-plugin.php:861
|
268 |
+
#: gallery-plugin.php:869
|
269 |
+
#: gallery-plugin.php:882
|
270 |
#, fuzzy
|
271 |
msgid "Image size"
|
272 |
msgstr "图像尺寸名称"
|
273 |
|
274 |
+
#: gallery-plugin.php:862
|
275 |
+
#: gallery-plugin.php:870
|
276 |
msgid "Width (in px)"
|
277 |
msgstr "宽度(像素)"
|
278 |
|
279 |
+
#: gallery-plugin.php:863
|
280 |
+
#: gallery-plugin.php:871
|
281 |
msgid "Height (in px)"
|
282 |
msgstr "高度(像素)"
|
283 |
|
284 |
+
#: gallery-plugin.php:867
|
285 |
#, fuzzy
|
286 |
msgid "Gallery image size"
|
287 |
msgstr "图库"
|
288 |
|
289 |
+
#: gallery-plugin.php:875
|
290 |
#, fuzzy
|
291 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
292 |
msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
|
293 |
|
294 |
+
#: gallery-plugin.php:880
|
295 |
msgid "Gallery image size in the lightbox"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: gallery-plugin.php:883
|
299 |
#, fuzzy
|
300 |
msgid "Max width (in px)"
|
301 |
msgstr "宽度(像素)"
|
302 |
|
303 |
+
#: gallery-plugin.php:884
|
304 |
#, fuzzy
|
305 |
msgid "Max height (in px)"
|
306 |
msgstr "高度(像素)"
|
307 |
|
308 |
+
#: gallery-plugin.php:885
|
309 |
msgid "Display a full size image in the lightbox"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:889
|
313 |
msgid "Crop position"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:891
|
317 |
msgid "Horizontal"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: gallery-plugin.php:893
|
321 |
#, fuzzy
|
322 |
msgid "left"
|
323 |
msgstr "删除"
|
324 |
|
325 |
+
#: gallery-plugin.php:894
|
326 |
+
#: gallery-plugin.php:901
|
327 |
msgid "center"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: gallery-plugin.php:895
|
331 |
msgid "right"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: gallery-plugin.php:898
|
335 |
msgid "Vertical"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:900
|
339 |
msgid "top"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: gallery-plugin.php:902
|
343 |
msgid "bottom"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: gallery-plugin.php:907
|
347 |
msgid "Lightbox background"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: gallery-plugin.php:909
|
351 |
#, fuzzy
|
352 |
msgid "Default"
|
353 |
msgstr "删除"
|
354 |
|
355 |
+
#: gallery-plugin.php:910
|
356 |
msgid "Background transparency (from 0 to 1)"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: gallery-plugin.php:912
|
360 |
msgid "Select a background color"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: gallery-plugin.php:914
|
364 |
msgid "Background color"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: gallery-plugin.php:921
|
368 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: gallery-plugin.php:928
|
372 |
msgid "Images with border"
|
373 |
msgstr "图像边缘"
|
374 |
|
375 |
+
#: gallery-plugin.php:931
|
376 |
msgid "Border width in px, just numbers"
|
377 |
msgstr "边缘宽度,以像素为单位,只能使用数字"
|
378 |
|
379 |
+
#: gallery-plugin.php:933
|
380 |
+
#: gallery-plugin.php:935
|
381 |
#, fuzzy
|
382 |
msgid "Select a border color"
|
383 |
msgstr "为边缘选择颜色"
|
384 |
|
385 |
+
#: gallery-plugin.php:941
|
386 |
#, fuzzy
|
387 |
msgid "Number of images in the row"
|
388 |
msgstr "一行中图像的数目"
|
389 |
|
390 |
+
#: gallery-plugin.php:947
|
391 |
msgid "Start slideshow"
|
392 |
msgstr "播放幻灯片"
|
393 |
|
394 |
+
#: gallery-plugin.php:953
|
395 |
msgid "Slideshow interval"
|
396 |
msgstr "幻灯片播放间隔"
|
397 |
|
398 |
+
#: gallery-plugin.php:961
|
399 |
#, fuzzy
|
400 |
msgid "Attachment ID"
|
401 |
msgstr "附件ID"
|
402 |
|
403 |
+
#: gallery-plugin.php:962
|
404 |
#, fuzzy
|
405 |
msgid "Image Name"
|
406 |
msgstr "图像"
|
407 |
|
408 |
+
#: gallery-plugin.php:964
|
409 |
#, fuzzy
|
410 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
411 |
msgstr "附件顺序(插入/上传媒体图集对话框中的整型字段)"
|
412 |
|
413 |
+
#: gallery-plugin.php:965
|
414 |
#, fuzzy
|
415 |
msgid "Random"
|
416 |
msgstr "随机"
|
417 |
|
418 |
+
#: gallery-plugin.php:969
|
419 |
#, fuzzy
|
420 |
msgid "Sort images"
|
421 |
msgstr "一行中图像的数目"
|
422 |
|
423 |
+
#: gallery-plugin.php:971
|
424 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
425 |
msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
|
426 |
|
427 |
+
#: gallery-plugin.php:972
|
428 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
429 |
msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
|
430 |
|
431 |
+
#: gallery-plugin.php:976
|
432 |
#, fuzzy
|
433 |
msgid "Display text above the image"
|
434 |
msgstr "在图像上方显示文本"
|
435 |
|
436 |
+
#: gallery-plugin.php:978
|
437 |
msgid "If you want to display text just in a lightbox"
|
438 |
msgstr "如果您仅想在收藏夹中显示文本"
|
439 |
|
440 |
+
#: gallery-plugin.php:982
|
441 |
#, fuzzy
|
442 |
msgid "Display the Back link"
|
443 |
msgstr "显示返回链接"
|
444 |
|
445 |
+
#: gallery-plugin.php:988
|
446 |
#, fuzzy
|
447 |
msgid "Display the Back link in the shortcode"
|
448 |
msgstr "以简码方式显示返回链接"
|
449 |
|
450 |
+
#: gallery-plugin.php:994
|
451 |
msgid "The Back link text"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: gallery-plugin.php:1000
|
455 |
msgid "The Back link URL"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: gallery-plugin.php:1002
|
459 |
msgid "Gallery page (Page with Gallery Template)"
|
460 |
msgstr "图集页面(具有图集模板的页面)"
|
461 |
|
462 |
+
#: gallery-plugin.php:1004
|
463 |
msgid "(Full URL to custom page)"
|
464 |
msgstr "(到自定义页面的完整地址)"
|
465 |
|
466 |
+
#: gallery-plugin.php:1008
|
467 |
#, fuzzy
|
468 |
msgid "The Read More link text"
|
469 |
msgstr "阅读更多链接的标签"
|
470 |
|
471 |
+
#: gallery-plugin.php:1016
|
472 |
msgid "Save Changes"
|
473 |
msgstr "保存修改"
|
474 |
|
475 |
+
#: gallery-plugin.php:1029
|
476 |
msgid "FAQ"
|
477 |
msgstr "常问问题"
|
478 |
|
479 |
+
#: gallery-plugin.php:1030
|
480 |
msgid "Support"
|
481 |
msgstr "支持"
|
482 |
|
483 |
+
#: gallery-plugin.php:1237
|
484 |
#: template/gallery-single-template.php:76
|
485 |
#, fuzzy
|
486 |
msgid "Sorry, nothing found."
|
487 |
msgstr "对不起 - 没有找到。"
|
488 |
|
489 |
+
#: gallery-plugin.php:1259
|
490 |
#: template/gallery-single-template.php:101
|
491 |
#, fuzzy
|
492 |
msgid "Download high resolution image"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
|
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -17,6 +17,8 @@ This plugin makes it possible to implement as many galleries as you want into yo
|
|
17 |
<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
|
18 |
<a href="http://support.bestwebsoft.com" target="_blank">Support</a>
|
19 |
|
|
|
|
|
20 |
= Features =
|
21 |
|
22 |
* Actions: Create any amount of albums in the gallery.
|
@@ -35,8 +37,8 @@ This plugin makes it possible to implement as many galleries as you want into yo
|
|
35 |
* Brazilian Portuguese (pt_BR) (thanks to DJIO, www.djio.com.br)
|
36 |
* Chinese (zh_CN) (thanks to <a href="mailto:mibcxb@gmail.com">Xiaobo Chen</a>)
|
37 |
* Czech (cs_CZ) (thanks to Josef Sukdol)
|
38 |
-
* Dutch (nl_NL) (thanks to <a href="ronald@hostingu.nl">HostingU, Ronald Verheul</a>)
|
39 |
-
* French (fr_FR) (thanks to Didier, <a href="lcapronnier@yahoo.com">L Capronnier</a>)
|
40 |
* Georgian (ka_GE) (thanks to Vako Patashuri)
|
41 |
* German (de_DE) (thanks to Thomas Bludau)
|
42 |
* Hebrew (he_IL) (thanks to Sagive SEO)
|
@@ -117,6 +119,21 @@ Go to the Gallery tab and you will see attachments related to this gallery.
|
|
117 |
You can change their order using the drag and drop option.
|
118 |
Just set an order and click the 'Save' button.
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
== Screenshots ==
|
121 |
|
122 |
1. Gallery Admin page.
|
@@ -127,6 +144,11 @@ Just set an order and click the 'Save' button.
|
|
127 |
|
128 |
== Changelog ==
|
129 |
|
|
|
|
|
|
|
|
|
|
|
130 |
= V3.8.9 - 16.05.2013 =
|
131 |
* Bugfix : We fixed the bug of SQL queries.
|
132 |
|
@@ -271,6 +293,9 @@ Just set an order and click the 'Save' button.
|
|
271 |
|
272 |
== Upgrade Notice ==
|
273 |
|
|
|
|
|
|
|
274 |
= V3.8.9 =
|
275 |
We fixed the bug of SQL queries.
|
276 |
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 3.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
17 |
<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">FAQ</a>
|
18 |
<a href="http://support.bestwebsoft.com" target="_blank">Support</a>
|
19 |
|
20 |
+
<a href="http://bestwebsoft.com/plugin/gallery-pro/" target="_blank">Upgrade to Pro Version</a>
|
21 |
+
|
22 |
= Features =
|
23 |
|
24 |
* Actions: Create any amount of albums in the gallery.
|
37 |
* Brazilian Portuguese (pt_BR) (thanks to DJIO, www.djio.com.br)
|
38 |
* Chinese (zh_CN) (thanks to <a href="mailto:mibcxb@gmail.com">Xiaobo Chen</a>)
|
39 |
* Czech (cs_CZ) (thanks to Josef Sukdol)
|
40 |
+
* Dutch (nl_NL) (thanks to <a href="mailto:ronald@hostingu.nl">HostingU, Ronald Verheul</a>)
|
41 |
+
* French (fr_FR) (thanks to Didier, <a href="mailto:lcapronnier@yahoo.com">L Capronnier</a>)
|
42 |
* Georgian (ka_GE) (thanks to Vako Patashuri)
|
43 |
* German (de_DE) (thanks to Thomas Bludau)
|
44 |
* Hebrew (he_IL) (thanks to Sagive SEO)
|
119 |
You can change their order using the drag and drop option.
|
120 |
Just set an order and click the 'Save' button.
|
121 |
|
122 |
+
= I am using WP with rtl language and I have a problem with the lightbox displaying on iPad/iPhone. =
|
123 |
+
|
124 |
+
1. In the file header.php you should substitute
|
125 |
+
<html <?php language_attributes(); ?>>
|
126 |
+
with
|
127 |
+
<html>
|
128 |
+
2. Removed the "direction:rtl" from the css of the body, and moved it to the main wrapper. For example, in your theme CSS file (usually it's rtl.css) remove the following lines:
|
129 |
+
body {
|
130 |
+
direction:rtl;
|
131 |
+
}
|
132 |
+
and add (for the themes Twenty Eleven or Twenty Ten):
|
133 |
+
.hfeed {
|
134 |
+
direction:rtl;
|
135 |
+
}
|
136 |
+
|
137 |
== Screenshots ==
|
138 |
|
139 |
1. Gallery Admin page.
|
144 |
|
145 |
== Changelog ==
|
146 |
|
147 |
+
= V3.9 - 28.05.2013 =
|
148 |
+
* Update : BWS plugins section is updated.
|
149 |
+
* Update : The French language file is updated.
|
150 |
+
* Bugfix : We changed using the abspath to plugin_dir_path().
|
151 |
+
|
152 |
= V3.8.9 - 16.05.2013 =
|
153 |
* Bugfix : We fixed the bug of SQL queries.
|
154 |
|
293 |
|
294 |
== Upgrade Notice ==
|
295 |
|
296 |
+
= V3.9 =
|
297 |
+
BWS plugins section is updated. The French language file is updated. We changed using the abspath to plugin_dir_path().
|
298 |
+
|
299 |
= V3.8.9 =
|
300 |
We fixed the bug of SQL queries.
|
301 |
|
screenshot-1.jpg
CHANGED
Binary file
|
screenshot-3.jpg
CHANGED
Binary file
|