Version Description
- 21.12.2012 =
- Update : We deleted all p,a,c,k,e,r code.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Gallery by BestWebSoft |
Version | 3.8.1 |
Comparing to | |
See all releases |
Code changes from version 3.7 to 3.8.1
- css/stylesheet.css +47 -6
- fancybox/jquery.easing-1.3.pack.js +0 -72
- gallery-plugin.php +274 -186
- images/Thumbs.db +0 -0
- images/icons_32.png +0 -0
- images/icons_32_b.png +0 -0
- images/menu.png +0 -0
- images/menu_b.png +0 -0
- languages/gallery-cs_CZ.mo +0 -0
- languages/gallery-cs_CZ.po +87 -55
- languages/gallery-de_DE.mo +0 -0
- languages/gallery-de_DE.po +87 -55
- languages/gallery-es_ES.mo +0 -0
- languages/gallery-es_ES.po +88 -55
- languages/gallery-fa_IR.mo +0 -0
- languages/gallery-fa_IR.po +315 -0
- languages/gallery-fr_FR.mo +0 -0
- languages/gallery-fr_FR.po +88 -55
- languages/gallery-he_IL.mo +0 -0
- languages/gallery-he_IL.po +89 -55
- languages/gallery-hu_HU.mo +0 -0
- languages/gallery-hu_HU.po +87 -55
- languages/gallery-it_IT.mo +0 -0
- languages/gallery-it_IT.po +88 -55
- languages/gallery-ka_GE.mo +0 -0
- languages/gallery-ka_GE.po +87 -55
- languages/gallery-lt_LT.mo +0 -0
- languages/gallery-lt_LT.po +88 -55
- languages/gallery-nl_NL.mo +0 -0
- languages/gallery-nl_NL.po +87 -55
- languages/gallery-pl_PL.mo +0 -0
- languages/gallery-pl_PL.po +87 -55
- languages/gallery-pt_BR.mo +0 -0
- languages/gallery-pt_BR.po +89 -55
- languages/gallery-ru_RU.mo +0 -0
- languages/gallery-ru_RU.po +88 -55
- languages/gallery-sr_RS.mo +0 -0
- languages/gallery-sr_RS.po +388 -0
- languages/gallery-uk.mo +0 -0
- languages/gallery-uk.po +87 -55
- minicolors/jquery.miniColors.css +182 -0
- minicolors/jquery.miniColors.js +634 -0
- minicolors/jquery.minicolors.png +0 -0
- readme.txt +19 -2
- screenshot-3.jpg +0 -0
- template/gallery-single-template.php +21 -10
- template/gallery-template.php +9 -1
- upload/jquery.js +0 -154
css/stylesheet.css
CHANGED
@@ -2,29 +2,31 @@ ul.gallery {
|
|
2 |
list-style: none outside none;
|
3 |
}
|
4 |
|
5 |
-
|
6 |
-
{
|
7 |
list-style: none outside none;
|
8 |
margin:0;
|
9 |
}
|
10 |
|
11 |
-
|
12 |
padding: 10px 10px 0 0;
|
13 |
clear: both;
|
14 |
}
|
15 |
|
16 |
-
|
17 |
padding: 5px;
|
18 |
margin:0 10px 10px 0;
|
19 |
float:left;
|
20 |
border: 1px solid #BDBDBD;
|
21 |
}
|
22 |
|
23 |
-
|
24 |
margin-bottom:0px;
|
25 |
}
|
26 |
|
27 |
-
|
|
|
|
|
|
|
28 |
color: #000000;
|
29 |
line-height: 1.5em;
|
30 |
margin: 0 0 10px;
|
@@ -144,6 +146,33 @@ text-align:center;
|
|
144 |
{
|
145 |
background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
|
146 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item
|
148 |
{
|
149 |
display:none;
|
@@ -157,4 +186,16 @@ text-align:center;
|
|
157 |
#gllr_form_image_size .label_radio{
|
158 |
width:540px;
|
159 |
cursor: default;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
}
|
2 |
list-style: none outside none;
|
3 |
}
|
4 |
|
5 |
+
.gallery_box ul{
|
|
|
6 |
list-style: none outside none;
|
7 |
margin:0;
|
8 |
}
|
9 |
|
10 |
+
.gallery_box li{
|
11 |
padding: 10px 10px 0 0;
|
12 |
clear: both;
|
13 |
}
|
14 |
|
15 |
+
.gallery_box li img {
|
16 |
padding: 5px;
|
17 |
margin:0 10px 10px 0;
|
18 |
float:left;
|
19 |
border: 1px solid #BDBDBD;
|
20 |
}
|
21 |
|
22 |
+
.gallery_box p {
|
23 |
margin-bottom:0px;
|
24 |
}
|
25 |
|
26 |
+
.gallery_detail_box {
|
27 |
+
float:left;
|
28 |
+
}
|
29 |
+
.gallery_box .gallery_detail_box p.title {
|
30 |
color: #000000;
|
31 |
line-height: 1.5em;
|
32 |
margin: 0 0 10px;
|
146 |
{
|
147 |
background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
|
148 |
}
|
149 |
+
.wrap #icon-edit.icon32-posts-gallery
|
150 |
+
{
|
151 |
+
background: url("../images/icons_32.png") no-repeat scroll left top transparent;
|
152 |
+
}
|
153 |
+
|
154 |
+
.admin-color-classic .wrap #icon-edit.icon32-posts-gallery
|
155 |
+
{
|
156 |
+
background: url("../images/icons_32_b.png") no-repeat scroll left top transparent;
|
157 |
+
}
|
158 |
+
|
159 |
+
#adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image
|
160 |
+
{
|
161 |
+
background: url("../images/menu.png") no-repeat scroll left top transparent;
|
162 |
+
}
|
163 |
+
|
164 |
+
.admin-color-classic #adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image
|
165 |
+
{
|
166 |
+
background: url("../images/menu_b.png") no-repeat scroll left top transparent;
|
167 |
+
}
|
168 |
+
|
169 |
+
#adminmenu #menu-posts-gallery div.wp-menu-image {
|
170 |
+
background: url("../images/menu.png?ver=20100531") no-repeat scroll left -32px transparent;
|
171 |
+
}
|
172 |
+
|
173 |
+
.admin-color-classic #adminmenu #menu-posts-gallery div.wp-menu-image {
|
174 |
+
background: url("../images/menu_b.png?ver=20100531") no-repeat scroll left -32px transparent;
|
175 |
+
}
|
176 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item
|
177 |
{
|
178 |
display:none;
|
186 |
#gllr_form_image_size .label_radio{
|
187 |
width:540px;
|
188 |
cursor: default;
|
189 |
+
}
|
190 |
+
|
191 |
+
#gllr_border_images_color_small{
|
192 |
+
background: none repeat scroll 0 0 transparent;
|
193 |
+
box-shadow: 0 9px 0 rgba(255, 255, 255, 0.1) inset;
|
194 |
+
border: 1px solid #CCCCCC;
|
195 |
+
display: inline-block;
|
196 |
+
height: 20px;
|
197 |
+
position: relative;
|
198 |
+
vertical-align: middle;
|
199 |
+
width: 20px;
|
200 |
+
top: -2px;
|
201 |
}
|
fancybox/jquery.easing-1.3.pack.js
DELETED
@@ -1,72 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
|
3 |
-
*
|
4 |
-
* Uses the built in easing capabilities added In jQuery 1.1
|
5 |
-
* to offer multiple easing options
|
6 |
-
*
|
7 |
-
* TERMS OF USE - jQuery Easing
|
8 |
-
*
|
9 |
-
* Open source under the BSD License.
|
10 |
-
*
|
11 |
-
* Copyright © 2008 George McGinley Smith
|
12 |
-
* All rights reserved.
|
13 |
-
*
|
14 |
-
* Redistribution and use in source and binary forms, with or without modification,
|
15 |
-
* are permitted provided that the following conditions are met:
|
16 |
-
*
|
17 |
-
* Redistributions of source code must retain the above copyright notice, this list of
|
18 |
-
* conditions and the following disclaimer.
|
19 |
-
* Redistributions in binary form must reproduce the above copyright notice, this list
|
20 |
-
* of conditions and the following disclaimer in the documentation and/or other materials
|
21 |
-
* provided with the distribution.
|
22 |
-
*
|
23 |
-
* Neither the name of the author nor the names of contributors may be used to endorse
|
24 |
-
* or promote products derived from this software without specific prior written permission.
|
25 |
-
*
|
26 |
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
27 |
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
28 |
-
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
29 |
-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
30 |
-
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
31 |
-
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
32 |
-
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
33 |
-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
34 |
-
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
35 |
-
*
|
36 |
-
*/
|
37 |
-
|
38 |
-
// t: current time, b: begInnIng value, c: change In value, d: duration
|
39 |
-
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t<d/2)6 h.i.A(x,t*2,0,c,d)*.5+b;6 h.i.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|easing|pow|75|70158|else|sin|sqrt||5625|asin|||undefined|easeOutBounce|abs||def|swing|easeInBounce|525|cos|easeOutQuad|easeOutBack|easeInBack|easeInSine|easeOutElastic|easeInOutQuint|easeOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInQuart|extend|easeInElastic|easeInOutCirc|easeInOutCubic|easeOutCirc|easeInOutElastic|easeOutCubic|easeInCirc|easeInOutExpo|easeInCubic|easeOutExpo|easeInExpo||9375|easeInOutSine|easeInOutQuad|25|easeOutSine|easeInOutBack|easeInQuad|625|984375|jswing|easeInOutBounce'.split('|'),0,{}))
|
40 |
-
|
41 |
-
/*
|
42 |
-
*
|
43 |
-
* TERMS OF USE - EASING EQUATIONS
|
44 |
-
*
|
45 |
-
* Open source under the BSD License.
|
46 |
-
*
|
47 |
-
* Copyright © 2001 Robert Penner
|
48 |
-
* All rights reserved.
|
49 |
-
*
|
50 |
-
* Redistribution and use in source and binary forms, with or without modification,
|
51 |
-
* are permitted provided that the following conditions are met:
|
52 |
-
*
|
53 |
-
* Redistributions of source code must retain the above copyright notice, this list of
|
54 |
-
* conditions and the following disclaimer.
|
55 |
-
* Redistributions in binary form must reproduce the above copyright notice, this list
|
56 |
-
* of conditions and the following disclaimer in the documentation and/or other materials
|
57 |
-
* provided with the distribution.
|
58 |
-
*
|
59 |
-
* Neither the name of the author nor the names of contributors may be used to endorse
|
60 |
-
* or promote products derived from this software without specific prior written permission.
|
61 |
-
*
|
62 |
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
63 |
-
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
64 |
-
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
65 |
-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
66 |
-
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
67 |
-
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
68 |
-
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
69 |
-
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
70 |
-
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
71 |
-
*
|
72 |
-
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
*/
|
@@ -41,7 +41,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
|
|
41 |
return false;
|
42 |
@fwrite( $handle, $contents );
|
43 |
@fclose( $handle );
|
44 |
-
chmod( $filename_theme_1, octdec(755) );
|
45 |
}
|
46 |
else {
|
47 |
$handle = @fopen( $filename_theme_1, "r" );
|
@@ -59,7 +59,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
|
|
59 |
return false;
|
60 |
@fwrite( $handle, $contents );
|
61 |
@fclose( $handle );
|
62 |
-
chmod( $filename_theme_1, octdec(755) );
|
63 |
}
|
64 |
if ( ! file_exists( $filename_theme_2 ) ) {
|
65 |
$handle = @fopen( $filename_2, "r" );
|
@@ -69,7 +69,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
|
|
69 |
return false;
|
70 |
@fwrite( $handle, $contents );
|
71 |
@fclose( $handle );
|
72 |
-
chmod( $filename_theme_2, octdec(755) );
|
73 |
}
|
74 |
else {
|
75 |
$handle = @fopen( $filename_theme_2, "r" );
|
@@ -87,7 +87,7 @@ if( ! function_exists( 'gllr_plugin_install' ) ) {
|
|
87 |
return false;
|
88 |
@fwrite( $handle, $contents );
|
89 |
@fclose( $handle );
|
90 |
-
chmod( $filename_theme_2, octdec(755) );
|
91 |
}
|
92 |
}
|
93 |
}
|
@@ -122,7 +122,7 @@ if( ! function_exists( 'gllr_plugin_uninstall' ) ) {
|
|
122 |
// Create post type for Gallery
|
123 |
if( ! function_exists( 'post_type_images' ) ) {
|
124 |
function post_type_images() {
|
125 |
-
register_post_type('gallery', array(
|
126 |
'labels' => array(
|
127 |
'name' => __( 'Galleries', 'gallery' ),
|
128 |
'singular_name' => __( 'Gallery', 'gallery' ),
|
@@ -143,7 +143,7 @@ if( ! function_exists( 'post_type_images' ) ) {
|
|
143 |
'capability_type' => 'post',
|
144 |
'has_archive' => false,
|
145 |
'hierarchical' => true,
|
146 |
-
'supports' => array('title', 'editor', 'thumbnail', 'author', 'page-attributes' ),
|
147 |
'register_meta_box_cb' => 'init_metaboxes_gallery'
|
148 |
));
|
149 |
}
|
@@ -172,7 +172,7 @@ if( ! function_exists( 'addImageAncestorToMenu' ) ) {
|
|
172 |
$post_ancestors = $post->ancestors;
|
173 |
}
|
174 |
|
175 |
-
$menuQuery = "SELECT DISTINCT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN (" . implode(',', $post_ancestors) . ")";
|
176 |
$menuItems = $wpdb->get_col( $menuQuery );
|
177 |
|
178 |
if ( is_array( $menuItems ) ) {
|
@@ -222,20 +222,19 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
|
|
222 |
<div id="hidden"></div>
|
223 |
<div style="clear:both;"></div></div>
|
224 |
<div class="gllr_order_message hidden">
|
225 |
-
<input type="checkbox" name="gllr_download_link" value="1" <?php if( $gllr_download_link != '' ) echo "checked='checked'"; ?> style="position:relative; top:-2px " /> <?php _e('Allow download link for images in this gallery', 'gallery' ); ?><br /><br />
|
226 |
<?php _e( 'Please use drag and drop function to change the order of the output of images and do not forget to save post.', 'gallery'); ?>
|
227 |
<br />
|
228 |
-
<?php _e( 'Please do not forget to select ', 'gallery'); echo ' `'; _e('Attachments order by', 'gallery' ); echo '` -> `'; _e('attachments order', 'gallery' ); echo '` '; _e('in the settings of the plugin (page ', 'gallery'); ?><a href="<?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?>" target="_blank"><?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?></a>)
|
229 |
</div>
|
230 |
<script type="text/javascript">
|
231 |
-
<?php if ($uploader === true) { ?>
|
232 |
-
jQuery(document).ready(function()
|
233 |
-
{
|
234 |
var uploader = new qq.FileUploader({
|
235 |
element: document.getElementById('file-uploader-demo1'),
|
236 |
action: '../wp-admin/admin-ajax.php?action=upload_gallery_image',
|
237 |
debug: false,
|
238 |
-
onComplete: function(id, fileName, result) {
|
239 |
if(result.error) {
|
240 |
//
|
241 |
}
|
@@ -256,7 +255,7 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
|
|
256 |
</script>
|
257 |
<?php
|
258 |
|
259 |
-
$posts = get_posts(array(
|
260 |
"showposts" => -1,
|
261 |
"what_to_show" => "posts",
|
262 |
"post_status" => "inherit",
|
@@ -264,7 +263,7 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
|
|
264 |
"orderby" => $gllr_options['order_by'],
|
265 |
"order" => $gllr_options['order'],
|
266 |
"post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
|
267 |
-
"post_parent" => $post->ID)); ?>
|
268 |
<ul class="gallery clearfix">
|
269 |
<?php foreach ( $posts as $page ):
|
270 |
$image_text = get_post_meta( $page->ID, $key, FALSE );
|
@@ -273,8 +272,8 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
|
|
273 |
echo '<div class="gllr_border_image"><img src="'.$image_attributes[0].'" alt="'.$page->post_title.'" title="'.$page->post_title.'" height="'.get_option( 'thumbnail_size_h' ).'" width="'.get_option( 'thumbnail_size_w' ).'" /></div>';
|
274 |
echo '<input type="text" name="gllr_image_text['.$page->ID.']" value="'.get_post_meta( $page->ID, $key, TRUE ).'" class="gllr_image_text" />';
|
275 |
echo '<input type="text" name="gllr_order_text['.$page->ID.']" value="'.$page->menu_order.'" class="gllr_order_text '.( $page->menu_order == 0 ? "hidden" : '' ).'" />';
|
276 |
-
echo '<br />'.__("Link URL", "gallery").'<br /><input type="text" name="gllr_link_url['.$page->ID.']" value="'.get_post_meta( $page->ID, $link_key, TRUE ).'" class="gllr_link_text" /><br /><span class="small_text">'.__("(clicking on image <br /> open the link in new window)", "gallery").'</span>';
|
277 |
-
echo '<div class="delete"><a href="javascript:void(0);" onclick="img_delete('.$page->ID.');">'.__("Delete", "gallery").'</a><div/>';
|
278 |
echo '</div></li>';
|
279 |
endforeach; ?>
|
280 |
</ul><div style="clear:both;"></div>
|
@@ -305,7 +304,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
305 |
$array_file_name = $_REQUEST['undefined'];
|
306 |
$uploadFile = array();
|
307 |
$newthumb = array();
|
308 |
-
$time = current_time('mysql');
|
309 |
|
310 |
$uploadDir = wp_upload_dir( $time );
|
311 |
|
@@ -318,12 +317,12 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
318 |
while( list( $key, $val ) = each( $array_file_name ) ) {
|
319 |
$file_name = $val;
|
320 |
if( file_exists( $uploadFile[$key] ) ){
|
321 |
-
$uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo($uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo($uploadFile[$key], PATHINFO_EXTENSION );
|
322 |
}
|
323 |
|
324 |
if ( copy ( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name, $uploadFile[$key] ) ) {
|
325 |
unlink( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name );
|
326 |
-
$overrides = array('test_form' => false );
|
327 |
|
328 |
$file = $uploadFile[$key];
|
329 |
$filename = basename( $file );
|
@@ -349,7 +348,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
349 |
}
|
350 |
}
|
351 |
if( isset( $_REQUEST['gllr_image_text'] ) ) {
|
352 |
-
$posts = get_posts(array(
|
353 |
"showposts" => -1,
|
354 |
"what_to_show" => "posts",
|
355 |
"post_status" => "inherit",
|
@@ -357,7 +356,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
357 |
"orderby" => "menu_order",
|
358 |
"order" => "ASC",
|
359 |
"post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
|
360 |
-
"post_parent" => $post->ID));
|
361 |
foreach ( $posts as $page ) {
|
362 |
if( isset( $_REQUEST['gllr_image_text'][$page->ID] ) ) {
|
363 |
$value = $_REQUEST['gllr_image_text'][$page->ID];
|
@@ -365,7 +364,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
365 |
// Custom field has a value and this custom field exists in database
|
366 |
update_post_meta( $page->ID, $key, $value );
|
367 |
}
|
368 |
-
elseif($value) {
|
369 |
// Custom field has a value, but this custom field does not exist in database
|
370 |
add_post_meta( $page->ID, $key, $value );
|
371 |
}
|
@@ -378,7 +377,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
378 |
}
|
379 |
}
|
380 |
if( isset( $_REQUEST['gllr_link_url'] ) ) {
|
381 |
-
$posts = get_posts(array(
|
382 |
"showposts" => -1,
|
383 |
"what_to_show" => "posts",
|
384 |
"post_status" => "inherit",
|
@@ -386,7 +385,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
386 |
"orderby" => "menu_order",
|
387 |
"order" => "ASC",
|
388 |
"post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
|
389 |
-
"post_parent" => $post->ID));
|
390 |
foreach ( $posts as $page ) {
|
391 |
if( isset( $_REQUEST['gllr_link_url'][$page->ID] ) ) {
|
392 |
$value = $_REQUEST['gllr_link_url'][$page->ID];
|
@@ -394,7 +393,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
394 |
// Custom field has a value and this custom field exists in database
|
395 |
update_post_meta( $page->ID, $link_key, $value );
|
396 |
}
|
397 |
-
elseif($value) {
|
398 |
// Custom field has a value, but this custom field does not exist in database
|
399 |
add_post_meta( $page->ID, $link_key, $value );
|
400 |
}
|
@@ -402,17 +401,17 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
402 |
}
|
403 |
}
|
404 |
if( isset( $_REQUEST['gllr_download_link'] ) ){
|
405 |
-
if( get_post_meta( $
|
406 |
// Custom field has a value and this custom field exists in database
|
407 |
-
update_post_meta( $
|
408 |
}
|
409 |
else {
|
410 |
// Custom field has a value, but this custom field does not exist in database
|
411 |
-
add_post_meta( $
|
412 |
}
|
413 |
}
|
414 |
else{
|
415 |
-
delete_post_meta( $
|
416 |
}
|
417 |
}
|
418 |
}
|
@@ -427,7 +426,7 @@ if ( ! function_exists ( 'gllr_plugin_init' ) ) {
|
|
427 |
if( ! function_exists( 'gllr_custom_permalinks' ) ) {
|
428 |
function gllr_custom_permalinks( $rules ) {
|
429 |
global $wpdb;
|
430 |
-
$parent = $wpdb->get_var("SELECT $wpdb->posts.post_name FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id");
|
431 |
$newrules = array();
|
432 |
if( ! empty( $parent ) ) {
|
433 |
$newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
|
@@ -501,10 +500,10 @@ if ( ! function_exists( 'gllr_custom_columns' ) ) {
|
|
501 |
echo '<a href="edit.php?post_type=post&author='.$author_id.'">'.get_the_author_meta( 'user_nicename' , $author_id ).'</a>';
|
502 |
break;
|
503 |
case "gallery":
|
504 |
-
echo count($row);
|
505 |
break;
|
506 |
case "status":
|
507 |
-
if(
|
508 |
echo '<a href="javascript:void(0)">Yes</a>';
|
509 |
else
|
510 |
echo '<a href="javascript:void(0)">No</a>';
|
@@ -517,9 +516,9 @@ if ( ! function_exists( 'gllr_custom_columns' ) ) {
|
|
517 |
}
|
518 |
|
519 |
if ( ! function_exists( 'get_ID_by_slug' ) ) {
|
520 |
-
function get_ID_by_slug($page_slug) {
|
521 |
-
$page = get_page_by_path($page_slug);
|
522 |
-
if ($page) {
|
523 |
return $page->ID;
|
524 |
}
|
525 |
else {
|
@@ -576,7 +575,7 @@ if( ! function_exists( 'gllr_page_css_class' ) ) {
|
|
576 |
if( ! function_exists( 'bws_add_menu_render' ) ) {
|
577 |
function bws_add_menu_render() {
|
578 |
global $title;
|
579 |
-
$active_plugins = get_option('active_plugins');
|
580 |
$all_plugins = get_plugins();
|
581 |
|
582 |
$array_activate = array();
|
@@ -595,7 +594,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
595 |
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://wordpress.org/extend/plugins/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/', '/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' ),
|
596 |
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://wordpress.org/extend/plugins/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', '/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' )
|
597 |
);
|
598 |
-
foreach($array_plugins as $plugins) {
|
599 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
600 |
$array_activate[$count_activate]['title'] = $plugins[1];
|
601 |
$array_activate[$count_activate]['link'] = $plugins[2];
|
@@ -603,7 +602,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
603 |
$array_activate[$count_activate]['url'] = $plugins[5];
|
604 |
$count_activate++;
|
605 |
}
|
606 |
-
else if( array_key_exists(str_replace("\\", "", $plugins[0]), $all_plugins) ) {
|
607 |
$array_install[$count_install]['title'] = $plugins[1];
|
608 |
$array_install[$count_install]['link'] = $plugins[2];
|
609 |
$array_install[$count_install]['href'] = $plugins[3];
|
@@ -632,7 +631,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
632 |
<?php if( 0 < $count_install ) { ?>
|
633 |
<div>
|
634 |
<h3><?php _e( 'Installed plugins', 'gallery' ); ?></h3>
|
635 |
-
<?php foreach($array_install as $install_plugin) { ?>
|
636 |
<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>
|
637 |
<?php } ?>
|
638 |
</div>
|
@@ -653,8 +652,8 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
653 |
|
654 |
if( ! function_exists( 'add_gllr_admin_menu' ) ) {
|
655 |
function add_gllr_admin_menu() {
|
656 |
-
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url("images/px.png", __FILE__), 1001);
|
657 |
-
add_submenu_page('bws_plugins', __( 'Gallery', 'gallery' ), __( 'Gallery', 'gallery' ), 'manage_options', "gallery-plugin.php", 'gllr_settings_page');
|
658 |
|
659 |
//call register settings function
|
660 |
add_action( 'admin_init', 'register_gllr_settings' );
|
@@ -671,17 +670,23 @@ if( ! function_exists( 'register_gllr_settings' ) ) {
|
|
671 |
//var_dump($wp_filesystem);
|
672 |
|
673 |
$gllr_option_defaults = array(
|
674 |
-
'gllr_custom_size_name'
|
675 |
-
'gllr_custom_size_px'
|
676 |
-
'
|
677 |
-
'
|
678 |
-
'
|
679 |
-
'
|
680 |
-
'
|
681 |
-
'
|
682 |
-
'
|
683 |
-
'
|
684 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
685 |
);
|
686 |
|
687 |
// install the option defaults
|
@@ -715,42 +720,59 @@ if( ! function_exists( 'register_gllr_settings' ) ) {
|
|
715 |
|
716 |
if( ! function_exists( 'gllr_settings_page' ) ) {
|
717 |
function gllr_settings_page() {
|
718 |
-
global $gllr_options;
|
719 |
$error = "";
|
720 |
|
721 |
// Save data for settings page
|
722 |
-
if( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'gllr_nonce_name' ) ) {
|
723 |
$gllr_request_options = array();
|
724 |
$gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
|
725 |
|
726 |
$gllr_request_options["gllr_custom_size_px"] = array(
|
727 |
-
array( intval( trim( $_REQUEST['
|
728 |
-
array( intval( trim( $_REQUEST['
|
729 |
);
|
730 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
731 |
if( $gllr_request_options["custom_image_row_count"] == "" || $gllr_request_options["custom_image_row_count"] < 1 )
|
732 |
$gllr_request_options["custom_image_row_count"] = 1;
|
733 |
|
734 |
-
if( isset( $_REQUEST['
|
735 |
$gllr_request_options["start_slideshow"] = 1;
|
736 |
else
|
737 |
$gllr_request_options["start_slideshow"] = 0;
|
738 |
-
$gllr_request_options["slideshow_interval"] = $_REQUEST['
|
739 |
-
$gllr_request_options["order_by"] = $_REQUEST['
|
740 |
-
$gllr_request_options["order"] = $_REQUEST['
|
|
|
|
|
|
|
|
|
|
|
741 |
|
742 |
-
if( isset( $_REQUEST['
|
743 |
$gllr_request_options["return_link"] = 1;
|
744 |
else
|
745 |
$gllr_request_options["return_link"] = 0;
|
746 |
|
747 |
-
|
|
|
|
|
|
|
748 |
$gllr_request_options["return_link_shortcode"] = 1;
|
749 |
else
|
750 |
$gllr_request_options["return_link_shortcode"] = 0;
|
751 |
|
752 |
-
$gllr_request_options["return_link_text"] = $_REQUEST['
|
753 |
-
$gllr_request_options["read_more_link_text"] = $_REQUEST['
|
754 |
|
755 |
// array merge incase this version has added new options
|
756 |
$gllr_options = array_merge( $gllr_options, $gllr_request_options );
|
@@ -771,105 +793,132 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
|
|
771 |
?>
|
772 |
<div class="wrap">
|
773 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
774 |
-
<h2><?php _e('Gallery Options', 'gallery' ); ?></h2>
|
775 |
<div class="updated fade" <?php if( ! isset( $_REQUEST['gllr_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
776 |
<div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
777 |
<p><?php _e( "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:", 'gallery' ); ?> [print_gllr id=Your_gallery_post_id]</p>
|
778 |
<form method="post" action="admin.php?page=gallery-plugin.php" id="gllr_form_image_size">
|
779 |
<table class="form-table">
|
780 |
<tr valign="top">
|
781 |
-
<th scope="row"><?php _e('The size of the cover album for gallery', 'gallery' ); ?> </th>
|
782 |
<td>
|
783 |
<label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?><br />
|
784 |
-
<label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="
|
785 |
-
<label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="
|
786 |
</td>
|
787 |
</tr>
|
788 |
<tr valign="top">
|
789 |
-
<th scope="row"><?php _e('Size for gallery image', 'gallery' ); ?> </th>
|
790 |
<td>
|
791 |
<label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
|
792 |
-
<label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="
|
793 |
-
<label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="
|
794 |
</td>
|
795 |
</tr>
|
796 |
<tr valign="top">
|
797 |
<td colspan="2"><span style="color: #888888;font-size: 10px;"><?php _e( 'WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo.', 'gallery' ); ?></span></td>
|
798 |
</tr>
|
799 |
<tr valign="top">
|
800 |
-
<th scope="row"><?php _e('
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
801 |
<td>
|
802 |
-
<input type="text" name="
|
803 |
</td>
|
804 |
</tr>
|
805 |
<tr valign="top">
|
806 |
-
<th scope="row"><?php _e('
|
807 |
<td>
|
808 |
-
<input type="
|
|
|
|
|
|
|
|
|
809 |
</td>
|
810 |
</tr>
|
811 |
<tr valign="top">
|
812 |
-
<th scope="row"><?php _e('
|
813 |
<td>
|
814 |
-
<input type="
|
|
|
815 |
</td>
|
816 |
</tr>
|
817 |
<tr valign="top">
|
818 |
-
<th scope="row"><?php _e('
|
819 |
<td>
|
820 |
-
<input type="
|
821 |
-
<input type="radio" name="order_by" value="title" <?php if( $gllr_options["order_by"] == 'title' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachment title', 'gallery' ); ?></label><br />
|
822 |
-
<input type="radio" name="order_by" value="date" <?php if( $gllr_options["order_by"] == 'date' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'date', 'gallery' ); ?></label><br />
|
823 |
-
<input type="radio" name="order_by" value="menu_order" <?php if( $gllr_options["order_by"] == 'menu_order' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachments order (the integer fields in the Insert / Upload Media Gallery dialog )', 'gallery' ); ?></label><br />
|
824 |
-
<input type="radio" name="order_by" value="rand" <?php if( $gllr_options["order_by"] == 'rand' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'random', 'gallery' ); ?></label>
|
825 |
</td>
|
826 |
</tr>
|
827 |
<tr valign="top">
|
828 |
-
<th scope="row"><?php _e('
|
829 |
<td>
|
830 |
-
<input type="
|
831 |
-
<input type="radio" name="order" value="DESC" <?php if( $gllr_options["order"] == 'DESC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery' ); ?></label>
|
832 |
</td>
|
833 |
</tr>
|
834 |
<tr valign="top">
|
835 |
-
<th scope="row"><?php _e('Display Return link', 'gallery' ); ?> </th>
|
836 |
<td>
|
837 |
-
<input type="checkbox" name="
|
838 |
</td>
|
839 |
</tr>
|
840 |
<tr valign="top">
|
841 |
-
<th scope="row"><?php _e('
|
842 |
<td>
|
843 |
-
<input type="
|
844 |
</td>
|
845 |
</tr>
|
846 |
<tr valign="top">
|
847 |
-
<th scope="row"><?php _e('
|
848 |
<td>
|
849 |
-
<input type="
|
|
|
|
|
850 |
</td>
|
851 |
</tr>
|
852 |
<tr valign="top">
|
853 |
-
<th scope="row"><?php _e('Label for Read More link', 'gallery' ); ?> </th>
|
854 |
<td>
|
855 |
-
<input type="text" name="
|
856 |
</td>
|
857 |
</tr>
|
858 |
</table>
|
859 |
<input type="hidden" name="gllr_form_submit" value="submit" />
|
860 |
<p class="submit">
|
861 |
-
<input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
|
862 |
</p>
|
863 |
-
<?php wp_nonce_field( plugin_basename(__FILE__), 'gllr_nonce_name' ); ?>
|
864 |
</form>
|
865 |
</div>
|
866 |
<?php }
|
867 |
}
|
868 |
|
869 |
if( ! function_exists( 'gllr_register_plugin_links' ) ) {
|
870 |
-
function gllr_register_plugin_links($links, $file) {
|
871 |
-
$base = plugin_basename(__FILE__);
|
872 |
-
if ($file == $base) {
|
873 |
$links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
|
874 |
$links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
|
875 |
$links[] = '<a href="Mailto:plugin@bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
|
@@ -882,7 +931,7 @@ if( ! function_exists( 'gllr_plugin_action_links' ) ) {
|
|
882 |
function gllr_plugin_action_links( $links, $file ) {
|
883 |
//Static so we don't call plugin_basename on every plugin row.
|
884 |
static $this_plugin;
|
885 |
-
if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
|
886 |
|
887 |
if ( $file == $this_plugin ){
|
888 |
$settings_link = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
|
@@ -893,39 +942,68 @@ if( ! function_exists( 'gllr_plugin_action_links' ) ) {
|
|
893 |
}
|
894 |
|
895 |
if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
|
896 |
-
function gllr_add_admin_script() {
|
|
|
|
|
|
|
|
|
|
|
|
|
897 |
<script>
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
920 |
}
|
921 |
|
922 |
if ( ! function_exists ( 'gllr_admin_head' ) ) {
|
923 |
function gllr_admin_head() {
|
|
|
924 |
wp_enqueue_style( 'gllrStylesheet', plugins_url( 'css/stylesheet.css', __FILE__ ) );
|
925 |
wp_enqueue_style( 'gllrFileuploaderCss', plugins_url( 'upload/fileuploader.css', __FILE__ ) );
|
|
|
926 |
wp_enqueue_script( 'jquery' );
|
927 |
-
|
928 |
-
|
|
|
929 |
wp_enqueue_script( 'jquery-ui-sortable' );
|
930 |
wp_enqueue_script( 'gllrFileuploaderJs', plugins_url( 'upload/fileuploader.js', __FILE__ ), array( 'jquery' ) );
|
931 |
}
|
@@ -966,7 +1044,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
966 |
$attachments = get_post_thumbnail_id( $post->ID );
|
967 |
if( empty ( $attachments ) ) {
|
968 |
$attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
|
969 |
-
$id = key($attachments);
|
970 |
$image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
|
971 |
}
|
972 |
else {
|
@@ -977,7 +1055,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
977 |
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
|
978 |
<div class="gallery_detail_box">
|
979 |
<div><?php echo $post->post_title; ?></div>
|
980 |
-
<div><?php echo the_excerpt_max_charlength(100); ?></div>
|
981 |
<a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
|
982 |
</div>
|
983 |
<div class="clear"></div>
|
@@ -985,13 +1063,13 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
985 |
<?php endif; ?>
|
986 |
</ul></div>
|
987 |
<?php } else {
|
988 |
-
if ($second_query->have_posts()) :
|
989 |
-
while ($second_query->have_posts()) :
|
990 |
global $post;
|
991 |
$second_query->the_post(); ?>
|
992 |
<div class="gallery_box_single">
|
993 |
<?php the_content();
|
994 |
-
$posts = get_posts(array(
|
995 |
"showposts" => -1,
|
996 |
"what_to_show" => "posts",
|
997 |
"post_status" => "inherit",
|
@@ -1010,29 +1088,37 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1010 |
$image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
|
1011 |
$image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
|
1012 |
$image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1013 |
if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
|
1014 |
<div class="gllr_image_row">
|
1015 |
<?php } ?>
|
1016 |
<div class="gllr_image_block">
|
1017 |
-
<p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]
|
1018 |
<?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
|
1019 |
<a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
|
1020 |
-
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
|
1021 |
</a>
|
1022 |
<?php } else { ?>
|
1023 |
<a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>">
|
1024 |
-
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
|
1025 |
</a>
|
1026 |
<?php } ?>
|
1027 |
</p>
|
1028 |
-
<div
|
1029 |
</div>
|
1030 |
-
<?php if($count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
|
1031 |
</div>
|
1032 |
<?php }
|
1033 |
$count_image_block++;
|
1034 |
}
|
1035 |
-
if($count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0) { ?>
|
1036 |
</div>
|
1037 |
<?php } ?>
|
1038 |
</div>
|
@@ -1042,15 +1128,18 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1042 |
<?php endwhile;
|
1043 |
else: ?>
|
1044 |
<div class="gallery_box_single">
|
1045 |
-
<p class="not_found"><?php _e('Sorry - nothing to found.', 'gallery'); ?></p>
|
1046 |
</div>
|
1047 |
<?php endif; ?>
|
1048 |
-
<?php if( $gllr_options['return_link_shortcode']
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
|
|
|
|
|
|
1054 |
<script type="text/javascript">
|
1055 |
(function($){
|
1056 |
$(document).ready(function(){
|
@@ -1085,20 +1174,20 @@ if( ! function_exists( 'upload_gallery_image' ) ){
|
|
1085 |
* Save the file to the specified path
|
1086 |
* @return boolean TRUE on success
|
1087 |
*/
|
1088 |
-
function save($path) {
|
1089 |
-
$input = fopen("php://input", "r");
|
1090 |
$temp = tmpfile();
|
1091 |
-
$realSize = stream_copy_to_stream($input, $temp);
|
1092 |
-
fclose($input);
|
1093 |
|
1094 |
-
if ($realSize != $this->getSize()){
|
1095 |
return false;
|
1096 |
}
|
1097 |
|
1098 |
-
$target = fopen($path, "w");
|
1099 |
-
fseek($temp, 0, SEEK_SET);
|
1100 |
-
stream_copy_to_stream($temp, $target);
|
1101 |
-
fclose($target);
|
1102 |
|
1103 |
return true;
|
1104 |
}
|
@@ -1106,10 +1195,10 @@ if( ! function_exists( 'upload_gallery_image' ) ){
|
|
1106 |
return $_GET['qqfile'];
|
1107 |
}
|
1108 |
function getSize() {
|
1109 |
-
if (isset($_SERVER["CONTENT_LENGTH"])){
|
1110 |
return (int)$_SERVER["CONTENT_LENGTH"];
|
1111 |
} else {
|
1112 |
-
throw new Exception('Getting content length is not supported.');
|
1113 |
}
|
1114 |
}
|
1115 |
}
|
@@ -1123,7 +1212,7 @@ if( ! function_exists( 'upload_gallery_image' ) ){
|
|
1123 |
* @return boolean TRUE on success
|
1124 |
*/
|
1125 |
function save($path) {
|
1126 |
-
if(!move_uploaded_file($_FILES['qqfile']['tmp_name'], $path)){
|
1127 |
return false;
|
1128 |
}
|
1129 |
return true;
|
@@ -1141,17 +1230,17 @@ if( ! function_exists( 'upload_gallery_image' ) ){
|
|
1141 |
private $sizeLimit = 10485760;
|
1142 |
private $file;
|
1143 |
|
1144 |
-
function __construct(array $allowedExtensions = array(), $sizeLimit = 10485760){
|
1145 |
-
$allowedExtensions = array_map("strtolower", $allowedExtensions);
|
1146 |
|
1147 |
$this->allowedExtensions = $allowedExtensions;
|
1148 |
$this->sizeLimit = $sizeLimit;
|
1149 |
|
1150 |
//$this->checkServerSettings();
|
1151 |
|
1152 |
-
if (isset($_GET['qqfile'])) {
|
1153 |
$this->file = new qqUploadedFileXhr();
|
1154 |
-
} elseif (isset($_FILES['qqfile'])) {
|
1155 |
$this->file = new qqUploadedFileForm();
|
1156 |
} else {
|
1157 |
$this->file = false;
|
@@ -1159,19 +1248,19 @@ if( ! function_exists( 'upload_gallery_image' ) ){
|
|
1159 |
}
|
1160 |
|
1161 |
private function checkServerSettings(){
|
1162 |
-
$postSize = $this->toBytes(ini_get('post_max_size'));
|
1163 |
-
$uploadSize = $this->toBytes(ini_get('upload_max_filesize'));
|
1164 |
|
1165 |
if ($postSize < $this->sizeLimit || $uploadSize < $this->sizeLimit){
|
1166 |
-
$size = max(1, $this->sizeLimit / 1024 / 1024) . 'M';
|
1167 |
-
die("{error:'increase post_max_size and upload_max_filesize to $size'}");
|
1168 |
}
|
1169 |
}
|
1170 |
|
1171 |
-
private function toBytes($str){
|
1172 |
-
$val = trim($str);
|
1173 |
-
$last = strtolower($str[strlen($str)-1]);
|
1174 |
-
switch($last) {
|
1175 |
case 'g': $val *= 1024;
|
1176 |
case 'm': $val *= 1024;
|
1177 |
case 'k': $val *= 1024;
|
@@ -1182,45 +1271,44 @@ if( ! function_exists( 'upload_gallery_image' ) ){
|
|
1182 |
/**
|
1183 |
* Returns array('success'=>true) or array('error'=>'error message')
|
1184 |
*/
|
1185 |
-
function handleUpload($uploadDirectory, $replaceOldFile = FALSE){
|
1186 |
-
if (!is_writable($uploadDirectory)){
|
1187 |
return "{error:'Server error. Upload directory isn't writable.'}";
|
1188 |
}
|
1189 |
|
1190 |
-
if (
|
1191 |
return "{error:'No files were uploaded.'}";
|
1192 |
}
|
1193 |
|
1194 |
$size = $this->file->getSize();
|
1195 |
|
1196 |
-
if ($size == 0) {
|
1197 |
return "{error:'File is empty'}";
|
1198 |
}
|
1199 |
|
1200 |
-
if ($size > $this->sizeLimit) {
|
1201 |
return "{error:'File is too large'}";
|
1202 |
}
|
1203 |
|
1204 |
-
$pathinfo = pathinfo($this->file->getName());
|
1205 |
$ext = $pathinfo['extension'];
|
1206 |
-
$filename = str_replace(".".$ext, "", $pathinfo['basename']);
|
1207 |
//$filename = md5(uniqid());
|
1208 |
|
1209 |
-
if($this->allowedExtensions && !in_array(strtolower($ext), $this->allowedExtensions)){
|
1210 |
-
$these = implode(', ', $this->allowedExtensions);
|
1211 |
return "{error:'File has an invalid extension, it should be one of $these .'}";
|
1212 |
}
|
1213 |
|
1214 |
-
if(
|
1215 |
/// don't overwrite previous files that were uploaded
|
1216 |
-
while (file_exists($uploadDirectory . $filename . '.' . $ext)) {
|
1217 |
-
$filename .= rand(10, 99);
|
1218 |
}
|
1219 |
}
|
1220 |
|
1221 |
-
if ($this->file->save($uploadDirectory . $filename . '.' . $ext)){
|
1222 |
-
|
1223 |
-
list($width, $height, $type, $attr) = getimagesize($uploadDirectory . $filename . '.' . $ext);
|
1224 |
return "{success:true,width:".$width.",height:".$height."}";
|
1225 |
} else {
|
1226 |
return "{error:'Could not save uploaded file. The upload was cancelled, or server error encountered'}";
|
@@ -1230,7 +1318,7 @@ if( ! function_exists( 'upload_gallery_image' ) ){
|
|
1230 |
}
|
1231 |
|
1232 |
// list of valid extensions, ex. array("jpeg", "xml", "bmp")
|
1233 |
-
$allowedExtensions = array("jpeg", "jpg", "gif", "png");
|
1234 |
// max file size in bytes
|
1235 |
$sizeLimit = 10 * 1024 * 1024;
|
1236 |
|
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.1
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
41 |
return false;
|
42 |
@fwrite( $handle, $contents );
|
43 |
@fclose( $handle );
|
44 |
+
chmod( $filename_theme_1, octdec( 755 ) );
|
45 |
}
|
46 |
else {
|
47 |
$handle = @fopen( $filename_theme_1, "r" );
|
59 |
return false;
|
60 |
@fwrite( $handle, $contents );
|
61 |
@fclose( $handle );
|
62 |
+
chmod( $filename_theme_1, octdec( 755 ) );
|
63 |
}
|
64 |
if ( ! file_exists( $filename_theme_2 ) ) {
|
65 |
$handle = @fopen( $filename_2, "r" );
|
69 |
return false;
|
70 |
@fwrite( $handle, $contents );
|
71 |
@fclose( $handle );
|
72 |
+
chmod( $filename_theme_2, octdec( 755 ) );
|
73 |
}
|
74 |
else {
|
75 |
$handle = @fopen( $filename_theme_2, "r" );
|
87 |
return false;
|
88 |
@fwrite( $handle, $contents );
|
89 |
@fclose( $handle );
|
90 |
+
chmod( $filename_theme_2, octdec( 755 ) );
|
91 |
}
|
92 |
}
|
93 |
}
|
122 |
// Create post type for Gallery
|
123 |
if( ! function_exists( 'post_type_images' ) ) {
|
124 |
function post_type_images() {
|
125 |
+
register_post_type( 'gallery', array(
|
126 |
'labels' => array(
|
127 |
'name' => __( 'Galleries', 'gallery' ),
|
128 |
'singular_name' => __( 'Gallery', 'gallery' ),
|
143 |
'capability_type' => 'post',
|
144 |
'has_archive' => false,
|
145 |
'hierarchical' => true,
|
146 |
+
'supports' => array( 'title', 'editor', 'thumbnail', 'author', 'page-attributes' ),
|
147 |
'register_meta_box_cb' => 'init_metaboxes_gallery'
|
148 |
));
|
149 |
}
|
172 |
$post_ancestors = $post->ancestors;
|
173 |
}
|
174 |
|
175 |
+
$menuQuery = "SELECT DISTINCT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN (" . implode( ',', $post_ancestors ) . ")";
|
176 |
$menuItems = $wpdb->get_col( $menuQuery );
|
177 |
|
178 |
if ( is_array( $menuItems ) ) {
|
222 |
<div id="hidden"></div>
|
223 |
<div style="clear:both;"></div></div>
|
224 |
<div class="gllr_order_message hidden">
|
225 |
+
<input type="checkbox" name="gllr_download_link" value="1" <?php if( $gllr_download_link != '' ) echo "checked='checked'"; ?> style="position:relative; top:-2px " /> <?php _e( 'Allow download link for images in this gallery', 'gallery' ); ?><br /><br />
|
226 |
<?php _e( 'Please use drag and drop function to change the order of the output of images and do not forget to save post.', 'gallery'); ?>
|
227 |
<br />
|
228 |
+
<?php _e( 'Please do not forget to select ', 'gallery'); echo ' `'; _e( 'Attachments order by', 'gallery' ); echo '` -> `'; _e( 'attachments order', 'gallery' ); echo '` '; _e( 'in the settings of the plugin (page ', 'gallery' ); ?><a href="<?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?>" target="_blank"><?php echo admin_url( 'admin.php?page=gallery-plugin.php', 'http' ); ?></a>)
|
229 |
</div>
|
230 |
<script type="text/javascript">
|
231 |
+
<?php if ( $uploader === true ) { ?>
|
232 |
+
jQuery(document).ready( function(){
|
|
|
233 |
var uploader = new qq.FileUploader({
|
234 |
element: document.getElementById('file-uploader-demo1'),
|
235 |
action: '../wp-admin/admin-ajax.php?action=upload_gallery_image',
|
236 |
debug: false,
|
237 |
+
onComplete: function( id, fileName, result ) {
|
238 |
if(result.error) {
|
239 |
//
|
240 |
}
|
255 |
</script>
|
256 |
<?php
|
257 |
|
258 |
+
$posts = get_posts( array(
|
259 |
"showposts" => -1,
|
260 |
"what_to_show" => "posts",
|
261 |
"post_status" => "inherit",
|
263 |
"orderby" => $gllr_options['order_by'],
|
264 |
"order" => $gllr_options['order'],
|
265 |
"post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
|
266 |
+
"post_parent" => $post->ID )); ?>
|
267 |
<ul class="gallery clearfix">
|
268 |
<?php foreach ( $posts as $page ):
|
269 |
$image_text = get_post_meta( $page->ID, $key, FALSE );
|
272 |
echo '<div class="gllr_border_image"><img src="'.$image_attributes[0].'" alt="'.$page->post_title.'" title="'.$page->post_title.'" height="'.get_option( 'thumbnail_size_h' ).'" width="'.get_option( 'thumbnail_size_w' ).'" /></div>';
|
273 |
echo '<input type="text" name="gllr_image_text['.$page->ID.']" value="'.get_post_meta( $page->ID, $key, TRUE ).'" class="gllr_image_text" />';
|
274 |
echo '<input type="text" name="gllr_order_text['.$page->ID.']" value="'.$page->menu_order.'" class="gllr_order_text '.( $page->menu_order == 0 ? "hidden" : '' ).'" />';
|
275 |
+
echo '<br />'.__( "Link URL", "gallery" ).'<br /><input type="text" name="gllr_link_url['.$page->ID.']" value="'.get_post_meta( $page->ID, $link_key, TRUE ).'" class="gllr_link_text" /><br /><span class="small_text">'.__( "(clicking on image <br /> open the link in new window)", "gallery" ).'</span>';
|
276 |
+
echo '<div class="delete"><a href="javascript:void(0);" onclick="img_delete('.$page->ID.');">'.__( "Delete", "gallery" ).'</a><div/>';
|
277 |
echo '</div></li>';
|
278 |
endforeach; ?>
|
279 |
</ul><div style="clear:both;"></div>
|
304 |
$array_file_name = $_REQUEST['undefined'];
|
305 |
$uploadFile = array();
|
306 |
$newthumb = array();
|
307 |
+
$time = current_time( 'mysql' );
|
308 |
|
309 |
$uploadDir = wp_upload_dir( $time );
|
310 |
|
317 |
while( list( $key, $val ) = each( $array_file_name ) ) {
|
318 |
$file_name = $val;
|
319 |
if( file_exists( $uploadFile[$key] ) ){
|
320 |
+
$uploadFile[$key] = $uploadDir["path"] ."/" . pathinfo( $uploadFile[$key], PATHINFO_FILENAME ).uniqid().".".pathinfo( $uploadFile[$key], PATHINFO_EXTENSION );
|
321 |
}
|
322 |
|
323 |
if ( copy ( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name, $uploadFile[$key] ) ) {
|
324 |
unlink( ABSPATH ."wp-content/plugins/gallery-plugin/upload/files/".$file_name );
|
325 |
+
$overrides = array( 'test_form' => false );
|
326 |
|
327 |
$file = $uploadFile[$key];
|
328 |
$filename = basename( $file );
|
348 |
}
|
349 |
}
|
350 |
if( isset( $_REQUEST['gllr_image_text'] ) ) {
|
351 |
+
$posts = get_posts( array(
|
352 |
"showposts" => -1,
|
353 |
"what_to_show" => "posts",
|
354 |
"post_status" => "inherit",
|
356 |
"orderby" => "menu_order",
|
357 |
"order" => "ASC",
|
358 |
"post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
|
359 |
+
"post_parent" => $post->ID ));
|
360 |
foreach ( $posts as $page ) {
|
361 |
if( isset( $_REQUEST['gllr_image_text'][$page->ID] ) ) {
|
362 |
$value = $_REQUEST['gllr_image_text'][$page->ID];
|
364 |
// Custom field has a value and this custom field exists in database
|
365 |
update_post_meta( $page->ID, $key, $value );
|
366 |
}
|
367 |
+
elseif( $value ) {
|
368 |
// Custom field has a value, but this custom field does not exist in database
|
369 |
add_post_meta( $page->ID, $key, $value );
|
370 |
}
|
377 |
}
|
378 |
}
|
379 |
if( isset( $_REQUEST['gllr_link_url'] ) ) {
|
380 |
+
$posts = get_posts( array(
|
381 |
"showposts" => -1,
|
382 |
"what_to_show" => "posts",
|
383 |
"post_status" => "inherit",
|
385 |
"orderby" => "menu_order",
|
386 |
"order" => "ASC",
|
387 |
"post_mime_type"=> "image/jpeg,image/gif,image/jpg,image/png",
|
388 |
+
"post_parent" => $post->ID ));
|
389 |
foreach ( $posts as $page ) {
|
390 |
if( isset( $_REQUEST['gllr_link_url'][$page->ID] ) ) {
|
391 |
$value = $_REQUEST['gllr_link_url'][$page->ID];
|
393 |
// Custom field has a value and this custom field exists in database
|
394 |
update_post_meta( $page->ID, $link_key, $value );
|
395 |
}
|
396 |
+
elseif( $value ) {
|
397 |
// Custom field has a value, but this custom field does not exist in database
|
398 |
add_post_meta( $page->ID, $link_key, $value );
|
399 |
}
|
401 |
}
|
402 |
}
|
403 |
if( isset( $_REQUEST['gllr_download_link'] ) ){
|
404 |
+
if( get_post_meta( $post_id, 'gllr_download_link', FALSE ) ) {
|
405 |
// Custom field has a value and this custom field exists in database
|
406 |
+
update_post_meta( $post_id, 'gllr_download_link', 1 );
|
407 |
}
|
408 |
else {
|
409 |
// Custom field has a value, but this custom field does not exist in database
|
410 |
+
add_post_meta( $post_id, 'gllr_download_link', 1 );
|
411 |
}
|
412 |
}
|
413 |
else{
|
414 |
+
delete_post_meta( $post_id, 'gllr_download_link' );
|
415 |
}
|
416 |
}
|
417 |
}
|
426 |
if( ! function_exists( 'gllr_custom_permalinks' ) ) {
|
427 |
function gllr_custom_permalinks( $rules ) {
|
428 |
global $wpdb;
|
429 |
+
$parent = $wpdb->get_var( "SELECT $wpdb->posts.post_name FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
|
430 |
$newrules = array();
|
431 |
if( ! empty( $parent ) ) {
|
432 |
$newrules['(.+)/'.$parent.'/([^/]+)/?$']= 'index.php?post_type=gallery&name=$matches[2]&posts_per_page=-1';
|
500 |
echo '<a href="edit.php?post_type=post&author='.$author_id.'">'.get_the_author_meta( 'user_nicename' , $author_id ).'</a>';
|
501 |
break;
|
502 |
case "gallery":
|
503 |
+
echo count( $row );
|
504 |
break;
|
505 |
case "status":
|
506 |
+
if( $post->post_status == 'publish' )
|
507 |
echo '<a href="javascript:void(0)">Yes</a>';
|
508 |
else
|
509 |
echo '<a href="javascript:void(0)">No</a>';
|
516 |
}
|
517 |
|
518 |
if ( ! function_exists( 'get_ID_by_slug' ) ) {
|
519 |
+
function get_ID_by_slug( $page_slug ) {
|
520 |
+
$page = get_page_by_path( $page_slug );
|
521 |
+
if ( $page ) {
|
522 |
return $page->ID;
|
523 |
}
|
524 |
else {
|
575 |
if( ! function_exists( 'bws_add_menu_render' ) ) {
|
576 |
function bws_add_menu_render() {
|
577 |
global $title;
|
578 |
+
$active_plugins = get_option( 'active_plugins' );
|
579 |
$all_plugins = get_plugins();
|
580 |
|
581 |
$array_activate = array();
|
594 |
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://wordpress.org/extend/plugins/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/', '/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' ),
|
595 |
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://wordpress.org/extend/plugins/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', '/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' )
|
596 |
);
|
597 |
+
foreach( $array_plugins as $plugins ) {
|
598 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
599 |
$array_activate[$count_activate]['title'] = $plugins[1];
|
600 |
$array_activate[$count_activate]['link'] = $plugins[2];
|
602 |
$array_activate[$count_activate]['url'] = $plugins[5];
|
603 |
$count_activate++;
|
604 |
}
|
605 |
+
else if( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
|
606 |
$array_install[$count_install]['title'] = $plugins[1];
|
607 |
$array_install[$count_install]['link'] = $plugins[2];
|
608 |
$array_install[$count_install]['href'] = $plugins[3];
|
631 |
<?php if( 0 < $count_install ) { ?>
|
632 |
<div>
|
633 |
<h3><?php _e( 'Installed plugins', 'gallery' ); ?></h3>
|
634 |
+
<?php foreach( $array_install as $install_plugin ) { ?>
|
635 |
<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>
|
636 |
<?php } ?>
|
637 |
</div>
|
652 |
|
653 |
if( ! function_exists( 'add_gllr_admin_menu' ) ) {
|
654 |
function add_gllr_admin_menu() {
|
655 |
+
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001);
|
656 |
+
add_submenu_page( 'bws_plugins', __( 'Gallery', 'gallery' ), __( 'Gallery', 'gallery' ), 'manage_options', "gallery-plugin.php", 'gllr_settings_page' );
|
657 |
|
658 |
//call register settings function
|
659 |
add_action( 'admin_init', 'register_gllr_settings' );
|
670 |
//var_dump($wp_filesystem);
|
671 |
|
672 |
$gllr_option_defaults = array(
|
673 |
+
'gllr_custom_size_name' => array( 'album-thumb', 'photo-thumb' ),
|
674 |
+
'gllr_custom_size_px' => array( array( 120, 80 ), array( 160, 120 ) ),
|
675 |
+
'border_images' => 1,
|
676 |
+
'border_images_width' => 10,
|
677 |
+
'border_images_color' => '#F1F1F1',
|
678 |
+
'custom_image_row_count' => 3,
|
679 |
+
'start_slideshow' => 0,
|
680 |
+
'slideshow_interval' => 2000,
|
681 |
+
'order_by' => 'menu_order',
|
682 |
+
'order' => 'ASC',
|
683 |
+
'read_more_link_text' => __( 'See photo »', 'gallery' ),
|
684 |
+
'image_text' => 1,
|
685 |
+
'return_link' => 0,
|
686 |
+
'return_link_text' => 'Return to all albums',
|
687 |
+
'return_link_page' => 'gallery_template_url',
|
688 |
+
'return_link_url' => '',
|
689 |
+
'return_link_shortcode' => 0
|
690 |
);
|
691 |
|
692 |
// install the option defaults
|
720 |
|
721 |
if( ! function_exists( 'gllr_settings_page' ) ) {
|
722 |
function gllr_settings_page() {
|
723 |
+
global $gllr_options, $wp_version;
|
724 |
$error = "";
|
725 |
|
726 |
// Save data for settings page
|
727 |
+
if( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gllr_nonce_name' ) ) {
|
728 |
$gllr_request_options = array();
|
729 |
$gllr_request_options["gllr_custom_size_name"] = $gllr_options["gllr_custom_size_name"];
|
730 |
|
731 |
$gllr_request_options["gllr_custom_size_px"] = array(
|
732 |
+
array( intval( trim( $_REQUEST['gllr_custom_image_size_w_album'] ) ), intval( trim( $_REQUEST['gllr_custom_image_size_h_album'] ) ) ),
|
733 |
+
array( intval( trim( $_REQUEST['gllr_custom_image_size_w_photo'] ) ), intval( trim( $_REQUEST['gllr_custom_image_size_h_photo'] ) ) )
|
734 |
);
|
735 |
+
|
736 |
+
if( isset( $_REQUEST['gllr_border_images'] ) )
|
737 |
+
$gllr_request_options["border_images"] = 1;
|
738 |
+
else
|
739 |
+
$gllr_request_options["border_images"] = 0;
|
740 |
+
|
741 |
+
$gllr_request_options["border_images_width"] = intval( trim( $_REQUEST['gllr_border_images_width'] ) );
|
742 |
+
$gllr_request_options["border_images_color"] = trim( $_REQUEST['gllr_border_images_color'] );
|
743 |
+
|
744 |
+
$gllr_request_options["custom_image_row_count"] = intval( trim( $_REQUEST['gllr_custom_image_row_count'] ) );
|
745 |
if( $gllr_request_options["custom_image_row_count"] == "" || $gllr_request_options["custom_image_row_count"] < 1 )
|
746 |
$gllr_request_options["custom_image_row_count"] = 1;
|
747 |
|
748 |
+
if( isset( $_REQUEST['gllr_start_slideshow'] ) )
|
749 |
$gllr_request_options["start_slideshow"] = 1;
|
750 |
else
|
751 |
$gllr_request_options["start_slideshow"] = 0;
|
752 |
+
$gllr_request_options["slideshow_interval"] = $_REQUEST['gllr_slideshow_interval'];
|
753 |
+
$gllr_request_options["order_by"] = $_REQUEST['gllr_order_by'];
|
754 |
+
$gllr_request_options["order"] = $_REQUEST['gllr_order'];
|
755 |
+
|
756 |
+
if( isset( $_REQUEST['gllr_image_text'] ) )
|
757 |
+
$gllr_request_options["image_text"] = 1;
|
758 |
+
else
|
759 |
+
$gllr_request_options["image_text"] = 0;
|
760 |
|
761 |
+
if( isset( $_REQUEST['gllr_return_link'] ) )
|
762 |
$gllr_request_options["return_link"] = 1;
|
763 |
else
|
764 |
$gllr_request_options["return_link"] = 0;
|
765 |
|
766 |
+
$gllr_request_options["return_link_page"] = $_REQUEST['gllr_return_link_page'];
|
767 |
+
$gllr_request_options["return_link_url"] = strpos( $_REQUEST['gllr_return_link_url'], "http:" ) !== false ? trim( $_REQUEST['gllr_return_link_url'] ) : 'http://'.trim( $_REQUEST['gllr_return_link_url'] );
|
768 |
+
|
769 |
+
if( isset( $_REQUEST['gllr_return_link_shortcode'] ) )
|
770 |
$gllr_request_options["return_link_shortcode"] = 1;
|
771 |
else
|
772 |
$gllr_request_options["return_link_shortcode"] = 0;
|
773 |
|
774 |
+
$gllr_request_options["return_link_text"] = $_REQUEST['gllr_return_link_text'];
|
775 |
+
$gllr_request_options["read_more_link_text"] = $_REQUEST['gllr_read_more_link_text'];
|
776 |
|
777 |
// array merge incase this version has added new options
|
778 |
$gllr_options = array_merge( $gllr_options, $gllr_request_options );
|
793 |
?>
|
794 |
<div class="wrap">
|
795 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
796 |
+
<h2><?php _e( 'Gallery Options', 'gallery' ); ?></h2>
|
797 |
<div class="updated fade" <?php if( ! isset( $_REQUEST['gllr_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
798 |
<div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
799 |
<p><?php _e( "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:", 'gallery' ); ?> [print_gllr id=Your_gallery_post_id]</p>
|
800 |
<form method="post" action="admin.php?page=gallery-plugin.php" id="gllr_form_image_size">
|
801 |
<table class="form-table">
|
802 |
<tr valign="top">
|
803 |
+
<th scope="row"><?php _e( 'The size of the cover album for gallery', 'gallery' ); ?> </th>
|
804 |
<td>
|
805 |
<label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?><br />
|
806 |
+
<label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" /><br />
|
807 |
+
<label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_album" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
|
808 |
</td>
|
809 |
</tr>
|
810 |
<tr valign="top">
|
811 |
+
<th scope="row"><?php _e( 'Size for gallery image', 'gallery' ); ?> </th>
|
812 |
<td>
|
813 |
<label for="custom_image_size_name"><?php _e( 'Image size name', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
|
814 |
+
<label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
|
815 |
+
<label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
|
816 |
</td>
|
817 |
</tr>
|
818 |
<tr valign="top">
|
819 |
<td colspan="2"><span style="color: #888888;font-size: 10px;"><?php _e( 'WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo.', 'gallery' ); ?></span></td>
|
820 |
</tr>
|
821 |
<tr valign="top">
|
822 |
+
<th scope="row"><?php _e( 'Images with border', 'gallery' ); ?> </th>
|
823 |
+
<td>
|
824 |
+
<input type="checkbox" name="gllr_border_images" value="1" <?php if( $gllr_options["border_images"] == 1 ) echo 'checked="checked"'; ?> /> <br />
|
825 |
+
<input type="text" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
|
826 |
+
<?php if( $wp_version >= 3.5 ) { ?>
|
827 |
+
<input type="minicolors" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select color for border', 'gallery' ); ?>
|
828 |
+
<?php } else { ?>
|
829 |
+
<input type="text" name="gllr_border_images_color" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /><span id="gllr_border_images_color_small" style="background-color:<?php echo $gllr_options["border_images_color"]; ?>"></span> <?php _e( 'Select color for border', 'gallery' ); ?>
|
830 |
+
<div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
|
831 |
+
<?php } ?>
|
832 |
+
</td>
|
833 |
+
</tr>
|
834 |
+
<tr valign="top">
|
835 |
+
<th scope="row"><?php _e( 'Count images in row', 'gallery' ); ?> </th>
|
836 |
+
<td>
|
837 |
+
<input type="text" name="gllr_custom_image_row_count" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
|
838 |
+
</td>
|
839 |
+
</tr>
|
840 |
+
<tr valign="top">
|
841 |
+
<th scope="row"><?php _e( 'Start slideshow', 'gallery' ); ?> </th>
|
842 |
+
<td>
|
843 |
+
<input type="checkbox" name="gllr_start_slideshow" value="1" <?php if( $gllr_options["start_slideshow"] == 1 ) echo 'checked="checked"'; ?> />
|
844 |
+
</td>
|
845 |
+
</tr>
|
846 |
+
<tr valign="top">
|
847 |
+
<th scope="row"><?php _e( 'Slideshow interval', 'gallery' ); ?> </th>
|
848 |
<td>
|
849 |
+
<input type="text" name="gllr_slideshow_interval" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
|
850 |
</td>
|
851 |
</tr>
|
852 |
<tr valign="top">
|
853 |
+
<th scope="row"><?php _e( 'Attachments order by', 'gallery' ); ?> </th>
|
854 |
<td>
|
855 |
+
<input type="radio" name="gllr_order_by" value="ID" <?php if( $gllr_options["order_by"] == 'ID' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachment id', 'gallery' ); ?></label><br />
|
856 |
+
<input type="radio" name="gllr_order_by" value="title" <?php if( $gllr_options["order_by"] == 'title' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachment title', 'gallery' ); ?></label><br />
|
857 |
+
<input type="radio" name="gllr_order_by" value="date" <?php if( $gllr_options["order_by"] == 'date' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'date', 'gallery' ); ?></label><br />
|
858 |
+
<input type="radio" name="gllr_order_by" value="menu_order" <?php if( $gllr_options["order_by"] == 'menu_order' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'attachments order (the integer fields in the Insert / Upload Media Gallery dialog )', 'gallery' ); ?></label><br />
|
859 |
+
<input type="radio" name="gllr_order_by" value="rand" <?php if( $gllr_options["order_by"] == 'rand' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order_by"><?php _e( 'random', 'gallery' ); ?></label>
|
860 |
</td>
|
861 |
</tr>
|
862 |
<tr valign="top">
|
863 |
+
<th scope="row"><?php _e( 'Attachments order', 'gallery' ); ?> </th>
|
864 |
<td>
|
865 |
+
<input type="radio" name="gllr_order" value="ASC" <?php if( $gllr_options["order"] == 'ASC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)', 'gallery' ); ?></label><br />
|
866 |
+
<input type="radio" name="gllr_order" value="DESC" <?php if( $gllr_options["order"] == 'DESC' ) echo 'checked="checked"'; ?> /> <label class="label_radio" for="order"><?php _e( 'DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)', 'gallery' ); ?></label>
|
867 |
</td>
|
868 |
</tr>
|
869 |
<tr valign="top">
|
870 |
+
<th scope="row"><?php _e( 'Display text above image', 'gallery' ); ?> </th>
|
871 |
<td>
|
872 |
+
<input type="checkbox" name="gllr_image_text" value="1" <?php if( $gllr_options["image_text"] == 1 ) echo 'checked="checked"'; ?> /> <?php _e( 'If you want to display text just in a lightbox', 'gallery' ); ?>
|
|
|
|
|
|
|
|
|
873 |
</td>
|
874 |
</tr>
|
875 |
<tr valign="top">
|
876 |
+
<th scope="row"><?php _e( 'Display Return link', 'gallery' ); ?> </th>
|
877 |
<td>
|
878 |
+
<input type="checkbox" name="gllr_return_link" value="1" <?php if( $gllr_options["return_link"] == 1 ) echo 'checked="checked"'; ?> />
|
|
|
879 |
</td>
|
880 |
</tr>
|
881 |
<tr valign="top">
|
882 |
+
<th scope="row"><?php _e( 'Display Return link in shortcode', 'gallery' ); ?> </th>
|
883 |
<td>
|
884 |
+
<input type="checkbox" name="gllr_return_link_shortcode" value="1" <?php if( $gllr_options["return_link_shortcode"] == 1 ) echo 'checked="checked"'; ?> />
|
885 |
</td>
|
886 |
</tr>
|
887 |
<tr valign="top">
|
888 |
+
<th scope="row"><?php _e( 'Label for Return link', 'gallery' ); ?> </th>
|
889 |
<td>
|
890 |
+
<input type="text" name="gllr_return_link_text" value="<?php echo $gllr_options["return_link_text"]; ?>" style="width:200px;" />
|
891 |
</td>
|
892 |
</tr>
|
893 |
<tr valign="top">
|
894 |
+
<th scope="row"><?php _e( 'URL for Return link', 'gallery' ); ?> </th>
|
895 |
<td>
|
896 |
+
<input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if( $gllr_options["return_link_page"] == 'gallery_template_url' ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?><br>
|
897 |
+
<input type="radio" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if( $gllr_options["return_link_page"] == 'custom_url' ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url">
|
898 |
+
<?php _e( '(Full URL to custom page)' , 'gallery'); ?>
|
899 |
</td>
|
900 |
</tr>
|
901 |
<tr valign="top">
|
902 |
+
<th scope="row"><?php _e( 'Label for Read More link', 'gallery' ); ?> </th>
|
903 |
<td>
|
904 |
+
<input type="text" name="gllr_read_more_link_text" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
|
905 |
</td>
|
906 |
</tr>
|
907 |
</table>
|
908 |
<input type="hidden" name="gllr_form_submit" value="submit" />
|
909 |
<p class="submit">
|
910 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" />
|
911 |
</p>
|
912 |
+
<?php wp_nonce_field( plugin_basename( __FILE__ ), 'gllr_nonce_name' ); ?>
|
913 |
</form>
|
914 |
</div>
|
915 |
<?php }
|
916 |
}
|
917 |
|
918 |
if( ! function_exists( 'gllr_register_plugin_links' ) ) {
|
919 |
+
function gllr_register_plugin_links( $links, $file ) {
|
920 |
+
$base = plugin_basename( __FILE__ );
|
921 |
+
if ( $file == $base ) {
|
922 |
$links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
|
923 |
$links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
|
924 |
$links[] = '<a href="Mailto:plugin@bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
|
931 |
function gllr_plugin_action_links( $links, $file ) {
|
932 |
//Static so we don't call plugin_basename on every plugin row.
|
933 |
static $this_plugin;
|
934 |
+
if ( ! $this_plugin ) $this_plugin = plugin_basename( __FILE__ );
|
935 |
|
936 |
if ( $file == $this_plugin ){
|
937 |
$settings_link = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
|
942 |
}
|
943 |
|
944 |
if ( ! function_exists ( 'gllr_add_admin_script' ) ) {
|
945 |
+
function gllr_add_admin_script() {
|
946 |
+
global $wp_version;
|
947 |
+
|
948 |
+
if( $wp_version >= 3.5 ) { ?>
|
949 |
+
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo plugins_url( 'minicolors/jquery.miniColors.css', __FILE__ ); ?>" />
|
950 |
+
<script type="text/javascript" src="<?php echo plugins_url( 'minicolors/jquery.miniColors.js', __FILE__ ); ?>"></script>
|
951 |
+
<?php } ?>
|
952 |
<script>
|
953 |
+
(function($) {
|
954 |
+
$(document).ready(function(){
|
955 |
+
$('.gllr_image_block img').css('cursor', 'all-scroll' );
|
956 |
+
$('.gllr_order_message').removeClass('hidden');
|
957 |
+
var d=false;
|
958 |
+
$( '#Upload-File .gallery' ).sortable({
|
959 |
+
stop: function(event, ui) {
|
960 |
+
$('.gllr_order_text').removeClass('hidden');
|
961 |
+
var g=$('#Upload-File .gallery').sortable('toArray');
|
962 |
+
var f=g.length;
|
963 |
+
$.each( g,
|
964 |
+
function( k,l ){
|
965 |
+
var j=d?(f-k):(1+k);
|
966 |
+
$('.gllr_order_text[name^="gllr_order_text['+l+']"]').val(j);
|
967 |
+
}
|
968 |
+
)
|
969 |
+
}
|
970 |
+
});
|
971 |
+
<?php if( $wp_version < 3.5 ) { ?>
|
972 |
+
var gllr_farbtastic = $.farbtastic('#colorPickerDiv', function(color) {
|
973 |
+
gllr_farbtastic.setColor(color);
|
974 |
+
$('#gllr_border_images_color').val(color);
|
975 |
+
$('#gllr_border_images_color_small').css('background-color', color);
|
976 |
+
});
|
977 |
+
$('#gllr_border_images_color').click(function(){
|
978 |
+
$('#colorPickerDiv').show();
|
979 |
+
});
|
980 |
+
$('#gllr_border_images_color_small').click(function(){
|
981 |
+
$('#colorPickerDiv').show();
|
982 |
+
});
|
983 |
+
$(document).mousedown(function(){
|
984 |
+
$('#colorPickerDiv').each(function(){
|
985 |
+
var display = $(this).css('display');
|
986 |
+
if ( display == 'block' )
|
987 |
+
jQuery(this).fadeOut(2);
|
988 |
+
});
|
989 |
+
});
|
990 |
+
<?php } ?>
|
991 |
+
});
|
992 |
+
})(jQuery);
|
993 |
+
</script>
|
994 |
+
<?php }
|
995 |
}
|
996 |
|
997 |
if ( ! function_exists ( 'gllr_admin_head' ) ) {
|
998 |
function gllr_admin_head() {
|
999 |
+
global $wp_version;
|
1000 |
wp_enqueue_style( 'gllrStylesheet', plugins_url( 'css/stylesheet.css', __FILE__ ) );
|
1001 |
wp_enqueue_style( 'gllrFileuploaderCss', plugins_url( 'upload/fileuploader.css', __FILE__ ) );
|
1002 |
+
wp_enqueue_style( 'farbtastic' );
|
1003 |
wp_enqueue_script( 'jquery' );
|
1004 |
+
if( $wp_version < 3.5 ) {
|
1005 |
+
wp_enqueue_script( 'farbtastic' );
|
1006 |
+
}
|
1007 |
wp_enqueue_script( 'jquery-ui-sortable' );
|
1008 |
wp_enqueue_script( 'gllrFileuploaderJs', plugins_url( 'upload/fileuploader.js', __FILE__ ), array( 'jquery' ) );
|
1009 |
}
|
1044 |
$attachments = get_post_thumbnail_id( $post->ID );
|
1045 |
if( empty ( $attachments ) ) {
|
1046 |
$attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
|
1047 |
+
$id = key( $attachments );
|
1048 |
$image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
|
1049 |
}
|
1050 |
else {
|
1055 |
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
|
1056 |
<div class="gallery_detail_box">
|
1057 |
<div><?php echo $post->post_title; ?></div>
|
1058 |
+
<div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
|
1059 |
<a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
|
1060 |
</div>
|
1061 |
<div class="clear"></div>
|
1063 |
<?php endif; ?>
|
1064 |
</ul></div>
|
1065 |
<?php } else {
|
1066 |
+
if ( $second_query->have_posts() ) :
|
1067 |
+
while ( $second_query->have_posts() ) :
|
1068 |
global $post;
|
1069 |
$second_query->the_post(); ?>
|
1070 |
<div class="gallery_box_single">
|
1071 |
<?php the_content();
|
1072 |
+
$posts = get_posts( array(
|
1073 |
"showposts" => -1,
|
1074 |
"what_to_show" => "posts",
|
1075 |
"post_status" => "inherit",
|
1088 |
$image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
|
1089 |
$image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
|
1090 |
$image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
|
1091 |
+
if( 1 == $gllr_options['border_images'] ){
|
1092 |
+
$gllr_border = 'border-width: '.$gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'';
|
1093 |
+
$gllr_border_images = $gllr_options['border_images_width'] * 2;
|
1094 |
+
}
|
1095 |
+
else{
|
1096 |
+
$gllr_border = '';
|
1097 |
+
$gllr_border_images = 0;
|
1098 |
+
}
|
1099 |
if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
|
1100 |
<div class="gllr_image_row">
|
1101 |
<?php } ?>
|
1102 |
<div class="gllr_image_block">
|
1103 |
+
<p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+$gllr_border_images; ?>px;">
|
1104 |
<?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
|
1105 |
<a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
|
1106 |
+
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
|
1107 |
</a>
|
1108 |
<?php } else { ?>
|
1109 |
<a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>">
|
1110 |
+
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
|
1111 |
</a>
|
1112 |
<?php } ?>
|
1113 |
</p>
|
1114 |
+
<div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px; <?php if( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?> </div>
|
1115 |
</div>
|
1116 |
+
<?php if( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
|
1117 |
</div>
|
1118 |
<?php }
|
1119 |
$count_image_block++;
|
1120 |
}
|
1121 |
+
if( $count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
|
1122 |
</div>
|
1123 |
<?php } ?>
|
1124 |
</div>
|
1128 |
<?php endwhile;
|
1129 |
else: ?>
|
1130 |
<div class="gallery_box_single">
|
1131 |
+
<p class="not_found"><?php _e( 'Sorry - nothing to found.', 'gallery' ); ?></p>
|
1132 |
</div>
|
1133 |
<?php endif; ?>
|
1134 |
+
<?php if( 1 == $gllr_options['return_link_shortcode'] ) {
|
1135 |
+
if( 'gallery_template_url' == $gllr_options["return_link_page"] ){
|
1136 |
+
global $wpdb;
|
1137 |
+
$parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
|
1138 |
+
<div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
|
1139 |
+
<?php } else { ?>
|
1140 |
+
<div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
|
1141 |
+
<?php }
|
1142 |
+
} ?>
|
1143 |
<script type="text/javascript">
|
1144 |
(function($){
|
1145 |
$(document).ready(function(){
|
1174 |
* Save the file to the specified path
|
1175 |
* @return boolean TRUE on success
|
1176 |
*/
|
1177 |
+
function save( $path ) {
|
1178 |
+
$input = fopen( "php://input", "r" );
|
1179 |
$temp = tmpfile();
|
1180 |
+
$realSize = stream_copy_to_stream( $input, $temp );
|
1181 |
+
fclose( $input );
|
1182 |
|
1183 |
+
if ( $realSize != $this->getSize() ){
|
1184 |
return false;
|
1185 |
}
|
1186 |
|
1187 |
+
$target = fopen( $path, "w" );
|
1188 |
+
fseek( $temp, 0, SEEK_SET );
|
1189 |
+
stream_copy_to_stream( $temp, $target );
|
1190 |
+
fclose( $target );
|
1191 |
|
1192 |
return true;
|
1193 |
}
|
1195 |
return $_GET['qqfile'];
|
1196 |
}
|
1197 |
function getSize() {
|
1198 |
+
if ( isset( $_SERVER["CONTENT_LENGTH"] ) ){
|
1199 |
return (int)$_SERVER["CONTENT_LENGTH"];
|
1200 |
} else {
|
1201 |
+
throw new Exception( 'Getting content length is not supported.' );
|
1202 |
}
|
1203 |
}
|
1204 |
}
|
1212 |
* @return boolean TRUE on success
|
1213 |
*/
|
1214 |
function save($path) {
|
1215 |
+
if( ! move_uploaded_file( $_FILES['qqfile']['tmp_name'], $path ) ){
|
1216 |
return false;
|
1217 |
}
|
1218 |
return true;
|
1230 |
private $sizeLimit = 10485760;
|
1231 |
private $file;
|
1232 |
|
1233 |
+
function __construct( array $allowedExtensions = array(), $sizeLimit = 10485760 ){
|
1234 |
+
$allowedExtensions = array_map( "strtolower", $allowedExtensions );
|
1235 |
|
1236 |
$this->allowedExtensions = $allowedExtensions;
|
1237 |
$this->sizeLimit = $sizeLimit;
|
1238 |
|
1239 |
//$this->checkServerSettings();
|
1240 |
|
1241 |
+
if ( isset( $_GET['qqfile'] ) ) {
|
1242 |
$this->file = new qqUploadedFileXhr();
|
1243 |
+
} elseif ( isset( $_FILES['qqfile'] ) ) {
|
1244 |
$this->file = new qqUploadedFileForm();
|
1245 |
} else {
|
1246 |
$this->file = false;
|
1248 |
}
|
1249 |
|
1250 |
private function checkServerSettings(){
|
1251 |
+
$postSize = $this->toBytes( ini_get( 'post_max_size' ) );
|
1252 |
+
$uploadSize = $this->toBytes( ini_get( 'upload_max_filesize' ) );
|
1253 |
|
1254 |
if ($postSize < $this->sizeLimit || $uploadSize < $this->sizeLimit){
|
1255 |
+
$size = max( 1, $this->sizeLimit / 1024 / 1024 ) . 'M';
|
1256 |
+
die( "{error:'increase post_max_size and upload_max_filesize to $size'}" );
|
1257 |
}
|
1258 |
}
|
1259 |
|
1260 |
+
private function toBytes( $str ){
|
1261 |
+
$val = trim( $str );
|
1262 |
+
$last = strtolower( $str[strlen( $str )-1] );
|
1263 |
+
switch( $last ) {
|
1264 |
case 'g': $val *= 1024;
|
1265 |
case 'm': $val *= 1024;
|
1266 |
case 'k': $val *= 1024;
|
1271 |
/**
|
1272 |
* Returns array('success'=>true) or array('error'=>'error message')
|
1273 |
*/
|
1274 |
+
function handleUpload( $uploadDirectory, $replaceOldFile = FALSE ){
|
1275 |
+
if ( ! is_writable( $uploadDirectory ) ){
|
1276 |
return "{error:'Server error. Upload directory isn't writable.'}";
|
1277 |
}
|
1278 |
|
1279 |
+
if ( ! $this->file ){
|
1280 |
return "{error:'No files were uploaded.'}";
|
1281 |
}
|
1282 |
|
1283 |
$size = $this->file->getSize();
|
1284 |
|
1285 |
+
if ( $size == 0 ) {
|
1286 |
return "{error:'File is empty'}";
|
1287 |
}
|
1288 |
|
1289 |
+
if ( $size > $this->sizeLimit ) {
|
1290 |
return "{error:'File is too large'}";
|
1291 |
}
|
1292 |
|
1293 |
+
$pathinfo = pathinfo( $this->file->getName() );
|
1294 |
$ext = $pathinfo['extension'];
|
1295 |
+
$filename = str_replace( ".".$ext, "", $pathinfo['basename'] );
|
1296 |
//$filename = md5(uniqid());
|
1297 |
|
1298 |
+
if( $this->allowedExtensions && ! in_array( strtolower( $ext ), $this->allowedExtensions ) ){
|
1299 |
+
$these = implode( ', ', $this->allowedExtensions );
|
1300 |
return "{error:'File has an invalid extension, it should be one of $these .'}";
|
1301 |
}
|
1302 |
|
1303 |
+
if( ! $replaceOldFile ){
|
1304 |
/// don't overwrite previous files that were uploaded
|
1305 |
+
while ( file_exists( $uploadDirectory . $filename . '.' . $ext ) ) {
|
1306 |
+
$filename .= rand( 10, 99 );
|
1307 |
}
|
1308 |
}
|
1309 |
|
1310 |
+
if ( $this->file->save( $uploadDirectory . $filename . '.' . $ext ) ){
|
1311 |
+
list( $width, $height, $type, $attr ) = getimagesize( $uploadDirectory . $filename . '.' . $ext );
|
|
|
1312 |
return "{success:true,width:".$width.",height:".$height."}";
|
1313 |
} else {
|
1314 |
return "{error:'Could not save uploaded file. The upload was cancelled, or server error encountered'}";
|
1318 |
}
|
1319 |
|
1320 |
// list of valid extensions, ex. array("jpeg", "xml", "bmp")
|
1321 |
+
$allowedExtensions = array( "jpeg", "jpg", "gif", "png" );
|
1322 |
// max file size in bytes
|
1323 |
$sizeLimit = 10 * 1024 * 1024;
|
1324 |
|
images/Thumbs.db
ADDED
Binary file
|
images/icons_32.png
ADDED
Binary file
|
images/icons_32_b.png
ADDED
Binary file
|
images/menu.png
ADDED
Binary file
|
images/menu_b.png
ADDED
Binary file
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
|
9 |
"Language: cs_CZ\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerie"
|
30 |
|
31 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
@@ -97,7 +97,7 @@ msgstr ""
|
|
97 |
msgid "Please do not forget to select "
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
101 |
msgid "Attachments order by"
|
102 |
msgstr ""
|
103 |
|
@@ -109,84 +109,84 @@ msgstr ""
|
|
109 |
msgid "in the settings of the plugin (page "
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: gallery-plugin.php:
|
113 |
msgid "Link URL"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: gallery-plugin.php:
|
117 |
msgid "(clicking on image <br /> open the link in new window)"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
msgid "Delete"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
msgid ""
|
126 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
127 |
"shortcode in the content"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid ""
|
132 |
"If you want to take a brief display of the gallery with a link to a Single "
|
133 |
"Sallery Page"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: gallery-plugin.php:
|
137 |
msgid "Title"
|
138 |
msgstr "Název"
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Author"
|
142 |
msgstr "Autor"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Photo's"
|
146 |
msgstr "Fotky"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Public"
|
150 |
msgstr "Veřejné"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
msgid "Date"
|
154 |
msgstr "Datum"
|
155 |
|
156 |
-
#: gallery-plugin.php:
|
157 |
msgid "Activated plugins"
|
158 |
msgstr "Aktivní pluginy"
|
159 |
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Read more"
|
162 |
msgstr "Další informace"
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Settings"
|
166 |
msgstr "Nastavení"
|
167 |
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Installed plugins"
|
170 |
msgstr "Nainstalované pluginy"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Recommended plugins"
|
174 |
msgstr "Doporučené pluginy"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
msgid "Download"
|
178 |
msgstr "Stáhnout"
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
181 |
#, php-format
|
182 |
msgid "Install %s"
|
183 |
msgstr "Instaluj %s"
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
186 |
msgid "Install now from wordpress.org"
|
187 |
msgstr "Instaluj ihned z wordpress.org"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
msgid ""
|
191 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
"fill in our contact form on our site"
|
@@ -194,45 +194,45 @@ msgstr ""
|
|
194 |
"Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft."
|
195 |
"com a nebo vyplňte kontaktní formulář na našich stránkách."
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "See photo »"
|
199 |
msgstr "Zobrazit obsah galerie »"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
msgid "Options saved."
|
203 |
msgstr "Nastavení uložena."
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Gallery Options"
|
207 |
msgstr "Nastavení galerie"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
msgid ""
|
211 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
212 |
"and put this shortcode onto your post or page content:"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "The size of the cover album for gallery"
|
217 |
msgstr "Rozměry náhledu alba v galerii"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "Image size name"
|
221 |
msgstr "Název rozměru"
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "Width (in px)"
|
225 |
msgstr "Šířka (v px)"
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "Height (in px)"
|
229 |
msgstr "Výška (v px)"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Size for gallery image"
|
233 |
msgstr "Rozměry náhledu obrázku v albu"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid ""
|
237 |
"WordPress will create a copy of the post thumbnail with the specified "
|
238 |
"dimensions when you upload a new photo."
|
@@ -240,90 +240,122 @@ msgstr ""
|
|
240 |
"WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání "
|
241 |
"nového obrázku."
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
msgid "Count images in row"
|
245 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Start slideshow"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Slideshow interval"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid "attachment id"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "attachment title"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "date"
|
265 |
msgstr "Datum"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
msgid ""
|
269 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
270 |
"dialog )"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "random"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "Attachments order"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid ""
|
287 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgid "Display Return link"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "Display Return link in shortcode"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "Label for Return link"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
msgid "Label for Read More link"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "Save Changes"
|
308 |
msgstr "Uložit změny"
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "FAQ"
|
312 |
msgstr "FAQ "
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
msgid "Support"
|
316 |
msgstr "Podpora"
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "Sorry - nothing to found."
|
320 |
msgstr "Omlouvám se - nic nenalezeno."
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Download High resolution image"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: template/gallery-single-template.php:
|
327 |
msgid "Image "
|
328 |
msgstr ""
|
329 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:46+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:46+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
|
9 |
"Language: cs_CZ\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerie"
|
30 |
|
31 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
97 |
msgid "Please do not forget to select "
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
101 |
msgid "Attachments order by"
|
102 |
msgstr ""
|
103 |
|
109 |
msgid "in the settings of the plugin (page "
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: gallery-plugin.php:275
|
113 |
msgid "Link URL"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: gallery-plugin.php:275
|
117 |
msgid "(clicking on image <br /> open the link in new window)"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: gallery-plugin.php:276
|
121 |
msgid "Delete"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: gallery-plugin.php:290
|
125 |
msgid ""
|
126 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
127 |
"shortcode in the content"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: gallery-plugin.php:292
|
131 |
msgid ""
|
132 |
"If you want to take a brief display of the gallery with a link to a Single "
|
133 |
"Sallery Page"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: gallery-plugin.php:474
|
137 |
msgid "Title"
|
138 |
msgstr "Název"
|
139 |
|
140 |
+
#: gallery-plugin.php:475
|
141 |
msgid "Author"
|
142 |
msgstr "Autor"
|
143 |
|
144 |
+
#: gallery-plugin.php:476
|
145 |
msgid "Photo's"
|
146 |
msgstr "Fotky"
|
147 |
|
148 |
+
#: gallery-plugin.php:477
|
149 |
msgid "Public"
|
150 |
msgstr "Veřejné"
|
151 |
|
152 |
+
#: gallery-plugin.php:478
|
153 |
msgid "Date"
|
154 |
msgstr "Datum"
|
155 |
|
156 |
+
#: gallery-plugin.php:625
|
157 |
msgid "Activated plugins"
|
158 |
msgstr "Aktivní pluginy"
|
159 |
|
160 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
161 |
msgid "Read more"
|
162 |
msgstr "Další informace"
|
163 |
|
164 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
165 |
msgid "Settings"
|
166 |
msgstr "Nastavení"
|
167 |
|
168 |
+
#: gallery-plugin.php:633
|
169 |
msgid "Installed plugins"
|
170 |
msgstr "Nainstalované pluginy"
|
171 |
|
172 |
+
#: gallery-plugin.php:641
|
173 |
msgid "Recommended plugins"
|
174 |
msgstr "Doporučené pluginy"
|
175 |
|
176 |
+
#: gallery-plugin.php:643
|
177 |
msgid "Download"
|
178 |
msgstr "Stáhnout"
|
179 |
|
180 |
+
#: gallery-plugin.php:643
|
181 |
#, php-format
|
182 |
msgid "Install %s"
|
183 |
msgstr "Instaluj %s"
|
184 |
|
185 |
+
#: gallery-plugin.php:643
|
186 |
msgid "Install now from wordpress.org"
|
187 |
msgstr "Instaluj ihned z wordpress.org"
|
188 |
|
189 |
+
#: gallery-plugin.php:645
|
190 |
msgid ""
|
191 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
"fill in our contact form on our site"
|
194 |
"Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft."
|
195 |
"com a nebo vyplňte kontaktní formulář na našich stránkách."
|
196 |
|
197 |
+
#: gallery-plugin.php:683
|
198 |
msgid "See photo »"
|
199 |
msgstr "Zobrazit obsah galerie »"
|
200 |
|
201 |
+
#: gallery-plugin.php:782
|
202 |
msgid "Options saved."
|
203 |
msgstr "Nastavení uložena."
|
204 |
|
205 |
+
#: gallery-plugin.php:796
|
206 |
msgid "Gallery Options"
|
207 |
msgstr "Nastavení galerie"
|
208 |
|
209 |
+
#: gallery-plugin.php:799
|
210 |
msgid ""
|
211 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
212 |
"and put this shortcode onto your post or page content:"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: gallery-plugin.php:803
|
216 |
msgid "The size of the cover album for gallery"
|
217 |
msgstr "Rozměry náhledu alba v galerii"
|
218 |
|
219 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
220 |
msgid "Image size name"
|
221 |
msgstr "Název rozměru"
|
222 |
|
223 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
224 |
msgid "Width (in px)"
|
225 |
msgstr "Šířka (v px)"
|
226 |
|
227 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
228 |
msgid "Height (in px)"
|
229 |
msgstr "Výška (v px)"
|
230 |
|
231 |
+
#: gallery-plugin.php:811
|
232 |
msgid "Size for gallery image"
|
233 |
msgstr "Rozměry náhledu obrázku v albu"
|
234 |
|
235 |
+
#: gallery-plugin.php:819
|
236 |
msgid ""
|
237 |
"WordPress will create a copy of the post thumbnail with the specified "
|
238 |
"dimensions when you upload a new photo."
|
240 |
"WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání "
|
241 |
"nového obrázku."
|
242 |
|
243 |
+
#: gallery-plugin.php:822
|
244 |
+
msgid "Images with border"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: gallery-plugin.php:825
|
248 |
+
msgid "Border width in px, just numbers"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
252 |
+
msgid "Select color for border"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: gallery-plugin.php:835
|
256 |
msgid "Count images in row"
|
257 |
msgstr "Počet náhledů zobrazených v jedné řádce"
|
258 |
|
259 |
+
#: gallery-plugin.php:841
|
260 |
msgid "Start slideshow"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: gallery-plugin.php:847
|
264 |
msgid "Slideshow interval"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: gallery-plugin.php:855
|
268 |
msgid "attachment id"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: gallery-plugin.php:856
|
272 |
msgid "attachment title"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: gallery-plugin.php:857
|
276 |
msgid "date"
|
277 |
msgstr "Datum"
|
278 |
|
279 |
+
#: gallery-plugin.php:858
|
280 |
msgid ""
|
281 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
282 |
"dialog )"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: gallery-plugin.php:859
|
286 |
msgid "random"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: gallery-plugin.php:863
|
290 |
msgid "Attachments order"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: gallery-plugin.php:865
|
294 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: gallery-plugin.php:866
|
298 |
msgid ""
|
299 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: gallery-plugin.php:870
|
303 |
+
msgid "Display text above image"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: gallery-plugin.php:872
|
307 |
+
msgid "If you want to display text just in a lightbox"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: gallery-plugin.php:876
|
311 |
msgid "Display Return link"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: gallery-plugin.php:882
|
315 |
msgid "Display Return link in shortcode"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: gallery-plugin.php:888
|
319 |
msgid "Label for Return link"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: gallery-plugin.php:894
|
323 |
+
msgid "URL for Return link"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: gallery-plugin.php:896
|
327 |
+
msgid "Gallery page (Page with Gallery Template)"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: gallery-plugin.php:898
|
331 |
+
msgid "(Full URL to custom page)"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: gallery-plugin.php:902
|
335 |
msgid "Label for Read More link"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:910
|
339 |
msgid "Save Changes"
|
340 |
msgstr "Uložit změny"
|
341 |
|
342 |
+
#: gallery-plugin.php:923
|
343 |
msgid "FAQ"
|
344 |
msgstr "FAQ "
|
345 |
|
346 |
+
#: gallery-plugin.php:924
|
347 |
msgid "Support"
|
348 |
msgstr "Podpora"
|
349 |
|
350 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
351 |
msgid "Sorry - nothing to found."
|
352 |
msgstr "Omlouvám se - nic nenalezeno."
|
353 |
|
354 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
355 |
msgid "Download High resolution image"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: template/gallery-single-template.php:101
|
359 |
msgid "Image "
|
360 |
msgstr ""
|
361 |
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"Language: uk_UA\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerien"
|
30 |
|
31 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
@@ -97,7 +97,7 @@ msgstr ""
|
|
97 |
msgid "Please do not forget to select "
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
101 |
msgid "Attachments order by"
|
102 |
msgstr ""
|
103 |
|
@@ -109,84 +109,84 @@ msgstr ""
|
|
109 |
msgid "in the settings of the plugin (page "
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: gallery-plugin.php:
|
113 |
msgid "Link URL"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: gallery-plugin.php:
|
117 |
msgid "(clicking on image <br /> open the link in new window)"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
msgid "Delete"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
msgid ""
|
126 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
127 |
"shortcode in the content"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid ""
|
132 |
"If you want to take a brief display of the gallery with a link to a Single "
|
133 |
"Sallery Page"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: gallery-plugin.php:
|
137 |
msgid "Title"
|
138 |
msgstr "Titel"
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Author"
|
142 |
msgstr "Author"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Photo's"
|
146 |
msgstr "Fotos"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Public"
|
150 |
msgstr "Öffentlich"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
msgid "Date"
|
154 |
msgstr "Datum"
|
155 |
|
156 |
-
#: gallery-plugin.php:
|
157 |
msgid "Activated plugins"
|
158 |
msgstr "Aktivierte Plugins"
|
159 |
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Read more"
|
162 |
msgstr "Mehr erfahren"
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Settings"
|
166 |
msgstr "Einstellungen"
|
167 |
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Installed plugins"
|
170 |
msgstr "Installierte Plugins"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Recommended plugins"
|
174 |
msgstr "Benötigte Plugins"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
msgid "Download"
|
178 |
msgstr "Download"
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
181 |
#, php-format
|
182 |
msgid "Install %s"
|
183 |
msgstr "Installiere %s"
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
186 |
msgid "Install now from wordpress.org"
|
187 |
msgstr "Direkt von wordpress.org installieren"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
msgid ""
|
191 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
"fill in our contact form on our site"
|
@@ -194,45 +194,45 @@ msgstr ""
|
|
194 |
"Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, "
|
195 |
"oder füllen Sie das Kontakt Formular auf unserer Website aus."
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "See photo »"
|
199 |
msgstr "Fotos anzeigen »"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
msgid "Options saved."
|
203 |
msgstr "Einstellungen gespeichert."
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Gallery Options"
|
207 |
msgstr "Galerie Einstellungen"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
msgid ""
|
211 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
212 |
"and put this shortcode onto your post or page content:"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "The size of the cover album for gallery"
|
217 |
msgstr "Die Größe der Bilder in der Albumansicht"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "Image size name"
|
221 |
msgstr "Name der Bilder"
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "Width (in px)"
|
225 |
msgstr "Breite (in px)"
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "Height (in px)"
|
229 |
msgstr "Höhe (in px)"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Size for gallery image"
|
233 |
msgstr "Die Größe der Bilder in der Galerie"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid ""
|
237 |
"WordPress will create a copy of the post thumbnail with the specified "
|
238 |
"dimensions when you upload a new photo."
|
@@ -240,90 +240,122 @@ msgstr ""
|
|
240 |
"WordPress will create a copy of the post thumbnail with the specified "
|
241 |
"dimensions when you upload a new photo."
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
msgid "Count images in row"
|
245 |
msgstr "Anzahl Bilder in der Reihe"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Start slideshow"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Slideshow interval"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid "attachment id"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "attachment title"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "date"
|
265 |
msgstr "Datum"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
msgid ""
|
269 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
270 |
"dialog )"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "random"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "Attachments order"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid ""
|
287 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgid "Display Return link"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "Display Return link in shortcode"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "Label for Return link"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
msgid "Label for Read More link"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "Save Changes"
|
308 |
msgstr "Einstellungen speichern"
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "FAQ"
|
312 |
msgstr "FAQ"
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
msgid "Support"
|
316 |
msgstr "Support"
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "Sorry - nothing to found."
|
320 |
msgstr "Leider nichts gefunden."
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Download High resolution image"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: template/gallery-single-template.php:
|
327 |
msgid "Image "
|
328 |
msgstr ""
|
329 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:46+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:46+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"Language: uk_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerien"
|
30 |
|
31 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
97 |
msgid "Please do not forget to select "
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
101 |
msgid "Attachments order by"
|
102 |
msgstr ""
|
103 |
|
109 |
msgid "in the settings of the plugin (page "
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: gallery-plugin.php:275
|
113 |
msgid "Link URL"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: gallery-plugin.php:275
|
117 |
msgid "(clicking on image <br /> open the link in new window)"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: gallery-plugin.php:276
|
121 |
msgid "Delete"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: gallery-plugin.php:290
|
125 |
msgid ""
|
126 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
127 |
"shortcode in the content"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: gallery-plugin.php:292
|
131 |
msgid ""
|
132 |
"If you want to take a brief display of the gallery with a link to a Single "
|
133 |
"Sallery Page"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: gallery-plugin.php:474
|
137 |
msgid "Title"
|
138 |
msgstr "Titel"
|
139 |
|
140 |
+
#: gallery-plugin.php:475
|
141 |
msgid "Author"
|
142 |
msgstr "Author"
|
143 |
|
144 |
+
#: gallery-plugin.php:476
|
145 |
msgid "Photo's"
|
146 |
msgstr "Fotos"
|
147 |
|
148 |
+
#: gallery-plugin.php:477
|
149 |
msgid "Public"
|
150 |
msgstr "Öffentlich"
|
151 |
|
152 |
+
#: gallery-plugin.php:478
|
153 |
msgid "Date"
|
154 |
msgstr "Datum"
|
155 |
|
156 |
+
#: gallery-plugin.php:625
|
157 |
msgid "Activated plugins"
|
158 |
msgstr "Aktivierte Plugins"
|
159 |
|
160 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
161 |
msgid "Read more"
|
162 |
msgstr "Mehr erfahren"
|
163 |
|
164 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
165 |
msgid "Settings"
|
166 |
msgstr "Einstellungen"
|
167 |
|
168 |
+
#: gallery-plugin.php:633
|
169 |
msgid "Installed plugins"
|
170 |
msgstr "Installierte Plugins"
|
171 |
|
172 |
+
#: gallery-plugin.php:641
|
173 |
msgid "Recommended plugins"
|
174 |
msgstr "Benötigte Plugins"
|
175 |
|
176 |
+
#: gallery-plugin.php:643
|
177 |
msgid "Download"
|
178 |
msgstr "Download"
|
179 |
|
180 |
+
#: gallery-plugin.php:643
|
181 |
#, php-format
|
182 |
msgid "Install %s"
|
183 |
msgstr "Installiere %s"
|
184 |
|
185 |
+
#: gallery-plugin.php:643
|
186 |
msgid "Install now from wordpress.org"
|
187 |
msgstr "Direkt von wordpress.org installieren"
|
188 |
|
189 |
+
#: gallery-plugin.php:645
|
190 |
msgid ""
|
191 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
"fill in our contact form on our site"
|
194 |
"Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, "
|
195 |
"oder füllen Sie das Kontakt Formular auf unserer Website aus."
|
196 |
|
197 |
+
#: gallery-plugin.php:683
|
198 |
msgid "See photo »"
|
199 |
msgstr "Fotos anzeigen »"
|
200 |
|
201 |
+
#: gallery-plugin.php:782
|
202 |
msgid "Options saved."
|
203 |
msgstr "Einstellungen gespeichert."
|
204 |
|
205 |
+
#: gallery-plugin.php:796
|
206 |
msgid "Gallery Options"
|
207 |
msgstr "Galerie Einstellungen"
|
208 |
|
209 |
+
#: gallery-plugin.php:799
|
210 |
msgid ""
|
211 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
212 |
"and put this shortcode onto your post or page content:"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: gallery-plugin.php:803
|
216 |
msgid "The size of the cover album for gallery"
|
217 |
msgstr "Die Größe der Bilder in der Albumansicht"
|
218 |
|
219 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
220 |
msgid "Image size name"
|
221 |
msgstr "Name der Bilder"
|
222 |
|
223 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
224 |
msgid "Width (in px)"
|
225 |
msgstr "Breite (in px)"
|
226 |
|
227 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
228 |
msgid "Height (in px)"
|
229 |
msgstr "Höhe (in px)"
|
230 |
|
231 |
+
#: gallery-plugin.php:811
|
232 |
msgid "Size for gallery image"
|
233 |
msgstr "Die Größe der Bilder in der Galerie"
|
234 |
|
235 |
+
#: gallery-plugin.php:819
|
236 |
msgid ""
|
237 |
"WordPress will create a copy of the post thumbnail with the specified "
|
238 |
"dimensions when you upload a new photo."
|
240 |
"WordPress will create a copy of the post thumbnail with the specified "
|
241 |
"dimensions when you upload a new photo."
|
242 |
|
243 |
+
#: gallery-plugin.php:822
|
244 |
+
msgid "Images with border"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: gallery-plugin.php:825
|
248 |
+
msgid "Border width in px, just numbers"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
252 |
+
msgid "Select color for border"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: gallery-plugin.php:835
|
256 |
msgid "Count images in row"
|
257 |
msgstr "Anzahl Bilder in der Reihe"
|
258 |
|
259 |
+
#: gallery-plugin.php:841
|
260 |
msgid "Start slideshow"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: gallery-plugin.php:847
|
264 |
msgid "Slideshow interval"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: gallery-plugin.php:855
|
268 |
msgid "attachment id"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: gallery-plugin.php:856
|
272 |
msgid "attachment title"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: gallery-plugin.php:857
|
276 |
msgid "date"
|
277 |
msgstr "Datum"
|
278 |
|
279 |
+
#: gallery-plugin.php:858
|
280 |
msgid ""
|
281 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
282 |
"dialog )"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: gallery-plugin.php:859
|
286 |
msgid "random"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: gallery-plugin.php:863
|
290 |
msgid "Attachments order"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: gallery-plugin.php:865
|
294 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: gallery-plugin.php:866
|
298 |
msgid ""
|
299 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: gallery-plugin.php:870
|
303 |
+
msgid "Display text above image"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: gallery-plugin.php:872
|
307 |
+
msgid "If you want to display text just in a lightbox"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: gallery-plugin.php:876
|
311 |
msgid "Display Return link"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: gallery-plugin.php:882
|
315 |
msgid "Display Return link in shortcode"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: gallery-plugin.php:888
|
319 |
msgid "Label for Return link"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: gallery-plugin.php:894
|
323 |
+
msgid "URL for Return link"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: gallery-plugin.php:896
|
327 |
+
msgid "Gallery page (Page with Gallery Template)"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: gallery-plugin.php:898
|
331 |
+
msgid "(Full URL to custom page)"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: gallery-plugin.php:902
|
335 |
msgid "Label for Read More link"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:910
|
339 |
msgid "Save Changes"
|
340 |
msgstr "Einstellungen speichern"
|
341 |
|
342 |
+
#: gallery-plugin.php:923
|
343 |
msgid "FAQ"
|
344 |
msgstr "FAQ"
|
345 |
|
346 |
+
#: gallery-plugin.php:924
|
347 |
msgid "Support"
|
348 |
msgstr "Support"
|
349 |
|
350 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
351 |
msgid "Sorry - nothing to found."
|
352 |
msgstr "Leider nichts gefunden."
|
353 |
|
354 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
355 |
msgid "Download High resolution image"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: template/gallery-single-template.php:101
|
359 |
msgid "Image "
|
360 |
msgstr ""
|
361 |
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: Mr. Brazzi <leatiendo@brazzisoft.com>\n"
|
8 |
"Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -32,7 +32,7 @@ msgstr ""
|
|
32 |
msgid "Galleries"
|
33 |
msgstr "Galerías"
|
34 |
|
35 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galería"
|
38 |
|
@@ -108,7 +108,7 @@ msgstr ""
|
|
108 |
msgid "Please do not forget to select "
|
109 |
msgstr "Por favor no olvide seleccionar"
|
110 |
|
111 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
112 |
msgid "Attachments order by"
|
113 |
msgstr "Orden de los adjuntos por"
|
114 |
|
@@ -120,19 +120,19 @@ msgstr "orden de los adjuntos"
|
|
120 |
msgid "in the settings of the plugin (page "
|
121 |
msgstr "en la configuración del plugin (página"
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
msgid "Link URL"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: gallery-plugin.php:
|
128 |
msgid "(clicking on image <br /> open the link in new window)"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: gallery-plugin.php:
|
132 |
msgid "Delete"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: gallery-plugin.php:
|
136 |
msgid ""
|
137 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
138 |
"shortcode in the content"
|
@@ -140,7 +140,7 @@ msgstr ""
|
|
140 |
"Puedes añadir la Galería Simple en una página o en un post insertando su "
|
141 |
"shortcode en el contenido"
|
142 |
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid ""
|
145 |
"If you want to take a brief display of the gallery with a link to a Single "
|
146 |
"Sallery Page"
|
@@ -148,60 +148,60 @@ msgstr ""
|
|
148 |
"Si deseas mostrar un resumen de la galería con un enlace a la página "
|
149 |
"específica de la Gallería "
|
150 |
|
151 |
-
#: gallery-plugin.php:
|
152 |
msgid "Title"
|
153 |
msgstr "Título"
|
154 |
|
155 |
-
#: gallery-plugin.php:
|
156 |
msgid "Author"
|
157 |
msgstr "Autor"
|
158 |
|
159 |
-
#: gallery-plugin.php:
|
160 |
msgid "Photo's"
|
161 |
msgstr "Foto de"
|
162 |
|
163 |
-
#: gallery-plugin.php:
|
164 |
msgid "Public"
|
165 |
msgstr "Pública"
|
166 |
|
167 |
-
#: gallery-plugin.php:
|
168 |
msgid "Date"
|
169 |
msgstr "Fecha"
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "Plugins Activados"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
176 |
msgid "Read more"
|
177 |
msgstr "Leer más"
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
180 |
msgid "Settings"
|
181 |
msgstr "Configuración"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
msgid "Installed plugins"
|
185 |
msgstr "Plugins instalados"
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Recommended plugins"
|
189 |
msgstr "Plugins recomendados"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Download"
|
193 |
msgstr "Descargar"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
#, php-format
|
197 |
msgid "Install %s"
|
198 |
msgstr "Instalar %s"
|
199 |
|
200 |
-
#: gallery-plugin.php:
|
201 |
msgid "Install now from wordpress.org"
|
202 |
msgstr "Instalar ahora desde wordpress.org"
|
203 |
|
204 |
-
#: gallery-plugin.php:
|
205 |
msgid ""
|
206 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
207 |
"fill in our contact form on our site"
|
@@ -210,19 +210,19 @@ msgstr ""
|
|
210 |
"plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro "
|
211 |
"sitio"
|
212 |
|
213 |
-
#: gallery-plugin.php:
|
214 |
msgid "See photo »"
|
215 |
msgstr "Ver foto »"
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
msgid "Options saved."
|
219 |
msgstr "Opciones guardadas."
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
msgid "Gallery Options"
|
223 |
msgstr "Opciones de Galería"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
msgid ""
|
227 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
228 |
"and put this shortcode onto your post or page content:"
|
@@ -230,27 +230,27 @@ msgstr ""
|
|
230 |
"Si deseas añadir la Galería solamente en tu página o post, solo copia y pega "
|
231 |
"el shortcode en la página o post correspondiente:"
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "The size of the cover album for gallery"
|
235 |
msgstr "El tamaño de la cubierta del álbum de la galería"
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
msgid "Image size name"
|
239 |
msgstr "Nombre del tamaño de la imagen"
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
242 |
msgid "Width (in px)"
|
243 |
msgstr "Ancho (en px)"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "Height (in px)"
|
247 |
msgstr "Alto (en px)"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Size for gallery image"
|
251 |
msgstr "Tamaño de la galería de imágenes"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid ""
|
255 |
"WordPress will create a copy of the post thumbnail with the specified "
|
256 |
"dimensions when you upload a new photo."
|
@@ -258,31 +258,43 @@ msgstr ""
|
|
258 |
"WordPress creará una copia de la miniatura de la entrada con las dimensiones "
|
259 |
"especificadas, cuando se suba una foto nueva."
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
msgid "Count images in row"
|
263 |
msgstr "Contar las imágenes en la fila"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Start slideshow"
|
267 |
msgstr "Comenzar presentación diapositivas"
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
msgid "Slideshow interval"
|
271 |
msgstr "Intervalo de presentación diapositivas"
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "attachment id"
|
275 |
msgstr "id del adjunto"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "attachment title"
|
279 |
msgstr "título del adjunto"
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "date"
|
283 |
msgstr "fecha"
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid ""
|
287 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
288 |
"dialog )"
|
@@ -290,62 +302,83 @@ msgstr ""
|
|
290 |
"orden de los adjuntos (el valor entero mostrado en el campo del dialog "
|
291 |
"Insertar / Subir Galeria de Medias)"
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
294 |
msgid "random"
|
295 |
msgstr "aleatorio"
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Attachments order"
|
299 |
msgstr "Orden de los Adjuntos"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
303 |
msgstr ""
|
304 |
"ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid ""
|
308 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
309 |
msgstr ""
|
310 |
"DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
msgid "Display Return link"
|
314 |
msgstr "Mostrar el enlace de Regresar"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Display Return link in shortcode"
|
318 |
msgstr "Mostrar el enlace de Regresar en shortcode"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Label for Return link"
|
322 |
msgstr "Etiqueta para el enlace Regresar"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
msgid "Label for Read More link"
|
326 |
msgstr "Etiqueta para el enlace Leer Mas"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Save Changes"
|
330 |
msgstr "Guardar Cambios"
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "FAQ"
|
334 |
msgstr "FAQ "
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Support"
|
338 |
msgstr "Soporte"
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Sorry - nothing to found."
|
342 |
msgstr "Lo sentimos - nada que encontrar."
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Download High resolution image"
|
346 |
msgstr "Descargar la imagen en alta resolución"
|
347 |
|
348 |
-
#: template/gallery-single-template.php:
|
349 |
msgid "Image "
|
350 |
msgstr "Imagen"
|
351 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:46+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:46+0200\n"
|
7 |
"Last-Translator: Mr. Brazzi <leatiendo@brazzisoft.com>\n"
|
8 |
"Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
32 |
msgid "Galleries"
|
33 |
msgstr "Galerías"
|
34 |
|
35 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galería"
|
38 |
|
108 |
msgid "Please do not forget to select "
|
109 |
msgstr "Por favor no olvide seleccionar"
|
110 |
|
111 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
112 |
msgid "Attachments order by"
|
113 |
msgstr "Orden de los adjuntos por"
|
114 |
|
120 |
msgid "in the settings of the plugin (page "
|
121 |
msgstr "en la configuración del plugin (página"
|
122 |
|
123 |
+
#: gallery-plugin.php:275
|
124 |
msgid "Link URL"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: gallery-plugin.php:275
|
128 |
msgid "(clicking on image <br /> open the link in new window)"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: gallery-plugin.php:276
|
132 |
msgid "Delete"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: gallery-plugin.php:290
|
136 |
msgid ""
|
137 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
138 |
"shortcode in the content"
|
140 |
"Puedes añadir la Galería Simple en una página o en un post insertando su "
|
141 |
"shortcode en el contenido"
|
142 |
|
143 |
+
#: gallery-plugin.php:292
|
144 |
msgid ""
|
145 |
"If you want to take a brief display of the gallery with a link to a Single "
|
146 |
"Sallery Page"
|
148 |
"Si deseas mostrar un resumen de la galería con un enlace a la página "
|
149 |
"específica de la Gallería "
|
150 |
|
151 |
+
#: gallery-plugin.php:474
|
152 |
msgid "Title"
|
153 |
msgstr "Título"
|
154 |
|
155 |
+
#: gallery-plugin.php:475
|
156 |
msgid "Author"
|
157 |
msgstr "Autor"
|
158 |
|
159 |
+
#: gallery-plugin.php:476
|
160 |
msgid "Photo's"
|
161 |
msgstr "Foto de"
|
162 |
|
163 |
+
#: gallery-plugin.php:477
|
164 |
msgid "Public"
|
165 |
msgstr "Pública"
|
166 |
|
167 |
+
#: gallery-plugin.php:478
|
168 |
msgid "Date"
|
169 |
msgstr "Fecha"
|
170 |
|
171 |
+
#: gallery-plugin.php:625
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "Plugins Activados"
|
174 |
|
175 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
176 |
msgid "Read more"
|
177 |
msgstr "Leer más"
|
178 |
|
179 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
180 |
msgid "Settings"
|
181 |
msgstr "Configuración"
|
182 |
|
183 |
+
#: gallery-plugin.php:633
|
184 |
msgid "Installed plugins"
|
185 |
msgstr "Plugins instalados"
|
186 |
|
187 |
+
#: gallery-plugin.php:641
|
188 |
msgid "Recommended plugins"
|
189 |
msgstr "Plugins recomendados"
|
190 |
|
191 |
+
#: gallery-plugin.php:643
|
192 |
msgid "Download"
|
193 |
msgstr "Descargar"
|
194 |
|
195 |
+
#: gallery-plugin.php:643
|
196 |
#, php-format
|
197 |
msgid "Install %s"
|
198 |
msgstr "Instalar %s"
|
199 |
|
200 |
+
#: gallery-plugin.php:643
|
201 |
msgid "Install now from wordpress.org"
|
202 |
msgstr "Instalar ahora desde wordpress.org"
|
203 |
|
204 |
+
#: gallery-plugin.php:645
|
205 |
msgid ""
|
206 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
207 |
"fill in our contact form on our site"
|
210 |
"plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro "
|
211 |
"sitio"
|
212 |
|
213 |
+
#: gallery-plugin.php:683
|
214 |
msgid "See photo »"
|
215 |
msgstr "Ver foto »"
|
216 |
|
217 |
+
#: gallery-plugin.php:782
|
218 |
msgid "Options saved."
|
219 |
msgstr "Opciones guardadas."
|
220 |
|
221 |
+
#: gallery-plugin.php:796
|
222 |
msgid "Gallery Options"
|
223 |
msgstr "Opciones de Galería"
|
224 |
|
225 |
+
#: gallery-plugin.php:799
|
226 |
msgid ""
|
227 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
228 |
"and put this shortcode onto your post or page content:"
|
230 |
"Si deseas añadir la Galería solamente en tu página o post, solo copia y pega "
|
231 |
"el shortcode en la página o post correspondiente:"
|
232 |
|
233 |
+
#: gallery-plugin.php:803
|
234 |
msgid "The size of the cover album for gallery"
|
235 |
msgstr "El tamaño de la cubierta del álbum de la galería"
|
236 |
|
237 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
238 |
msgid "Image size name"
|
239 |
msgstr "Nombre del tamaño de la imagen"
|
240 |
|
241 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
242 |
msgid "Width (in px)"
|
243 |
msgstr "Ancho (en px)"
|
244 |
|
245 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
246 |
msgid "Height (in px)"
|
247 |
msgstr "Alto (en px)"
|
248 |
|
249 |
+
#: gallery-plugin.php:811
|
250 |
msgid "Size for gallery image"
|
251 |
msgstr "Tamaño de la galería de imágenes"
|
252 |
|
253 |
+
#: gallery-plugin.php:819
|
254 |
msgid ""
|
255 |
"WordPress will create a copy of the post thumbnail with the specified "
|
256 |
"dimensions when you upload a new photo."
|
258 |
"WordPress creará una copia de la miniatura de la entrada con las dimensiones "
|
259 |
"especificadas, cuando se suba una foto nueva."
|
260 |
|
261 |
+
#: gallery-plugin.php:822
|
262 |
+
msgid "Images with border"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: gallery-plugin.php:825
|
266 |
+
msgid "Border width in px, just numbers"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
270 |
+
msgid "Select color for border"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: gallery-plugin.php:835
|
274 |
msgid "Count images in row"
|
275 |
msgstr "Contar las imágenes en la fila"
|
276 |
|
277 |
+
#: gallery-plugin.php:841
|
278 |
msgid "Start slideshow"
|
279 |
msgstr "Comenzar presentación diapositivas"
|
280 |
|
281 |
+
#: gallery-plugin.php:847
|
282 |
msgid "Slideshow interval"
|
283 |
msgstr "Intervalo de presentación diapositivas"
|
284 |
|
285 |
+
#: gallery-plugin.php:855
|
286 |
msgid "attachment id"
|
287 |
msgstr "id del adjunto"
|
288 |
|
289 |
+
#: gallery-plugin.php:856
|
290 |
msgid "attachment title"
|
291 |
msgstr "título del adjunto"
|
292 |
|
293 |
+
#: gallery-plugin.php:857
|
294 |
msgid "date"
|
295 |
msgstr "fecha"
|
296 |
|
297 |
+
#: gallery-plugin.php:858
|
298 |
msgid ""
|
299 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
300 |
"dialog )"
|
302 |
"orden de los adjuntos (el valor entero mostrado en el campo del dialog "
|
303 |
"Insertar / Subir Galeria de Medias)"
|
304 |
|
305 |
+
#: gallery-plugin.php:859
|
306 |
msgid "random"
|
307 |
msgstr "aleatorio"
|
308 |
|
309 |
+
#: gallery-plugin.php:863
|
310 |
msgid "Attachments order"
|
311 |
msgstr "Orden de los Adjuntos"
|
312 |
|
313 |
+
#: gallery-plugin.php:865
|
314 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
315 |
msgstr ""
|
316 |
"ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
|
317 |
|
318 |
+
#: gallery-plugin.php:866
|
319 |
msgid ""
|
320 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
321 |
msgstr ""
|
322 |
"DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
|
323 |
|
324 |
+
#: gallery-plugin.php:870
|
325 |
+
msgid "Display text above image"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:872
|
329 |
+
msgid "If you want to display text just in a lightbox"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: gallery-plugin.php:876
|
333 |
msgid "Display Return link"
|
334 |
msgstr "Mostrar el enlace de Regresar"
|
335 |
|
336 |
+
#: gallery-plugin.php:882
|
337 |
msgid "Display Return link in shortcode"
|
338 |
msgstr "Mostrar el enlace de Regresar en shortcode"
|
339 |
|
340 |
+
#: gallery-plugin.php:888
|
341 |
msgid "Label for Return link"
|
342 |
msgstr "Etiqueta para el enlace Regresar"
|
343 |
|
344 |
+
#: gallery-plugin.php:894
|
345 |
+
#, fuzzy
|
346 |
+
msgid "URL for Return link"
|
347 |
+
msgstr "Etiqueta para el enlace Regresar"
|
348 |
+
|
349 |
+
#: gallery-plugin.php:896
|
350 |
+
msgid "Gallery page (Page with Gallery Template)"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:898
|
354 |
+
msgid "(Full URL to custom page)"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: gallery-plugin.php:902
|
358 |
msgid "Label for Read More link"
|
359 |
msgstr "Etiqueta para el enlace Leer Mas"
|
360 |
|
361 |
+
#: gallery-plugin.php:910
|
362 |
msgid "Save Changes"
|
363 |
msgstr "Guardar Cambios"
|
364 |
|
365 |
+
#: gallery-plugin.php:923
|
366 |
msgid "FAQ"
|
367 |
msgstr "FAQ "
|
368 |
|
369 |
+
#: gallery-plugin.php:924
|
370 |
msgid "Support"
|
371 |
msgstr "Soporte"
|
372 |
|
373 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
374 |
msgid "Sorry - nothing to found."
|
375 |
msgstr "Lo sentimos - nada que encontrar."
|
376 |
|
377 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
378 |
msgid "Download High resolution image"
|
379 |
msgstr "Descargar la imagen en alta resolución"
|
380 |
|
381 |
+
#: template/gallery-single-template.php:101
|
382 |
msgid "Image "
|
383 |
msgstr "Imagen"
|
384 |
|
languages/gallery-fa_IR.mo
ADDED
Binary file
|
languages/gallery-fa_IR.po
ADDED
@@ -0,0 +1,315 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: gallery\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-07-27 14:56+0300\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:50+0200\n"
|
7 |
+
"Last-Translator: ekia <ertavaa@gmail.com>\n"
|
8 |
+
"Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
|
9 |
+
"Language: fa_IR\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"Plural-Forms: nplurals=2;plural=n>1;\n"
|
17 |
+
"X-Generator: Poedit 1.5.4\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: gallery-plugin.php:55 gallery-plugin.php:683
|
21 |
+
msgid ""
|
22 |
+
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
23 |
+
"php\" were not found in the directory of your theme. Please copy them from "
|
24 |
+
"the directory `/wp-content/plugins/gallery-plugin/template/` to the "
|
25 |
+
"directory of your theme for the correct work of the Gallery plugin"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: gallery-plugin.php:79 gallery-plugin.php:89
|
29 |
+
msgid "Galleries"
|
30 |
+
msgstr "گالری ها"
|
31 |
+
|
32 |
+
#: gallery-plugin.php:80 gallery-plugin.php:576
|
33 |
+
msgid "Gallery"
|
34 |
+
msgstr "گالری"
|
35 |
+
|
36 |
+
#: gallery-plugin.php:81
|
37 |
+
msgid "Add New"
|
38 |
+
msgstr "اضافه کردن"
|
39 |
+
|
40 |
+
#: gallery-plugin.php:82
|
41 |
+
msgid "Add New Gallery"
|
42 |
+
msgstr "اضافه کردن گالری"
|
43 |
+
|
44 |
+
#: gallery-plugin.php:83
|
45 |
+
msgid "Edit Gallery"
|
46 |
+
msgstr "ویرایش گالری"
|
47 |
+
|
48 |
+
#: gallery-plugin.php:84
|
49 |
+
msgid "New Gallery"
|
50 |
+
msgstr "گالری جدید"
|
51 |
+
|
52 |
+
#: gallery-plugin.php:85
|
53 |
+
msgid "View Gallery"
|
54 |
+
msgstr "مشاهده گالری"
|
55 |
+
|
56 |
+
#: gallery-plugin.php:86
|
57 |
+
msgid "Search Galleries"
|
58 |
+
msgstr "جستجودر گالریها"
|
59 |
+
|
60 |
+
#: gallery-plugin.php:87
|
61 |
+
msgid "No Galleries found"
|
62 |
+
msgstr "هیچ گالری پیدا نشد"
|
63 |
+
|
64 |
+
#: gallery-plugin.php:144
|
65 |
+
msgid "Upload File"
|
66 |
+
msgstr "آپلود فایل"
|
67 |
+
|
68 |
+
#: gallery-plugin.php:145
|
69 |
+
msgid "Gallery Shortcode"
|
70 |
+
msgstr "کد نمایش گالری"
|
71 |
+
|
72 |
+
#: gallery-plugin.php:159
|
73 |
+
msgid ""
|
74 |
+
"The gallery temp directory (gallery-plugin/upload/files) not writeable by "
|
75 |
+
"your webserver. Please use the standard WP functional to upload the images "
|
76 |
+
"(media library)"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: gallery-plugin.php:163
|
80 |
+
msgid "Choose an image to upload:"
|
81 |
+
msgstr "انتخاب یک عکس برای آپلود "
|
82 |
+
|
83 |
+
#: gallery-plugin.php:168
|
84 |
+
msgid "Please enable JavaScript to use the file uploader."
|
85 |
+
msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
|
86 |
+
|
87 |
+
#: gallery-plugin.php:175
|
88 |
+
msgid ""
|
89 |
+
"Please use drag and drop function to change the order of the output of "
|
90 |
+
"images and do not forget to save post."
|
91 |
+
msgstr ""
|
92 |
+
"لطفا از گرفتن و رها کردن توابع برای سفارشی ساختن عکسهای خروجی استفاده کنید و "
|
93 |
+
"فراموش نکنید که پست را ذخیره کنید."
|
94 |
+
|
95 |
+
#: gallery-plugin.php:177
|
96 |
+
msgid "Please do not forget to select "
|
97 |
+
msgstr "لطفا انتخاب را فراموش نکنید."
|
98 |
+
|
99 |
+
#: gallery-plugin.php:177 gallery-plugin.php:734
|
100 |
+
msgid "Attachments order by"
|
101 |
+
msgstr "الصاق(Attachments ) به سفارش"
|
102 |
+
|
103 |
+
#: gallery-plugin.php:177
|
104 |
+
msgid "attachments order"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: gallery-plugin.php:177
|
108 |
+
msgid "in the settings of the plugin (page "
|
109 |
+
msgstr "صفحه تنظیمات افزونه"
|
110 |
+
|
111 |
+
#: gallery-plugin.php:239
|
112 |
+
msgid ""
|
113 |
+
"You can add the Single Gallery on the page or in the post by inserting this "
|
114 |
+
"shortcode in the content"
|
115 |
+
msgstr ""
|
116 |
+
"شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه "
|
117 |
+
"کنید. "
|
118 |
+
|
119 |
+
#: gallery-plugin.php:241
|
120 |
+
msgid ""
|
121 |
+
"If you want to take a brief display of the gallery with a link to a Single "
|
122 |
+
"Sallery Page"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: gallery-plugin.php:394
|
126 |
+
msgid "Title"
|
127 |
+
msgstr "عنوان"
|
128 |
+
|
129 |
+
#: gallery-plugin.php:395
|
130 |
+
msgid "Author"
|
131 |
+
msgstr "سازنده"
|
132 |
+
|
133 |
+
#: gallery-plugin.php:396
|
134 |
+
msgid "Photo's"
|
135 |
+
msgstr "عکسِ"
|
136 |
+
|
137 |
+
#: gallery-plugin.php:397
|
138 |
+
msgid "Public"
|
139 |
+
msgstr "عمومی"
|
140 |
+
|
141 |
+
#: gallery-plugin.php:398
|
142 |
+
msgid "Date"
|
143 |
+
msgstr "تاریخ"
|
144 |
+
|
145 |
+
#: gallery-plugin.php:545
|
146 |
+
msgid "Activated plugins"
|
147 |
+
msgstr "فعالسازی افزونه"
|
148 |
+
|
149 |
+
#: gallery-plugin.php:547 gallery-plugin.php:555 gallery-plugin.php:563
|
150 |
+
msgid "Read more"
|
151 |
+
msgstr "بیشتر..."
|
152 |
+
|
153 |
+
#: gallery-plugin.php:547 gallery-plugin.php:789 gallery-plugin.php:804
|
154 |
+
msgid "Settings"
|
155 |
+
msgstr "تنظیمات"
|
156 |
+
|
157 |
+
#: gallery-plugin.php:553
|
158 |
+
msgid "Installed plugins"
|
159 |
+
msgstr "نصب افزونه"
|
160 |
+
|
161 |
+
#: gallery-plugin.php:561
|
162 |
+
msgid "Recommended plugins"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: gallery-plugin.php:563
|
166 |
+
msgid "Download"
|
167 |
+
msgstr "دانلود"
|
168 |
+
|
169 |
+
#: gallery-plugin.php:563
|
170 |
+
#, php-format
|
171 |
+
msgid "Install %s"
|
172 |
+
msgstr "نصب %s"
|
173 |
+
|
174 |
+
#: gallery-plugin.php:563
|
175 |
+
msgid "Install now from wordpress.org"
|
176 |
+
msgstr "در حال نصب از سایت وردپرس"
|
177 |
+
|
178 |
+
#: gallery-plugin.php:565
|
179 |
+
msgid ""
|
180 |
+
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
181 |
+
"fill in our contact form on our site"
|
182 |
+
msgstr ""
|
183 |
+
"اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید "
|
184 |
+
"یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
|
185 |
+
|
186 |
+
#: gallery-plugin.php:597
|
187 |
+
msgid "See photo »"
|
188 |
+
msgstr "»دیدن عکس;"
|
189 |
+
|
190 |
+
#: gallery-plugin.php:676
|
191 |
+
msgid "Options saved."
|
192 |
+
msgstr "تنظیمات ذخیره شد."
|
193 |
+
|
194 |
+
#: gallery-plugin.php:690
|
195 |
+
msgid "Gallery Options"
|
196 |
+
msgstr "تنظیمات گالری"
|
197 |
+
|
198 |
+
#: gallery-plugin.php:693
|
199 |
+
msgid ""
|
200 |
+
"If you would like to add a Single Gallery to your page or post, just copy "
|
201 |
+
"and put this shortcode onto your post or page content:"
|
202 |
+
msgstr ""
|
203 |
+
"اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه "
|
204 |
+
"خود کپی کنید"
|
205 |
+
|
206 |
+
#: gallery-plugin.php:697
|
207 |
+
msgid "The size of the cover album for gallery"
|
208 |
+
msgstr "اندازه دوره آلبوم گالری"
|
209 |
+
|
210 |
+
#: gallery-plugin.php:699 gallery-plugin.php:707
|
211 |
+
msgid "Image size name"
|
212 |
+
msgstr " اندازه عکس"
|
213 |
+
|
214 |
+
#: gallery-plugin.php:700 gallery-plugin.php:708
|
215 |
+
msgid "Width (in px)"
|
216 |
+
msgstr "عرض (به pixels)"
|
217 |
+
|
218 |
+
#: gallery-plugin.php:701 gallery-plugin.php:709
|
219 |
+
msgid "Height (in px)"
|
220 |
+
msgstr "ارتفاع (به pixels)"
|
221 |
+
|
222 |
+
#: gallery-plugin.php:705
|
223 |
+
msgid "Size for gallery image"
|
224 |
+
msgstr "اندازه عکسهای گالری"
|
225 |
+
|
226 |
+
#: gallery-plugin.php:713
|
227 |
+
msgid ""
|
228 |
+
"WordPress will create a copy of the post thumbnail with the specified "
|
229 |
+
"dimensions when you upload a new photo."
|
230 |
+
msgstr ""
|
231 |
+
"وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه "
|
232 |
+
"بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
|
233 |
+
|
234 |
+
#: gallery-plugin.php:716
|
235 |
+
msgid "Count images in row"
|
236 |
+
msgstr "تعداد عکسها در سطر"
|
237 |
+
|
238 |
+
#: gallery-plugin.php:722
|
239 |
+
msgid "Start slideshow"
|
240 |
+
msgstr "نمایش اسلایدشو"
|
241 |
+
|
242 |
+
#: gallery-plugin.php:728
|
243 |
+
msgid "Slideshow interval"
|
244 |
+
msgstr "فاصله بین اسلایدشو"
|
245 |
+
|
246 |
+
#: gallery-plugin.php:736
|
247 |
+
msgid "attachment id"
|
248 |
+
msgstr "ای دی سنجاق شده "
|
249 |
+
|
250 |
+
#: gallery-plugin.php:737
|
251 |
+
msgid "attachment title"
|
252 |
+
msgstr "عنوان سنجاق شده"
|
253 |
+
|
254 |
+
#: gallery-plugin.php:738
|
255 |
+
msgid "date"
|
256 |
+
msgstr "تاریخ"
|
257 |
+
|
258 |
+
#: gallery-plugin.php:739
|
259 |
+
msgid ""
|
260 |
+
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
261 |
+
"dialog )"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: gallery-plugin.php:740
|
265 |
+
msgid "random"
|
266 |
+
msgstr "تصادفی"
|
267 |
+
|
268 |
+
#: gallery-plugin.php:744
|
269 |
+
msgid "Attachments order"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: gallery-plugin.php:746
|
273 |
+
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: gallery-plugin.php:747
|
277 |
+
msgid ""
|
278 |
+
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: gallery-plugin.php:751
|
282 |
+
msgid "Display Return link"
|
283 |
+
msgstr "نشان دادن لینک برگشت"
|
284 |
+
|
285 |
+
#: gallery-plugin.php:757
|
286 |
+
msgid "Display Return link in shortcode"
|
287 |
+
msgstr "نشان دادن لینک برگشت در شرت کد"
|
288 |
+
|
289 |
+
#: gallery-plugin.php:763
|
290 |
+
msgid "Label for Return link"
|
291 |
+
msgstr "برپسبهای لینگ برگشتی"
|
292 |
+
|
293 |
+
#: gallery-plugin.php:769
|
294 |
+
msgid "Label for Read More link"
|
295 |
+
msgstr "برچسب برای لینک بیشتر..."
|
296 |
+
|
297 |
+
#: gallery-plugin.php:777
|
298 |
+
msgid "Save Changes"
|
299 |
+
msgstr "ذخیره تنظیمات"
|
300 |
+
|
301 |
+
#: gallery-plugin.php:790
|
302 |
+
msgid "FAQ"
|
303 |
+
msgstr "FAQ"
|
304 |
+
|
305 |
+
#: gallery-plugin.php:791
|
306 |
+
msgid "Support"
|
307 |
+
msgstr "پشتیبانی"
|
308 |
+
|
309 |
+
#: gallery-plugin.php:953 template/gallery-single-template.php:60
|
310 |
+
msgid "Sorry - nothing to found."
|
311 |
+
msgstr "متاسفم؛چیزی یافت نشد"
|
312 |
+
|
313 |
+
#: template/gallery-single-template.php:82
|
314 |
+
msgid "Image "
|
315 |
+
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Wolforg <contact@wolforg.eu>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
21 |
msgid ""
|
22 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
23 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -34,7 +34,7 @@ msgstr ""
|
|
34 |
msgid "Galleries"
|
35 |
msgstr "Galeries"
|
36 |
|
37 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
38 |
msgid "Gallery"
|
39 |
msgstr "Galerie"
|
40 |
|
@@ -108,7 +108,7 @@ msgstr ""
|
|
108 |
msgid "Please do not forget to select "
|
109 |
msgstr "Merci de ne pas oublier de sélectionner"
|
110 |
|
111 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
112 |
msgid "Attachments order by"
|
113 |
msgstr "Fichiers trier par"
|
114 |
|
@@ -120,19 +120,19 @@ msgstr "ordre des fichiers"
|
|
120 |
msgid "in the settings of the plugin (page "
|
121 |
msgstr "dans les paramètres du plugin (page"
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
msgid "Link URL"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: gallery-plugin.php:
|
128 |
msgid "(clicking on image <br /> open the link in new window)"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: gallery-plugin.php:
|
132 |
msgid "Delete"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: gallery-plugin.php:
|
136 |
msgid ""
|
137 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
138 |
"shortcode in the content"
|
@@ -140,7 +140,7 @@ msgstr ""
|
|
140 |
"Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code "
|
141 |
"court dans le contenu"
|
142 |
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid ""
|
145 |
"If you want to take a brief display of the gallery with a link to a Single "
|
146 |
"Sallery Page"
|
@@ -148,60 +148,60 @@ msgstr ""
|
|
148 |
"Si vous voulez avoir un bref appreçu de la gallerie avec un lien vers une "
|
149 |
"page unique de la gallerie"
|
150 |
|
151 |
-
#: gallery-plugin.php:
|
152 |
msgid "Title"
|
153 |
msgstr "Titre"
|
154 |
|
155 |
-
#: gallery-plugin.php:
|
156 |
msgid "Author"
|
157 |
msgstr "Auteur"
|
158 |
|
159 |
-
#: gallery-plugin.php:
|
160 |
msgid "Photo's"
|
161 |
msgstr "Photo's"
|
162 |
|
163 |
-
#: gallery-plugin.php:
|
164 |
msgid "Public"
|
165 |
msgstr "Public"
|
166 |
|
167 |
-
#: gallery-plugin.php:
|
168 |
msgid "Date"
|
169 |
msgstr "Date"
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "Extensions activées"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
176 |
msgid "Read more"
|
177 |
msgstr "Lire plus..."
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
180 |
msgid "Settings"
|
181 |
msgstr "Paramètres"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
msgid "Installed plugins"
|
185 |
msgstr "Extensions installées"
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Recommended plugins"
|
189 |
msgstr "Extensions recommandées"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Download"
|
193 |
msgstr "Télécharger"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
#, php-format
|
197 |
msgid "Install %s"
|
198 |
msgstr "Installation %s"
|
199 |
|
200 |
-
#: gallery-plugin.php:
|
201 |
msgid "Install now from wordpress.org"
|
202 |
msgstr "Installation à partir de wordpress.org"
|
203 |
|
204 |
-
#: gallery-plugin.php:
|
205 |
msgid ""
|
206 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
207 |
"fill in our contact form on our site"
|
@@ -209,19 +209,19 @@ msgstr ""
|
|
209 |
"Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft."
|
210 |
"com ou remplissez le formulaire de contact sur notre site"
|
211 |
|
212 |
-
#: gallery-plugin.php:
|
213 |
msgid "See photo »"
|
214 |
msgstr "Voir la photo »"
|
215 |
|
216 |
-
#: gallery-plugin.php:
|
217 |
msgid "Options saved."
|
218 |
msgstr "Options sauvegardées."
|
219 |
|
220 |
-
#: gallery-plugin.php:
|
221 |
msgid "Gallery Options"
|
222 |
msgstr "Options de galerie"
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
msgid ""
|
226 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
227 |
"and put this shortcode onto your post or page content:"
|
@@ -229,27 +229,27 @@ msgstr ""
|
|
229 |
"Si vous voulez ajouter la galerie dans une page ou un article, copier le "
|
230 |
"code court suivant dans le contenu de votre page ou de votre article:"
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
233 |
msgid "The size of the cover album for gallery"
|
234 |
msgstr "Taille de la vignette de l'album"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
msgid "Image size name"
|
238 |
msgstr "Nom de la vignette"
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
msgid "Width (in px)"
|
242 |
msgstr "Largeur (en pixels)"
|
243 |
|
244 |
-
#: gallery-plugin.php:
|
245 |
msgid "Height (in px)"
|
246 |
msgstr "Hauteur (en pixels)"
|
247 |
|
248 |
-
#: gallery-plugin.php:
|
249 |
msgid "Size for gallery image"
|
250 |
msgstr "Taille de la vignette de la galerie"
|
251 |
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid ""
|
254 |
"WordPress will create a copy of the post thumbnail with the specified "
|
255 |
"dimensions when you upload a new photo."
|
@@ -257,31 +257,43 @@ msgstr ""
|
|
257 |
"WordPress créera une copie de la miniature d'article avec les dimensions "
|
258 |
"spécifiées quand vous envoyez une nouvelle photo."
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
msgid "Count images in row"
|
262 |
msgstr "Nombre d'images par ligne"
|
263 |
|
264 |
-
#: gallery-plugin.php:
|
265 |
msgid "Start slideshow"
|
266 |
msgstr "Démarer le diaporama"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
msgid "Slideshow interval"
|
270 |
msgstr "Interval de transition pour le diaporama"
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
msgid "attachment id"
|
274 |
msgstr "id du fichier"
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
msgid "attachment title"
|
278 |
msgstr "titre du fichier"
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "date"
|
282 |
msgstr "date"
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid ""
|
286 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
287 |
"dialog )"
|
@@ -289,62 +301,83 @@ msgstr ""
|
|
289 |
"ordre des fichiers (le nombre dans la fenêtre d'insertion / téléchargement "
|
290 |
"de la galerie)"
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "random"
|
294 |
msgstr "aléatoire"
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "Attachments order"
|
298 |
msgstr "Ordre des fichiers"
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
302 |
msgstr ""
|
303 |
"ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
|
304 |
"b, c)"
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid ""
|
308 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
309 |
msgstr ""
|
310 |
"DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
msgid "Display Return link"
|
314 |
msgstr "Afficher le lien de retour"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Display Return link in shortcode"
|
318 |
msgstr "Afficher le lien de retour dans le code court"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Label for Return link"
|
322 |
msgstr "Texte du lien de retour"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
msgid "Label for Read More link"
|
326 |
msgstr "Texte pour le lien \"Read More\""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Save Changes"
|
330 |
msgstr "Sauvegarder"
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "FAQ"
|
334 |
msgstr "FAQ"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Support"
|
338 |
msgstr "Soutien"
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Sorry - nothing to found."
|
342 |
msgstr "Désolé, rien de trouvé"
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Download High resolution image"
|
346 |
msgstr "Télécharger l'image en haute résolution"
|
347 |
|
348 |
-
#: template/gallery-single-template.php:
|
349 |
msgid "Image "
|
350 |
msgstr "Image "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Wolforg <contact@wolforg.eu>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
21 |
msgid ""
|
22 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
23 |
"php\" were not found in the directory of your theme. Please copy them from "
|
34 |
msgid "Galleries"
|
35 |
msgstr "Galeries"
|
36 |
|
37 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
38 |
msgid "Gallery"
|
39 |
msgstr "Galerie"
|
40 |
|
108 |
msgid "Please do not forget to select "
|
109 |
msgstr "Merci de ne pas oublier de sélectionner"
|
110 |
|
111 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
112 |
msgid "Attachments order by"
|
113 |
msgstr "Fichiers trier par"
|
114 |
|
120 |
msgid "in the settings of the plugin (page "
|
121 |
msgstr "dans les paramètres du plugin (page"
|
122 |
|
123 |
+
#: gallery-plugin.php:275
|
124 |
msgid "Link URL"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: gallery-plugin.php:275
|
128 |
msgid "(clicking on image <br /> open the link in new window)"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: gallery-plugin.php:276
|
132 |
msgid "Delete"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: gallery-plugin.php:290
|
136 |
msgid ""
|
137 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
138 |
"shortcode in the content"
|
140 |
"Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code "
|
141 |
"court dans le contenu"
|
142 |
|
143 |
+
#: gallery-plugin.php:292
|
144 |
msgid ""
|
145 |
"If you want to take a brief display of the gallery with a link to a Single "
|
146 |
"Sallery Page"
|
148 |
"Si vous voulez avoir un bref appreçu de la gallerie avec un lien vers une "
|
149 |
"page unique de la gallerie"
|
150 |
|
151 |
+
#: gallery-plugin.php:474
|
152 |
msgid "Title"
|
153 |
msgstr "Titre"
|
154 |
|
155 |
+
#: gallery-plugin.php:475
|
156 |
msgid "Author"
|
157 |
msgstr "Auteur"
|
158 |
|
159 |
+
#: gallery-plugin.php:476
|
160 |
msgid "Photo's"
|
161 |
msgstr "Photo's"
|
162 |
|
163 |
+
#: gallery-plugin.php:477
|
164 |
msgid "Public"
|
165 |
msgstr "Public"
|
166 |
|
167 |
+
#: gallery-plugin.php:478
|
168 |
msgid "Date"
|
169 |
msgstr "Date"
|
170 |
|
171 |
+
#: gallery-plugin.php:625
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "Extensions activées"
|
174 |
|
175 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
176 |
msgid "Read more"
|
177 |
msgstr "Lire plus..."
|
178 |
|
179 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
180 |
msgid "Settings"
|
181 |
msgstr "Paramètres"
|
182 |
|
183 |
+
#: gallery-plugin.php:633
|
184 |
msgid "Installed plugins"
|
185 |
msgstr "Extensions installées"
|
186 |
|
187 |
+
#: gallery-plugin.php:641
|
188 |
msgid "Recommended plugins"
|
189 |
msgstr "Extensions recommandées"
|
190 |
|
191 |
+
#: gallery-plugin.php:643
|
192 |
msgid "Download"
|
193 |
msgstr "Télécharger"
|
194 |
|
195 |
+
#: gallery-plugin.php:643
|
196 |
#, php-format
|
197 |
msgid "Install %s"
|
198 |
msgstr "Installation %s"
|
199 |
|
200 |
+
#: gallery-plugin.php:643
|
201 |
msgid "Install now from wordpress.org"
|
202 |
msgstr "Installation à partir de wordpress.org"
|
203 |
|
204 |
+
#: gallery-plugin.php:645
|
205 |
msgid ""
|
206 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
207 |
"fill in our contact form on our site"
|
209 |
"Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft."
|
210 |
"com ou remplissez le formulaire de contact sur notre site"
|
211 |
|
212 |
+
#: gallery-plugin.php:683
|
213 |
msgid "See photo »"
|
214 |
msgstr "Voir la photo »"
|
215 |
|
216 |
+
#: gallery-plugin.php:782
|
217 |
msgid "Options saved."
|
218 |
msgstr "Options sauvegardées."
|
219 |
|
220 |
+
#: gallery-plugin.php:796
|
221 |
msgid "Gallery Options"
|
222 |
msgstr "Options de galerie"
|
223 |
|
224 |
+
#: gallery-plugin.php:799
|
225 |
msgid ""
|
226 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
227 |
"and put this shortcode onto your post or page content:"
|
229 |
"Si vous voulez ajouter la galerie dans une page ou un article, copier le "
|
230 |
"code court suivant dans le contenu de votre page ou de votre article:"
|
231 |
|
232 |
+
#: gallery-plugin.php:803
|
233 |
msgid "The size of the cover album for gallery"
|
234 |
msgstr "Taille de la vignette de l'album"
|
235 |
|
236 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
237 |
msgid "Image size name"
|
238 |
msgstr "Nom de la vignette"
|
239 |
|
240 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
241 |
msgid "Width (in px)"
|
242 |
msgstr "Largeur (en pixels)"
|
243 |
|
244 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
245 |
msgid "Height (in px)"
|
246 |
msgstr "Hauteur (en pixels)"
|
247 |
|
248 |
+
#: gallery-plugin.php:811
|
249 |
msgid "Size for gallery image"
|
250 |
msgstr "Taille de la vignette de la galerie"
|
251 |
|
252 |
+
#: gallery-plugin.php:819
|
253 |
msgid ""
|
254 |
"WordPress will create a copy of the post thumbnail with the specified "
|
255 |
"dimensions when you upload a new photo."
|
257 |
"WordPress créera une copie de la miniature d'article avec les dimensions "
|
258 |
"spécifiées quand vous envoyez une nouvelle photo."
|
259 |
|
260 |
+
#: gallery-plugin.php:822
|
261 |
+
msgid "Images with border"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: gallery-plugin.php:825
|
265 |
+
msgid "Border width in px, just numbers"
|
266 |
+
msgstr ""
|
267 |
+
|
268 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
269 |
+
msgid "Select color for border"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: gallery-plugin.php:835
|
273 |
msgid "Count images in row"
|
274 |
msgstr "Nombre d'images par ligne"
|
275 |
|
276 |
+
#: gallery-plugin.php:841
|
277 |
msgid "Start slideshow"
|
278 |
msgstr "Démarer le diaporama"
|
279 |
|
280 |
+
#: gallery-plugin.php:847
|
281 |
msgid "Slideshow interval"
|
282 |
msgstr "Interval de transition pour le diaporama"
|
283 |
|
284 |
+
#: gallery-plugin.php:855
|
285 |
msgid "attachment id"
|
286 |
msgstr "id du fichier"
|
287 |
|
288 |
+
#: gallery-plugin.php:856
|
289 |
msgid "attachment title"
|
290 |
msgstr "titre du fichier"
|
291 |
|
292 |
+
#: gallery-plugin.php:857
|
293 |
msgid "date"
|
294 |
msgstr "date"
|
295 |
|
296 |
+
#: gallery-plugin.php:858
|
297 |
msgid ""
|
298 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
299 |
"dialog )"
|
301 |
"ordre des fichiers (le nombre dans la fenêtre d'insertion / téléchargement "
|
302 |
"de la galerie)"
|
303 |
|
304 |
+
#: gallery-plugin.php:859
|
305 |
msgid "random"
|
306 |
msgstr "aléatoire"
|
307 |
|
308 |
+
#: gallery-plugin.php:863
|
309 |
msgid "Attachments order"
|
310 |
msgstr "Ordre des fichiers"
|
311 |
|
312 |
+
#: gallery-plugin.php:865
|
313 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
314 |
msgstr ""
|
315 |
"ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
|
316 |
"b, c)"
|
317 |
|
318 |
+
#: gallery-plugin.php:866
|
319 |
msgid ""
|
320 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
321 |
msgstr ""
|
322 |
"DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
323 |
|
324 |
+
#: gallery-plugin.php:870
|
325 |
+
msgid "Display text above image"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:872
|
329 |
+
msgid "If you want to display text just in a lightbox"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: gallery-plugin.php:876
|
333 |
msgid "Display Return link"
|
334 |
msgstr "Afficher le lien de retour"
|
335 |
|
336 |
+
#: gallery-plugin.php:882
|
337 |
msgid "Display Return link in shortcode"
|
338 |
msgstr "Afficher le lien de retour dans le code court"
|
339 |
|
340 |
+
#: gallery-plugin.php:888
|
341 |
msgid "Label for Return link"
|
342 |
msgstr "Texte du lien de retour"
|
343 |
|
344 |
+
#: gallery-plugin.php:894
|
345 |
+
#, fuzzy
|
346 |
+
msgid "URL for Return link"
|
347 |
+
msgstr "Texte du lien de retour"
|
348 |
+
|
349 |
+
#: gallery-plugin.php:896
|
350 |
+
msgid "Gallery page (Page with Gallery Template)"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:898
|
354 |
+
msgid "(Full URL to custom page)"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: gallery-plugin.php:902
|
358 |
msgid "Label for Read More link"
|
359 |
msgstr "Texte pour le lien \"Read More\""
|
360 |
|
361 |
+
#: gallery-plugin.php:910
|
362 |
msgid "Save Changes"
|
363 |
msgstr "Sauvegarder"
|
364 |
|
365 |
+
#: gallery-plugin.php:923
|
366 |
msgid "FAQ"
|
367 |
msgstr "FAQ"
|
368 |
|
369 |
+
#: gallery-plugin.php:924
|
370 |
msgid "Support"
|
371 |
msgstr "Soutien"
|
372 |
|
373 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
374 |
msgid "Sorry - nothing to found."
|
375 |
msgstr "Désolé, rien de trouvé"
|
376 |
|
377 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
378 |
msgid "Download High resolution image"
|
379 |
msgstr "Télécharger l'image en haute résolution"
|
380 |
|
381 |
+
#: template/gallery-single-template.php:101
|
382 |
msgid "Image "
|
383 |
msgstr "Image "
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: he_IL\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ gallery
|
23 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
24 |
msgid ""
|
25 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
26 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -37,7 +37,7 @@ msgid "Galleries"
|
|
37 |
msgstr "גלריות"
|
38 |
|
39 |
# @ gallery
|
40 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
41 |
msgid "Gallery"
|
42 |
msgstr "גלריה"
|
43 |
|
@@ -121,7 +121,7 @@ msgid "Please do not forget to select "
|
|
121 |
msgstr ""
|
122 |
|
123 |
# @ gallery
|
124 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
125 |
msgid "Attachments order by"
|
126 |
msgstr "סדר הקבצים המצורפים"
|
127 |
|
@@ -134,20 +134,20 @@ msgstr ""
|
|
134 |
msgid "in the settings of the plugin (page "
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: gallery-plugin.php:
|
138 |
msgid "Link URL"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: gallery-plugin.php:
|
142 |
msgid "(clicking on image <br /> open the link in new window)"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: gallery-plugin.php:
|
146 |
msgid "Delete"
|
147 |
msgstr ""
|
148 |
|
149 |
# @ gallery
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid ""
|
152 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
153 |
"shortcode in the content"
|
@@ -155,80 +155,80 @@ msgstr ""
|
|
155 |
"אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד "
|
156 |
"בתוכן"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid ""
|
160 |
"If you want to take a brief display of the gallery with a link to a Single "
|
161 |
"Sallery Page"
|
162 |
msgstr ""
|
163 |
|
164 |
# @ gallery
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Title"
|
167 |
msgstr "כותרת"
|
168 |
|
169 |
# @ gallery
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Author"
|
172 |
msgstr "מחבר"
|
173 |
|
174 |
# @ gallery
|
175 |
-
#: gallery-plugin.php:
|
176 |
msgid "Photo's"
|
177 |
msgstr "של התמונה"
|
178 |
|
179 |
# @ gallery
|
180 |
-
#: gallery-plugin.php:
|
181 |
msgid "Public"
|
182 |
msgstr "ציבורי"
|
183 |
|
184 |
# @ gallery
|
185 |
-
#: gallery-plugin.php:
|
186 |
msgid "Date"
|
187 |
msgstr "תאריך"
|
188 |
|
189 |
# @ gallery
|
190 |
-
#: gallery-plugin.php:
|
191 |
msgid "Activated plugins"
|
192 |
msgstr "תוספים פעילים"
|
193 |
|
194 |
# @ gallery
|
195 |
-
#: gallery-plugin.php:
|
196 |
msgid "Read more"
|
197 |
msgstr "קרא עוד"
|
198 |
|
199 |
# @ gallery
|
200 |
-
#: gallery-plugin.php:
|
201 |
msgid "Settings"
|
202 |
msgstr "הגדרות"
|
203 |
|
204 |
# @ gallery
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Installed plugins"
|
207 |
msgstr "תוספים מותקנים"
|
208 |
|
209 |
# @ gallery
|
210 |
-
#: gallery-plugin.php:
|
211 |
msgid "Recommended plugins"
|
212 |
msgstr "תוספים מומלצים"
|
213 |
|
214 |
# @ gallery
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "Download"
|
217 |
msgstr "הורד"
|
218 |
|
219 |
# @ default
|
220 |
-
#: gallery-plugin.php:
|
221 |
#, php-format
|
222 |
msgid "Install %s"
|
223 |
msgstr "התקן %s"
|
224 |
|
225 |
# @ gallery
|
226 |
-
#: gallery-plugin.php:
|
227 |
msgid "Install now from wordpress.org"
|
228 |
msgstr "הורד כעת מ wordpress.org"
|
229 |
|
230 |
# @ gallery
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid ""
|
233 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
234 |
"fill in our contact form on our site"
|
@@ -237,22 +237,22 @@ msgstr ""
|
|
237 |
"את טופס יצירת הקשר באתר שלנו"
|
238 |
|
239 |
# @ gallery
|
240 |
-
#: gallery-plugin.php:
|
241 |
msgid "See photo »"
|
242 |
msgstr "ראו תמונה »"
|
243 |
|
244 |
# @ gallery
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "Options saved."
|
247 |
msgstr "האפשרויות נשמרו."
|
248 |
|
249 |
# @ gallery
|
250 |
-
#: gallery-plugin.php:
|
251 |
msgid "Gallery Options"
|
252 |
msgstr "אפשרויות גלריה"
|
253 |
|
254 |
# @ gallery
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid ""
|
257 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
258 |
"and put this shortcode onto your post or page content:"
|
@@ -261,32 +261,32 @@ msgstr ""
|
|
261 |
"הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
|
262 |
|
263 |
# @ gallery
|
264 |
-
#: gallery-plugin.php:
|
265 |
msgid "The size of the cover album for gallery"
|
266 |
msgstr "גודל הכריכה של האלבום של הגלריה"
|
267 |
|
268 |
# @ gallery
|
269 |
-
#: gallery-plugin.php:
|
270 |
msgid "Image size name"
|
271 |
msgstr "שם גודל תמונה"
|
272 |
|
273 |
# @ gallery
|
274 |
-
#: gallery-plugin.php:
|
275 |
msgid "Width (in px)"
|
276 |
msgstr "רוחב (בפיקסלים)"
|
277 |
|
278 |
# @ gallery
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid "Height (in px)"
|
281 |
msgstr "גובה (בפיקסלים)"
|
282 |
|
283 |
# @ gallery
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "Size for gallery image"
|
286 |
msgstr "גודל תמונת גלריה"
|
287 |
|
288 |
# @ gallery
|
289 |
-
#: gallery-plugin.php:
|
290 |
msgid ""
|
291 |
"WordPress will create a copy of the post thumbnail with the specified "
|
292 |
"dimensions when you upload a new photo."
|
@@ -294,38 +294,50 @@ msgstr ""
|
|
294 |
"וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה "
|
295 |
"תמונה חדשה."
|
296 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
# @ gallery
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "Count images in row"
|
300 |
msgstr "מספר תמונות בשורה"
|
301 |
|
302 |
# @ gallery
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "Start slideshow"
|
305 |
msgstr "התחל מצגת"
|
306 |
|
307 |
# @ gallery
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "Slideshow interval"
|
310 |
msgstr "מרווח מצגת"
|
311 |
|
312 |
# @ gallery
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "attachment id"
|
315 |
msgstr "מזהה קובץ מצורף"
|
316 |
|
317 |
# @ gallery
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "attachment title"
|
320 |
msgstr "כותרת קובץ מצורף"
|
321 |
|
322 |
# @ gallery
|
323 |
-
#: gallery-plugin.php:
|
324 |
msgid "date"
|
325 |
msgstr "תאריך"
|
326 |
|
327 |
# @ gallery
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid ""
|
330 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
331 |
"dialog )"
|
@@ -333,71 +345,93 @@ msgstr ""
|
|
333 |
"סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
|
334 |
|
335 |
# @ gallery
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "random"
|
338 |
msgstr "אקראי"
|
339 |
|
340 |
# @ gallery
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "Attachments order"
|
343 |
msgstr "סדר קבצים מצורפים"
|
344 |
|
345 |
# @ gallery
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
348 |
msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
|
349 |
|
350 |
# @ gallery
|
351 |
-
#: gallery-plugin.php:
|
352 |
msgid ""
|
353 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
354 |
msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
|
355 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
# @ gallery
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid "Display Return link"
|
359 |
msgstr "הצג קישור חזרה"
|
360 |
|
361 |
# @ gallery
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Display Return link in shortcode"
|
364 |
msgstr "הצג קישור חזרה בקיצור הקוד"
|
365 |
|
366 |
# @ gallery
|
367 |
-
#: gallery-plugin.php:
|
368 |
msgid "Label for Return link"
|
369 |
msgstr "תוית לקישור חזרה"
|
370 |
|
371 |
# @ gallery
|
372 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
msgid "Label for Read More link"
|
374 |
msgstr ""
|
375 |
|
376 |
# @ default
|
377 |
-
#: gallery-plugin.php:
|
378 |
msgid "Save Changes"
|
379 |
msgstr "שמור שינויים"
|
380 |
|
381 |
# @ gallery
|
382 |
-
#: gallery-plugin.php:
|
383 |
msgid "FAQ"
|
384 |
msgstr "שאלות ותשובות"
|
385 |
|
386 |
# @ gallery
|
387 |
-
#: gallery-plugin.php:
|
388 |
msgid "Support"
|
389 |
msgstr "תמיכה"
|
390 |
|
391 |
# @ gallery
|
392 |
-
#: gallery-plugin.php:
|
393 |
msgid "Sorry - nothing to found."
|
394 |
msgstr "מצטערים, אין מה למצוא."
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "Download High resolution image"
|
398 |
msgstr ""
|
399 |
|
400 |
# @ gallery
|
401 |
-
#: template/gallery-single-template.php:
|
402 |
msgid "Image "
|
403 |
msgstr "תמונה "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: he_IL\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ gallery
|
23 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
24 |
msgid ""
|
25 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
26 |
"php\" were not found in the directory of your theme. Please copy them from "
|
37 |
msgstr "גלריות"
|
38 |
|
39 |
# @ gallery
|
40 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
41 |
msgid "Gallery"
|
42 |
msgstr "גלריה"
|
43 |
|
121 |
msgstr ""
|
122 |
|
123 |
# @ gallery
|
124 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
125 |
msgid "Attachments order by"
|
126 |
msgstr "סדר הקבצים המצורפים"
|
127 |
|
134 |
msgid "in the settings of the plugin (page "
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: gallery-plugin.php:275
|
138 |
msgid "Link URL"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: gallery-plugin.php:275
|
142 |
msgid "(clicking on image <br /> open the link in new window)"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: gallery-plugin.php:276
|
146 |
msgid "Delete"
|
147 |
msgstr ""
|
148 |
|
149 |
# @ gallery
|
150 |
+
#: gallery-plugin.php:290
|
151 |
msgid ""
|
152 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
153 |
"shortcode in the content"
|
155 |
"אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד "
|
156 |
"בתוכן"
|
157 |
|
158 |
+
#: gallery-plugin.php:292
|
159 |
msgid ""
|
160 |
"If you want to take a brief display of the gallery with a link to a Single "
|
161 |
"Sallery Page"
|
162 |
msgstr ""
|
163 |
|
164 |
# @ gallery
|
165 |
+
#: gallery-plugin.php:474
|
166 |
msgid "Title"
|
167 |
msgstr "כותרת"
|
168 |
|
169 |
# @ gallery
|
170 |
+
#: gallery-plugin.php:475
|
171 |
msgid "Author"
|
172 |
msgstr "מחבר"
|
173 |
|
174 |
# @ gallery
|
175 |
+
#: gallery-plugin.php:476
|
176 |
msgid "Photo's"
|
177 |
msgstr "של התמונה"
|
178 |
|
179 |
# @ gallery
|
180 |
+
#: gallery-plugin.php:477
|
181 |
msgid "Public"
|
182 |
msgstr "ציבורי"
|
183 |
|
184 |
# @ gallery
|
185 |
+
#: gallery-plugin.php:478
|
186 |
msgid "Date"
|
187 |
msgstr "תאריך"
|
188 |
|
189 |
# @ gallery
|
190 |
+
#: gallery-plugin.php:625
|
191 |
msgid "Activated plugins"
|
192 |
msgstr "תוספים פעילים"
|
193 |
|
194 |
# @ gallery
|
195 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
196 |
msgid "Read more"
|
197 |
msgstr "קרא עוד"
|
198 |
|
199 |
# @ gallery
|
200 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
201 |
msgid "Settings"
|
202 |
msgstr "הגדרות"
|
203 |
|
204 |
# @ gallery
|
205 |
+
#: gallery-plugin.php:633
|
206 |
msgid "Installed plugins"
|
207 |
msgstr "תוספים מותקנים"
|
208 |
|
209 |
# @ gallery
|
210 |
+
#: gallery-plugin.php:641
|
211 |
msgid "Recommended plugins"
|
212 |
msgstr "תוספים מומלצים"
|
213 |
|
214 |
# @ gallery
|
215 |
+
#: gallery-plugin.php:643
|
216 |
msgid "Download"
|
217 |
msgstr "הורד"
|
218 |
|
219 |
# @ default
|
220 |
+
#: gallery-plugin.php:643
|
221 |
#, php-format
|
222 |
msgid "Install %s"
|
223 |
msgstr "התקן %s"
|
224 |
|
225 |
# @ gallery
|
226 |
+
#: gallery-plugin.php:643
|
227 |
msgid "Install now from wordpress.org"
|
228 |
msgstr "הורד כעת מ wordpress.org"
|
229 |
|
230 |
# @ gallery
|
231 |
+
#: gallery-plugin.php:645
|
232 |
msgid ""
|
233 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
234 |
"fill in our contact form on our site"
|
237 |
"את טופס יצירת הקשר באתר שלנו"
|
238 |
|
239 |
# @ gallery
|
240 |
+
#: gallery-plugin.php:683
|
241 |
msgid "See photo »"
|
242 |
msgstr "ראו תמונה »"
|
243 |
|
244 |
# @ gallery
|
245 |
+
#: gallery-plugin.php:782
|
246 |
msgid "Options saved."
|
247 |
msgstr "האפשרויות נשמרו."
|
248 |
|
249 |
# @ gallery
|
250 |
+
#: gallery-plugin.php:796
|
251 |
msgid "Gallery Options"
|
252 |
msgstr "אפשרויות גלריה"
|
253 |
|
254 |
# @ gallery
|
255 |
+
#: gallery-plugin.php:799
|
256 |
msgid ""
|
257 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
258 |
"and put this shortcode onto your post or page content:"
|
261 |
"הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
|
262 |
|
263 |
# @ gallery
|
264 |
+
#: gallery-plugin.php:803
|
265 |
msgid "The size of the cover album for gallery"
|
266 |
msgstr "גודל הכריכה של האלבום של הגלריה"
|
267 |
|
268 |
# @ gallery
|
269 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
270 |
msgid "Image size name"
|
271 |
msgstr "שם גודל תמונה"
|
272 |
|
273 |
# @ gallery
|
274 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
275 |
msgid "Width (in px)"
|
276 |
msgstr "רוחב (בפיקסלים)"
|
277 |
|
278 |
# @ gallery
|
279 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
280 |
msgid "Height (in px)"
|
281 |
msgstr "גובה (בפיקסלים)"
|
282 |
|
283 |
# @ gallery
|
284 |
+
#: gallery-plugin.php:811
|
285 |
msgid "Size for gallery image"
|
286 |
msgstr "גודל תמונת גלריה"
|
287 |
|
288 |
# @ gallery
|
289 |
+
#: gallery-plugin.php:819
|
290 |
msgid ""
|
291 |
"WordPress will create a copy of the post thumbnail with the specified "
|
292 |
"dimensions when you upload a new photo."
|
294 |
"וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה "
|
295 |
"תמונה חדשה."
|
296 |
|
297 |
+
#: gallery-plugin.php:822
|
298 |
+
msgid "Images with border"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: gallery-plugin.php:825
|
302 |
+
msgid "Border width in px, just numbers"
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
306 |
+
msgid "Select color for border"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
# @ gallery
|
310 |
+
#: gallery-plugin.php:835
|
311 |
msgid "Count images in row"
|
312 |
msgstr "מספר תמונות בשורה"
|
313 |
|
314 |
# @ gallery
|
315 |
+
#: gallery-plugin.php:841
|
316 |
msgid "Start slideshow"
|
317 |
msgstr "התחל מצגת"
|
318 |
|
319 |
# @ gallery
|
320 |
+
#: gallery-plugin.php:847
|
321 |
msgid "Slideshow interval"
|
322 |
msgstr "מרווח מצגת"
|
323 |
|
324 |
# @ gallery
|
325 |
+
#: gallery-plugin.php:855
|
326 |
msgid "attachment id"
|
327 |
msgstr "מזהה קובץ מצורף"
|
328 |
|
329 |
# @ gallery
|
330 |
+
#: gallery-plugin.php:856
|
331 |
msgid "attachment title"
|
332 |
msgstr "כותרת קובץ מצורף"
|
333 |
|
334 |
# @ gallery
|
335 |
+
#: gallery-plugin.php:857
|
336 |
msgid "date"
|
337 |
msgstr "תאריך"
|
338 |
|
339 |
# @ gallery
|
340 |
+
#: gallery-plugin.php:858
|
341 |
msgid ""
|
342 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
343 |
"dialog )"
|
345 |
"סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
|
346 |
|
347 |
# @ gallery
|
348 |
+
#: gallery-plugin.php:859
|
349 |
msgid "random"
|
350 |
msgstr "אקראי"
|
351 |
|
352 |
# @ gallery
|
353 |
+
#: gallery-plugin.php:863
|
354 |
msgid "Attachments order"
|
355 |
msgstr "סדר קבצים מצורפים"
|
356 |
|
357 |
# @ gallery
|
358 |
+
#: gallery-plugin.php:865
|
359 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
360 |
msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
|
361 |
|
362 |
# @ gallery
|
363 |
+
#: gallery-plugin.php:866
|
364 |
msgid ""
|
365 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
366 |
msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
|
367 |
|
368 |
+
#: gallery-plugin.php:870
|
369 |
+
msgid "Display text above image"
|
370 |
+
msgstr ""
|
371 |
+
|
372 |
+
#: gallery-plugin.php:872
|
373 |
+
msgid "If you want to display text just in a lightbox"
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
# @ gallery
|
377 |
+
#: gallery-plugin.php:876
|
378 |
msgid "Display Return link"
|
379 |
msgstr "הצג קישור חזרה"
|
380 |
|
381 |
# @ gallery
|
382 |
+
#: gallery-plugin.php:882
|
383 |
msgid "Display Return link in shortcode"
|
384 |
msgstr "הצג קישור חזרה בקיצור הקוד"
|
385 |
|
386 |
# @ gallery
|
387 |
+
#: gallery-plugin.php:888
|
388 |
msgid "Label for Return link"
|
389 |
msgstr "תוית לקישור חזרה"
|
390 |
|
391 |
# @ gallery
|
392 |
+
#: gallery-plugin.php:894
|
393 |
+
#, fuzzy
|
394 |
+
msgid "URL for Return link"
|
395 |
+
msgstr "תוית לקישור חזרה"
|
396 |
+
|
397 |
+
#: gallery-plugin.php:896
|
398 |
+
msgid "Gallery page (Page with Gallery Template)"
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: gallery-plugin.php:898
|
402 |
+
msgid "(Full URL to custom page)"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
# @ gallery
|
406 |
+
#: gallery-plugin.php:902
|
407 |
msgid "Label for Read More link"
|
408 |
msgstr ""
|
409 |
|
410 |
# @ default
|
411 |
+
#: gallery-plugin.php:910
|
412 |
msgid "Save Changes"
|
413 |
msgstr "שמור שינויים"
|
414 |
|
415 |
# @ gallery
|
416 |
+
#: gallery-plugin.php:923
|
417 |
msgid "FAQ"
|
418 |
msgstr "שאלות ותשובות"
|
419 |
|
420 |
# @ gallery
|
421 |
+
#: gallery-plugin.php:924
|
422 |
msgid "Support"
|
423 |
msgstr "תמיכה"
|
424 |
|
425 |
# @ gallery
|
426 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
427 |
msgid "Sorry - nothing to found."
|
428 |
msgstr "מצטערים, אין מה למצוא."
|
429 |
|
430 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
431 |
msgid "Download High resolution image"
|
432 |
msgstr ""
|
433 |
|
434 |
# @ gallery
|
435 |
+
#: template/gallery-single-template.php:101
|
436 |
msgid "Image "
|
437 |
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: uk_UA\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galériák"
|
30 |
|
31 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galéria"
|
34 |
|
@@ -99,7 +99,7 @@ msgstr ""
|
|
99 |
msgid "Please do not forget to select "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
103 |
msgid "Attachments order by"
|
104 |
msgstr ""
|
105 |
|
@@ -111,84 +111,84 @@ msgstr ""
|
|
111 |
msgid "in the settings of the plugin (page "
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: gallery-plugin.php:
|
115 |
msgid "Link URL"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: gallery-plugin.php:
|
119 |
msgid "(clicking on image <br /> open the link in new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid ""
|
128 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
129 |
"shortcode in the content"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
msgid ""
|
134 |
"If you want to take a brief display of the gallery with a link to a Single "
|
135 |
"Sallery Page"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Title"
|
140 |
msgstr "Cím"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "Szerző"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
msgid "Photo's"
|
148 |
msgstr "Fotók"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid "Public"
|
152 |
msgstr "Publikus"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Date"
|
156 |
msgstr "Dátum"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Activated plugins"
|
160 |
msgstr "Aktivált bővítmények"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Read more"
|
164 |
msgstr "Bővebben"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
msgid "Settings"
|
168 |
msgstr "Beállítások"
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Installed plugins"
|
172 |
msgstr "Telepített bővítmények"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Recommended plugins"
|
176 |
msgstr "Javasolt bővítmények"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
msgid "Download"
|
180 |
msgstr "Letöltés"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
#, php-format
|
184 |
msgid "Install %s"
|
185 |
msgstr "Telepítés %s"
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Install now from wordpress.org"
|
189 |
msgstr "Telepítés a wordpress.org -ról"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid ""
|
193 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
"fill in our contact form on our site"
|
@@ -196,45 +196,45 @@ msgstr ""
|
|
196 |
"Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-"
|
197 |
"mail címen, vagy töltse ki űrlapunkat"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
200 |
msgid "See photo »"
|
201 |
msgstr "Fotó megtekintése »"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
msgid "Options saved."
|
205 |
msgstr "Beállítások elmentve."
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "Gallery Options"
|
209 |
msgstr "Galéria beállítások"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
msgid ""
|
213 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
214 |
"and put this shortcode onto your post or page content:"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
msgid "The size of the cover album for gallery"
|
219 |
msgstr "Az Album borítójának mérete a Galériában"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
msgid "Image size name"
|
223 |
msgstr "Kép méret neve"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
msgid "Width (in px)"
|
227 |
msgstr "Szélesség (px-ben)"
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "Height (in px)"
|
231 |
msgstr "Magasság (px-ben)"
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "Size for gallery image"
|
235 |
msgstr "A Galéria képeinek mérete"
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
msgid ""
|
239 |
"WordPress will create a copy of the post thumbnail with the specified "
|
240 |
"dimensions when you upload a new photo."
|
@@ -242,91 +242,123 @@ msgstr ""
|
|
242 |
"A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek "
|
243 |
"feltöltésekor."
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
msgid "Count images in row"
|
247 |
msgstr "Képek száma egy sorban"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Start slideshow"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "Slideshow interval"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "attachment id"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "attachment title"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
#, fuzzy
|
267 |
msgid "date"
|
268 |
msgstr "Dátum"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid ""
|
272 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
273 |
"dialog )"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
msgid "random"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Attachments order"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid ""
|
290 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgid "Display Return link"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Display Return link in shortcode"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Label for Return link"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
msgid "Label for Read More link"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Save Changes"
|
311 |
msgstr "Változások mentése"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "FAQ"
|
315 |
msgstr "Gy.I.K."
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Support"
|
319 |
msgstr "Támogatás"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Sorry - nothing to found."
|
323 |
msgstr "Sajnáljuk - nincs megjelenítendő elem."
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Download High resolution image"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: template/gallery-single-template.php:
|
330 |
msgid "Image "
|
331 |
msgstr ""
|
332 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: uk_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galériák"
|
30 |
|
31 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galéria"
|
34 |
|
99 |
msgid "Please do not forget to select "
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
103 |
msgid "Attachments order by"
|
104 |
msgstr ""
|
105 |
|
111 |
msgid "in the settings of the plugin (page "
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: gallery-plugin.php:275
|
115 |
msgid "Link URL"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: gallery-plugin.php:275
|
119 |
msgid "(clicking on image <br /> open the link in new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: gallery-plugin.php:276
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:290
|
127 |
msgid ""
|
128 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
129 |
"shortcode in the content"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: gallery-plugin.php:292
|
133 |
msgid ""
|
134 |
"If you want to take a brief display of the gallery with a link to a Single "
|
135 |
"Sallery Page"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: gallery-plugin.php:474
|
139 |
msgid "Title"
|
140 |
msgstr "Cím"
|
141 |
|
142 |
+
#: gallery-plugin.php:475
|
143 |
msgid "Author"
|
144 |
msgstr "Szerző"
|
145 |
|
146 |
+
#: gallery-plugin.php:476
|
147 |
msgid "Photo's"
|
148 |
msgstr "Fotók"
|
149 |
|
150 |
+
#: gallery-plugin.php:477
|
151 |
msgid "Public"
|
152 |
msgstr "Publikus"
|
153 |
|
154 |
+
#: gallery-plugin.php:478
|
155 |
msgid "Date"
|
156 |
msgstr "Dátum"
|
157 |
|
158 |
+
#: gallery-plugin.php:625
|
159 |
msgid "Activated plugins"
|
160 |
msgstr "Aktivált bővítmények"
|
161 |
|
162 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
163 |
msgid "Read more"
|
164 |
msgstr "Bővebben"
|
165 |
|
166 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
167 |
msgid "Settings"
|
168 |
msgstr "Beállítások"
|
169 |
|
170 |
+
#: gallery-plugin.php:633
|
171 |
msgid "Installed plugins"
|
172 |
msgstr "Telepített bővítmények"
|
173 |
|
174 |
+
#: gallery-plugin.php:641
|
175 |
msgid "Recommended plugins"
|
176 |
msgstr "Javasolt bővítmények"
|
177 |
|
178 |
+
#: gallery-plugin.php:643
|
179 |
msgid "Download"
|
180 |
msgstr "Letöltés"
|
181 |
|
182 |
+
#: gallery-plugin.php:643
|
183 |
#, php-format
|
184 |
msgid "Install %s"
|
185 |
msgstr "Telepítés %s"
|
186 |
|
187 |
+
#: gallery-plugin.php:643
|
188 |
msgid "Install now from wordpress.org"
|
189 |
msgstr "Telepítés a wordpress.org -ról"
|
190 |
|
191 |
+
#: gallery-plugin.php:645
|
192 |
msgid ""
|
193 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
"fill in our contact form on our site"
|
196 |
"Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-"
|
197 |
"mail címen, vagy töltse ki űrlapunkat"
|
198 |
|
199 |
+
#: gallery-plugin.php:683
|
200 |
msgid "See photo »"
|
201 |
msgstr "Fotó megtekintése »"
|
202 |
|
203 |
+
#: gallery-plugin.php:782
|
204 |
msgid "Options saved."
|
205 |
msgstr "Beállítások elmentve."
|
206 |
|
207 |
+
#: gallery-plugin.php:796
|
208 |
msgid "Gallery Options"
|
209 |
msgstr "Galéria beállítások"
|
210 |
|
211 |
+
#: gallery-plugin.php:799
|
212 |
msgid ""
|
213 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
214 |
"and put this shortcode onto your post or page content:"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: gallery-plugin.php:803
|
218 |
msgid "The size of the cover album for gallery"
|
219 |
msgstr "Az Album borítójának mérete a Galériában"
|
220 |
|
221 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
222 |
msgid "Image size name"
|
223 |
msgstr "Kép méret neve"
|
224 |
|
225 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
226 |
msgid "Width (in px)"
|
227 |
msgstr "Szélesség (px-ben)"
|
228 |
|
229 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
230 |
msgid "Height (in px)"
|
231 |
msgstr "Magasság (px-ben)"
|
232 |
|
233 |
+
#: gallery-plugin.php:811
|
234 |
msgid "Size for gallery image"
|
235 |
msgstr "A Galéria képeinek mérete"
|
236 |
|
237 |
+
#: gallery-plugin.php:819
|
238 |
msgid ""
|
239 |
"WordPress will create a copy of the post thumbnail with the specified "
|
240 |
"dimensions when you upload a new photo."
|
242 |
"A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek "
|
243 |
"feltöltésekor."
|
244 |
|
245 |
+
#: gallery-plugin.php:822
|
246 |
+
msgid "Images with border"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: gallery-plugin.php:825
|
250 |
+
msgid "Border width in px, just numbers"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
254 |
+
msgid "Select color for border"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: gallery-plugin.php:835
|
258 |
msgid "Count images in row"
|
259 |
msgstr "Képek száma egy sorban"
|
260 |
|
261 |
+
#: gallery-plugin.php:841
|
262 |
msgid "Start slideshow"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: gallery-plugin.php:847
|
266 |
msgid "Slideshow interval"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: gallery-plugin.php:855
|
270 |
msgid "attachment id"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: gallery-plugin.php:856
|
274 |
msgid "attachment title"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: gallery-plugin.php:857
|
278 |
#, fuzzy
|
279 |
msgid "date"
|
280 |
msgstr "Dátum"
|
281 |
|
282 |
+
#: gallery-plugin.php:858
|
283 |
msgid ""
|
284 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
285 |
"dialog )"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: gallery-plugin.php:859
|
289 |
msgid "random"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: gallery-plugin.php:863
|
293 |
msgid "Attachments order"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: gallery-plugin.php:865
|
297 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: gallery-plugin.php:866
|
301 |
msgid ""
|
302 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: gallery-plugin.php:870
|
306 |
+
msgid "Display text above image"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: gallery-plugin.php:872
|
310 |
+
msgid "If you want to display text just in a lightbox"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: gallery-plugin.php:876
|
314 |
msgid "Display Return link"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:882
|
318 |
msgid "Display Return link in shortcode"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:888
|
322 |
msgid "Label for Return link"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: gallery-plugin.php:894
|
326 |
+
msgid "URL for Return link"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:896
|
330 |
+
msgid "Gallery page (Page with Gallery Template)"
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: gallery-plugin.php:898
|
334 |
+
msgid "(Full URL to custom page)"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: gallery-plugin.php:902
|
338 |
msgid "Label for Read More link"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:910
|
342 |
msgid "Save Changes"
|
343 |
msgstr "Változások mentése"
|
344 |
|
345 |
+
#: gallery-plugin.php:923
|
346 |
msgid "FAQ"
|
347 |
msgstr "Gy.I.K."
|
348 |
|
349 |
+
#: gallery-plugin.php:924
|
350 |
msgid "Support"
|
351 |
msgstr "Támogatás"
|
352 |
|
353 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
354 |
msgid "Sorry - nothing to found."
|
355 |
msgstr "Sajnáljuk - nincs megjelenítendő elem."
|
356 |
|
357 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
358 |
msgid "Download High resolution image"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: template/gallery-single-template.php:101
|
362 |
msgid "Image "
|
363 |
msgstr ""
|
364 |
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, "
|
9 |
"alfio@amgraphics.it>\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
21 |
msgid ""
|
22 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
23 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -33,7 +33,7 @@ msgstr ""
|
|
33 |
msgid "Galleries"
|
34 |
msgstr "Gallerie"
|
35 |
|
36 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
37 |
msgid "Gallery"
|
38 |
msgstr "Galleria"
|
39 |
|
@@ -105,7 +105,7 @@ msgstr ""
|
|
105 |
msgid "Please do not forget to select "
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
109 |
msgid "Attachments order by"
|
110 |
msgstr "Ordine di visualizzazione per"
|
111 |
|
@@ -117,19 +117,19 @@ msgstr ""
|
|
117 |
msgid "in the settings of the plugin (page "
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
msgid "Link URL"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
msgid "(clicking on image <br /> open the link in new window)"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: gallery-plugin.php:
|
129 |
msgid "Delete"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
msgid ""
|
134 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
135 |
"shortcode in the content"
|
@@ -137,66 +137,66 @@ msgstr ""
|
|
137 |
"Puoi aggiungere una singola Galleria in una pagina o un post inserendo "
|
138 |
"questo codice nel contenuto"
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid ""
|
142 |
"If you want to take a brief display of the gallery with a link to a Single "
|
143 |
"Sallery Page"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
msgid "Title"
|
148 |
msgstr "Titolo"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid "Author"
|
152 |
msgstr "Autore"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Photo's"
|
156 |
msgstr "Foto"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Public"
|
160 |
msgstr "Pubblico"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Date"
|
164 |
msgstr "Data"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
msgid "Activated plugins"
|
168 |
msgstr "Attivare plugin"
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Read more"
|
172 |
msgstr "Leggi altro"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Settings"
|
176 |
msgstr "Impostazioni"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
msgid "Installed plugins"
|
180 |
msgstr "Plugin installati"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
msgid "Recommended plugins"
|
184 |
msgstr "Plugin consigliati"
|
185 |
|
186 |
-
#: gallery-plugin.php:
|
187 |
msgid "Download"
|
188 |
msgstr "Download"
|
189 |
|
190 |
-
#: gallery-plugin.php:
|
191 |
#, php-format
|
192 |
msgid "Install %s"
|
193 |
msgstr "Installа %s"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
msgid "Install now from wordpress.org"
|
197 |
msgstr "Installa ora da wordpress.org"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
200 |
msgid ""
|
201 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
202 |
"fill in our contact form on our site"
|
@@ -204,19 +204,19 @@ msgstr ""
|
|
204 |
"Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il "
|
205 |
"Form sul nostro sito."
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "See photo »"
|
209 |
msgstr "Guarda foto »"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
msgid "Options saved."
|
213 |
msgstr "Opzioni salvate."
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "Gallery Options"
|
217 |
msgstr "Opzioni gallerie"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid ""
|
221 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
222 |
"and put this shortcode onto your post or page content:"
|
@@ -224,27 +224,27 @@ msgstr ""
|
|
224 |
"Se vuoi aggiungere una singola Galleria in una pagina o un post, copia "
|
225 |
"questo codice e inseriscilo nel contenuto della pagina o del post"
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "The size of the cover album for gallery"
|
229 |
msgstr "La grandezza della copertina dall'album per la galleria"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Image size name"
|
233 |
msgstr "Image size name"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Width (in px)"
|
237 |
msgstr "Larghezza in px"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
msgid "Height (in px)"
|
241 |
msgstr "Altezza in px"
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
244 |
msgid "Size for gallery image"
|
245 |
msgstr "Grandezza per le immagini della galleria"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid ""
|
249 |
"WordPress will create a copy of the post thumbnail with the specified "
|
250 |
"dimensions when you upload a new photo."
|
@@ -252,31 +252,43 @@ msgstr ""
|
|
252 |
"WP creerà una copia delle icone immagine con una specifica dimensione quando "
|
253 |
"carichi una nuova foto."
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
msgid "Count images in row"
|
257 |
msgstr "Conta immagini"
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "Start slideshow"
|
261 |
msgstr "Avvia presentazione"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "Slideshow interval"
|
265 |
msgstr "Intervallo presentazione"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
msgid "attachment id"
|
269 |
msgstr "Id di visualizzazione"
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
msgid "attachment title"
|
273 |
msgstr "Titolo immagine"
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
msgid "date"
|
277 |
msgstr "Data"
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid ""
|
281 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
282 |
"dialog )"
|
@@ -284,64 +296,85 @@ msgstr ""
|
|
284 |
"Ordine di visualizzazione (dal numero attribuito nel box di dialogo di "
|
285 |
"caricamento)"
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "random"
|
289 |
msgstr "Casuale"
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "Attachments order"
|
293 |
msgstr "Ordine di visualizzazione"
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
297 |
msgstr ""
|
298 |
"ASC(ordine ascendente dal più basso al più alto - 1, 2, 3; a, "
|
299 |
"b, c,)"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid ""
|
303 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
304 |
msgstr ""
|
305 |
"DESC(ordine discendente dal più alto al più basso - 3, 2, 1; "
|
306 |
"c, b, a,)"
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
msgid "Display Return link"
|
310 |
msgstr "Mostra lin di ritorno"
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Display Return link in shortcode"
|
314 |
msgstr "Mostra il link di ritorno col codice"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Label for Return link"
|
318 |
msgstr "Etichetta per il link di ritorno"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
321 |
msgid "Label for Read More link"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Save Changes"
|
326 |
msgstr "Salva cambiamenti"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "FAQ"
|
330 |
msgstr "FAQ "
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Support"
|
334 |
msgstr "Supporto"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Sorry - nothing to found."
|
338 |
msgstr "Spiacente - non è stato trovato nulla."
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Download High resolution image"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: template/gallery-single-template.php:
|
345 |
msgid "Image "
|
346 |
msgstr "Immagine"
|
347 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, "
|
9 |
"alfio@amgraphics.it>\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
21 |
msgid ""
|
22 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
23 |
"php\" were not found in the directory of your theme. Please copy them from "
|
33 |
msgid "Galleries"
|
34 |
msgstr "Gallerie"
|
35 |
|
36 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
37 |
msgid "Gallery"
|
38 |
msgstr "Galleria"
|
39 |
|
105 |
msgid "Please do not forget to select "
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
109 |
msgid "Attachments order by"
|
110 |
msgstr "Ordine di visualizzazione per"
|
111 |
|
117 |
msgid "in the settings of the plugin (page "
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: gallery-plugin.php:275
|
121 |
msgid "Link URL"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: gallery-plugin.php:275
|
125 |
msgid "(clicking on image <br /> open the link in new window)"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: gallery-plugin.php:276
|
129 |
msgid "Delete"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: gallery-plugin.php:290
|
133 |
msgid ""
|
134 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
135 |
"shortcode in the content"
|
137 |
"Puoi aggiungere una singola Galleria in una pagina o un post inserendo "
|
138 |
"questo codice nel contenuto"
|
139 |
|
140 |
+
#: gallery-plugin.php:292
|
141 |
msgid ""
|
142 |
"If you want to take a brief display of the gallery with a link to a Single "
|
143 |
"Sallery Page"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: gallery-plugin.php:474
|
147 |
msgid "Title"
|
148 |
msgstr "Titolo"
|
149 |
|
150 |
+
#: gallery-plugin.php:475
|
151 |
msgid "Author"
|
152 |
msgstr "Autore"
|
153 |
|
154 |
+
#: gallery-plugin.php:476
|
155 |
msgid "Photo's"
|
156 |
msgstr "Foto"
|
157 |
|
158 |
+
#: gallery-plugin.php:477
|
159 |
msgid "Public"
|
160 |
msgstr "Pubblico"
|
161 |
|
162 |
+
#: gallery-plugin.php:478
|
163 |
msgid "Date"
|
164 |
msgstr "Data"
|
165 |
|
166 |
+
#: gallery-plugin.php:625
|
167 |
msgid "Activated plugins"
|
168 |
msgstr "Attivare plugin"
|
169 |
|
170 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
171 |
msgid "Read more"
|
172 |
msgstr "Leggi altro"
|
173 |
|
174 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
175 |
msgid "Settings"
|
176 |
msgstr "Impostazioni"
|
177 |
|
178 |
+
#: gallery-plugin.php:633
|
179 |
msgid "Installed plugins"
|
180 |
msgstr "Plugin installati"
|
181 |
|
182 |
+
#: gallery-plugin.php:641
|
183 |
msgid "Recommended plugins"
|
184 |
msgstr "Plugin consigliati"
|
185 |
|
186 |
+
#: gallery-plugin.php:643
|
187 |
msgid "Download"
|
188 |
msgstr "Download"
|
189 |
|
190 |
+
#: gallery-plugin.php:643
|
191 |
#, php-format
|
192 |
msgid "Install %s"
|
193 |
msgstr "Installа %s"
|
194 |
|
195 |
+
#: gallery-plugin.php:643
|
196 |
msgid "Install now from wordpress.org"
|
197 |
msgstr "Installa ora da wordpress.org"
|
198 |
|
199 |
+
#: gallery-plugin.php:645
|
200 |
msgid ""
|
201 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
202 |
"fill in our contact form on our site"
|
204 |
"Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il "
|
205 |
"Form sul nostro sito."
|
206 |
|
207 |
+
#: gallery-plugin.php:683
|
208 |
msgid "See photo »"
|
209 |
msgstr "Guarda foto »"
|
210 |
|
211 |
+
#: gallery-plugin.php:782
|
212 |
msgid "Options saved."
|
213 |
msgstr "Opzioni salvate."
|
214 |
|
215 |
+
#: gallery-plugin.php:796
|
216 |
msgid "Gallery Options"
|
217 |
msgstr "Opzioni gallerie"
|
218 |
|
219 |
+
#: gallery-plugin.php:799
|
220 |
msgid ""
|
221 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
222 |
"and put this shortcode onto your post or page content:"
|
224 |
"Se vuoi aggiungere una singola Galleria in una pagina o un post, copia "
|
225 |
"questo codice e inseriscilo nel contenuto della pagina o del post"
|
226 |
|
227 |
+
#: gallery-plugin.php:803
|
228 |
msgid "The size of the cover album for gallery"
|
229 |
msgstr "La grandezza della copertina dall'album per la galleria"
|
230 |
|
231 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
232 |
msgid "Image size name"
|
233 |
msgstr "Image size name"
|
234 |
|
235 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
236 |
msgid "Width (in px)"
|
237 |
msgstr "Larghezza in px"
|
238 |
|
239 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
240 |
msgid "Height (in px)"
|
241 |
msgstr "Altezza in px"
|
242 |
|
243 |
+
#: gallery-plugin.php:811
|
244 |
msgid "Size for gallery image"
|
245 |
msgstr "Grandezza per le immagini della galleria"
|
246 |
|
247 |
+
#: gallery-plugin.php:819
|
248 |
msgid ""
|
249 |
"WordPress will create a copy of the post thumbnail with the specified "
|
250 |
"dimensions when you upload a new photo."
|
252 |
"WP creerà una copia delle icone immagine con una specifica dimensione quando "
|
253 |
"carichi una nuova foto."
|
254 |
|
255 |
+
#: gallery-plugin.php:822
|
256 |
+
msgid "Images with border"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: gallery-plugin.php:825
|
260 |
+
msgid "Border width in px, just numbers"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
264 |
+
msgid "Select color for border"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: gallery-plugin.php:835
|
268 |
msgid "Count images in row"
|
269 |
msgstr "Conta immagini"
|
270 |
|
271 |
+
#: gallery-plugin.php:841
|
272 |
msgid "Start slideshow"
|
273 |
msgstr "Avvia presentazione"
|
274 |
|
275 |
+
#: gallery-plugin.php:847
|
276 |
msgid "Slideshow interval"
|
277 |
msgstr "Intervallo presentazione"
|
278 |
|
279 |
+
#: gallery-plugin.php:855
|
280 |
msgid "attachment id"
|
281 |
msgstr "Id di visualizzazione"
|
282 |
|
283 |
+
#: gallery-plugin.php:856
|
284 |
msgid "attachment title"
|
285 |
msgstr "Titolo immagine"
|
286 |
|
287 |
+
#: gallery-plugin.php:857
|
288 |
msgid "date"
|
289 |
msgstr "Data"
|
290 |
|
291 |
+
#: gallery-plugin.php:858
|
292 |
msgid ""
|
293 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
294 |
"dialog )"
|
296 |
"Ordine di visualizzazione (dal numero attribuito nel box di dialogo di "
|
297 |
"caricamento)"
|
298 |
|
299 |
+
#: gallery-plugin.php:859
|
300 |
msgid "random"
|
301 |
msgstr "Casuale"
|
302 |
|
303 |
+
#: gallery-plugin.php:863
|
304 |
msgid "Attachments order"
|
305 |
msgstr "Ordine di visualizzazione"
|
306 |
|
307 |
+
#: gallery-plugin.php:865
|
308 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
309 |
msgstr ""
|
310 |
"ASC(ordine ascendente dal più basso al più alto - 1, 2, 3; a, "
|
311 |
"b, c,)"
|
312 |
|
313 |
+
#: gallery-plugin.php:866
|
314 |
msgid ""
|
315 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
316 |
msgstr ""
|
317 |
"DESC(ordine discendente dal più alto al più basso - 3, 2, 1; "
|
318 |
"c, b, a,)"
|
319 |
|
320 |
+
#: gallery-plugin.php:870
|
321 |
+
msgid "Display text above image"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: gallery-plugin.php:872
|
325 |
+
msgid "If you want to display text just in a lightbox"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:876
|
329 |
msgid "Display Return link"
|
330 |
msgstr "Mostra lin di ritorno"
|
331 |
|
332 |
+
#: gallery-plugin.php:882
|
333 |
msgid "Display Return link in shortcode"
|
334 |
msgstr "Mostra il link di ritorno col codice"
|
335 |
|
336 |
+
#: gallery-plugin.php:888
|
337 |
msgid "Label for Return link"
|
338 |
msgstr "Etichetta per il link di ritorno"
|
339 |
|
340 |
+
#: gallery-plugin.php:894
|
341 |
+
#, fuzzy
|
342 |
+
msgid "URL for Return link"
|
343 |
+
msgstr "Etichetta per il link di ritorno"
|
344 |
+
|
345 |
+
#: gallery-plugin.php:896
|
346 |
+
msgid "Gallery page (Page with Gallery Template)"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: gallery-plugin.php:898
|
350 |
+
msgid "(Full URL to custom page)"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:902
|
354 |
msgid "Label for Read More link"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: gallery-plugin.php:910
|
358 |
msgid "Save Changes"
|
359 |
msgstr "Salva cambiamenti"
|
360 |
|
361 |
+
#: gallery-plugin.php:923
|
362 |
msgid "FAQ"
|
363 |
msgstr "FAQ "
|
364 |
|
365 |
+
#: gallery-plugin.php:924
|
366 |
msgid "Support"
|
367 |
msgstr "Supporto"
|
368 |
|
369 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
370 |
msgid "Sorry - nothing to found."
|
371 |
msgstr "Spiacente - non è stato trovato nulla."
|
372 |
|
373 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
374 |
msgid "Download High resolution image"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: template/gallery-single-template.php:101
|
378 |
msgid "Image "
|
379 |
msgstr "Immagine"
|
380 |
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
9 |
"Language: ka_GE\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "გალერეა"
|
30 |
|
31 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "გალერეა"
|
34 |
|
@@ -99,7 +99,7 @@ msgstr ""
|
|
99 |
msgid "Please do not forget to select "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
103 |
msgid "Attachments order by"
|
104 |
msgstr ""
|
105 |
|
@@ -111,84 +111,84 @@ msgstr ""
|
|
111 |
msgid "in the settings of the plugin (page "
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: gallery-plugin.php:
|
115 |
msgid "Link URL"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: gallery-plugin.php:
|
119 |
msgid "(clicking on image <br /> open the link in new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid ""
|
128 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
129 |
"shortcode in the content"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
msgid ""
|
134 |
"If you want to take a brief display of the gallery with a link to a Single "
|
135 |
"Sallery Page"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Title"
|
140 |
msgstr "სათაური"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "ავტორი"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
msgid "Photo's"
|
148 |
msgstr "ფოტო"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid "Public"
|
152 |
msgstr "საჯარო"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Date"
|
156 |
msgstr "თარიღი"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Activated plugins"
|
160 |
msgstr "გააქტიურებული დანამატები:"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Read more"
|
164 |
msgstr "სრულად ნახვა"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
msgid "Settings"
|
168 |
msgstr "პარამეტრები"
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Installed plugins"
|
172 |
msgstr "დაყენებული დანამატები"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Recommended plugins"
|
176 |
msgstr "რეკომენდირებული დანამატები"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
msgid "Download"
|
180 |
msgstr "გადმოტვირთვა"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
#, php-format
|
184 |
msgid "Install %s"
|
185 |
msgstr "დაყენებულია %s"
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Install now from wordpress.org"
|
189 |
msgstr "დააყენეთ wordpress.org-იდან"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid ""
|
193 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
"fill in our contact form on our site"
|
@@ -196,45 +196,45 @@ msgstr ""
|
|
196 |
"თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft."
|
197 |
"com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
200 |
msgid "See photo »"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
msgid "Options saved."
|
205 |
msgstr "პარამეტრები შენახულია"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "Gallery Options"
|
209 |
msgstr "გალერეის პარამეტრები"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
msgid ""
|
213 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
214 |
"and put this shortcode onto your post or page content:"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
msgid "The size of the cover album for gallery"
|
219 |
msgstr "ალბომის ყდის ზომა გალერეისთვის"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
msgid "Image size name"
|
223 |
msgstr "ზომის სახელი"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
msgid "Width (in px)"
|
227 |
msgstr "სიგანე(პიქსელებში)"
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "Height (in px)"
|
231 |
msgstr "სიმაღლე(პიქსელებში)"
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "Size for gallery image"
|
235 |
msgstr "ზომა გალერეის სურათისთვის"
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
msgid ""
|
239 |
"WordPress will create a copy of the post thumbnail with the specified "
|
240 |
"dimensions when you upload a new photo."
|
@@ -242,91 +242,123 @@ msgstr ""
|
|
242 |
"ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც "
|
243 |
"ატვირთავთ სურათს."
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
msgid "Count images in row"
|
247 |
msgstr "სურათების რაოდენობა მწკრივში"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Start slideshow"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "Slideshow interval"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "attachment id"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "attachment title"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
#, fuzzy
|
267 |
msgid "date"
|
268 |
msgstr "თარიღი"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid ""
|
272 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
273 |
"dialog )"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
msgid "random"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Attachments order"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid ""
|
290 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgid "Display Return link"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Display Return link in shortcode"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Label for Return link"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
msgid "Label for Read More link"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Save Changes"
|
311 |
msgstr "ცვლილებების შენახვა"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "FAQ"
|
315 |
msgstr "FAQ"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Support"
|
319 |
msgstr "Support"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Sorry - nothing to found."
|
323 |
msgstr "მაპატიეთ - არაფერია ნაპოვნი."
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Download High resolution image"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: template/gallery-single-template.php:
|
330 |
msgid "Image "
|
331 |
msgstr ""
|
332 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
9 |
"Language: ka_GE\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
28 |
msgid "Galleries"
|
29 |
msgstr "გალერეა"
|
30 |
|
31 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
32 |
msgid "Gallery"
|
33 |
msgstr "გალერეა"
|
34 |
|
99 |
msgid "Please do not forget to select "
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
103 |
msgid "Attachments order by"
|
104 |
msgstr ""
|
105 |
|
111 |
msgid "in the settings of the plugin (page "
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: gallery-plugin.php:275
|
115 |
msgid "Link URL"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: gallery-plugin.php:275
|
119 |
msgid "(clicking on image <br /> open the link in new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: gallery-plugin.php:276
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:290
|
127 |
msgid ""
|
128 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
129 |
"shortcode in the content"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: gallery-plugin.php:292
|
133 |
msgid ""
|
134 |
"If you want to take a brief display of the gallery with a link to a Single "
|
135 |
"Sallery Page"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: gallery-plugin.php:474
|
139 |
msgid "Title"
|
140 |
msgstr "სათაური"
|
141 |
|
142 |
+
#: gallery-plugin.php:475
|
143 |
msgid "Author"
|
144 |
msgstr "ავტორი"
|
145 |
|
146 |
+
#: gallery-plugin.php:476
|
147 |
msgid "Photo's"
|
148 |
msgstr "ფოტო"
|
149 |
|
150 |
+
#: gallery-plugin.php:477
|
151 |
msgid "Public"
|
152 |
msgstr "საჯარო"
|
153 |
|
154 |
+
#: gallery-plugin.php:478
|
155 |
msgid "Date"
|
156 |
msgstr "თარიღი"
|
157 |
|
158 |
+
#: gallery-plugin.php:625
|
159 |
msgid "Activated plugins"
|
160 |
msgstr "გააქტიურებული დანამატები:"
|
161 |
|
162 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
163 |
msgid "Read more"
|
164 |
msgstr "სრულად ნახვა"
|
165 |
|
166 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
167 |
msgid "Settings"
|
168 |
msgstr "პარამეტრები"
|
169 |
|
170 |
+
#: gallery-plugin.php:633
|
171 |
msgid "Installed plugins"
|
172 |
msgstr "დაყენებული დანამატები"
|
173 |
|
174 |
+
#: gallery-plugin.php:641
|
175 |
msgid "Recommended plugins"
|
176 |
msgstr "რეკომენდირებული დანამატები"
|
177 |
|
178 |
+
#: gallery-plugin.php:643
|
179 |
msgid "Download"
|
180 |
msgstr "გადმოტვირთვა"
|
181 |
|
182 |
+
#: gallery-plugin.php:643
|
183 |
#, php-format
|
184 |
msgid "Install %s"
|
185 |
msgstr "დაყენებულია %s"
|
186 |
|
187 |
+
#: gallery-plugin.php:643
|
188 |
msgid "Install now from wordpress.org"
|
189 |
msgstr "დააყენეთ wordpress.org-იდან"
|
190 |
|
191 |
+
#: gallery-plugin.php:645
|
192 |
msgid ""
|
193 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
"fill in our contact form on our site"
|
196 |
"თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft."
|
197 |
"com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
198 |
|
199 |
+
#: gallery-plugin.php:683
|
200 |
msgid "See photo »"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: gallery-plugin.php:782
|
204 |
msgid "Options saved."
|
205 |
msgstr "პარამეტრები შენახულია"
|
206 |
|
207 |
+
#: gallery-plugin.php:796
|
208 |
msgid "Gallery Options"
|
209 |
msgstr "გალერეის პარამეტრები"
|
210 |
|
211 |
+
#: gallery-plugin.php:799
|
212 |
msgid ""
|
213 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
214 |
"and put this shortcode onto your post or page content:"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: gallery-plugin.php:803
|
218 |
msgid "The size of the cover album for gallery"
|
219 |
msgstr "ალბომის ყდის ზომა გალერეისთვის"
|
220 |
|
221 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
222 |
msgid "Image size name"
|
223 |
msgstr "ზომის სახელი"
|
224 |
|
225 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
226 |
msgid "Width (in px)"
|
227 |
msgstr "სიგანე(პიქსელებში)"
|
228 |
|
229 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
230 |
msgid "Height (in px)"
|
231 |
msgstr "სიმაღლე(პიქსელებში)"
|
232 |
|
233 |
+
#: gallery-plugin.php:811
|
234 |
msgid "Size for gallery image"
|
235 |
msgstr "ზომა გალერეის სურათისთვის"
|
236 |
|
237 |
+
#: gallery-plugin.php:819
|
238 |
msgid ""
|
239 |
"WordPress will create a copy of the post thumbnail with the specified "
|
240 |
"dimensions when you upload a new photo."
|
242 |
"ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც "
|
243 |
"ატვირთავთ სურათს."
|
244 |
|
245 |
+
#: gallery-plugin.php:822
|
246 |
+
msgid "Images with border"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: gallery-plugin.php:825
|
250 |
+
msgid "Border width in px, just numbers"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
254 |
+
msgid "Select color for border"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: gallery-plugin.php:835
|
258 |
msgid "Count images in row"
|
259 |
msgstr "სურათების რაოდენობა მწკრივში"
|
260 |
|
261 |
+
#: gallery-plugin.php:841
|
262 |
msgid "Start slideshow"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: gallery-plugin.php:847
|
266 |
msgid "Slideshow interval"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: gallery-plugin.php:855
|
270 |
msgid "attachment id"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: gallery-plugin.php:856
|
274 |
msgid "attachment title"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: gallery-plugin.php:857
|
278 |
#, fuzzy
|
279 |
msgid "date"
|
280 |
msgstr "თარიღი"
|
281 |
|
282 |
+
#: gallery-plugin.php:858
|
283 |
msgid ""
|
284 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
285 |
"dialog )"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: gallery-plugin.php:859
|
289 |
msgid "random"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: gallery-plugin.php:863
|
293 |
msgid "Attachments order"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: gallery-plugin.php:865
|
297 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: gallery-plugin.php:866
|
301 |
msgid ""
|
302 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: gallery-plugin.php:870
|
306 |
+
msgid "Display text above image"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: gallery-plugin.php:872
|
310 |
+
msgid "If you want to display text just in a lightbox"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: gallery-plugin.php:876
|
314 |
msgid "Display Return link"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:882
|
318 |
msgid "Display Return link in shortcode"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:888
|
322 |
msgid "Label for Return link"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: gallery-plugin.php:894
|
326 |
+
msgid "URL for Return link"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:896
|
330 |
+
msgid "Gallery page (Page with Gallery Template)"
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: gallery-plugin.php:898
|
334 |
+
msgid "(Full URL to custom page)"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: gallery-plugin.php:902
|
338 |
msgid "Label for Read More link"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:910
|
342 |
msgid "Save Changes"
|
343 |
msgstr "ცვლილებების შენახვა"
|
344 |
|
345 |
+
#: gallery-plugin.php:923
|
346 |
msgid "FAQ"
|
347 |
msgstr "FAQ"
|
348 |
|
349 |
+
#: gallery-plugin.php:924
|
350 |
msgid "Support"
|
351 |
msgstr "Support"
|
352 |
|
353 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
354 |
msgid "Sorry - nothing to found."
|
355 |
msgstr "მაპატიეთ - არაფერია ნაპოვნი."
|
356 |
|
357 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
358 |
msgid "Download High resolution image"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: template/gallery-single-template.php:101
|
362 |
msgid "Image "
|
363 |
msgstr ""
|
364 |
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
|
9 |
"Language: lt_LT\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -32,7 +32,7 @@ msgstr ""
|
|
32 |
msgid "Galleries"
|
33 |
msgstr "Galerijos"
|
34 |
|
35 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galerija"
|
38 |
|
@@ -104,7 +104,7 @@ msgstr ""
|
|
104 |
msgid "Please do not forget to select "
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
108 |
msgid "Attachments order by"
|
109 |
msgstr "Prisegtukus rikiuoti pagal"
|
110 |
|
@@ -116,19 +116,19 @@ msgstr ""
|
|
116 |
msgid "in the settings of the plugin (page "
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
msgid "Link URL"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
msgid "(clicking on image <br /> open the link in new window)"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: gallery-plugin.php:
|
128 |
msgid "Delete"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: gallery-plugin.php:
|
132 |
msgid ""
|
133 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
134 |
"shortcode in the content"
|
@@ -136,66 +136,66 @@ msgstr ""
|
|
136 |
"Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į "
|
137 |
"turinį"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
msgid ""
|
141 |
"If you want to take a brief display of the gallery with a link to a Single "
|
142 |
"Sallery Page"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: gallery-plugin.php:
|
146 |
msgid "Title"
|
147 |
msgstr "Pavadinimas"
|
148 |
|
149 |
-
#: gallery-plugin.php:
|
150 |
msgid "Author"
|
151 |
msgstr "Autorius"
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Photo's"
|
155 |
msgstr "Nuotraukos"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Public"
|
159 |
msgstr "Vieša"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "Date"
|
163 |
msgstr "Data"
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Activated plugins"
|
167 |
msgstr "Įjungti įskiepiai"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Read more"
|
171 |
msgstr "Skaityti daugiau"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "Settings"
|
175 |
msgstr "Nustatymai"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Installed plugins"
|
179 |
msgstr "Įdiegti įskiepiai"
|
180 |
|
181 |
-
#: gallery-plugin.php:
|
182 |
msgid "Recommended plugins"
|
183 |
msgstr "Rekomenduojami įskiepiai"
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
186 |
msgid "Download"
|
187 |
msgstr "Atsisiųsti"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
#, php-format
|
191 |
msgid "Install %s"
|
192 |
msgstr "Įdiegti %s"
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
195 |
msgid "Install now from wordpress.org"
|
196 |
msgstr "Įdiegti tiesiai iš wordpress.org"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
199 |
msgid ""
|
200 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
201 |
"fill in our contact form on our site"
|
@@ -203,19 +203,19 @@ msgstr ""
|
|
203 |
"Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, "
|
204 |
"arba užpildykite susisiekimo formą mūsų tinklalapyje"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid "See photo »"
|
208 |
msgstr "Peržiūrėti nuotrauką »"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
msgid "Options saved."
|
212 |
msgstr "Pasirinktys išsaugotos."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
msgid "Gallery Options"
|
216 |
msgstr "Galerijų pasirinktys"
|
217 |
|
218 |
-
#: gallery-plugin.php:
|
219 |
msgid ""
|
220 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
221 |
"and put this shortcode onto your post or page content:"
|
@@ -223,27 +223,27 @@ msgstr ""
|
|
223 |
"Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite "
|
224 |
"šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
msgid "The size of the cover album for gallery"
|
228 |
msgstr "Galerijos viršelio matmenys"
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
msgid "Image size name"
|
232 |
msgstr "Paveikslėlio matmenų klasės vardas"
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
msgid "Width (in px)"
|
236 |
msgstr "Plotis (pikseliais)"
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
msgid "Height (in px)"
|
240 |
msgstr "Aukštis (pikseliais)"
|
241 |
|
242 |
-
#: gallery-plugin.php:
|
243 |
msgid "Size for gallery image"
|
244 |
msgstr "Galerijos paveikslėlio matmenys"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid ""
|
248 |
"WordPress will create a copy of the post thumbnail with the specified "
|
249 |
"dimensions when you upload a new photo."
|
@@ -251,94 +251,127 @@ msgstr ""
|
|
251 |
"WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite "
|
252 |
"naują paveikslėlį."
|
253 |
|
254 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
msgid "Count images in row"
|
256 |
msgstr "Paveikslėlių eilėje kiekis"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
msgid "Start slideshow"
|
260 |
msgstr "Pradėti demonstraciją"
|
261 |
|
262 |
-
#: gallery-plugin.php:
|
263 |
msgid "Slideshow interval"
|
264 |
msgstr "Demonstracijos trukmė"
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
msgid "attachment id"
|
268 |
msgstr "prisegtuko ID"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid "attachment title"
|
272 |
msgstr "prisegtuko pavadinimą"
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
msgid "date"
|
276 |
msgstr "datą"
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid ""
|
280 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
281 |
"dialog )"
|
282 |
msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "random"
|
286 |
msgstr "atsitiktine tvarka"
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "Attachments order"
|
290 |
msgstr "Prisegtukų išdėstymas"
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
294 |
msgstr ""
|
295 |
"Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, "
|
296 |
"c)"
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid ""
|
300 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
301 |
msgstr ""
|
302 |
"Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, "
|
303 |
"a)"
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
msgid "Display Return link"
|
307 |
msgstr "Rodyti Sugrįžimo nuorodą"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Display Return link in shortcode"
|
311 |
msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Label for Return link"
|
315 |
msgstr "Sugrįžimo nuorodos tekstas"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
msgid "Label for Read More link"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Save Changes"
|
323 |
msgstr "Išsaugoti pakeitimus"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "FAQ"
|
327 |
msgstr "D. U. K."
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Support"
|
331 |
msgstr "Palaikymas"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "Sorry - nothing to found."
|
335 |
msgstr "Deja, nieko nerasta."
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
msgid "Download High resolution image"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: template/gallery-single-template.php:
|
342 |
msgid "Image "
|
343 |
msgstr "Paveikslėlis"
|
344 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
|
9 |
"Language: lt_LT\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
32 |
msgid "Galleries"
|
33 |
msgstr "Galerijos"
|
34 |
|
35 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galerija"
|
38 |
|
104 |
msgid "Please do not forget to select "
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
108 |
msgid "Attachments order by"
|
109 |
msgstr "Prisegtukus rikiuoti pagal"
|
110 |
|
116 |
msgid "in the settings of the plugin (page "
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: gallery-plugin.php:275
|
120 |
msgid "Link URL"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: gallery-plugin.php:275
|
124 |
msgid "(clicking on image <br /> open the link in new window)"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: gallery-plugin.php:276
|
128 |
msgid "Delete"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: gallery-plugin.php:290
|
132 |
msgid ""
|
133 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
134 |
"shortcode in the content"
|
136 |
"Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į "
|
137 |
"turinį"
|
138 |
|
139 |
+
#: gallery-plugin.php:292
|
140 |
msgid ""
|
141 |
"If you want to take a brief display of the gallery with a link to a Single "
|
142 |
"Sallery Page"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: gallery-plugin.php:474
|
146 |
msgid "Title"
|
147 |
msgstr "Pavadinimas"
|
148 |
|
149 |
+
#: gallery-plugin.php:475
|
150 |
msgid "Author"
|
151 |
msgstr "Autorius"
|
152 |
|
153 |
+
#: gallery-plugin.php:476
|
154 |
msgid "Photo's"
|
155 |
msgstr "Nuotraukos"
|
156 |
|
157 |
+
#: gallery-plugin.php:477
|
158 |
msgid "Public"
|
159 |
msgstr "Vieša"
|
160 |
|
161 |
+
#: gallery-plugin.php:478
|
162 |
msgid "Date"
|
163 |
msgstr "Data"
|
164 |
|
165 |
+
#: gallery-plugin.php:625
|
166 |
msgid "Activated plugins"
|
167 |
msgstr "Įjungti įskiepiai"
|
168 |
|
169 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
170 |
msgid "Read more"
|
171 |
msgstr "Skaityti daugiau"
|
172 |
|
173 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
174 |
msgid "Settings"
|
175 |
msgstr "Nustatymai"
|
176 |
|
177 |
+
#: gallery-plugin.php:633
|
178 |
msgid "Installed plugins"
|
179 |
msgstr "Įdiegti įskiepiai"
|
180 |
|
181 |
+
#: gallery-plugin.php:641
|
182 |
msgid "Recommended plugins"
|
183 |
msgstr "Rekomenduojami įskiepiai"
|
184 |
|
185 |
+
#: gallery-plugin.php:643
|
186 |
msgid "Download"
|
187 |
msgstr "Atsisiųsti"
|
188 |
|
189 |
+
#: gallery-plugin.php:643
|
190 |
#, php-format
|
191 |
msgid "Install %s"
|
192 |
msgstr "Įdiegti %s"
|
193 |
|
194 |
+
#: gallery-plugin.php:643
|
195 |
msgid "Install now from wordpress.org"
|
196 |
msgstr "Įdiegti tiesiai iš wordpress.org"
|
197 |
|
198 |
+
#: gallery-plugin.php:645
|
199 |
msgid ""
|
200 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
201 |
"fill in our contact form on our site"
|
203 |
"Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, "
|
204 |
"arba užpildykite susisiekimo formą mūsų tinklalapyje"
|
205 |
|
206 |
+
#: gallery-plugin.php:683
|
207 |
msgid "See photo »"
|
208 |
msgstr "Peržiūrėti nuotrauką »"
|
209 |
|
210 |
+
#: gallery-plugin.php:782
|
211 |
msgid "Options saved."
|
212 |
msgstr "Pasirinktys išsaugotos."
|
213 |
|
214 |
+
#: gallery-plugin.php:796
|
215 |
msgid "Gallery Options"
|
216 |
msgstr "Galerijų pasirinktys"
|
217 |
|
218 |
+
#: gallery-plugin.php:799
|
219 |
msgid ""
|
220 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
221 |
"and put this shortcode onto your post or page content:"
|
223 |
"Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite "
|
224 |
"šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
|
225 |
|
226 |
+
#: gallery-plugin.php:803
|
227 |
msgid "The size of the cover album for gallery"
|
228 |
msgstr "Galerijos viršelio matmenys"
|
229 |
|
230 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
231 |
msgid "Image size name"
|
232 |
msgstr "Paveikslėlio matmenų klasės vardas"
|
233 |
|
234 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
235 |
msgid "Width (in px)"
|
236 |
msgstr "Plotis (pikseliais)"
|
237 |
|
238 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
239 |
msgid "Height (in px)"
|
240 |
msgstr "Aukštis (pikseliais)"
|
241 |
|
242 |
+
#: gallery-plugin.php:811
|
243 |
msgid "Size for gallery image"
|
244 |
msgstr "Galerijos paveikslėlio matmenys"
|
245 |
|
246 |
+
#: gallery-plugin.php:819
|
247 |
msgid ""
|
248 |
"WordPress will create a copy of the post thumbnail with the specified "
|
249 |
"dimensions when you upload a new photo."
|
251 |
"WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite "
|
252 |
"naują paveikslėlį."
|
253 |
|
254 |
+
#: gallery-plugin.php:822
|
255 |
+
msgid "Images with border"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#: gallery-plugin.php:825
|
259 |
+
msgid "Border width in px, just numbers"
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
263 |
+
msgid "Select color for border"
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: gallery-plugin.php:835
|
267 |
msgid "Count images in row"
|
268 |
msgstr "Paveikslėlių eilėje kiekis"
|
269 |
|
270 |
+
#: gallery-plugin.php:841
|
271 |
msgid "Start slideshow"
|
272 |
msgstr "Pradėti demonstraciją"
|
273 |
|
274 |
+
#: gallery-plugin.php:847
|
275 |
msgid "Slideshow interval"
|
276 |
msgstr "Demonstracijos trukmė"
|
277 |
|
278 |
+
#: gallery-plugin.php:855
|
279 |
msgid "attachment id"
|
280 |
msgstr "prisegtuko ID"
|
281 |
|
282 |
+
#: gallery-plugin.php:856
|
283 |
msgid "attachment title"
|
284 |
msgstr "prisegtuko pavadinimą"
|
285 |
|
286 |
+
#: gallery-plugin.php:857
|
287 |
msgid "date"
|
288 |
msgstr "datą"
|
289 |
|
290 |
+
#: gallery-plugin.php:858
|
291 |
msgid ""
|
292 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
293 |
"dialog )"
|
294 |
msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
|
295 |
|
296 |
+
#: gallery-plugin.php:859
|
297 |
msgid "random"
|
298 |
msgstr "atsitiktine tvarka"
|
299 |
|
300 |
+
#: gallery-plugin.php:863
|
301 |
msgid "Attachments order"
|
302 |
msgstr "Prisegtukų išdėstymas"
|
303 |
|
304 |
+
#: gallery-plugin.php:865
|
305 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
306 |
msgstr ""
|
307 |
"Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, "
|
308 |
"c)"
|
309 |
|
310 |
+
#: gallery-plugin.php:866
|
311 |
msgid ""
|
312 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
313 |
msgstr ""
|
314 |
"Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, "
|
315 |
"a)"
|
316 |
|
317 |
+
#: gallery-plugin.php:870
|
318 |
+
msgid "Display text above image"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: gallery-plugin.php:872
|
322 |
+
msgid "If you want to display text just in a lightbox"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: gallery-plugin.php:876
|
326 |
msgid "Display Return link"
|
327 |
msgstr "Rodyti Sugrįžimo nuorodą"
|
328 |
|
329 |
+
#: gallery-plugin.php:882
|
330 |
msgid "Display Return link in shortcode"
|
331 |
msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
|
332 |
|
333 |
+
#: gallery-plugin.php:888
|
334 |
msgid "Label for Return link"
|
335 |
msgstr "Sugrįžimo nuorodos tekstas"
|
336 |
|
337 |
+
#: gallery-plugin.php:894
|
338 |
+
#, fuzzy
|
339 |
+
msgid "URL for Return link"
|
340 |
+
msgstr "Sugrįžimo nuorodos tekstas"
|
341 |
+
|
342 |
+
#: gallery-plugin.php:896
|
343 |
+
msgid "Gallery page (Page with Gallery Template)"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: gallery-plugin.php:898
|
347 |
+
msgid "(Full URL to custom page)"
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: gallery-plugin.php:902
|
351 |
msgid "Label for Read More link"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: gallery-plugin.php:910
|
355 |
msgid "Save Changes"
|
356 |
msgstr "Išsaugoti pakeitimus"
|
357 |
|
358 |
+
#: gallery-plugin.php:923
|
359 |
msgid "FAQ"
|
360 |
msgstr "D. U. K."
|
361 |
|
362 |
+
#: gallery-plugin.php:924
|
363 |
msgid "Support"
|
364 |
msgstr "Palaikymas"
|
365 |
|
366 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
367 |
msgid "Sorry - nothing to found."
|
368 |
msgstr "Deja, nieko nerasta."
|
369 |
|
370 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
371 |
msgid "Download High resolution image"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: template/gallery-single-template.php:101
|
375 |
msgid "Image "
|
376 |
msgstr "Paveikslėlis"
|
377 |
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
9 |
"Language: nl_NL\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Fotoalbum's"
|
30 |
|
31 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Fotoalbum"
|
34 |
|
@@ -99,7 +99,7 @@ msgstr ""
|
|
99 |
msgid "Please do not forget to select "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
103 |
msgid "Attachments order by"
|
104 |
msgstr ""
|
105 |
|
@@ -111,84 +111,84 @@ msgstr ""
|
|
111 |
msgid "in the settings of the plugin (page "
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: gallery-plugin.php:
|
115 |
msgid "Link URL"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: gallery-plugin.php:
|
119 |
msgid "(clicking on image <br /> open the link in new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid ""
|
128 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
129 |
"shortcode in the content"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
msgid ""
|
134 |
"If you want to take a brief display of the gallery with a link to a Single "
|
135 |
"Sallery Page"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Title"
|
140 |
msgstr "Titel"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "Auteur"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
msgid "Photo's"
|
148 |
msgstr "Foto's"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid "Public"
|
152 |
msgstr "Gepubliceerd"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Date"
|
156 |
msgstr "Datum"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Activated plugins"
|
160 |
msgstr "Geactiveerde plugins"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Read more"
|
164 |
msgstr "Lees verder"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
msgid "Settings"
|
168 |
msgstr "Instellingen"
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Installed plugins"
|
172 |
msgstr "Geinstalleerde plugins"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Recommended plugins"
|
176 |
msgstr "Aanbevolen plugins"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
msgid "Download"
|
180 |
msgstr "Download"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
#, php-format
|
184 |
msgid "Install %s"
|
185 |
msgstr "Install %s"
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Install now from wordpress.org"
|
189 |
msgstr "Installeer nu vanaf wordpress.org"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid ""
|
193 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
"fill in our contact form on our site"
|
@@ -196,45 +196,45 @@ msgstr ""
|
|
196 |
"Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul "
|
197 |
"het contactformulier in op onze website"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
200 |
msgid "See photo »"
|
201 |
msgstr "Bekijk foto »"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
msgid "Options saved."
|
205 |
msgstr "Opties opgeslagen"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "Gallery Options"
|
209 |
msgstr "Fotoalbum opties"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
msgid ""
|
213 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
214 |
"and put this shortcode onto your post or page content:"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
msgid "The size of the cover album for gallery"
|
219 |
msgstr "De afmetingen voor de cover van het album"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
msgid "Image size name"
|
223 |
msgstr "Afbeelding grootte"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
msgid "Width (in px)"
|
227 |
msgstr "Breedte (in px)"
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
msgid "Height (in px)"
|
231 |
msgstr "Hoogte (in px)"
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "Size for gallery image"
|
235 |
msgstr "Grootte voor album afbeelding"
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
msgid ""
|
239 |
"WordPress will create a copy of the post thumbnail with the specified "
|
240 |
"dimensions when you upload a new photo."
|
@@ -242,90 +242,122 @@ msgstr ""
|
|
242 |
"Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen "
|
243 |
"als u een nieuwe foto upload."
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
msgid "Count images in row"
|
247 |
msgstr "Aantal afbeeldingen op een rij"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Start slideshow"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "Slideshow interval"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "attachment id"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "attachment title"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
#, fuzzy
|
267 |
msgid "date"
|
268 |
msgstr "Datum"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid ""
|
272 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
273 |
"dialog )"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
msgid "random"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Attachments order"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid ""
|
290 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgid "Display Return link"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Display Return link in shortcode"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Label for Return link"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
msgid "Label for Read More link"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Save Changes"
|
311 |
msgstr "Bewaar veranderingen"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "FAQ"
|
315 |
msgstr "FAQ"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Support"
|
319 |
msgstr "Support"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Sorry - nothing to found."
|
323 |
msgstr "Helaas - niets gevonden"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Download High resolution image"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: template/gallery-single-template.php:
|
330 |
msgid "Image "
|
331 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
9 |
"Language: nl_NL\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
28 |
msgid "Galleries"
|
29 |
msgstr "Fotoalbum's"
|
30 |
|
31 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
32 |
msgid "Gallery"
|
33 |
msgstr "Fotoalbum"
|
34 |
|
99 |
msgid "Please do not forget to select "
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
103 |
msgid "Attachments order by"
|
104 |
msgstr ""
|
105 |
|
111 |
msgid "in the settings of the plugin (page "
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: gallery-plugin.php:275
|
115 |
msgid "Link URL"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: gallery-plugin.php:275
|
119 |
msgid "(clicking on image <br /> open the link in new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: gallery-plugin.php:276
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:290
|
127 |
msgid ""
|
128 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
129 |
"shortcode in the content"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: gallery-plugin.php:292
|
133 |
msgid ""
|
134 |
"If you want to take a brief display of the gallery with a link to a Single "
|
135 |
"Sallery Page"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: gallery-plugin.php:474
|
139 |
msgid "Title"
|
140 |
msgstr "Titel"
|
141 |
|
142 |
+
#: gallery-plugin.php:475
|
143 |
msgid "Author"
|
144 |
msgstr "Auteur"
|
145 |
|
146 |
+
#: gallery-plugin.php:476
|
147 |
msgid "Photo's"
|
148 |
msgstr "Foto's"
|
149 |
|
150 |
+
#: gallery-plugin.php:477
|
151 |
msgid "Public"
|
152 |
msgstr "Gepubliceerd"
|
153 |
|
154 |
+
#: gallery-plugin.php:478
|
155 |
msgid "Date"
|
156 |
msgstr "Datum"
|
157 |
|
158 |
+
#: gallery-plugin.php:625
|
159 |
msgid "Activated plugins"
|
160 |
msgstr "Geactiveerde plugins"
|
161 |
|
162 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
163 |
msgid "Read more"
|
164 |
msgstr "Lees verder"
|
165 |
|
166 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
167 |
msgid "Settings"
|
168 |
msgstr "Instellingen"
|
169 |
|
170 |
+
#: gallery-plugin.php:633
|
171 |
msgid "Installed plugins"
|
172 |
msgstr "Geinstalleerde plugins"
|
173 |
|
174 |
+
#: gallery-plugin.php:641
|
175 |
msgid "Recommended plugins"
|
176 |
msgstr "Aanbevolen plugins"
|
177 |
|
178 |
+
#: gallery-plugin.php:643
|
179 |
msgid "Download"
|
180 |
msgstr "Download"
|
181 |
|
182 |
+
#: gallery-plugin.php:643
|
183 |
#, php-format
|
184 |
msgid "Install %s"
|
185 |
msgstr "Install %s"
|
186 |
|
187 |
+
#: gallery-plugin.php:643
|
188 |
msgid "Install now from wordpress.org"
|
189 |
msgstr "Installeer nu vanaf wordpress.org"
|
190 |
|
191 |
+
#: gallery-plugin.php:645
|
192 |
msgid ""
|
193 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
"fill in our contact form on our site"
|
196 |
"Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul "
|
197 |
"het contactformulier in op onze website"
|
198 |
|
199 |
+
#: gallery-plugin.php:683
|
200 |
msgid "See photo »"
|
201 |
msgstr "Bekijk foto »"
|
202 |
|
203 |
+
#: gallery-plugin.php:782
|
204 |
msgid "Options saved."
|
205 |
msgstr "Opties opgeslagen"
|
206 |
|
207 |
+
#: gallery-plugin.php:796
|
208 |
msgid "Gallery Options"
|
209 |
msgstr "Fotoalbum opties"
|
210 |
|
211 |
+
#: gallery-plugin.php:799
|
212 |
msgid ""
|
213 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
214 |
"and put this shortcode onto your post or page content:"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: gallery-plugin.php:803
|
218 |
msgid "The size of the cover album for gallery"
|
219 |
msgstr "De afmetingen voor de cover van het album"
|
220 |
|
221 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
222 |
msgid "Image size name"
|
223 |
msgstr "Afbeelding grootte"
|
224 |
|
225 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
226 |
msgid "Width (in px)"
|
227 |
msgstr "Breedte (in px)"
|
228 |
|
229 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
230 |
msgid "Height (in px)"
|
231 |
msgstr "Hoogte (in px)"
|
232 |
|
233 |
+
#: gallery-plugin.php:811
|
234 |
msgid "Size for gallery image"
|
235 |
msgstr "Grootte voor album afbeelding"
|
236 |
|
237 |
+
#: gallery-plugin.php:819
|
238 |
msgid ""
|
239 |
"WordPress will create a copy of the post thumbnail with the specified "
|
240 |
"dimensions when you upload a new photo."
|
242 |
"Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen "
|
243 |
"als u een nieuwe foto upload."
|
244 |
|
245 |
+
#: gallery-plugin.php:822
|
246 |
+
msgid "Images with border"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: gallery-plugin.php:825
|
250 |
+
msgid "Border width in px, just numbers"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
254 |
+
msgid "Select color for border"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: gallery-plugin.php:835
|
258 |
msgid "Count images in row"
|
259 |
msgstr "Aantal afbeeldingen op een rij"
|
260 |
|
261 |
+
#: gallery-plugin.php:841
|
262 |
msgid "Start slideshow"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: gallery-plugin.php:847
|
266 |
msgid "Slideshow interval"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: gallery-plugin.php:855
|
270 |
msgid "attachment id"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: gallery-plugin.php:856
|
274 |
msgid "attachment title"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: gallery-plugin.php:857
|
278 |
#, fuzzy
|
279 |
msgid "date"
|
280 |
msgstr "Datum"
|
281 |
|
282 |
+
#: gallery-plugin.php:858
|
283 |
msgid ""
|
284 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
285 |
"dialog )"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: gallery-plugin.php:859
|
289 |
msgid "random"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: gallery-plugin.php:863
|
293 |
msgid "Attachments order"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: gallery-plugin.php:865
|
297 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: gallery-plugin.php:866
|
301 |
msgid ""
|
302 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: gallery-plugin.php:870
|
306 |
+
msgid "Display text above image"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: gallery-plugin.php:872
|
310 |
+
msgid "If you want to display text just in a lightbox"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: gallery-plugin.php:876
|
314 |
msgid "Display Return link"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:882
|
318 |
msgid "Display Return link in shortcode"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:888
|
322 |
msgid "Label for Return link"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: gallery-plugin.php:894
|
326 |
+
msgid "URL for Return link"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:896
|
330 |
+
msgid "Gallery page (Page with Gallery Template)"
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: gallery-plugin.php:898
|
334 |
+
msgid "(Full URL to custom page)"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: gallery-plugin.php:902
|
338 |
msgid "Label for Read More link"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: gallery-plugin.php:910
|
342 |
msgid "Save Changes"
|
343 |
msgstr "Bewaar veranderingen"
|
344 |
|
345 |
+
#: gallery-plugin.php:923
|
346 |
msgid "FAQ"
|
347 |
msgstr "FAQ"
|
348 |
|
349 |
+
#: gallery-plugin.php:924
|
350 |
msgid "Support"
|
351 |
msgstr "Support"
|
352 |
|
353 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
354 |
msgid "Sorry - nothing to found."
|
355 |
msgstr "Helaas - niets gevonden"
|
356 |
|
357 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
358 |
msgid "Download High resolution image"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: template/gallery-single-template.php:101
|
362 |
msgid "Image "
|
363 |
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerie zdjęć"
|
30 |
|
31 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galeria zdjęć"
|
34 |
|
@@ -101,7 +101,7 @@ msgstr ""
|
|
101 |
msgid "Please do not forget to select "
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
105 |
msgid "Attachments order by"
|
106 |
msgstr ""
|
107 |
|
@@ -113,84 +113,84 @@ msgstr ""
|
|
113 |
msgid "in the settings of the plugin (page "
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: gallery-plugin.php:
|
117 |
msgid "Link URL"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
msgid "(clicking on image <br /> open the link in new window)"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
msgid "Delete"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: gallery-plugin.php:
|
129 |
msgid ""
|
130 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
131 |
"shortcode in the content"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid ""
|
136 |
"If you want to take a brief display of the gallery with a link to a Single "
|
137 |
"Sallery Page"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Title"
|
142 |
msgstr "Tytuł"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Author"
|
146 |
msgstr "Autor"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Photo's"
|
150 |
msgstr "Zdjęcie"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
msgid "Public"
|
154 |
msgstr "Publiczne"
|
155 |
|
156 |
-
#: gallery-plugin.php:
|
157 |
msgid "Date"
|
158 |
msgstr "Data"
|
159 |
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Activated plugins"
|
162 |
msgstr "Aktywny plugin"
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Read more"
|
166 |
msgstr "Czytaj dalej"
|
167 |
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Settings"
|
170 |
msgstr "Ustawienia"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Installed plugins"
|
174 |
msgstr "Zainstalowane pluginy"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
msgid "Recommended plugins"
|
178 |
msgstr "Rekomendowane pluginy"
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
181 |
msgid "Download"
|
182 |
msgstr "Pobierz"
|
183 |
|
184 |
-
#: gallery-plugin.php:
|
185 |
#, php-format
|
186 |
msgid "Install %s"
|
187 |
msgstr "Zainstaluj %s"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
msgid "Install now from wordpress.org"
|
191 |
msgstr "Zainstaluj teraz z wordpress.org"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
194 |
msgid ""
|
195 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
196 |
"fill in our contact form on our site"
|
@@ -198,45 +198,45 @@ msgstr ""
|
|
198 |
"Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres "
|
199 |
"plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
msgid "See photo »"
|
203 |
msgstr "Zobacz zdjęcia »"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Options saved."
|
207 |
msgstr "Opcje zostały zapisane."
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
msgid "Gallery Options"
|
211 |
msgstr "Opcje galerii."
|
212 |
|
213 |
-
#: gallery-plugin.php:
|
214 |
msgid ""
|
215 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
216 |
"and put this shortcode onto your post or page content:"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "The size of the cover album for gallery"
|
221 |
msgstr "Rozmiar okładki albumu"
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "Image size name"
|
225 |
msgstr "Nazwa rozmiaru obrazka"
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "Width (in px)"
|
229 |
msgstr "Szerokość (w px)"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Height (in px)"
|
233 |
msgstr "Wysokość (w px)"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Size for gallery image"
|
237 |
msgstr "Rozmiar dla obrazka w galerii"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
msgid ""
|
241 |
"WordPress will create a copy of the post thumbnail with the specified "
|
242 |
"dimensions when you upload a new photo."
|
@@ -244,91 +244,123 @@ msgstr ""
|
|
244 |
"WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas "
|
245 |
"wgrywania nowego zdjęcia na serwer."
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
msgid "Count images in row"
|
249 |
msgstr "Ilość obrazków w rzędzie"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Start slideshow"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid "Slideshow interval"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "attachment id"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "attachment title"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
#, fuzzy
|
269 |
msgid "date"
|
270 |
msgstr "Data"
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
msgid ""
|
274 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
275 |
"dialog )"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid "random"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
msgid "Attachments order"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid ""
|
292 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
msgid "Display Return link"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: gallery-plugin.php:
|
300 |
msgid "Display Return link in shortcode"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "Label for Return link"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
msgid "Label for Read More link"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
312 |
msgid "Save Changes"
|
313 |
msgstr "Zapisz zmiany"
|
314 |
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "FAQ"
|
317 |
msgstr "FAQ "
|
318 |
|
319 |
-
#: gallery-plugin.php:
|
320 |
msgid "Support"
|
321 |
msgstr "Wsparcie"
|
322 |
|
323 |
-
#: gallery-plugin.php:
|
324 |
msgid "Sorry - nothing to found."
|
325 |
msgstr "Przykro nam - nic nie znaleziono."
|
326 |
|
327 |
-
#: gallery-plugin.php:
|
328 |
msgid "Download High resolution image"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: template/gallery-single-template.php:
|
332 |
msgid "Image "
|
333 |
msgstr ""
|
334 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
9 |
"Language: pl_PL\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerie zdjęć"
|
30 |
|
31 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galeria zdjęć"
|
34 |
|
101 |
msgid "Please do not forget to select "
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
105 |
msgid "Attachments order by"
|
106 |
msgstr ""
|
107 |
|
113 |
msgid "in the settings of the plugin (page "
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: gallery-plugin.php:275
|
117 |
msgid "Link URL"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: gallery-plugin.php:275
|
121 |
msgid "(clicking on image <br /> open the link in new window)"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: gallery-plugin.php:276
|
125 |
msgid "Delete"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: gallery-plugin.php:290
|
129 |
msgid ""
|
130 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
131 |
"shortcode in the content"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: gallery-plugin.php:292
|
135 |
msgid ""
|
136 |
"If you want to take a brief display of the gallery with a link to a Single "
|
137 |
"Sallery Page"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: gallery-plugin.php:474
|
141 |
msgid "Title"
|
142 |
msgstr "Tytuł"
|
143 |
|
144 |
+
#: gallery-plugin.php:475
|
145 |
msgid "Author"
|
146 |
msgstr "Autor"
|
147 |
|
148 |
+
#: gallery-plugin.php:476
|
149 |
msgid "Photo's"
|
150 |
msgstr "Zdjęcie"
|
151 |
|
152 |
+
#: gallery-plugin.php:477
|
153 |
msgid "Public"
|
154 |
msgstr "Publiczne"
|
155 |
|
156 |
+
#: gallery-plugin.php:478
|
157 |
msgid "Date"
|
158 |
msgstr "Data"
|
159 |
|
160 |
+
#: gallery-plugin.php:625
|
161 |
msgid "Activated plugins"
|
162 |
msgstr "Aktywny plugin"
|
163 |
|
164 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
165 |
msgid "Read more"
|
166 |
msgstr "Czytaj dalej"
|
167 |
|
168 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
169 |
msgid "Settings"
|
170 |
msgstr "Ustawienia"
|
171 |
|
172 |
+
#: gallery-plugin.php:633
|
173 |
msgid "Installed plugins"
|
174 |
msgstr "Zainstalowane pluginy"
|
175 |
|
176 |
+
#: gallery-plugin.php:641
|
177 |
msgid "Recommended plugins"
|
178 |
msgstr "Rekomendowane pluginy"
|
179 |
|
180 |
+
#: gallery-plugin.php:643
|
181 |
msgid "Download"
|
182 |
msgstr "Pobierz"
|
183 |
|
184 |
+
#: gallery-plugin.php:643
|
185 |
#, php-format
|
186 |
msgid "Install %s"
|
187 |
msgstr "Zainstaluj %s"
|
188 |
|
189 |
+
#: gallery-plugin.php:643
|
190 |
msgid "Install now from wordpress.org"
|
191 |
msgstr "Zainstaluj teraz z wordpress.org"
|
192 |
|
193 |
+
#: gallery-plugin.php:645
|
194 |
msgid ""
|
195 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
196 |
"fill in our contact form on our site"
|
198 |
"Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres "
|
199 |
"plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
|
200 |
|
201 |
+
#: gallery-plugin.php:683
|
202 |
msgid "See photo »"
|
203 |
msgstr "Zobacz zdjęcia »"
|
204 |
|
205 |
+
#: gallery-plugin.php:782
|
206 |
msgid "Options saved."
|
207 |
msgstr "Opcje zostały zapisane."
|
208 |
|
209 |
+
#: gallery-plugin.php:796
|
210 |
msgid "Gallery Options"
|
211 |
msgstr "Opcje galerii."
|
212 |
|
213 |
+
#: gallery-plugin.php:799
|
214 |
msgid ""
|
215 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
216 |
"and put this shortcode onto your post or page content:"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: gallery-plugin.php:803
|
220 |
msgid "The size of the cover album for gallery"
|
221 |
msgstr "Rozmiar okładki albumu"
|
222 |
|
223 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
224 |
msgid "Image size name"
|
225 |
msgstr "Nazwa rozmiaru obrazka"
|
226 |
|
227 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
228 |
msgid "Width (in px)"
|
229 |
msgstr "Szerokość (w px)"
|
230 |
|
231 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
232 |
msgid "Height (in px)"
|
233 |
msgstr "Wysokość (w px)"
|
234 |
|
235 |
+
#: gallery-plugin.php:811
|
236 |
msgid "Size for gallery image"
|
237 |
msgstr "Rozmiar dla obrazka w galerii"
|
238 |
|
239 |
+
#: gallery-plugin.php:819
|
240 |
msgid ""
|
241 |
"WordPress will create a copy of the post thumbnail with the specified "
|
242 |
"dimensions when you upload a new photo."
|
244 |
"WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas "
|
245 |
"wgrywania nowego zdjęcia na serwer."
|
246 |
|
247 |
+
#: gallery-plugin.php:822
|
248 |
+
msgid "Images with border"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: gallery-plugin.php:825
|
252 |
+
msgid "Border width in px, just numbers"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
256 |
+
msgid "Select color for border"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: gallery-plugin.php:835
|
260 |
msgid "Count images in row"
|
261 |
msgstr "Ilość obrazków w rzędzie"
|
262 |
|
263 |
+
#: gallery-plugin.php:841
|
264 |
msgid "Start slideshow"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: gallery-plugin.php:847
|
268 |
msgid "Slideshow interval"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: gallery-plugin.php:855
|
272 |
msgid "attachment id"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: gallery-plugin.php:856
|
276 |
msgid "attachment title"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: gallery-plugin.php:857
|
280 |
#, fuzzy
|
281 |
msgid "date"
|
282 |
msgstr "Data"
|
283 |
|
284 |
+
#: gallery-plugin.php:858
|
285 |
msgid ""
|
286 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
287 |
"dialog )"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: gallery-plugin.php:859
|
291 |
msgid "random"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: gallery-plugin.php:863
|
295 |
msgid "Attachments order"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: gallery-plugin.php:865
|
299 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: gallery-plugin.php:866
|
303 |
msgid ""
|
304 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: gallery-plugin.php:870
|
308 |
+
msgid "Display text above image"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: gallery-plugin.php:872
|
312 |
+
msgid "If you want to display text just in a lightbox"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: gallery-plugin.php:876
|
316 |
msgid "Display Return link"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: gallery-plugin.php:882
|
320 |
msgid "Display Return link in shortcode"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: gallery-plugin.php:888
|
324 |
msgid "Label for Return link"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: gallery-plugin.php:894
|
328 |
+
msgid "URL for Return link"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: gallery-plugin.php:896
|
332 |
+
msgid "Gallery page (Page with Gallery Template)"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: gallery-plugin.php:898
|
336 |
+
msgid "(Full URL to custom page)"
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: gallery-plugin.php:902
|
340 |
msgid "Label for Read More link"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: gallery-plugin.php:910
|
344 |
msgid "Save Changes"
|
345 |
msgstr "Zapisz zmiany"
|
346 |
|
347 |
+
#: gallery-plugin.php:923
|
348 |
msgid "FAQ"
|
349 |
msgstr "FAQ "
|
350 |
|
351 |
+
#: gallery-plugin.php:924
|
352 |
msgid "Support"
|
353 |
msgstr "Wsparcie"
|
354 |
|
355 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
356 |
msgid "Sorry - nothing to found."
|
357 |
msgstr "Przykro nam - nic nie znaleziono."
|
358 |
|
359 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
360 |
msgid "Download High resolution image"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: template/gallery-single-template.php:101
|
364 |
msgid "Image "
|
365 |
msgstr ""
|
366 |
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ gallery
|
23 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
24 |
msgid ""
|
25 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
26 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -38,7 +38,7 @@ msgid "Galleries"
|
|
38 |
msgstr "Galerias"
|
39 |
|
40 |
# @ gallery
|
41 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
42 |
msgid "Gallery"
|
43 |
msgstr "Galeria"
|
44 |
|
@@ -123,7 +123,7 @@ msgid "Please do not forget to select "
|
|
123 |
msgstr ""
|
124 |
|
125 |
# @ gallery
|
126 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
127 |
msgid "Attachments order by"
|
128 |
msgstr "Ordem dos anexos por"
|
129 |
|
@@ -136,20 +136,20 @@ msgstr ""
|
|
136 |
msgid "in the settings of the plugin (page "
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
msgid "Link URL"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "(clicking on image <br /> open the link in new window)"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
msgid "Delete"
|
149 |
msgstr ""
|
150 |
|
151 |
# @ gallery
|
152 |
-
#: gallery-plugin.php:
|
153 |
msgid ""
|
154 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
155 |
"shortcode in the content"
|
@@ -157,80 +157,80 @@ msgstr ""
|
|
157 |
"Você pode adicionar a Galeria Única na página ou post inserindo este "
|
158 |
"shortcode no conteúdo"
|
159 |
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid ""
|
162 |
"If you want to take a brief display of the gallery with a link to a Single "
|
163 |
"Sallery Page"
|
164 |
msgstr ""
|
165 |
|
166 |
# @ gallery
|
167 |
-
#: gallery-plugin.php:
|
168 |
msgid "Title"
|
169 |
msgstr "Título"
|
170 |
|
171 |
# @ gallery
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Author"
|
174 |
msgstr "Autor"
|
175 |
|
176 |
# @ gallery
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Photo's"
|
179 |
msgstr "Fotos"
|
180 |
|
181 |
# @ gallery
|
182 |
-
#: gallery-plugin.php:
|
183 |
msgid "Public"
|
184 |
msgstr "Público"
|
185 |
|
186 |
# @ gallery
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Date"
|
189 |
msgstr "Data"
|
190 |
|
191 |
# @ gallery
|
192 |
-
#: gallery-plugin.php:
|
193 |
msgid "Activated plugins"
|
194 |
msgstr "Plugins ativados"
|
195 |
|
196 |
# @ gallery
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "Read more"
|
199 |
msgstr "Leia mais"
|
200 |
|
201 |
# @ gallery
|
202 |
-
#: gallery-plugin.php:
|
203 |
msgid "Settings"
|
204 |
msgstr "Configurações"
|
205 |
|
206 |
# @ gallery
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "Installed plugins"
|
209 |
msgstr "Plugins instalados"
|
210 |
|
211 |
# @ gallery
|
212 |
-
#: gallery-plugin.php:
|
213 |
msgid "Recommended plugins"
|
214 |
msgstr "Plugins recomendados"
|
215 |
|
216 |
# @ gallery
|
217 |
-
#: gallery-plugin.php:
|
218 |
msgid "Download"
|
219 |
msgstr "Download"
|
220 |
|
221 |
# @ default
|
222 |
-
#: gallery-plugin.php:
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "Instalar %s"
|
226 |
|
227 |
# @ gallery
|
228 |
-
#: gallery-plugin.php:
|
229 |
msgid "Install now from wordpress.org"
|
230 |
msgstr "Instale agora via wordpres.org"
|
231 |
|
232 |
# @ gallery
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid ""
|
235 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
236 |
"fill in our contact form on our site"
|
@@ -239,22 +239,22 @@ msgstr ""
|
|
239 |
"preencha o formulário de contar em nosso website."
|
240 |
|
241 |
# @ gallery
|
242 |
-
#: gallery-plugin.php:
|
243 |
msgid "See photo »"
|
244 |
msgstr "Ver foto »"
|
245 |
|
246 |
# @ gallery
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Options saved."
|
249 |
msgstr "Opções salvas."
|
250 |
|
251 |
# @ gallery
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Gallery Options"
|
254 |
msgstr "Opções da Galeria"
|
255 |
|
256 |
# @ gallery
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid ""
|
259 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
260 |
"and put this shortcode onto your post or page content:"
|
@@ -263,32 +263,32 @@ msgstr ""
|
|
263 |
"copiar e colocar este shortcode no conteúde de sua página ou post:"
|
264 |
|
265 |
# @ gallery
|
266 |
-
#: gallery-plugin.php:
|
267 |
msgid "The size of the cover album for gallery"
|
268 |
msgstr "Tamanho da imagem de capa do álbum para as galerias"
|
269 |
|
270 |
# @ gallery
|
271 |
-
#: gallery-plugin.php:
|
272 |
msgid "Image size name"
|
273 |
msgstr "Nome do tamanho"
|
274 |
|
275 |
# @ gallery
|
276 |
-
#: gallery-plugin.php:
|
277 |
msgid "Width (in px)"
|
278 |
msgstr "Largura (em px)"
|
279 |
|
280 |
# @ gallery
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "Height (in px)"
|
283 |
msgstr "Altura (em px)"
|
284 |
|
285 |
# @ gallery
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Size for gallery image"
|
288 |
msgstr "Tamanho da imagem da galeria"
|
289 |
|
290 |
# @ gallery
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid ""
|
293 |
"WordPress will create a copy of the post thumbnail with the specified "
|
294 |
"dimensions when you upload a new photo."
|
@@ -296,38 +296,50 @@ msgstr ""
|
|
296 |
"WordPress irá criar uma cópia da imagem destacada com os tamanhos "
|
297 |
"especificados quando você enviar uma nova foto."
|
298 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
# @ gallery
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "Count images in row"
|
302 |
msgstr "Quantidade de imagens por linha"
|
303 |
|
304 |
# @ gallery
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Start slideshow"
|
307 |
msgstr "Iniciar Apresentação de Slides"
|
308 |
|
309 |
# @ gallery
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "Slideshow interval"
|
312 |
msgstr "Intervalo de tempo entre cada Slide"
|
313 |
|
314 |
# @ gallery
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "attachment id"
|
317 |
msgstr "id do anexo"
|
318 |
|
319 |
# @ gallery
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "attachment title"
|
322 |
msgstr "título do anexo"
|
323 |
|
324 |
# @ gallery
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "date"
|
327 |
msgstr "data"
|
328 |
|
329 |
# @ gallery
|
330 |
-
#: gallery-plugin.php:
|
331 |
msgid ""
|
332 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
333 |
"dialog )"
|
@@ -336,75 +348,97 @@ msgstr ""
|
|
336 |
"Upload na Galeria de Mídia)"
|
337 |
|
338 |
# @ gallery
|
339 |
-
#: gallery-plugin.php:
|
340 |
msgid "random"
|
341 |
msgstr "aleatório"
|
342 |
|
343 |
# @ gallery
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Attachments order"
|
346 |
msgstr "ordem dos Anexos"
|
347 |
|
348 |
# @ gallery
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
351 |
msgstr ""
|
352 |
"ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
|
353 |
"a, b, c)"
|
354 |
|
355 |
# @ gallery
|
356 |
-
#: gallery-plugin.php:
|
357 |
msgid ""
|
358 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
359 |
msgstr ""
|
360 |
"DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
|
361 |
"1; c, b, a)"
|
362 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
# @ gallery
|
364 |
-
#: gallery-plugin.php:
|
365 |
msgid "Display Return link"
|
366 |
msgstr "Mostrar link de Retorno"
|
367 |
|
368 |
# @ gallery
|
369 |
-
#: gallery-plugin.php:
|
370 |
msgid "Display Return link in shortcode"
|
371 |
msgstr "Mostrar link de Retorno no shortcode"
|
372 |
|
373 |
# @ gallery
|
374 |
-
#: gallery-plugin.php:
|
375 |
msgid "Label for Return link"
|
376 |
msgstr "Etiqueta para o link de Retorno"
|
377 |
|
378 |
# @ gallery
|
379 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
msgid "Label for Read More link"
|
381 |
msgstr ""
|
382 |
|
383 |
# @ default
|
384 |
-
#: gallery-plugin.php:
|
385 |
msgid "Save Changes"
|
386 |
msgstr "Salvar Alterações"
|
387 |
|
388 |
# @ gallery
|
389 |
-
#: gallery-plugin.php:
|
390 |
msgid "FAQ"
|
391 |
msgstr "FAQ"
|
392 |
|
393 |
# @ gallery
|
394 |
-
#: gallery-plugin.php:
|
395 |
msgid "Support"
|
396 |
msgstr "Suporte"
|
397 |
|
398 |
# @ gallery
|
399 |
-
#: gallery-plugin.php:
|
400 |
msgid "Sorry - nothing to found."
|
401 |
msgstr "Desculpe - nada foi encontrado."
|
402 |
|
403 |
-
#: gallery-plugin.php:
|
404 |
msgid "Download High resolution image"
|
405 |
msgstr ""
|
406 |
|
407 |
# @ gallery
|
408 |
-
#: template/gallery-single-template.php:
|
409 |
msgid "Image "
|
410 |
msgstr "Imagem "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ gallery
|
23 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
24 |
msgid ""
|
25 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
26 |
"php\" were not found in the directory of your theme. Please copy them from "
|
38 |
msgstr "Galerias"
|
39 |
|
40 |
# @ gallery
|
41 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
42 |
msgid "Gallery"
|
43 |
msgstr "Galeria"
|
44 |
|
123 |
msgstr ""
|
124 |
|
125 |
# @ gallery
|
126 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
127 |
msgid "Attachments order by"
|
128 |
msgstr "Ordem dos anexos por"
|
129 |
|
136 |
msgid "in the settings of the plugin (page "
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: gallery-plugin.php:275
|
140 |
msgid "Link URL"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: gallery-plugin.php:275
|
144 |
msgid "(clicking on image <br /> open the link in new window)"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: gallery-plugin.php:276
|
148 |
msgid "Delete"
|
149 |
msgstr ""
|
150 |
|
151 |
# @ gallery
|
152 |
+
#: gallery-plugin.php:290
|
153 |
msgid ""
|
154 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
155 |
"shortcode in the content"
|
157 |
"Você pode adicionar a Galeria Única na página ou post inserindo este "
|
158 |
"shortcode no conteúdo"
|
159 |
|
160 |
+
#: gallery-plugin.php:292
|
161 |
msgid ""
|
162 |
"If you want to take a brief display of the gallery with a link to a Single "
|
163 |
"Sallery Page"
|
164 |
msgstr ""
|
165 |
|
166 |
# @ gallery
|
167 |
+
#: gallery-plugin.php:474
|
168 |
msgid "Title"
|
169 |
msgstr "Título"
|
170 |
|
171 |
# @ gallery
|
172 |
+
#: gallery-plugin.php:475
|
173 |
msgid "Author"
|
174 |
msgstr "Autor"
|
175 |
|
176 |
# @ gallery
|
177 |
+
#: gallery-plugin.php:476
|
178 |
msgid "Photo's"
|
179 |
msgstr "Fotos"
|
180 |
|
181 |
# @ gallery
|
182 |
+
#: gallery-plugin.php:477
|
183 |
msgid "Public"
|
184 |
msgstr "Público"
|
185 |
|
186 |
# @ gallery
|
187 |
+
#: gallery-plugin.php:478
|
188 |
msgid "Date"
|
189 |
msgstr "Data"
|
190 |
|
191 |
# @ gallery
|
192 |
+
#: gallery-plugin.php:625
|
193 |
msgid "Activated plugins"
|
194 |
msgstr "Plugins ativados"
|
195 |
|
196 |
# @ gallery
|
197 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
198 |
msgid "Read more"
|
199 |
msgstr "Leia mais"
|
200 |
|
201 |
# @ gallery
|
202 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
203 |
msgid "Settings"
|
204 |
msgstr "Configurações"
|
205 |
|
206 |
# @ gallery
|
207 |
+
#: gallery-plugin.php:633
|
208 |
msgid "Installed plugins"
|
209 |
msgstr "Plugins instalados"
|
210 |
|
211 |
# @ gallery
|
212 |
+
#: gallery-plugin.php:641
|
213 |
msgid "Recommended plugins"
|
214 |
msgstr "Plugins recomendados"
|
215 |
|
216 |
# @ gallery
|
217 |
+
#: gallery-plugin.php:643
|
218 |
msgid "Download"
|
219 |
msgstr "Download"
|
220 |
|
221 |
# @ default
|
222 |
+
#: gallery-plugin.php:643
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "Instalar %s"
|
226 |
|
227 |
# @ gallery
|
228 |
+
#: gallery-plugin.php:643
|
229 |
msgid "Install now from wordpress.org"
|
230 |
msgstr "Instale agora via wordpres.org"
|
231 |
|
232 |
# @ gallery
|
233 |
+
#: gallery-plugin.php:645
|
234 |
msgid ""
|
235 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
236 |
"fill in our contact form on our site"
|
239 |
"preencha o formulário de contar em nosso website."
|
240 |
|
241 |
# @ gallery
|
242 |
+
#: gallery-plugin.php:683
|
243 |
msgid "See photo »"
|
244 |
msgstr "Ver foto »"
|
245 |
|
246 |
# @ gallery
|
247 |
+
#: gallery-plugin.php:782
|
248 |
msgid "Options saved."
|
249 |
msgstr "Opções salvas."
|
250 |
|
251 |
# @ gallery
|
252 |
+
#: gallery-plugin.php:796
|
253 |
msgid "Gallery Options"
|
254 |
msgstr "Opções da Galeria"
|
255 |
|
256 |
# @ gallery
|
257 |
+
#: gallery-plugin.php:799
|
258 |
msgid ""
|
259 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
260 |
"and put this shortcode onto your post or page content:"
|
263 |
"copiar e colocar este shortcode no conteúde de sua página ou post:"
|
264 |
|
265 |
# @ gallery
|
266 |
+
#: gallery-plugin.php:803
|
267 |
msgid "The size of the cover album for gallery"
|
268 |
msgstr "Tamanho da imagem de capa do álbum para as galerias"
|
269 |
|
270 |
# @ gallery
|
271 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
272 |
msgid "Image size name"
|
273 |
msgstr "Nome do tamanho"
|
274 |
|
275 |
# @ gallery
|
276 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
277 |
msgid "Width (in px)"
|
278 |
msgstr "Largura (em px)"
|
279 |
|
280 |
# @ gallery
|
281 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
282 |
msgid "Height (in px)"
|
283 |
msgstr "Altura (em px)"
|
284 |
|
285 |
# @ gallery
|
286 |
+
#: gallery-plugin.php:811
|
287 |
msgid "Size for gallery image"
|
288 |
msgstr "Tamanho da imagem da galeria"
|
289 |
|
290 |
# @ gallery
|
291 |
+
#: gallery-plugin.php:819
|
292 |
msgid ""
|
293 |
"WordPress will create a copy of the post thumbnail with the specified "
|
294 |
"dimensions when you upload a new photo."
|
296 |
"WordPress irá criar uma cópia da imagem destacada com os tamanhos "
|
297 |
"especificados quando você enviar uma nova foto."
|
298 |
|
299 |
+
#: gallery-plugin.php:822
|
300 |
+
msgid "Images with border"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: gallery-plugin.php:825
|
304 |
+
msgid "Border width in px, just numbers"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
308 |
+
msgid "Select color for border"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
# @ gallery
|
312 |
+
#: gallery-plugin.php:835
|
313 |
msgid "Count images in row"
|
314 |
msgstr "Quantidade de imagens por linha"
|
315 |
|
316 |
# @ gallery
|
317 |
+
#: gallery-plugin.php:841
|
318 |
msgid "Start slideshow"
|
319 |
msgstr "Iniciar Apresentação de Slides"
|
320 |
|
321 |
# @ gallery
|
322 |
+
#: gallery-plugin.php:847
|
323 |
msgid "Slideshow interval"
|
324 |
msgstr "Intervalo de tempo entre cada Slide"
|
325 |
|
326 |
# @ gallery
|
327 |
+
#: gallery-plugin.php:855
|
328 |
msgid "attachment id"
|
329 |
msgstr "id do anexo"
|
330 |
|
331 |
# @ gallery
|
332 |
+
#: gallery-plugin.php:856
|
333 |
msgid "attachment title"
|
334 |
msgstr "título do anexo"
|
335 |
|
336 |
# @ gallery
|
337 |
+
#: gallery-plugin.php:857
|
338 |
msgid "date"
|
339 |
msgstr "data"
|
340 |
|
341 |
# @ gallery
|
342 |
+
#: gallery-plugin.php:858
|
343 |
msgid ""
|
344 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
345 |
"dialog )"
|
348 |
"Upload na Galeria de Mídia)"
|
349 |
|
350 |
# @ gallery
|
351 |
+
#: gallery-plugin.php:859
|
352 |
msgid "random"
|
353 |
msgstr "aleatório"
|
354 |
|
355 |
# @ gallery
|
356 |
+
#: gallery-plugin.php:863
|
357 |
msgid "Attachments order"
|
358 |
msgstr "ordem dos Anexos"
|
359 |
|
360 |
# @ gallery
|
361 |
+
#: gallery-plugin.php:865
|
362 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
363 |
msgstr ""
|
364 |
"ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
|
365 |
"a, b, c)"
|
366 |
|
367 |
# @ gallery
|
368 |
+
#: gallery-plugin.php:866
|
369 |
msgid ""
|
370 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
371 |
msgstr ""
|
372 |
"DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, "
|
373 |
"1; c, b, a)"
|
374 |
|
375 |
+
#: gallery-plugin.php:870
|
376 |
+
msgid "Display text above image"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: gallery-plugin.php:872
|
380 |
+
msgid "If you want to display text just in a lightbox"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
# @ gallery
|
384 |
+
#: gallery-plugin.php:876
|
385 |
msgid "Display Return link"
|
386 |
msgstr "Mostrar link de Retorno"
|
387 |
|
388 |
# @ gallery
|
389 |
+
#: gallery-plugin.php:882
|
390 |
msgid "Display Return link in shortcode"
|
391 |
msgstr "Mostrar link de Retorno no shortcode"
|
392 |
|
393 |
# @ gallery
|
394 |
+
#: gallery-plugin.php:888
|
395 |
msgid "Label for Return link"
|
396 |
msgstr "Etiqueta para o link de Retorno"
|
397 |
|
398 |
# @ gallery
|
399 |
+
#: gallery-plugin.php:894
|
400 |
+
#, fuzzy
|
401 |
+
msgid "URL for Return link"
|
402 |
+
msgstr "Etiqueta para o link de Retorno"
|
403 |
+
|
404 |
+
#: gallery-plugin.php:896
|
405 |
+
msgid "Gallery page (Page with Gallery Template)"
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: gallery-plugin.php:898
|
409 |
+
msgid "(Full URL to custom page)"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
# @ gallery
|
413 |
+
#: gallery-plugin.php:902
|
414 |
msgid "Label for Read More link"
|
415 |
msgstr ""
|
416 |
|
417 |
# @ default
|
418 |
+
#: gallery-plugin.php:910
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Salvar Alterações"
|
421 |
|
422 |
# @ gallery
|
423 |
+
#: gallery-plugin.php:923
|
424 |
msgid "FAQ"
|
425 |
msgstr "FAQ"
|
426 |
|
427 |
# @ gallery
|
428 |
+
#: gallery-plugin.php:924
|
429 |
msgid "Support"
|
430 |
msgstr "Suporte"
|
431 |
|
432 |
# @ gallery
|
433 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
434 |
msgid "Sorry - nothing to found."
|
435 |
msgstr "Desculpe - nada foi encontrado."
|
436 |
|
437 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
438 |
msgid "Download High resolution image"
|
439 |
msgstr ""
|
440 |
|
441 |
# @ gallery
|
442 |
+
#: template/gallery-single-template.php:101
|
443 |
msgid "Image "
|
444 |
msgstr "Imagem "
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -32,7 +32,7 @@ msgstr ""
|
|
32 |
msgid "Galleries"
|
33 |
msgstr "Галереи"
|
34 |
|
35 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
36 |
msgid "Gallery"
|
37 |
msgstr "Галерея"
|
38 |
|
@@ -104,7 +104,7 @@ msgstr ""
|
|
104 |
msgid "Please do not forget to select "
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
108 |
msgid "Attachments order by"
|
109 |
msgstr "Изображения сортируются по"
|
110 |
|
@@ -116,20 +116,20 @@ msgstr "Сортировать изображения"
|
|
116 |
msgid "in the settings of the plugin (page "
|
117 |
msgstr "на странице натсроек плагина (страница "
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
msgid "Link URL"
|
121 |
msgstr "Ссылка урл"
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
msgid "(clicking on image <br /> open the link in new window)"
|
125 |
msgstr ""
|
126 |
"(нажатие на изображение открывает <br /> данную ссылку в новом окне браузера)"
|
127 |
|
128 |
-
#: gallery-plugin.php:
|
129 |
msgid "Delete"
|
130 |
msgstr "Удалить"
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
msgid ""
|
134 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
135 |
"shortcode in the content"
|
@@ -137,66 +137,66 @@ msgstr ""
|
|
137 |
"Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
|
138 |
"поместить этот шорткод в контент поста или страницы:"
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid ""
|
142 |
"If you want to take a brief display of the gallery with a link to a Single "
|
143 |
"Sallery Page"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
msgid "Title"
|
148 |
msgstr "Название"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid "Author"
|
152 |
msgstr "Автор"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Photo's"
|
156 |
msgstr "Фото"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Public"
|
160 |
msgstr "Опубликование"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Date"
|
164 |
msgstr "Дата"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
msgid "Activated plugins"
|
168 |
msgstr "Активированные плагины"
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Read more"
|
172 |
msgstr "Подробнее..."
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Settings"
|
176 |
msgstr "Настройки"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
msgid "Installed plugins"
|
180 |
msgstr "Установленные плагины"
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
msgid "Recommended plugins"
|
184 |
msgstr "Рекомендованные к установке плагины"
|
185 |
|
186 |
-
#: gallery-plugin.php:
|
187 |
msgid "Download"
|
188 |
msgstr "Скачать"
|
189 |
|
190 |
-
#: gallery-plugin.php:
|
191 |
#, php-format
|
192 |
msgid "Install %s"
|
193 |
msgstr "Установлено %s"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
msgid "Install now from wordpress.org"
|
197 |
msgstr "Установить с wordpress.org"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
200 |
msgid ""
|
201 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
202 |
"fill in our contact form on our site"
|
@@ -204,19 +204,19 @@ msgstr ""
|
|
204 |
"Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или "
|
205 |
"заполните контактную форму на нашем сайте"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid "See photo »"
|
209 |
msgstr "Смотреть фотографии »"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
msgid "Options saved."
|
213 |
msgstr "Опции сохранены"
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "Gallery Options"
|
217 |
msgstr "Настройки Галереи"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid ""
|
221 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
222 |
"and put this shortcode onto your post or page content:"
|
@@ -224,27 +224,27 @@ msgstr ""
|
|
224 |
"Если вы хотели бы добавить Галерея на вашу страницу или пост, просто "
|
225 |
"скопируйте и поместить этот шорткод в контент поста или страницы:"
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "The size of the cover album for gallery"
|
229 |
msgstr "Размер изображения для обложки альбома галереи"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Image size name"
|
233 |
msgstr "Название размера изображение"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Width (in px)"
|
237 |
msgstr "Ширина (в px)"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
msgid "Height (in px)"
|
241 |
msgstr "Высота (в px)"
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
244 |
msgid "Size for gallery image"
|
245 |
msgstr "Размер изображений Галереи"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid ""
|
249 |
"WordPress will create a copy of the post thumbnail with the specified "
|
250 |
"dimensions when you upload a new photo."
|
@@ -252,31 +252,43 @@ msgstr ""
|
|
252 |
"WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
|
253 |
"фотографии."
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
msgid "Count images in row"
|
257 |
msgstr "Количество изображений в строке"
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "Start slideshow"
|
261 |
msgstr "Начать слайдшоу"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "Slideshow interval"
|
265 |
msgstr "Интервал времени при показе слайдшоу"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
msgid "attachment id"
|
269 |
msgstr "id изображения"
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
msgid "attachment title"
|
273 |
msgstr "названию изображения"
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
msgid "date"
|
277 |
msgstr "дате"
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid ""
|
281 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
282 |
"dialog )"
|
@@ -284,64 +296,85 @@ msgstr ""
|
|
284 |
"сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
|
285 |
"Upload Media Gallery)"
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "random"
|
289 |
msgstr "произвольно"
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "Attachments order"
|
293 |
msgstr "Сортировать изображения"
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
297 |
msgstr ""
|
298 |
"ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, "
|
299 |
"а, б, в)"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid ""
|
303 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
304 |
msgstr ""
|
305 |
"DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, "
|
306 |
"C, B)"
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
msgid "Display Return link"
|
310 |
msgstr "Отображать ссылку Вернуться"
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Display Return link in shortcode"
|
314 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Label for Return link"
|
318 |
msgstr "Текст для ссылки Вернуться"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
321 |
msgid "Label for Read More link"
|
322 |
msgstr "Текст для ссылки Читать далее"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Save Changes"
|
326 |
msgstr "Сохранить изменения"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "FAQ"
|
330 |
msgstr "FAQ"
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Support"
|
334 |
msgstr "Поддержка"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Sorry - nothing to found."
|
338 |
msgstr "Извините, ничего не найдено."
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Download High resolution image"
|
342 |
msgstr "Скачать изображение в высоком разрешении"
|
343 |
|
344 |
-
#: template/gallery-single-template.php:
|
345 |
msgid "Image "
|
346 |
msgstr "Изображение"
|
347 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:47+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:47+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
32 |
msgid "Galleries"
|
33 |
msgstr "Галереи"
|
34 |
|
35 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
36 |
msgid "Gallery"
|
37 |
msgstr "Галерея"
|
38 |
|
104 |
msgid "Please do not forget to select "
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
108 |
msgid "Attachments order by"
|
109 |
msgstr "Изображения сортируются по"
|
110 |
|
116 |
msgid "in the settings of the plugin (page "
|
117 |
msgstr "на странице натсроек плагина (страница "
|
118 |
|
119 |
+
#: gallery-plugin.php:275
|
120 |
msgid "Link URL"
|
121 |
msgstr "Ссылка урл"
|
122 |
|
123 |
+
#: gallery-plugin.php:275
|
124 |
msgid "(clicking on image <br /> open the link in new window)"
|
125 |
msgstr ""
|
126 |
"(нажатие на изображение открывает <br /> данную ссылку в новом окне браузера)"
|
127 |
|
128 |
+
#: gallery-plugin.php:276
|
129 |
msgid "Delete"
|
130 |
msgstr "Удалить"
|
131 |
|
132 |
+
#: gallery-plugin.php:290
|
133 |
msgid ""
|
134 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
135 |
"shortcode in the content"
|
137 |
"Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
|
138 |
"поместить этот шорткод в контент поста или страницы:"
|
139 |
|
140 |
+
#: gallery-plugin.php:292
|
141 |
msgid ""
|
142 |
"If you want to take a brief display of the gallery with a link to a Single "
|
143 |
"Sallery Page"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: gallery-plugin.php:474
|
147 |
msgid "Title"
|
148 |
msgstr "Название"
|
149 |
|
150 |
+
#: gallery-plugin.php:475
|
151 |
msgid "Author"
|
152 |
msgstr "Автор"
|
153 |
|
154 |
+
#: gallery-plugin.php:476
|
155 |
msgid "Photo's"
|
156 |
msgstr "Фото"
|
157 |
|
158 |
+
#: gallery-plugin.php:477
|
159 |
msgid "Public"
|
160 |
msgstr "Опубликование"
|
161 |
|
162 |
+
#: gallery-plugin.php:478
|
163 |
msgid "Date"
|
164 |
msgstr "Дата"
|
165 |
|
166 |
+
#: gallery-plugin.php:625
|
167 |
msgid "Activated plugins"
|
168 |
msgstr "Активированные плагины"
|
169 |
|
170 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
171 |
msgid "Read more"
|
172 |
msgstr "Подробнее..."
|
173 |
|
174 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
175 |
msgid "Settings"
|
176 |
msgstr "Настройки"
|
177 |
|
178 |
+
#: gallery-plugin.php:633
|
179 |
msgid "Installed plugins"
|
180 |
msgstr "Установленные плагины"
|
181 |
|
182 |
+
#: gallery-plugin.php:641
|
183 |
msgid "Recommended plugins"
|
184 |
msgstr "Рекомендованные к установке плагины"
|
185 |
|
186 |
+
#: gallery-plugin.php:643
|
187 |
msgid "Download"
|
188 |
msgstr "Скачать"
|
189 |
|
190 |
+
#: gallery-plugin.php:643
|
191 |
#, php-format
|
192 |
msgid "Install %s"
|
193 |
msgstr "Установлено %s"
|
194 |
|
195 |
+
#: gallery-plugin.php:643
|
196 |
msgid "Install now from wordpress.org"
|
197 |
msgstr "Установить с wordpress.org"
|
198 |
|
199 |
+
#: gallery-plugin.php:645
|
200 |
msgid ""
|
201 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
202 |
"fill in our contact form on our site"
|
204 |
"Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или "
|
205 |
"заполните контактную форму на нашем сайте"
|
206 |
|
207 |
+
#: gallery-plugin.php:683
|
208 |
msgid "See photo »"
|
209 |
msgstr "Смотреть фотографии »"
|
210 |
|
211 |
+
#: gallery-plugin.php:782
|
212 |
msgid "Options saved."
|
213 |
msgstr "Опции сохранены"
|
214 |
|
215 |
+
#: gallery-plugin.php:796
|
216 |
msgid "Gallery Options"
|
217 |
msgstr "Настройки Галереи"
|
218 |
|
219 |
+
#: gallery-plugin.php:799
|
220 |
msgid ""
|
221 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
222 |
"and put this shortcode onto your post or page content:"
|
224 |
"Если вы хотели бы добавить Галерея на вашу страницу или пост, просто "
|
225 |
"скопируйте и поместить этот шорткод в контент поста или страницы:"
|
226 |
|
227 |
+
#: gallery-plugin.php:803
|
228 |
msgid "The size of the cover album for gallery"
|
229 |
msgstr "Размер изображения для обложки альбома галереи"
|
230 |
|
231 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
232 |
msgid "Image size name"
|
233 |
msgstr "Название размера изображение"
|
234 |
|
235 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
236 |
msgid "Width (in px)"
|
237 |
msgstr "Ширина (в px)"
|
238 |
|
239 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
240 |
msgid "Height (in px)"
|
241 |
msgstr "Высота (в px)"
|
242 |
|
243 |
+
#: gallery-plugin.php:811
|
244 |
msgid "Size for gallery image"
|
245 |
msgstr "Размер изображений Галереи"
|
246 |
|
247 |
+
#: gallery-plugin.php:819
|
248 |
msgid ""
|
249 |
"WordPress will create a copy of the post thumbnail with the specified "
|
250 |
"dimensions when you upload a new photo."
|
252 |
"WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
|
253 |
"фотографии."
|
254 |
|
255 |
+
#: gallery-plugin.php:822
|
256 |
+
msgid "Images with border"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: gallery-plugin.php:825
|
260 |
+
msgid "Border width in px, just numbers"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
264 |
+
msgid "Select color for border"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: gallery-plugin.php:835
|
268 |
msgid "Count images in row"
|
269 |
msgstr "Количество изображений в строке"
|
270 |
|
271 |
+
#: gallery-plugin.php:841
|
272 |
msgid "Start slideshow"
|
273 |
msgstr "Начать слайдшоу"
|
274 |
|
275 |
+
#: gallery-plugin.php:847
|
276 |
msgid "Slideshow interval"
|
277 |
msgstr "Интервал времени при показе слайдшоу"
|
278 |
|
279 |
+
#: gallery-plugin.php:855
|
280 |
msgid "attachment id"
|
281 |
msgstr "id изображения"
|
282 |
|
283 |
+
#: gallery-plugin.php:856
|
284 |
msgid "attachment title"
|
285 |
msgstr "названию изображения"
|
286 |
|
287 |
+
#: gallery-plugin.php:857
|
288 |
msgid "date"
|
289 |
msgstr "дате"
|
290 |
|
291 |
+
#: gallery-plugin.php:858
|
292 |
msgid ""
|
293 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
294 |
"dialog )"
|
296 |
"сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
|
297 |
"Upload Media Gallery)"
|
298 |
|
299 |
+
#: gallery-plugin.php:859
|
300 |
msgid "random"
|
301 |
msgstr "произвольно"
|
302 |
|
303 |
+
#: gallery-plugin.php:863
|
304 |
msgid "Attachments order"
|
305 |
msgstr "Сортировать изображения"
|
306 |
|
307 |
+
#: gallery-plugin.php:865
|
308 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
309 |
msgstr ""
|
310 |
"ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, "
|
311 |
"а, б, в)"
|
312 |
|
313 |
+
#: gallery-plugin.php:866
|
314 |
msgid ""
|
315 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
316 |
msgstr ""
|
317 |
"DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, "
|
318 |
"C, B)"
|
319 |
|
320 |
+
#: gallery-plugin.php:870
|
321 |
+
msgid "Display text above image"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: gallery-plugin.php:872
|
325 |
+
msgid "If you want to display text just in a lightbox"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:876
|
329 |
msgid "Display Return link"
|
330 |
msgstr "Отображать ссылку Вернуться"
|
331 |
|
332 |
+
#: gallery-plugin.php:882
|
333 |
msgid "Display Return link in shortcode"
|
334 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
335 |
|
336 |
+
#: gallery-plugin.php:888
|
337 |
msgid "Label for Return link"
|
338 |
msgstr "Текст для ссылки Вернуться"
|
339 |
|
340 |
+
#: gallery-plugin.php:894
|
341 |
+
#, fuzzy
|
342 |
+
msgid "URL for Return link"
|
343 |
+
msgstr "Текст для ссылки Вернуться"
|
344 |
+
|
345 |
+
#: gallery-plugin.php:896
|
346 |
+
msgid "Gallery page (Page with Gallery Template)"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: gallery-plugin.php:898
|
350 |
+
msgid "(Full URL to custom page)"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:902
|
354 |
msgid "Label for Read More link"
|
355 |
msgstr "Текст для ссылки Читать далее"
|
356 |
|
357 |
+
#: gallery-plugin.php:910
|
358 |
msgid "Save Changes"
|
359 |
msgstr "Сохранить изменения"
|
360 |
|
361 |
+
#: gallery-plugin.php:923
|
362 |
msgid "FAQ"
|
363 |
msgstr "FAQ"
|
364 |
|
365 |
+
#: gallery-plugin.php:924
|
366 |
msgid "Support"
|
367 |
msgstr "Поддержка"
|
368 |
|
369 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
370 |
msgid "Sorry - nothing to found."
|
371 |
msgstr "Извините, ничего не найдено."
|
372 |
|
373 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
374 |
msgid "Download High resolution image"
|
375 |
msgstr "Скачать изображение в высоком разрешении"
|
376 |
|
377 |
+
#: template/gallery-single-template.php:101
|
378 |
msgid "Image "
|
379 |
msgstr "Изображение"
|
380 |
|
languages/gallery-sr_RS.mo
ADDED
Binary file
|
languages/gallery-sr_RS.po
ADDED
@@ -0,0 +1,388 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: gallery\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:48+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 19:03+0200\n"
|
7 |
+
"Last-Translator: Radovan Georgijevic <radovan@georgijevic.info>\n"
|
8 |
+
"Language-Team: Radovan Georgijevic <http://www.georgijevic.info>\n"
|
9 |
+
"Language: rs_RS\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e;_x;esc_html__\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
+
msgid ""
|
21 |
+
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
+
"php\" were not found in the directory of your theme. Please copy them from "
|
23 |
+
"the directory `/wp-content/plugins/gallery-plugin/template/` to the "
|
24 |
+
"directory of your theme for the correct work of the Gallery plugin"
|
25 |
+
msgstr ""
|
26 |
+
"Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" "
|
27 |
+
"Nisu pronađeni u direktorijumu teme. Prekopirajte ih iz direktorijuma `/ wp-"
|
28 |
+
"content/plugins/gallery-plugin/template /` u direktorijum vaše temekako bi "
|
29 |
+
"dodatak Galerija ispravno funkcionisao"
|
30 |
+
|
31 |
+
#: gallery-plugin.php:127 gallery-plugin.php:137
|
32 |
+
msgid "Galleries"
|
33 |
+
msgstr "Galerije"
|
34 |
+
|
35 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
36 |
+
msgid "Gallery"
|
37 |
+
msgstr "Galerija"
|
38 |
+
|
39 |
+
#: gallery-plugin.php:129
|
40 |
+
msgid "Add New"
|
41 |
+
msgstr "Dodaj Novo"
|
42 |
+
|
43 |
+
#: gallery-plugin.php:130
|
44 |
+
msgid "Add New Gallery"
|
45 |
+
msgstr "Dodaj Novu Galeriju"
|
46 |
+
|
47 |
+
#: gallery-plugin.php:131
|
48 |
+
msgid "Edit Gallery"
|
49 |
+
msgstr "Uredi Galeriju"
|
50 |
+
|
51 |
+
#: gallery-plugin.php:132
|
52 |
+
msgid "New Gallery"
|
53 |
+
msgstr "Nova Galerija"
|
54 |
+
|
55 |
+
#: gallery-plugin.php:133
|
56 |
+
msgid "View Gallery"
|
57 |
+
msgstr "Vidi Galeriju"
|
58 |
+
|
59 |
+
#: gallery-plugin.php:134
|
60 |
+
msgid "Search Galleries"
|
61 |
+
msgstr "Pretraži Galeriju"
|
62 |
+
|
63 |
+
#: gallery-plugin.php:135
|
64 |
+
msgid "No Galleries found"
|
65 |
+
msgstr "Nije nađena ni jedna galerija"
|
66 |
+
|
67 |
+
#: gallery-plugin.php:192
|
68 |
+
msgid "Upload File"
|
69 |
+
msgstr "Dodaj Fajl"
|
70 |
+
|
71 |
+
#: gallery-plugin.php:193
|
72 |
+
msgid "Gallery Shortcode"
|
73 |
+
msgstr "Skraćeni kod za Galeriju"
|
74 |
+
|
75 |
+
#: gallery-plugin.php:209
|
76 |
+
msgid ""
|
77 |
+
"The gallery temp directory (gallery-plugin/upload/files) not writeable by "
|
78 |
+
"your webserver. Please use the standard WP functional to upload the images "
|
79 |
+
"(media library)"
|
80 |
+
msgstr ""
|
81 |
+
"Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan "
|
82 |
+
"od strane vašeg webservera. Molimo Vas korisitestandardnu funkciju WP-a za "
|
83 |
+
"ubacivanje datoteka (media-biblioteka)"
|
84 |
+
|
85 |
+
#: gallery-plugin.php:213
|
86 |
+
msgid "Choose an image to upload:"
|
87 |
+
msgstr "Izaberite sliku za dodavanje:"
|
88 |
+
|
89 |
+
#: gallery-plugin.php:218
|
90 |
+
msgid "Please enable JavaScript to use the file uploader."
|
91 |
+
msgstr "Molimo, omogućite JavaScript-u da koristi file uploader."
|
92 |
+
|
93 |
+
#: gallery-plugin.php:225
|
94 |
+
msgid "Allow download link for images in this gallery"
|
95 |
+
msgstr "Dozvoli vezu za skidanje za slike iz ove galerije"
|
96 |
+
|
97 |
+
#: gallery-plugin.php:226
|
98 |
+
msgid ""
|
99 |
+
"Please use drag and drop function to change the order of the output of "
|
100 |
+
"images and do not forget to save post."
|
101 |
+
msgstr ""
|
102 |
+
"Koristite funkciju prevlačenja da izmenite redosled izlaza zaslike i ne "
|
103 |
+
"zaboravite da sačuvate članak."
|
104 |
+
|
105 |
+
#: gallery-plugin.php:228
|
106 |
+
#, fuzzy
|
107 |
+
msgid "Please do not forget to select "
|
108 |
+
msgstr "Ne zaboravite da izaberete"
|
109 |
+
|
110 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
111 |
+
msgid "Attachments order by"
|
112 |
+
msgstr "Privesci poređani po"
|
113 |
+
|
114 |
+
#: gallery-plugin.php:228
|
115 |
+
msgid "attachments order"
|
116 |
+
msgstr "Privesci redosled"
|
117 |
+
|
118 |
+
#: gallery-plugin.php:228
|
119 |
+
msgid "in the settings of the plugin (page "
|
120 |
+
msgstr "u podešavanjima dodatka"
|
121 |
+
|
122 |
+
#: gallery-plugin.php:275
|
123 |
+
msgid "Link URL"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: gallery-plugin.php:275
|
127 |
+
msgid "(clicking on image <br /> open the link in new window)"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:276
|
131 |
+
msgid "Delete"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:290
|
135 |
+
msgid ""
|
136 |
+
"You can add the Single Gallery on the page or in the post by inserting this "
|
137 |
+
"shortcode in the content"
|
138 |
+
msgstr ""
|
139 |
+
"Možete dodati Jednu Galeriju na stranicu ili u članak unosom sledećeg "
|
140 |
+
"kratkog koda u sadržaj:"
|
141 |
+
|
142 |
+
#: gallery-plugin.php:292
|
143 |
+
#, fuzzy
|
144 |
+
msgid ""
|
145 |
+
"If you want to take a brief display of the gallery with a link to a Single "
|
146 |
+
"Sallery Page"
|
147 |
+
msgstr ""
|
148 |
+
"Ako želite da uzmete kratak prikaz galerije sa linkom ka Jednoj Stranici "
|
149 |
+
"Galerije"
|
150 |
+
|
151 |
+
#: gallery-plugin.php:474
|
152 |
+
msgid "Title"
|
153 |
+
msgstr "Naslov"
|
154 |
+
|
155 |
+
#: gallery-plugin.php:475
|
156 |
+
msgid "Author"
|
157 |
+
msgstr "Autor"
|
158 |
+
|
159 |
+
#: gallery-plugin.php:476
|
160 |
+
msgid "Photo's"
|
161 |
+
msgstr "Slike"
|
162 |
+
|
163 |
+
#: gallery-plugin.php:477
|
164 |
+
msgid "Public"
|
165 |
+
msgstr "Javno"
|
166 |
+
|
167 |
+
#: gallery-plugin.php:478
|
168 |
+
msgid "Date"
|
169 |
+
msgstr "Datum"
|
170 |
+
|
171 |
+
#: gallery-plugin.php:625
|
172 |
+
msgid "Activated plugins"
|
173 |
+
msgstr "Aktivni dodaci"
|
174 |
+
|
175 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
176 |
+
msgid "Read more"
|
177 |
+
msgstr "Čitaj više..."
|
178 |
+
|
179 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
180 |
+
msgid "Settings"
|
181 |
+
msgstr "Podešavanja"
|
182 |
+
|
183 |
+
#: gallery-plugin.php:633
|
184 |
+
msgid "Installed plugins"
|
185 |
+
msgstr "Instalirani dodaci"
|
186 |
+
|
187 |
+
#: gallery-plugin.php:641
|
188 |
+
msgid "Recommended plugins"
|
189 |
+
msgstr "Preporučeni dodaci"
|
190 |
+
|
191 |
+
#: gallery-plugin.php:643
|
192 |
+
msgid "Download"
|
193 |
+
msgstr "Preuzmi"
|
194 |
+
|
195 |
+
#: gallery-plugin.php:643
|
196 |
+
#, php-format
|
197 |
+
msgid "Install %s"
|
198 |
+
msgstr "Instaliraj %s"
|
199 |
+
|
200 |
+
#: gallery-plugin.php:643
|
201 |
+
msgid "Install now from wordpress.org"
|
202 |
+
msgstr "Instaliraj sa wordpress.org"
|
203 |
+
|
204 |
+
#: gallery-plugin.php:645
|
205 |
+
msgid ""
|
206 |
+
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
207 |
+
"fill in our contact form on our site"
|
208 |
+
msgstr ""
|
209 |
+
"Ako imate bilo kakva pitanja, kontaktirajte nas na mejl plugin@bestwebsoft."
|
210 |
+
"com ili poopunite kontakt formu na našem sajtu"
|
211 |
+
|
212 |
+
#: gallery-plugin.php:683
|
213 |
+
msgid "See photo »"
|
214 |
+
msgstr "Vidi sliku »"
|
215 |
+
|
216 |
+
#: gallery-plugin.php:782
|
217 |
+
msgid "Options saved."
|
218 |
+
msgstr "Opcije sačuvane"
|
219 |
+
|
220 |
+
#: gallery-plugin.php:796
|
221 |
+
msgid "Gallery Options"
|
222 |
+
msgstr "Opcje Galerije"
|
223 |
+
|
224 |
+
#: gallery-plugin.php:799
|
225 |
+
msgid ""
|
226 |
+
"If you would like to add a Single Gallery to your page or post, just copy "
|
227 |
+
"and put this shortcode onto your post or page content:"
|
228 |
+
msgstr ""
|
229 |
+
"Ako želite da dodate Jednu Galeriju na vašu stranicu ili u članak, "
|
230 |
+
"jednostavno kopirajte i postavite ovaj kratak kod u sadržaj članke ili "
|
231 |
+
"strane:"
|
232 |
+
|
233 |
+
#: gallery-plugin.php:803
|
234 |
+
msgid "The size of the cover album for gallery"
|
235 |
+
msgstr "Veličina za naslovnu albuma za galeriju"
|
236 |
+
|
237 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
238 |
+
msgid "Image size name"
|
239 |
+
msgstr "Naziv veličine slike"
|
240 |
+
|
241 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
242 |
+
msgid "Width (in px)"
|
243 |
+
msgstr "Širina (u px)"
|
244 |
+
|
245 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
246 |
+
msgid "Height (in px)"
|
247 |
+
msgstr "Visina (u px)"
|
248 |
+
|
249 |
+
#: gallery-plugin.php:811
|
250 |
+
msgid "Size for gallery image"
|
251 |
+
msgstr "Veličina za sliku iz galerije"
|
252 |
+
|
253 |
+
#: gallery-plugin.php:819
|
254 |
+
msgid ""
|
255 |
+
"WordPress will create a copy of the post thumbnail with the specified "
|
256 |
+
"dimensions when you upload a new photo."
|
257 |
+
msgstr ""
|
258 |
+
"WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada "
|
259 |
+
"dodate novu sliku."
|
260 |
+
|
261 |
+
#: gallery-plugin.php:822
|
262 |
+
msgid "Images with border"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: gallery-plugin.php:825
|
266 |
+
msgid "Border width in px, just numbers"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
270 |
+
msgid "Select color for border"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: gallery-plugin.php:835
|
274 |
+
msgid "Count images in row"
|
275 |
+
msgstr "Izboj slike u redu"
|
276 |
+
|
277 |
+
#: gallery-plugin.php:841
|
278 |
+
msgid "Start slideshow"
|
279 |
+
msgstr "Započni prikaz slajdova"
|
280 |
+
|
281 |
+
#: gallery-plugin.php:847
|
282 |
+
msgid "Slideshow interval"
|
283 |
+
msgstr "Interval prikaza slajdova"
|
284 |
+
|
285 |
+
#: gallery-plugin.php:855
|
286 |
+
msgid "attachment id"
|
287 |
+
msgstr "id priveska"
|
288 |
+
|
289 |
+
#: gallery-plugin.php:856
|
290 |
+
msgid "attachment title"
|
291 |
+
msgstr "naslov priveska"
|
292 |
+
|
293 |
+
#: gallery-plugin.php:857
|
294 |
+
msgid "date"
|
295 |
+
msgstr "datum"
|
296 |
+
|
297 |
+
#: gallery-plugin.php:858
|
298 |
+
msgid ""
|
299 |
+
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
300 |
+
"dialog )"
|
301 |
+
msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
|
302 |
+
|
303 |
+
#: gallery-plugin.php:859
|
304 |
+
msgid "random"
|
305 |
+
msgstr "nasumično"
|
306 |
+
|
307 |
+
#: gallery-plugin.php:863
|
308 |
+
msgid "Attachments order"
|
309 |
+
msgstr "Redosled privezaka"
|
310 |
+
|
311 |
+
#: gallery-plugin.php:865
|
312 |
+
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
313 |
+
msgstr ""
|
314 |
+
"ASC (rastući raspored od najnižih do najviših vrednosti - 1, 2, 3, a, b, c)"
|
315 |
+
|
316 |
+
#: gallery-plugin.php:866
|
317 |
+
msgid ""
|
318 |
+
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
319 |
+
msgstr ""
|
320 |
+
"DESC (opadajući raspored od naviših do najnižih vrednosti do - 3, 2, 1, a, "
|
321 |
+
"b, c)"
|
322 |
+
|
323 |
+
#: gallery-plugin.php:870
|
324 |
+
msgid "Display text above image"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: gallery-plugin.php:872
|
328 |
+
msgid "If you want to display text just in a lightbox"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: gallery-plugin.php:876
|
332 |
+
msgid "Display Return link"
|
333 |
+
msgstr "Prikaži Povratnu vezu"
|
334 |
+
|
335 |
+
#: gallery-plugin.php:882
|
336 |
+
msgid "Display Return link in shortcode"
|
337 |
+
msgstr "Prikaži povratnu vezu ka kratak kod"
|
338 |
+
|
339 |
+
#: gallery-plugin.php:888
|
340 |
+
msgid "Label for Return link"
|
341 |
+
msgstr "Etiketa za Povratnu vezu"
|
342 |
+
|
343 |
+
#: gallery-plugin.php:894
|
344 |
+
#, fuzzy
|
345 |
+
msgid "URL for Return link"
|
346 |
+
msgstr "Etiketa za Povratnu vezu"
|
347 |
+
|
348 |
+
#: gallery-plugin.php:896
|
349 |
+
msgid "Gallery page (Page with Gallery Template)"
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: gallery-plugin.php:898
|
353 |
+
msgid "(Full URL to custom page)"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: gallery-plugin.php:902
|
357 |
+
msgid "Label for Read More link"
|
358 |
+
msgstr "Etiketa za Čitaj Više vezu"
|
359 |
+
|
360 |
+
#: gallery-plugin.php:910
|
361 |
+
msgid "Save Changes"
|
362 |
+
msgstr "Sačuvaj Promene"
|
363 |
+
|
364 |
+
#: gallery-plugin.php:923
|
365 |
+
msgid "FAQ"
|
366 |
+
msgstr "FAQ"
|
367 |
+
|
368 |
+
#: gallery-plugin.php:924
|
369 |
+
msgid "Support"
|
370 |
+
msgstr "Podrška"
|
371 |
+
|
372 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
373 |
+
msgid "Sorry - nothing to found."
|
374 |
+
msgstr "Izvinite - ništa nije pronađeno."
|
375 |
+
|
376 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
377 |
+
msgid "Download High resolution image"
|
378 |
+
msgstr "Preuzmi sliku visoke rezolucije"
|
379 |
+
|
380 |
+
#: template/gallery-single-template.php:101
|
381 |
+
msgid "Image "
|
382 |
+
msgstr "Slika"
|
383 |
+
|
384 |
+
#~ msgid "Random order"
|
385 |
+
#~ msgstr "Proizvoljan raspored"
|
386 |
+
|
387 |
+
#~ msgid "Size for gallery album cover"
|
388 |
+
#~ msgstr "Veličina za naslovnu albuma "
|
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: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"Language: uk_UA\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103 gallery-plugin.php:
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Галереi"
|
30 |
|
31 |
-
#: gallery-plugin.php:128 gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Галерея"
|
34 |
|
@@ -97,7 +97,7 @@ msgstr ""
|
|
97 |
msgid "Please do not forget to select "
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: gallery-plugin.php:228 gallery-plugin.php:
|
101 |
msgid "Attachments order by"
|
102 |
msgstr ""
|
103 |
|
@@ -109,84 +109,84 @@ msgstr ""
|
|
109 |
msgid "in the settings of the plugin (page "
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: gallery-plugin.php:
|
113 |
msgid "Link URL"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: gallery-plugin.php:
|
117 |
msgid "(clicking on image <br /> open the link in new window)"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
msgid "Delete"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
msgid ""
|
126 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
127 |
"shortcode in the content"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid ""
|
132 |
"If you want to take a brief display of the gallery with a link to a Single "
|
133 |
"Sallery Page"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: gallery-plugin.php:
|
137 |
msgid "Title"
|
138 |
msgstr "Назва"
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Author"
|
142 |
msgstr "Автор "
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Photo's"
|
146 |
msgstr "Фото "
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Public"
|
150 |
msgstr "Громадськості"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
msgid "Date"
|
154 |
msgstr "Дата "
|
155 |
|
156 |
-
#: gallery-plugin.php:
|
157 |
msgid "Activated plugins"
|
158 |
msgstr "Активоване плагіни"
|
159 |
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Read more"
|
162 |
msgstr "Читати далі"
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Settings"
|
166 |
msgstr "Параметри"
|
167 |
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Installed plugins"
|
170 |
msgstr "Встановлених модулів"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Recommended plugins"
|
174 |
msgstr "Плагіни Рекомендовані"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
msgid "Download"
|
178 |
msgstr "Завантажити"
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
181 |
#, php-format
|
182 |
msgid "Install %s"
|
183 |
msgstr "Установка %s"
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
186 |
msgid "Install now from wordpress.org"
|
187 |
msgstr "Установити зараз від wordpress.org"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
msgid ""
|
191 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
"fill in our contact form on our site"
|
@@ -194,45 +194,45 @@ msgstr ""
|
|
194 |
"Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через "
|
195 |
"plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "See photo »"
|
199 |
msgstr "Дивитися фото »"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
msgid "Options saved."
|
203 |
msgstr "Параметри зберігаються."
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Gallery Options"
|
207 |
msgstr "Параметри галереї"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
msgid ""
|
211 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
212 |
"and put this shortcode onto your post or page content:"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "The size of the cover album for gallery"
|
217 |
msgstr "Розмір обкладинки альбому для галереї"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "Image size name"
|
221 |
msgstr "Ім'я розмір зображення"
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "Width (in px)"
|
225 |
msgstr "Ширина (в px)"
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "Height (in px)"
|
229 |
msgstr "Висота (в px)"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Size for gallery image"
|
233 |
msgstr "Розмір зображення галерея"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid ""
|
237 |
"WordPress will create a copy of the post thumbnail with the specified "
|
238 |
"dimensions when you upload a new photo."
|
@@ -240,90 +240,122 @@ msgstr ""
|
|
240 |
"WordPress створить копію ескізу пост з заданими розмірами, коли ви "
|
241 |
"завантажити нову фотографію."
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
msgid "Count images in row"
|
245 |
msgstr "Кількість зображень у рядку"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Start slideshow"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Slideshow interval"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid "attachment id"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "attachment title"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "date"
|
265 |
msgstr "Дата"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
msgid ""
|
269 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
270 |
"dialog )"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "random"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "Attachments order"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid ""
|
287 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgid "Display Return link"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "Display Return link in shortcode"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "Label for Return link"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
msgid "Label for Read More link"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "Save Changes"
|
308 |
msgstr "Зберегти зміни"
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "FAQ"
|
312 |
msgstr "FAQ "
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
msgid "Support"
|
316 |
msgstr "Підтримка"
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "Sorry - nothing to found."
|
320 |
msgstr "Вибачте - нічого не знайдено."
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Download High resolution image"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: template/gallery-single-template.php:
|
327 |
msgid "Image "
|
328 |
msgstr ""
|
329 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-12-20 18:48+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-12-20 18:48+0200\n"
|
7 |
"Last-Translator: zos <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"Language: uk_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:103 gallery-plugin.php:789
|
20 |
msgid ""
|
21 |
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
"php\" were not found in the directory of your theme. Please copy them from "
|
28 |
msgid "Galleries"
|
29 |
msgstr "Галереi"
|
30 |
|
31 |
+
#: gallery-plugin.php:128 gallery-plugin.php:656
|
32 |
msgid "Gallery"
|
33 |
msgstr "Галерея"
|
34 |
|
97 |
msgid "Please do not forget to select "
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: gallery-plugin.php:228 gallery-plugin.php:853
|
101 |
msgid "Attachments order by"
|
102 |
msgstr ""
|
103 |
|
109 |
msgid "in the settings of the plugin (page "
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: gallery-plugin.php:275
|
113 |
msgid "Link URL"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: gallery-plugin.php:275
|
117 |
msgid "(clicking on image <br /> open the link in new window)"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: gallery-plugin.php:276
|
121 |
msgid "Delete"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: gallery-plugin.php:290
|
125 |
msgid ""
|
126 |
"You can add the Single Gallery on the page or in the post by inserting this "
|
127 |
"shortcode in the content"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: gallery-plugin.php:292
|
131 |
msgid ""
|
132 |
"If you want to take a brief display of the gallery with a link to a Single "
|
133 |
"Sallery Page"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: gallery-plugin.php:474
|
137 |
msgid "Title"
|
138 |
msgstr "Назва"
|
139 |
|
140 |
+
#: gallery-plugin.php:475
|
141 |
msgid "Author"
|
142 |
msgstr "Автор "
|
143 |
|
144 |
+
#: gallery-plugin.php:476
|
145 |
msgid "Photo's"
|
146 |
msgstr "Фото "
|
147 |
|
148 |
+
#: gallery-plugin.php:477
|
149 |
msgid "Public"
|
150 |
msgstr "Громадськості"
|
151 |
|
152 |
+
#: gallery-plugin.php:478
|
153 |
msgid "Date"
|
154 |
msgstr "Дата "
|
155 |
|
156 |
+
#: gallery-plugin.php:625
|
157 |
msgid "Activated plugins"
|
158 |
msgstr "Активоване плагіни"
|
159 |
|
160 |
+
#: gallery-plugin.php:627 gallery-plugin.php:635 gallery-plugin.php:643
|
161 |
msgid "Read more"
|
162 |
msgstr "Читати далі"
|
163 |
|
164 |
+
#: gallery-plugin.php:627 gallery-plugin.php:922 gallery-plugin.php:937
|
165 |
msgid "Settings"
|
166 |
msgstr "Параметри"
|
167 |
|
168 |
+
#: gallery-plugin.php:633
|
169 |
msgid "Installed plugins"
|
170 |
msgstr "Встановлених модулів"
|
171 |
|
172 |
+
#: gallery-plugin.php:641
|
173 |
msgid "Recommended plugins"
|
174 |
msgstr "Плагіни Рекомендовані"
|
175 |
|
176 |
+
#: gallery-plugin.php:643
|
177 |
msgid "Download"
|
178 |
msgstr "Завантажити"
|
179 |
|
180 |
+
#: gallery-plugin.php:643
|
181 |
#, php-format
|
182 |
msgid "Install %s"
|
183 |
msgstr "Установка %s"
|
184 |
|
185 |
+
#: gallery-plugin.php:643
|
186 |
msgid "Install now from wordpress.org"
|
187 |
msgstr "Установити зараз від wordpress.org"
|
188 |
|
189 |
+
#: gallery-plugin.php:645
|
190 |
msgid ""
|
191 |
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
"fill in our contact form on our site"
|
194 |
"Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через "
|
195 |
"plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
196 |
|
197 |
+
#: gallery-plugin.php:683
|
198 |
msgid "See photo »"
|
199 |
msgstr "Дивитися фото »"
|
200 |
|
201 |
+
#: gallery-plugin.php:782
|
202 |
msgid "Options saved."
|
203 |
msgstr "Параметри зберігаються."
|
204 |
|
205 |
+
#: gallery-plugin.php:796
|
206 |
msgid "Gallery Options"
|
207 |
msgstr "Параметри галереї"
|
208 |
|
209 |
+
#: gallery-plugin.php:799
|
210 |
msgid ""
|
211 |
"If you would like to add a Single Gallery to your page or post, just copy "
|
212 |
"and put this shortcode onto your post or page content:"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: gallery-plugin.php:803
|
216 |
msgid "The size of the cover album for gallery"
|
217 |
msgstr "Розмір обкладинки альбому для галереї"
|
218 |
|
219 |
+
#: gallery-plugin.php:805 gallery-plugin.php:813
|
220 |
msgid "Image size name"
|
221 |
msgstr "Ім'я розмір зображення"
|
222 |
|
223 |
+
#: gallery-plugin.php:806 gallery-plugin.php:814
|
224 |
msgid "Width (in px)"
|
225 |
msgstr "Ширина (в px)"
|
226 |
|
227 |
+
#: gallery-plugin.php:807 gallery-plugin.php:815
|
228 |
msgid "Height (in px)"
|
229 |
msgstr "Висота (в px)"
|
230 |
|
231 |
+
#: gallery-plugin.php:811
|
232 |
msgid "Size for gallery image"
|
233 |
msgstr "Розмір зображення галерея"
|
234 |
|
235 |
+
#: gallery-plugin.php:819
|
236 |
msgid ""
|
237 |
"WordPress will create a copy of the post thumbnail with the specified "
|
238 |
"dimensions when you upload a new photo."
|
240 |
"WordPress створить копію ескізу пост з заданими розмірами, коли ви "
|
241 |
"завантажити нову фотографію."
|
242 |
|
243 |
+
#: gallery-plugin.php:822
|
244 |
+
msgid "Images with border"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: gallery-plugin.php:825
|
248 |
+
msgid "Border width in px, just numbers"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: gallery-plugin.php:827 gallery-plugin.php:829
|
252 |
+
msgid "Select color for border"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: gallery-plugin.php:835
|
256 |
msgid "Count images in row"
|
257 |
msgstr "Кількість зображень у рядку"
|
258 |
|
259 |
+
#: gallery-plugin.php:841
|
260 |
msgid "Start slideshow"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: gallery-plugin.php:847
|
264 |
msgid "Slideshow interval"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: gallery-plugin.php:855
|
268 |
msgid "attachment id"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: gallery-plugin.php:856
|
272 |
msgid "attachment title"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: gallery-plugin.php:857
|
276 |
msgid "date"
|
277 |
msgstr "Дата"
|
278 |
|
279 |
+
#: gallery-plugin.php:858
|
280 |
msgid ""
|
281 |
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
282 |
"dialog )"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: gallery-plugin.php:859
|
286 |
msgid "random"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: gallery-plugin.php:863
|
290 |
msgid "Attachments order"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: gallery-plugin.php:865
|
294 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: gallery-plugin.php:866
|
298 |
msgid ""
|
299 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: gallery-plugin.php:870
|
303 |
+
msgid "Display text above image"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: gallery-plugin.php:872
|
307 |
+
msgid "If you want to display text just in a lightbox"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: gallery-plugin.php:876
|
311 |
msgid "Display Return link"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: gallery-plugin.php:882
|
315 |
msgid "Display Return link in shortcode"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: gallery-plugin.php:888
|
319 |
msgid "Label for Return link"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: gallery-plugin.php:894
|
323 |
+
msgid "URL for Return link"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: gallery-plugin.php:896
|
327 |
+
msgid "Gallery page (Page with Gallery Template)"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: gallery-plugin.php:898
|
331 |
+
msgid "(Full URL to custom page)"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: gallery-plugin.php:902
|
335 |
msgid "Label for Read More link"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:910
|
339 |
msgid "Save Changes"
|
340 |
msgstr "Зберегти зміни"
|
341 |
|
342 |
+
#: gallery-plugin.php:923
|
343 |
msgid "FAQ"
|
344 |
msgstr "FAQ "
|
345 |
|
346 |
+
#: gallery-plugin.php:924
|
347 |
msgid "Support"
|
348 |
msgstr "Підтримка"
|
349 |
|
350 |
+
#: gallery-plugin.php:1131 template/gallery-single-template.php:76
|
351 |
msgid "Sorry - nothing to found."
|
352 |
msgstr "Вибачте - нічого не знайдено."
|
353 |
|
354 |
+
#: gallery-plugin.php:1153 template/gallery-single-template.php:101
|
355 |
msgid "Download High resolution image"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: template/gallery-single-template.php:101
|
359 |
msgid "Image "
|
360 |
msgstr ""
|
361 |
|
minicolors/jquery.miniColors.css
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.minicolors {
|
2 |
+
position: relative;
|
3 |
+
display: inline-block;
|
4 |
+
z-index: 1;
|
5 |
+
}
|
6 |
+
|
7 |
+
.minicolors-focus {
|
8 |
+
z-index: 2;
|
9 |
+
}
|
10 |
+
|
11 |
+
.minicolors INPUT {
|
12 |
+
margin-right: 3px;
|
13 |
+
border: solid 1px #CCC;
|
14 |
+
font: 14px sans-serif;
|
15 |
+
width: 65px;
|
16 |
+
height: 16px;
|
17 |
+
vertical-align: middle;
|
18 |
+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04);
|
19 |
+
outline: none;
|
20 |
+
padding: 2px;
|
21 |
+
margin-right: -1px;
|
22 |
+
}
|
23 |
+
|
24 |
+
.minicolors-swatch-left INPUT {
|
25 |
+
margin-left: -1px;
|
26 |
+
margin-right: auto;
|
27 |
+
}
|
28 |
+
|
29 |
+
.minicolors-focus INPUT,
|
30 |
+
.minicolors-focus .minicolors-swatch {
|
31 |
+
border-color: #999;
|
32 |
+
}
|
33 |
+
|
34 |
+
.minicolors-hidden {
|
35 |
+
position: absolute;
|
36 |
+
top: -9999em;
|
37 |
+
left: -9999em;
|
38 |
+
}
|
39 |
+
|
40 |
+
.minicolors-swatch {
|
41 |
+
position: relative;
|
42 |
+
width: 20px;
|
43 |
+
height: 20px;
|
44 |
+
background: url(jquery.minicolors.png) -360px 0;
|
45 |
+
border: solid 1px #CCC;
|
46 |
+
display: inline-block;
|
47 |
+
vertical-align: middle;
|
48 |
+
}
|
49 |
+
|
50 |
+
.minicolors-swatch SPAN {
|
51 |
+
position: absolute;
|
52 |
+
width: 100%;
|
53 |
+
height: 100%;
|
54 |
+
background: none;
|
55 |
+
box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
|
56 |
+
display: inline-block;
|
57 |
+
}
|
58 |
+
|
59 |
+
/* Panel (standard) */
|
60 |
+
.minicolors-panel {
|
61 |
+
position: absolute;
|
62 |
+
top: 26px;
|
63 |
+
left: 0;
|
64 |
+
width: 173px;
|
65 |
+
height: 152px;
|
66 |
+
background: white;
|
67 |
+
border: solid 1px #CCC;
|
68 |
+
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
|
69 |
+
display: none;
|
70 |
+
}
|
71 |
+
|
72 |
+
.minicolors-position-top .minicolors-panel {
|
73 |
+
top: -156px;
|
74 |
+
}
|
75 |
+
|
76 |
+
.minicolors-position-left .minicolors-panel {
|
77 |
+
left: -83px;
|
78 |
+
}
|
79 |
+
|
80 |
+
.minicolors-color {
|
81 |
+
position: absolute;
|
82 |
+
top: 1px;
|
83 |
+
left: 1px;
|
84 |
+
width: 150px;
|
85 |
+
height: 150px;
|
86 |
+
background: url(jquery.minicolors.png) -60px 0;
|
87 |
+
cursor: crosshair;
|
88 |
+
}
|
89 |
+
|
90 |
+
.minicolors-hue {
|
91 |
+
position: absolute;
|
92 |
+
top: 1px;
|
93 |
+
left: 152px;
|
94 |
+
width: 20px;
|
95 |
+
height: 150px;
|
96 |
+
background: white url(jquery.minicolors.png) 0 0;
|
97 |
+
cursor: crosshair;
|
98 |
+
}
|
99 |
+
|
100 |
+
/* Panel (color wheel) */
|
101 |
+
.minicolors-wheel .minicolors-color {
|
102 |
+
background-position: -210px 0;
|
103 |
+
}
|
104 |
+
|
105 |
+
.minicolors-brightness {
|
106 |
+
position: absolute;
|
107 |
+
top: 1px;
|
108 |
+
left: 152px;
|
109 |
+
width: 20px;
|
110 |
+
height: 150px;
|
111 |
+
background: white url(jquery.minicolors.png) -20px 0;
|
112 |
+
cursor: crosshair;
|
113 |
+
}
|
114 |
+
|
115 |
+
/* with opacity */
|
116 |
+
.minicolors-with-opacity .minicolors-panel {
|
117 |
+
width: 194px;
|
118 |
+
}
|
119 |
+
|
120 |
+
.minicolors-opacity {
|
121 |
+
position: absolute;
|
122 |
+
top: 1px;
|
123 |
+
left: 173px;
|
124 |
+
width: 20px;
|
125 |
+
height: 150px;
|
126 |
+
background: white url(jquery.minicolors.png) -40px 0;
|
127 |
+
display: none;
|
128 |
+
cursor: crosshair;
|
129 |
+
}
|
130 |
+
|
131 |
+
.minicolors-with-opacity .minicolors-opacity {
|
132 |
+
display: block;
|
133 |
+
}
|
134 |
+
|
135 |
+
/* Pickers */
|
136 |
+
.minicolors-color-picker {
|
137 |
+
position: absolute;
|
138 |
+
top: 70px;
|
139 |
+
left: 70px;
|
140 |
+
width: 10px;
|
141 |
+
height: 10px;
|
142 |
+
border: solid 1px black;
|
143 |
+
border-radius: 10px;
|
144 |
+
margin-top: -6px;
|
145 |
+
margin-left: -6px;
|
146 |
+
}
|
147 |
+
|
148 |
+
.minicolors-color-picker SPAN {
|
149 |
+
position: absolute;
|
150 |
+
top: 0;
|
151 |
+
left: 0;
|
152 |
+
width: 6px;
|
153 |
+
height: 6px;
|
154 |
+
border-radius: 6px;
|
155 |
+
border: solid 2px white;
|
156 |
+
}
|
157 |
+
|
158 |
+
.minicolors-hue-picker,
|
159 |
+
.minicolors-opacity-picker,
|
160 |
+
.minicolors-brightness-picker {
|
161 |
+
position: absolute;
|
162 |
+
top: 0;
|
163 |
+
left: 0;
|
164 |
+
width: 18px;
|
165 |
+
height: 2px;
|
166 |
+
background: white;
|
167 |
+
border: solid 1px black;
|
168 |
+
margin-top: -2px;
|
169 |
+
}
|
170 |
+
|
171 |
+
/* Inline */
|
172 |
+
.minicolors-inline INPUT,
|
173 |
+
.minicolors-inline .minicolors-swatch {
|
174 |
+
display: none;
|
175 |
+
}
|
176 |
+
|
177 |
+
.minicolors-inline .minicolors-panel {
|
178 |
+
position: relative;
|
179 |
+
top: auto;
|
180 |
+
left: auto;
|
181 |
+
display: inline-block;
|
182 |
+
}
|
minicolors/jquery.miniColors.js
ADDED
@@ -0,0 +1,634 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* jQuery MiniColors: A tiny color picker built on jQuery
|
3 |
+
*
|
4 |
+
* Copyright Cory LaViska for A Beautiful Site, LLC. (http://www.abeautifulsite.net/)
|
5 |
+
*
|
6 |
+
* Dual-licensed under the MIT and GPL Version 2 licenses
|
7 |
+
*
|
8 |
+
*/
|
9 |
+
if(jQuery) (function($) {
|
10 |
+
|
11 |
+
// The minicolors object (public methods and settings)
|
12 |
+
$.minicolors = {
|
13 |
+
|
14 |
+
// Default settings
|
15 |
+
settings: {
|
16 |
+
letterCase: 'lowercase',
|
17 |
+
hideSpeed: 100,
|
18 |
+
showSpeed: 100
|
19 |
+
},
|
20 |
+
|
21 |
+
// Initialized all controls of type=minicolors
|
22 |
+
init: function() {
|
23 |
+
$('INPUT[type=minicolors]').each( function() {
|
24 |
+
init( $(this) );
|
25 |
+
});
|
26 |
+
},
|
27 |
+
|
28 |
+
// Refresh the controls
|
29 |
+
refresh: function(input) {
|
30 |
+
|
31 |
+
input = $(input);
|
32 |
+
|
33 |
+
if( input.length > 0 ) {
|
34 |
+
updateFromInput(input);
|
35 |
+
} else {
|
36 |
+
$('INPUT[type=minicolors]').each( function() {
|
37 |
+
updateFromInput($(this));
|
38 |
+
});
|
39 |
+
}
|
40 |
+
|
41 |
+
},
|
42 |
+
|
43 |
+
// Shows the specified control
|
44 |
+
show: function(input) {
|
45 |
+
show( $(input).eq(0) );
|
46 |
+
},
|
47 |
+
|
48 |
+
// Hides all controls
|
49 |
+
hide: function() {
|
50 |
+
hide();
|
51 |
+
},
|
52 |
+
|
53 |
+
// Utility to convert a hex string to RGB(A) object
|
54 |
+
rgbObject: function(input) {
|
55 |
+
|
56 |
+
var hex = parseHex($(input).val(), true),
|
57 |
+
rgb = hex2rgb(hex),
|
58 |
+
opacity = input.attr('data-opacity');
|
59 |
+
|
60 |
+
if( !rgb ) return null;
|
61 |
+
if( opacity !== undefined ) $.extend(rgb, { a: parseFloat(opacity) });
|
62 |
+
|
63 |
+
return rgb;
|
64 |
+
|
65 |
+
},
|
66 |
+
|
67 |
+
// Utility to convert a hex string to an RGB(A) string
|
68 |
+
rgbString: function(input) {
|
69 |
+
|
70 |
+
var hex = parseHex($(input).val(), true),
|
71 |
+
rgb = hex2rgb(hex),
|
72 |
+
opacity = input.attr('data-opacity');
|
73 |
+
|
74 |
+
if( !rgb ) return null;
|
75 |
+
|
76 |
+
if( opacity === undefined ) {
|
77 |
+
return 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')';
|
78 |
+
} else {
|
79 |
+
return 'rgba(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ', ' + parseFloat(opacity) + ')';
|
80 |
+
}
|
81 |
+
|
82 |
+
}
|
83 |
+
|
84 |
+
};
|
85 |
+
|
86 |
+
// Initialized all input[type=minicolors] elements
|
87 |
+
function init(input) {
|
88 |
+
|
89 |
+
var minicolors = $('<span class="minicolors" />'),
|
90 |
+
panelStandard =
|
91 |
+
'<span class="minicolors-panel minicolors-standard">' +
|
92 |
+
'<span class="minicolors-hue">' +
|
93 |
+
'<span class="minicolors-hue-picker"></span>' +
|
94 |
+
'</span>' +
|
95 |
+
'<span class="minicolors-opacity">' +
|
96 |
+
'<span class="minicolors-opacity-picker"></span>' +
|
97 |
+
'</span>' +
|
98 |
+
'<span class="minicolors-color">' +
|
99 |
+
'<span class="minicolors-color-picker"><span></span></span>' +
|
100 |
+
'</span>' +
|
101 |
+
'</span>',
|
102 |
+
panelWheel =
|
103 |
+
'<span class="minicolors-panel minicolors-wheel">' +
|
104 |
+
'<span class="minicolors-brightness">' +
|
105 |
+
'<span class="minicolors-brightness-picker"></span>' +
|
106 |
+
'</span>' +
|
107 |
+
'<span class="minicolors-opacity">' +
|
108 |
+
'<span class="minicolors-opacity-picker"></span>' +
|
109 |
+
'</span>' +
|
110 |
+
'<span class="minicolors-color">' +
|
111 |
+
'<span class="minicolors-color-picker"><span></span></span>' +
|
112 |
+
'</span>' +
|
113 |
+
'</span>';
|
114 |
+
|
115 |
+
if( input.data('initialized') ) return;
|
116 |
+
|
117 |
+
// The wrapper
|
118 |
+
minicolors
|
119 |
+
.attr('class', input.attr('data-class'))
|
120 |
+
.attr('style', input.attr('data-style'))
|
121 |
+
.toggleClass('minicolors-swatch-left', input.attr('data-swatch-position') === 'left' )
|
122 |
+
.toggleClass('minicolors-with-opacity', input.attr('data-opacity') !== undefined );
|
123 |
+
|
124 |
+
// Custom positioning
|
125 |
+
if( input.attr('data-position') !== undefined ) {
|
126 |
+
$.each(input.attr('data-position').split(' '), function() {
|
127 |
+
minicolors.addClass('minicolors-position-' + this);
|
128 |
+
});
|
129 |
+
|
130 |
+
}
|
131 |
+
|
132 |
+
// The input
|
133 |
+
input
|
134 |
+
.data('initialized', true)
|
135 |
+
.attr('data-default', input.attr('data-default') || '')
|
136 |
+
.prop('size', 7)
|
137 |
+
.prop('maxlength', 7)
|
138 |
+
.wrap(minicolors)
|
139 |
+
.after(input.attr('data-type') === 'wheel' ? panelWheel : panelStandard);
|
140 |
+
|
141 |
+
// Prevent text selection in IE
|
142 |
+
input.parent().find('.minicolors-panel').on('selectstart', function() { return false; }).end();
|
143 |
+
|
144 |
+
// Detect swatch position
|
145 |
+
if( input.attr('data-swatch-position') === 'left' ) {
|
146 |
+
// Left
|
147 |
+
input.before('<span class="minicolors-swatch"><span></span></span>');
|
148 |
+
} else {
|
149 |
+
// Right
|
150 |
+
input.after('<span class="minicolors-swatch"><span></span></span>');
|
151 |
+
}
|
152 |
+
|
153 |
+
// Disable textfield
|
154 |
+
if( input.attr('data-textfield') === 'false' ) input.addClass('minicolors-hidden');
|
155 |
+
|
156 |
+
// Inline controls
|
157 |
+
if( input.attr('data-control') === 'inline' ) input.parent().addClass('minicolors-inline');
|
158 |
+
|
159 |
+
updateFromInput(input);
|
160 |
+
|
161 |
+
}
|
162 |
+
|
163 |
+
// Shows the specified dropdown panel
|
164 |
+
function show(input) {
|
165 |
+
|
166 |
+
var minicolors = input.parent(),
|
167 |
+
panel = minicolors.find('.minicolors-panel');
|
168 |
+
|
169 |
+
if( !input.data('initialized') || input.prop('disabled') ) return;
|
170 |
+
|
171 |
+
hide();
|
172 |
+
|
173 |
+
minicolors.addClass('minicolors-focus');
|
174 |
+
panel
|
175 |
+
.stop(true, true)
|
176 |
+
.fadeIn($.minicolors.settings.showSpeed);
|
177 |
+
|
178 |
+
updateFromInput(input);
|
179 |
+
|
180 |
+
return input;
|
181 |
+
|
182 |
+
}
|
183 |
+
|
184 |
+
// Hides all dropdown panels
|
185 |
+
function hide() {
|
186 |
+
$('.minicolors:not(.minicolors-inline)').each( function() {
|
187 |
+
|
188 |
+
var minicolors = $(this);
|
189 |
+
minicolors.find('.minicolors-panel').fadeOut($.minicolors.settings.hideSpeed, function() {
|
190 |
+
minicolors.removeClass('minicolors-focus');
|
191 |
+
});
|
192 |
+
|
193 |
+
});
|
194 |
+
|
195 |
+
}
|
196 |
+
|
197 |
+
// Moves the selected picker
|
198 |
+
function move(target, event) {
|
199 |
+
|
200 |
+
var input = target.parents('.minicolors').find('INPUT'),
|
201 |
+
picker = target.find('[class$=-picker]'),
|
202 |
+
offsetX = target.offset().left,
|
203 |
+
offsetY = target.offset().top,
|
204 |
+
x = Math.round(event.pageX - offsetX),
|
205 |
+
y = Math.round(event.pageY - offsetY),
|
206 |
+
wx, wy, r, phi;
|
207 |
+
|
208 |
+
// Touch support
|
209 |
+
if( event.originalEvent.changedTouches ) {
|
210 |
+
x = event.originalEvent.changedTouches[0].pageX - offsetX;
|
211 |
+
y = event.originalEvent.changedTouches[0].pageY - offsetY;
|
212 |
+
}
|
213 |
+
|
214 |
+
// Constrain picker to its container
|
215 |
+
if( x < 0 ) x = 0;
|
216 |
+
if( y < 0 ) y = 0;
|
217 |
+
if( x > target.width() ) x = target.width();
|
218 |
+
if( y > target.height() ) y = target.height();
|
219 |
+
|
220 |
+
// Constrain color wheel values to the wheel
|
221 |
+
if( target.parent().is('.minicolors-wheel') && picker.is('.minicolors-color-picker') ) {
|
222 |
+
wx = 75 - x;
|
223 |
+
wy = 75 - y;
|
224 |
+
r = Math.sqrt(wx * wx + wy * wy);
|
225 |
+
phi = Math.atan2(wy, wx);
|
226 |
+
if( phi < 0 ) phi += Math.PI * 2;
|
227 |
+
if( r > 75 ) {
|
228 |
+
r = 75;
|
229 |
+
x = 75 - (75 * Math.cos(phi));
|
230 |
+
y = 75 - (75 * Math.sin(phi));
|
231 |
+
}
|
232 |
+
x = Math.round(x);
|
233 |
+
y = Math.round(y);
|
234 |
+
}
|
235 |
+
|
236 |
+
// Move the picker
|
237 |
+
if( target.is('.minicolors-color') ) {
|
238 |
+
picker.css({
|
239 |
+
top: y + 'px',
|
240 |
+
left: x + 'px'
|
241 |
+
});
|
242 |
+
} else {
|
243 |
+
picker.css('top', y + 'px');
|
244 |
+
}
|
245 |
+
|
246 |
+
updateFromControl(input);
|
247 |
+
|
248 |
+
}
|
249 |
+
|
250 |
+
// Sets the input based on the color picker values
|
251 |
+
function updateFromControl(input) {
|
252 |
+
|
253 |
+
function getCoords(picker, panel) {
|
254 |
+
|
255 |
+
var left, top;
|
256 |
+
|
257 |
+
if( picker.length === 0 ) return null;
|
258 |
+
|
259 |
+
left = picker.offset().left;
|
260 |
+
top = picker.offset().top;
|
261 |
+
|
262 |
+
return {
|
263 |
+
x: left - panel.offset().left + (picker.outerWidth() / 2),
|
264 |
+
y: top - panel.offset().top + (picker.outerHeight() / 2)
|
265 |
+
};
|
266 |
+
|
267 |
+
}
|
268 |
+
|
269 |
+
var color, hue, saturation, brightness, opacity, rgb, hex, x, y, r, phi,
|
270 |
+
|
271 |
+
// Helpful references
|
272 |
+
minicolors = input.parent(),
|
273 |
+
panel = minicolors.find('.minicolors-panel'),
|
274 |
+
swatch = minicolors.find('.minicolors-swatch'),
|
275 |
+
hasOpacity = input.attr('data-opacity') !== undefined,
|
276 |
+
hasWheel = input.attr('data-type') === 'wheel',
|
277 |
+
|
278 |
+
// Panel objects
|
279 |
+
colorPanel = minicolors.find('.minicolors-color'),
|
280 |
+
huePanel = minicolors.find('.minicolors-hue'),
|
281 |
+
brightnessPanel = minicolors.find('.minicolors-brightness'),
|
282 |
+
opacityPanel = minicolors.find('.minicolors-opacity'),
|
283 |
+
|
284 |
+
// Picker objects
|
285 |
+
colorPicker = colorPanel.find('[class$=-picker]'),
|
286 |
+
huePicker = huePanel.find('[class$=-picker]'),
|
287 |
+
brightnessPicker = brightnessPanel.find('[class$=-picker]'),
|
288 |
+
opacityPicker = opacityPanel.find('[class$=-picker]'),
|
289 |
+
|
290 |
+
// Picker positions
|
291 |
+
colorPos = getCoords(colorPicker, colorPanel);
|
292 |
+
huePos = getCoords(huePicker, huePanel);
|
293 |
+
brightnessPos = getCoords(brightnessPicker, brightnessPanel);
|
294 |
+
opacityPos = getCoords(opacityPicker, opacityPanel);
|
295 |
+
|
296 |
+
// Determine HSB values
|
297 |
+
if( hasWheel ) {
|
298 |
+
// Color wheel
|
299 |
+
|
300 |
+
// Calculate hue, saturation, and brightness
|
301 |
+
x = (colorPanel.width() / 2) - colorPos.x;
|
302 |
+
y = (colorPanel.height() / 2) - colorPos.y;
|
303 |
+
r = Math.sqrt(x * x + y * y);
|
304 |
+
phi = Math.atan2(y, x);
|
305 |
+
if( phi < 0 ) phi += Math.PI * 2;
|
306 |
+
if( r > 75 ) {
|
307 |
+
r = 75;
|
308 |
+
colorPos.x = 75 - (75 * Math.cos(phi));
|
309 |
+
colorPos.y = 75 - (75 * Math.sin(phi));
|
310 |
+
}
|
311 |
+
saturation = keepWithin(r / 0.75, 0, 100);
|
312 |
+
hue = keepWithin(phi * 180 / Math.PI, 0, 360);
|
313 |
+
brightness = keepWithin(100 - Math.floor(brightnessPos.y * (100 / brightnessPanel.height())), 0, 100);
|
314 |
+
hex = hsb2hex({
|
315 |
+
h: hue,
|
316 |
+
s: saturation,
|
317 |
+
b: brightness
|
318 |
+
});
|
319 |
+
|
320 |
+
// Change color panel
|
321 |
+
brightnessPanel.css('backgroundColor', hsb2hex({ h: hue, s: saturation, b: 100 }));
|
322 |
+
|
323 |
+
} else {
|
324 |
+
// Standard
|
325 |
+
|
326 |
+
// Calculate hue, saturation, and brightness
|
327 |
+
hue = keepWithin(360 - parseInt(huePos.y * (360 / huePanel.height())), 0, 360);
|
328 |
+
saturation = keepWithin(Math.floor(colorPos.x * (100 / colorPanel.height())), 0, 100);
|
329 |
+
brightness = keepWithin(100 - Math.floor(colorPos.y * (100 / colorPanel.height())), 0, 100);
|
330 |
+
hex = hsb2hex({
|
331 |
+
h: hue,
|
332 |
+
s: saturation,
|
333 |
+
b: brightness
|
334 |
+
});
|
335 |
+
|
336 |
+
// Change color panel
|
337 |
+
colorPanel.css('backgroundColor', hsb2hex({ h: hue, s: 100, b: 100 }));
|
338 |
+
|
339 |
+
}
|
340 |
+
|
341 |
+
// Determine opacity
|
342 |
+
if( hasOpacity ) {
|
343 |
+
opacity = parseFloat(1 - (opacityPos.y) / opacityPanel.height()).toFixed(2);
|
344 |
+
} else {
|
345 |
+
opacity = 1;
|
346 |
+
}
|
347 |
+
|
348 |
+
// Update input control
|
349 |
+
input.val(hex);
|
350 |
+
if( hasOpacity ) input.attr('data-opacity', opacity);
|
351 |
+
|
352 |
+
// Set swatch color
|
353 |
+
swatch.find('SPAN').css({
|
354 |
+
backgroundColor: hex,
|
355 |
+
opacity: opacity
|
356 |
+
});
|
357 |
+
|
358 |
+
// Fire change event
|
359 |
+
if( hex + opacity !== input.data('last-change') ) {
|
360 |
+
input
|
361 |
+
.data('last-change', hex + opacity)
|
362 |
+
.trigger('change', input);
|
363 |
+
}
|
364 |
+
|
365 |
+
}
|
366 |
+
|
367 |
+
// Sets the color picker values from the input
|
368 |
+
function updateFromInput(input, preserveInputValue) {
|
369 |
+
|
370 |
+
var hex,
|
371 |
+
hsb,
|
372 |
+
opacity,
|
373 |
+
x, y, r, phi,
|
374 |
+
|
375 |
+
// Helpful references
|
376 |
+
minicolors = input.parent(),
|
377 |
+
swatch = minicolors.find('.minicolors-swatch'),
|
378 |
+
hasOpacity = input.attr('data-opacity') !== undefined,
|
379 |
+
hasWheel = input.attr('data-type') === 'wheel',
|
380 |
+
|
381 |
+
// Panel objects
|
382 |
+
colorPanel = minicolors.find('.minicolors-color'),
|
383 |
+
huePanel = minicolors.find('.minicolors-hue'),
|
384 |
+
brightnessPanel = minicolors.find('.minicolors-brightness'),
|
385 |
+
opacityPanel = minicolors.find('.minicolors-opacity'),
|
386 |
+
|
387 |
+
// Picker objects
|
388 |
+
colorPicker = colorPanel.find('[class$=-picker]'),
|
389 |
+
huePicker = huePanel.find('[class$=-picker]'),
|
390 |
+
brightnessPicker = brightnessPanel.find('[class$=-picker]'),
|
391 |
+
opacityPicker = opacityPanel.find('[class$=-picker]');
|
392 |
+
|
393 |
+
// Determine hex/HSB values
|
394 |
+
hex = convertCase(parseHex(input.val(), true));
|
395 |
+
if( !hex ) hex = convertCase(parseHex(input.attr('data-default'), true));
|
396 |
+
hsb = hex2hsb(hex);
|
397 |
+
|
398 |
+
// Update input value
|
399 |
+
if( !preserveInputValue ) input.val(hex);
|
400 |
+
|
401 |
+
// Determine opacity value
|
402 |
+
if( hasOpacity ) {
|
403 |
+
opacity = input.attr('data-opacity') === '' ? 1 : keepWithin(parseFloat(input.attr('data-opacity')).toFixed(2), 0, 1);
|
404 |
+
input.attr('data-opacity', opacity);
|
405 |
+
swatch.find('SPAN').css('opacity', opacity);
|
406 |
+
|
407 |
+
// Set opacity picker position
|
408 |
+
y = keepWithin(opacityPanel.height() - (opacityPanel.height() * opacity), 0, opacityPanel.height());
|
409 |
+
opacityPicker.css('top', y + 'px');
|
410 |
+
}
|
411 |
+
|
412 |
+
// Determine picker locations
|
413 |
+
if( hasWheel ) {
|
414 |
+
// Color wheel
|
415 |
+
|
416 |
+
// Set color picker position
|
417 |
+
r = keepWithin(Math.ceil(hsb.s * 0.75), 0, colorPanel.height() / 2);
|
418 |
+
phi = hsb.h * Math.PI / 180;
|
419 |
+
x = keepWithin(75 - Math.cos(phi) * r, 0, colorPanel.height());
|
420 |
+
y = keepWithin(75 - Math.sin(phi) * r, 0, colorPanel.height());
|
421 |
+
colorPicker.css({
|
422 |
+
top: y + 'px',
|
423 |
+
left: x + 'px'
|
424 |
+
});
|
425 |
+
|
426 |
+
// Set brightness
|
427 |
+
y = 150 - (hsb.b / (100 / colorPanel.height()));
|
428 |
+
if( hex === '' ) y = 0;
|
429 |
+
brightnessPicker.css('top', y + 'px');
|
430 |
+
|
431 |
+
} else {
|
432 |
+
// Standard
|
433 |
+
|
434 |
+
// Set color picker position
|
435 |
+
x = keepWithin(Math.ceil(hsb.s / (100 / colorPanel.width())), 0, colorPanel.width());
|
436 |
+
y = keepWithin(colorPanel.height() - Math.ceil(hsb.b / (100 / colorPanel.height())), 0, colorPanel.height());
|
437 |
+
colorPicker.css({
|
438 |
+
top: y + 'px',
|
439 |
+
left: x + 'px'
|
440 |
+
});
|
441 |
+
|
442 |
+
// Set hue position
|
443 |
+
y = keepWithin(huePanel.height() - (hsb.h / (360 / huePanel.height())), 0, huePanel.height());
|
444 |
+
huePicker.css('top', y + 'px');
|
445 |
+
}
|
446 |
+
|
447 |
+
// Update swatch
|
448 |
+
swatch.find('SPAN').css('backgroundColor', hex);
|
449 |
+
|
450 |
+
// Change color panels
|
451 |
+
if( hasWheel ) {
|
452 |
+
brightnessPanel.css('backgroundColor', hsb2hex({ h: hsb.h, s: hsb.s, b: 100 }));
|
453 |
+
} else {
|
454 |
+
colorPanel.css('backgroundColor', hsb2hex({ h: hsb.h, s: 100, b: 100 }));
|
455 |
+
}
|
456 |
+
|
457 |
+
}
|
458 |
+
|
459 |
+
// Converts to the letter case specified in $.minicolors.settings.letterCase
|
460 |
+
function convertCase(string) {
|
461 |
+
return $.minicolors.settings.letterCase === 'uppercase' ? string.toUpperCase() : string.toLowerCase();
|
462 |
+
}
|
463 |
+
|
464 |
+
// Parses a string and returns a valid hex string when possible
|
465 |
+
function parseHex(string, expand) {
|
466 |
+
string = string.replace(/[^A-F0-9]/ig, '');
|
467 |
+
if( string.length !== 3 && string.length !== 6 ) return '';
|
468 |
+
if( string.length === 3 && expand ) {
|
469 |
+
string = string[0] + string[0] + string[1] + string[1] + string[2] + string[2];
|
470 |
+
}
|
471 |
+
return '#' + string;
|
472 |
+
}
|
473 |
+
|
474 |
+
// Keeps value within min and max
|
475 |
+
function keepWithin(value, min, max) {
|
476 |
+
if( value < min ) value = min;
|
477 |
+
if( value > max ) value = max;
|
478 |
+
return value;
|
479 |
+
}
|
480 |
+
|
481 |
+
// Converts an HSB object to an RGB object
|
482 |
+
function hsb2rgb(hsb) {
|
483 |
+
var rgb = {};
|
484 |
+
var h = Math.round(hsb.h);
|
485 |
+
var s = Math.round(hsb.s * 255 / 100);
|
486 |
+
var v = Math.round(hsb.b * 255 / 100);
|
487 |
+
if(s === 0) {
|
488 |
+
rgb.r = rgb.g = rgb.b = v;
|
489 |
+
} else {
|
490 |
+
var t1 = v;
|
491 |
+
var t2 = (255 - s) * v / 255;
|
492 |
+
var t3 = (t1 - t2) * (h % 60) / 60;
|
493 |
+
if( h === 360 ) h = 0;
|
494 |
+
if( h < 60 ) { rgb.r = t1; rgb.b = t2; rgb.g = t2 + t3; }
|
495 |
+
else if( h < 120 ) {rgb.g = t1; rgb.b = t2; rgb.r = t1 - t3; }
|
496 |
+
else if( h < 180 ) {rgb.g = t1; rgb.r = t2; rgb.b = t2 + t3; }
|
497 |
+
else if( h < 240 ) {rgb.b = t1; rgb.r = t2; rgb.g = t1 - t3; }
|
498 |
+
else if( h < 300 ) {rgb.b = t1; rgb.g = t2; rgb.r = t2 + t3; }
|
499 |
+
else if( h < 360 ) {rgb.r = t1; rgb.g = t2; rgb.b = t1 - t3; }
|
500 |
+
else { rgb.r = 0; rgb.g = 0; rgb.b = 0; }
|
501 |
+
}
|
502 |
+
return {
|
503 |
+
r: Math.round(rgb.r),
|
504 |
+
g: Math.round(rgb.g),
|
505 |
+
b: Math.round(rgb.b)
|
506 |
+
};
|
507 |
+
}
|
508 |
+
|
509 |
+
// Converts an RGB object to a hex string
|
510 |
+
function rgb2hex(rgb) {
|
511 |
+
var hex = [
|
512 |
+
rgb.r.toString(16),
|
513 |
+
rgb.g.toString(16),
|
514 |
+
rgb.b.toString(16)
|
515 |
+
];
|
516 |
+
$.each(hex, function(nr, val) {
|
517 |
+
if (val.length === 1) hex[nr] = '0' + val;
|
518 |
+
});
|
519 |
+
return '#' + hex.join('');
|
520 |
+
}
|
521 |
+
|
522 |
+
// Converts an HSB object to a hex string
|
523 |
+
function hsb2hex(hsb) {
|
524 |
+
return rgb2hex(hsb2rgb(hsb));
|
525 |
+
}
|
526 |
+
|
527 |
+
// Converts a hex string to an HSB object
|
528 |
+
function hex2hsb(hex) {
|
529 |
+
var hsb = rgb2hsb(hex2rgb(hex));
|
530 |
+
if( hsb.s === 0 ) hsb.h = 360;
|
531 |
+
return hsb;
|
532 |
+
}
|
533 |
+
|
534 |
+
// Converts an RGB object to an HSB object
|
535 |
+
function rgb2hsb(rgb) {
|
536 |
+
var hsb = { h: 0, s: 0, b: 0 };
|
537 |
+
var min = Math.min(rgb.r, rgb.g, rgb.b);
|
538 |
+
var max = Math.max(rgb.r, rgb.g, rgb.b);
|
539 |
+
var delta = max - min;
|
540 |
+
hsb.b = max;
|
541 |
+
hsb.s = max !== 0 ? 255 * delta / max : 0;
|
542 |
+
if( hsb.s !== 0 ) {
|
543 |
+
if( rgb.r === max ) {
|
544 |
+
hsb.h = (rgb.g - rgb.b) / delta;
|
545 |
+
} else if( rgb.g === max ) {
|
546 |
+
hsb.h = 2 + (rgb.b - rgb.r) / delta;
|
547 |
+
} else {
|
548 |
+
hsb.h = 4 + (rgb.r - rgb.g) / delta;
|
549 |
+
}
|
550 |
+
} else {
|
551 |
+
hsb.h = -1;
|
552 |
+
}
|
553 |
+
hsb.h *= 60;
|
554 |
+
if( hsb.h < 0 ) {
|
555 |
+
hsb.h += 360;
|
556 |
+
}
|
557 |
+
hsb.s *= 100/255;
|
558 |
+
hsb.b *= 100/255;
|
559 |
+
return hsb;
|
560 |
+
}
|
561 |
+
|
562 |
+
// Converts a hex string to an RGB object
|
563 |
+
function hex2rgb(hex) {
|
564 |
+
hex = parseInt(((hex.indexOf('#') > -1) ? hex.substring(1) : hex), 16);
|
565 |
+
return {
|
566 |
+
r: hex >> 16,
|
567 |
+
g: (hex & 0x00FF00) >> 8,
|
568 |
+
b: (hex & 0x0000FF)
|
569 |
+
};
|
570 |
+
}
|
571 |
+
|
572 |
+
// A bit of magic...
|
573 |
+
$(document).ready( function() {
|
574 |
+
|
575 |
+
// Auto-initialize
|
576 |
+
$.minicolors.init();
|
577 |
+
|
578 |
+
// Hide on clicks outside of the control
|
579 |
+
$(document)
|
580 |
+
.on('mousedown touchstart', function(event) {
|
581 |
+
if( !$(event.target).parents().add(event.target).hasClass('minicolors') ) hide();
|
582 |
+
})
|
583 |
+
.on('mousedown touchstart', '.minicolors-color, .minicolors-hue, .minicolors-brightness, .minicolors-opacity', function(event) {
|
584 |
+
// Handle color selection
|
585 |
+
var target = $(this);
|
586 |
+
event.preventDefault();
|
587 |
+
$(document).data('minicolors-target', target);
|
588 |
+
move(target, event);
|
589 |
+
})
|
590 |
+
.on('mousemove touchmove', function(event) {
|
591 |
+
var target = $(document).data('minicolors-target');
|
592 |
+
if( target ) move(target, event);
|
593 |
+
})
|
594 |
+
.on('mouseup touchend', function() {
|
595 |
+
$(this).removeData('minicolors-target');
|
596 |
+
})
|
597 |
+
.on('click touchstart', '.minicolors-swatch', function(event) {
|
598 |
+
// Toggle panel when swatch is clicked
|
599 |
+
var input = $(this).parent().find('INPUT'),
|
600 |
+
minicolors = input.parent();
|
601 |
+
if( minicolors.hasClass('minicolors-focus') ) {
|
602 |
+
hide(input);
|
603 |
+
} else {
|
604 |
+
show(input);
|
605 |
+
}
|
606 |
+
})
|
607 |
+
.on('focus', 'INPUT[type=minicolors]', function(event) {
|
608 |
+
var input = $(this);
|
609 |
+
show(input);
|
610 |
+
})
|
611 |
+
.on('blur', 'INPUT[type=minicolors]', function(event) {
|
612 |
+
var input = $(this);
|
613 |
+
input.val( convertCase(parseHex($(this).val() !== '' ? input.val() : convertCase(parseHex(input.attr('data-default'), true)), true)) );
|
614 |
+
})
|
615 |
+
.on('keydown', 'INPUT[type=minicolors]', function(event) {
|
616 |
+
var input = $(this);
|
617 |
+
switch( event.keyCode ) {
|
618 |
+
case 9: // tab
|
619 |
+
hide();
|
620 |
+
break;
|
621 |
+
case 27: // esc
|
622 |
+
hide();
|
623 |
+
input.blur();
|
624 |
+
break;
|
625 |
+
}
|
626 |
+
})
|
627 |
+
.on('keyup', 'INPUT[type=minicolors]', function(event) {
|
628 |
+
var input = $(this);
|
629 |
+
updateFromInput(input, true);
|
630 |
+
});
|
631 |
+
|
632 |
+
});
|
633 |
+
|
634 |
+
})(jQuery);
|
minicolors/jquery.minicolors.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 3.
|
8 |
|
9 |
This plugin allows you to implement gallery page into your web site.
|
10 |
|
@@ -40,8 +40,10 @@ This plugin makes it possible to implement as many galleries as you want into yo
|
|
40 |
* Hungarian (hu_HU) (thanks to Mészöly Gábor)
|
41 |
* Italian (it_IT) (thanks to Stefano Ferruggiara)
|
42 |
* Lituanian (lt_LT) (thanks to Naglis Jonaitis)
|
|
|
43 |
* Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
|
44 |
* Russian (ru_RU)
|
|
|
45 |
* Spanish (es) (thanks to Victor Garcia)
|
46 |
* Ukrainian (uk_UA)(thanks to Ted Mosby)
|
47 |
|
@@ -119,6 +121,15 @@ Just setup a necessary order and click 'Save' button.
|
|
119 |
|
120 |
== Changelog ==
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
= V3.7 - 23.10.2012 =
|
123 |
* NEW : Added link url field - clicking on image open the link in new window.
|
124 |
|
@@ -227,6 +238,12 @@ Just setup a necessary order and click 'Save' button.
|
|
227 |
|
228 |
== Upgrade Notice ==
|
229 |
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
= V3.7 =
|
231 |
Added link url field - clicking on image open the link in new window.
|
232 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.5
|
7 |
+
Stable tag: 3.8.1
|
8 |
|
9 |
This plugin allows you to implement gallery page into your web site.
|
10 |
|
40 |
* Hungarian (hu_HU) (thanks to Mészöly Gábor)
|
41 |
* Italian (it_IT) (thanks to Stefano Ferruggiara)
|
42 |
* Lituanian (lt_LT) (thanks to Naglis Jonaitis)
|
43 |
+
* Persian (fa_IR) (thanks to Einolah Kiamehr and Meisam)
|
44 |
* Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
|
45 |
* Russian (ru_RU)
|
46 |
+
* Serbian (sr_RS) (thanks to Radovan Georgijevich)
|
47 |
* Spanish (es) (thanks to Victor Garcia)
|
48 |
* Ukrainian (uk_UA)(thanks to Ted Mosby)
|
49 |
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= V3.8.1 - 21.12.2012 =
|
125 |
+
* Update : We deleted all p,a,c,k,e,r code.
|
126 |
+
|
127 |
+
= V3.8 - 20.12.2012 =
|
128 |
+
* NEW : Serbian and Persian language files is added to the plugin.
|
129 |
+
* NEW : Added setting for Border for image on gallery page - display, width, color.
|
130 |
+
* NEW : Added setting for URL for Return link - Gallery Template page or Custom page.
|
131 |
+
* Update : We updated all functionality for wordpress 3.5.
|
132 |
+
|
133 |
= V3.7 - 23.10.2012 =
|
134 |
* NEW : Added link url field - clicking on image open the link in new window.
|
135 |
|
238 |
|
239 |
== Upgrade Notice ==
|
240 |
|
241 |
+
= V3.8.1 =
|
242 |
+
We deleted all p,a,c,k,e,r code.
|
243 |
+
|
244 |
+
= V3.8 =
|
245 |
+
Serbian and Persian language files is added to the plugin. Added setting for Border for image on gallery page - display, width, color. Added setting for URL for Return link - Gallery Template page or Custom page. We updated all functionality for wordpress 3.5.
|
246 |
+
|
247 |
= V3.7 =
|
248 |
Added link url field - clicking on image open the link in new window.
|
249 |
|
screenshot-3.jpg
CHANGED
Binary file
|
template/gallery-single-template.php
CHANGED
@@ -34,22 +34,30 @@
|
|
34 |
$image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
|
35 |
$image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
|
36 |
$image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
|
38 |
<div class="gllr_image_row">
|
39 |
<?php } ?>
|
40 |
<div class="gllr_image_block">
|
41 |
-
<p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]
|
42 |
<?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
|
43 |
<a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
|
44 |
-
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
|
45 |
</a>
|
46 |
<?php } else { ?>
|
47 |
<a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
|
48 |
-
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px;" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
|
49 |
</a>
|
50 |
<?php } ?>
|
51 |
</p>
|
52 |
-
<div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]
|
53 |
</div>
|
54 |
<?php if($count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
|
55 |
</div>
|
@@ -68,12 +76,15 @@
|
|
68 |
<p class="not_found"><?php _e('Sorry - nothing to found.', 'gallery'); ?></p>
|
69 |
</div>
|
70 |
<?php endif; ?>
|
71 |
-
<?php if( $gllr_options['return_link']
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
|
|
|
|
|
|
77 |
</div>
|
78 |
</div>
|
79 |
<?php get_sidebar(); ?>
|
34 |
$image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
|
35 |
$image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
|
36 |
$image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
|
37 |
+
if( 1 == $gllr_options['border_images'] ){
|
38 |
+
$gllr_border = 'border-width: '.$gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'';
|
39 |
+
$gllr_border_images = $gllr_options['border_images_width'] * 2;
|
40 |
+
}
|
41 |
+
else{
|
42 |
+
$gllr_border = '';
|
43 |
+
$gllr_border_images = 0;
|
44 |
+
}
|
45 |
if( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
|
46 |
<div class="gllr_image_row">
|
47 |
<?php } ?>
|
48 |
<div class="gllr_image_block">
|
49 |
+
<p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]+$gllr_border_images; ?>px;">
|
50 |
<?php if( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
|
51 |
<a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
|
52 |
+
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
|
53 |
</a>
|
54 |
<?php } else { ?>
|
55 |
<a rel="gallery_fancybox" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
|
56 |
+
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
|
57 |
</a>
|
58 |
<?php } ?>
|
59 |
</p>
|
60 |
+
<div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]+$gllr_border_images; ?>px; <?php if( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?> </div>
|
61 |
</div>
|
62 |
<?php if($count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
|
63 |
</div>
|
76 |
<p class="not_found"><?php _e('Sorry - nothing to found.', 'gallery'); ?></p>
|
77 |
</div>
|
78 |
<?php endif; ?>
|
79 |
+
<?php if( 1 == $gllr_options['return_link'] ) {
|
80 |
+
if( 'gallery_template_url' == $gllr_options["return_link_page"] ){
|
81 |
+
global $wpdb;
|
82 |
+
$parent = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND (post_status = 'publish' OR post_status = 'private') AND $wpdb->posts.ID = $wpdb->postmeta.post_id" ); ?>
|
83 |
+
<div class="return_link"><a href="<?php echo ( !empty( $parent ) ? get_permalink( $parent ) : '' ); ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
|
84 |
+
<?php } else { ?>
|
85 |
+
<div class="return_link"><a href="<?php echo $gllr_options["return_link_url"]; ?>"><?php echo $gllr_options['return_link_text']; ?></a></div>
|
86 |
+
<?php }
|
87 |
+
} ?>
|
88 |
</div>
|
89 |
</div>
|
90 |
<?php get_sidebar(); ?>
|
template/gallery-template.php
CHANGED
@@ -59,10 +59,18 @@ Template Name: Gallery Template
|
|
59 |
else {
|
60 |
$image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
|
61 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
$count++;
|
63 |
?>
|
64 |
<li>
|
65 |
-
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
|
66 |
<div class="gallery_detail_box">
|
67 |
<div><?php echo $post->post_title; ?></div>
|
68 |
<div><?php echo the_excerpt_max_charlength(100); ?></div>
|
59 |
else {
|
60 |
$image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
|
61 |
}
|
62 |
+
if( 1 == $gllr_options['border_images'] ){
|
63 |
+
$gllr_border = 'border-width: '.$gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'; padding:0;';
|
64 |
+
$gllr_border_images = $gllr_options['border_images_width'] * 2;
|
65 |
+
}
|
66 |
+
else{
|
67 |
+
$gllr_border = 'padding:0;';
|
68 |
+
$gllr_border_images = 0;
|
69 |
+
}
|
70 |
$count++;
|
71 |
?>
|
72 |
<li>
|
73 |
+
<img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo $post->post_title; ?>" title="<?php echo $post->post_title; ?>" src="<?php echo $image_attributes[0]; ?>" />
|
74 |
<div class="gallery_detail_box">
|
75 |
<div><?php echo $post->post_title; ?></div>
|
76 |
<div><?php echo the_excerpt_max_charlength(100); ?></div>
|
upload/jquery.js
DELETED
@@ -1,154 +0,0 @@
|
|
1 |
-
/*!
|
2 |
-
* jQuery JavaScript Library v1.4.2
|
3 |
-
* http://jquery.com/
|
4 |
-
*
|
5 |
-
* Copyright 2010, John Resig
|
6 |
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
7 |
-
* http://jquery.org/license
|
8 |
-
*
|
9 |
-
* Includes Sizzle.js
|
10 |
-
* http://sizzlejs.com/
|
11 |
-
* Copyright 2010, The Dojo Foundation
|
12 |
-
* Released under the MIT, BSD, and GPL Licenses.
|
13 |
-
*
|
14 |
-
* Date: Sat Feb 13 22:33:48 2010 -0500
|
15 |
-
*/
|
16 |
-
(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
|
17 |
-
e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
|
18 |
-
j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
|
19 |
-
"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
|
20 |
-
true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
|
21 |
-
Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
|
22 |
-
(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
|
23 |
-
a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
|
24 |
-
"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
|
25 |
-
function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
|
26 |
-
c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
|
27 |
-
L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
|
28 |
-
"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
|
29 |
-
a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
|
30 |
-
d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
|
31 |
-
a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
|
32 |
-
!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
|
33 |
-
true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
|
34 |
-
var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
|
35 |
-
parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
|
36 |
-
false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
|
37 |
-
s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
|
38 |
-
applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
|
39 |
-
else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
|
40 |
-
a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
|
41 |
-
w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
|
42 |
-
cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
|
43 |
-
i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
|
44 |
-
" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
|
45 |
-
this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
|
46 |
-
e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
|
47 |
-
c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
|
48 |
-
a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
|
49 |
-
function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
|
50 |
-
k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
|
51 |
-
C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
|
52 |
-
null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
|
53 |
-
e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
|
54 |
-
f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
|
55 |
-
if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
|
56 |
-
fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
|
57 |
-
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
|
58 |
-
"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
|
59 |
-
a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
|
60 |
-
isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
|
61 |
-
{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
|
62 |
-
if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
|
63 |
-
e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
|
64 |
-
"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
|
65 |
-
d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
|
66 |
-
!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
|
67 |
-
toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
|
68 |
-
u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
|
69 |
-
function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
|
70 |
-
if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
|
71 |
-
e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
|
72 |
-
t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
|
73 |
-
g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
|
74 |
-
for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
|
75 |
-
1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
|
76 |
-
CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
|
77 |
-
relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
|
78 |
-
l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
|
79 |
-
h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
|
80 |
-
CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
|
81 |
-
g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
|
82 |
-
text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
|
83 |
-
setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
|
84 |
-
h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
|
85 |
-
m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
|
86 |
-
"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
|
87 |
-
h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
|
88 |
-
!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
|
89 |
-
h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
|
90 |
-
q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
|
91 |
-
if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
|
92 |
-
(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
|
93 |
-
function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
|
94 |
-
gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
|
95 |
-
c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
|
96 |
-
{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
|
97 |
-
"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
|
98 |
-
d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
|
99 |
-
a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
|
100 |
-
1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
|
101 |
-
a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
|
102 |
-
c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
|
103 |
-
wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
|
104 |
-
prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
|
105 |
-
this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
|
106 |
-
return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
|
107 |
-
""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
|
108 |
-
this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
|
109 |
-
u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
|
110 |
-
1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
|
111 |
-
return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
|
112 |
-
""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
|
113 |
-
c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
|
114 |
-
c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
|
115 |
-
function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
|
116 |
-
Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
|
117 |
-
"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
|
118 |
-
a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
|
119 |
-
a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
|
120 |
-
"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
|
121 |
-
serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
|
122 |
-
function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
|
123 |
-
global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
|
124 |
-
e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
|
125 |
-
"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
|
126 |
-
false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
|
127 |
-
false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
|
128 |
-
c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
|
129 |
-
d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
|
130 |
-
g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
|
131 |
-
1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
|
132 |
-
"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
|
133 |
-
if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
|
134 |
-
this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
|
135 |
-
"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
|
136 |
-
animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
|
137 |
-
j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
|
138 |
-
this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
|
139 |
-
"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
|
140 |
-
c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
|
141 |
-
this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
|
142 |
-
this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
|
143 |
-
e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
|
144 |
-
c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
|
145 |
-
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
|
146 |
-
this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
|
147 |
-
k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
|
148 |
-
f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
|
149 |
-
a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
|
150 |
-
c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
|
151 |
-
d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
|
152 |
-
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
|
153 |
-
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
|
154 |
-
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|