Version Description
- 22.04.2013 =
- NEW : Added html blocks.
- Update : The French language file is updated.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Gallery by BestWebSoft |
Version | 3.8.8 |
Comparing to | |
See all releases |
Code changes from version 3.8.7 to 3.8.8
- css/stylesheet.css +95 -89
- gallery-plugin.php +53 -1
- languages/gallery-cs_CZ.mo +0 -0
- languages/gallery-cs_CZ.po +250 -144
- languages/gallery-de_DE.mo +0 -0
- languages/gallery-de_DE.po +250 -144
- languages/gallery-es_ES.mo +0 -0
- languages/gallery-es_ES.po +293 -178
- languages/gallery-fa_IR.mo +0 -0
- languages/gallery-fa_IR.po +325 -153
- languages/gallery-fr_FR.mo +0 -0
- languages/gallery-fr_FR.po +256 -138
- languages/gallery-he_IL.mo +0 -0
- languages/gallery-he_IL.po +289 -167
- languages/gallery-hu_HU.mo +0 -0
- languages/gallery-hu_HU.po +251 -145
- languages/gallery-it_IT.mo +0 -0
- languages/gallery-it_IT.po +282 -174
- languages/gallery-ka_GE.mo +0 -0
- languages/gallery-ka_GE.po +250 -145
- languages/gallery-lt_LT.mo +0 -0
- languages/gallery-lt_LT.po +280 -169
- languages/gallery-nl_NL.mo +0 -0
- languages/gallery-nl_NL.po +248 -141
- languages/gallery-pl_PL.mo +0 -0
- languages/gallery-pl_PL.po +252 -148
- languages/gallery-pt_BR.mo +0 -0
- languages/gallery-pt_BR.po +291 -176
- languages/gallery-ru_RU.mo +0 -0
- languages/gallery-ru_RU.po +167 -71
- languages/gallery-sr_RS.mo +0 -0
- languages/gallery-sr_RS.po +292 -176
- languages/gallery-uk.mo +0 -0
- languages/gallery-uk.po +250 -144
- languages/gallery-zh_CN.mo +0 -0
- languages/gallery-zh_CN.po +280 -127
- readme.txt +16 -9
- screenshot-1.jpg +0 -0
- screenshot-3.jpg +0 -0
css/stylesheet.css
CHANGED
@@ -1,28 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
ul.gallery {
|
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 |
}
|
@@ -32,164 +64,91 @@ ul.gallery {
|
|
32 |
margin: 0 0 10px;
|
33 |
font-weight: bold;
|
34 |
}
|
35 |
-
|
36 |
.clear {
|
37 |
clear:both;
|
38 |
height:0;
|
39 |
}
|
40 |
-
|
41 |
.gllr_image_text, .gllr_link_text {
|
42 |
margin-top:10px;
|
43 |
width:150px;
|
44 |
}
|
45 |
-
|
46 |
.gllr_link_text {
|
47 |
width:170px;
|
48 |
}
|
49 |
-
|
50 |
.gllr_order_text {
|
51 |
width:20px;
|
52 |
}
|
53 |
-
|
54 |
.gallery .gllr_image_block {
|
55 |
float: left;
|
56 |
}
|
57 |
-
|
58 |
#content .gallery .gllr_image_block a img {
|
59 |
border: 10px solid #F1F1F1;
|
60 |
margin-top: 0;
|
61 |
}
|
62 |
-
|
63 |
#Upload-File .gllr_order_message{
|
64 |
padding-bottom:10px;
|
65 |
}
|
66 |
-
|
67 |
#Upload-File .gallery .gllr_image_block {
|
68 |
float: left;
|
69 |
}
|
70 |
-
|
71 |
-
#Upload-File .gallery .gllr_border_image{
|
72 |
border: 1px solid #BDBDBD;
|
73 |
height: 170px;
|
74 |
width: 170px;
|
75 |
}
|
76 |
-
|
77 |
-
#Upload-File .gallery .gllr_border_image img{
|
78 |
padding:10px;
|
79 |
}
|
80 |
-
|
81 |
#Upload-File .gallery .small_text{
|
82 |
font-size:10px;
|
83 |
color:grey;
|
84 |
}
|
85 |
-
|
86 |
.gallery .delete {
|
87 |
padding-top:2px;
|
88 |
text-align:center;
|
89 |
}
|
90 |
-
|
91 |
#content .gallery_box_single .gallery .gllr_image_block p {
|
92 |
border: 1px solid #BDBDBD;
|
93 |
margin:5px 6px 0 0;
|
94 |
padding: 0;
|
95 |
}
|
96 |
-
|
97 |
.gllr_single_image_text {
|
98 |
font-size:12px;
|
99 |
color:#888;
|
100 |
}
|
101 |
-
|
102 |
.gllr_image_row {
|
103 |
clear:both;
|
104 |
}
|
105 |
-
|
106 |
.gallery li {
|
107 |
float: left;
|
108 |
margin:5px 6px 10px 0;
|
109 |
}
|
110 |
-
|
111 |
.gallery .gllr_image_container {
|
112 |
border: 1px solid #BDBDBD;
|
113 |
}
|
114 |
-
|
115 |
.gallery .delete {
|
116 |
-
padding-top:2px;
|
117 |
-
text-align:center;
|
118 |
}
|
119 |
-
|
120 |
.pp_social {
|
121 |
display:none;
|
122 |
}
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
margin-right: 5px;
|
128 |
-
}
|
129 |
-
|
130 |
-
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image
|
131 |
-
{
|
132 |
-
background: url("../images/icon_16.png") no-repeat scroll center center transparent;
|
133 |
-
}
|
134 |
-
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image
|
135 |
-
{
|
136 |
-
background: url("../images/icon_16_b.png") no-repeat scroll center center transparent;
|
137 |
-
}
|
138 |
-
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image
|
139 |
-
{
|
140 |
-
background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
|
141 |
-
}
|
142 |
-
.wrap #icon-options-general.icon32-bws
|
143 |
-
{
|
144 |
-
background: url("../images/icon_36.png") no-repeat scroll left top transparent;
|
145 |
-
}
|
146 |
-
.admin-color-classic .wrap #icon-options-general.icon32-bws
|
147 |
-
{
|
148 |
-
background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
|
149 |
-
}
|
150 |
-
.wrap #icon-edit.icon32-posts-gallery
|
151 |
-
{
|
152 |
-
background: url("../images/icons_32.png") no-repeat scroll left top transparent;
|
153 |
-
}
|
154 |
-
|
155 |
-
.admin-color-classic .wrap #icon-edit.icon32-posts-gallery
|
156 |
-
{
|
157 |
-
background: url("../images/icons_32_b.png") no-repeat scroll left top transparent;
|
158 |
-
}
|
159 |
-
|
160 |
-
#adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image
|
161 |
-
{
|
162 |
-
background: url("../images/menu.png") no-repeat scroll left top transparent;
|
163 |
-
}
|
164 |
-
|
165 |
-
.admin-color-classic #adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image
|
166 |
-
{
|
167 |
-
background: url("../images/menu_b.png") no-repeat scroll left top transparent;
|
168 |
-
}
|
169 |
-
|
170 |
-
#adminmenu #menu-posts-gallery div.wp-menu-image {
|
171 |
-
background: url("../images/menu.png?ver=20100531") no-repeat scroll left -32px transparent;
|
172 |
-
}
|
173 |
-
|
174 |
-
.admin-color-classic #adminmenu #menu-posts-gallery div.wp-menu-image {
|
175 |
-
background: url("../images/menu_b.png?ver=20100531") no-repeat scroll left -32px transparent;
|
176 |
-
}
|
177 |
-
#toplevel_page_bws_plugins .wp-submenu .wp-first-item
|
178 |
-
{
|
179 |
-
display:none;
|
180 |
}
|
181 |
-
#gllr_form_image_size input[type="radio"]{
|
182 |
float:left;
|
183 |
position:relative;
|
184 |
top:5px;
|
185 |
margin-right:5px;
|
186 |
}
|
187 |
-
#gllr_form_image_size .label_radio{
|
188 |
width:540px;
|
189 |
cursor: default;
|
190 |
}
|
191 |
-
|
192 |
-
#gllr_border_images_color_small{
|
193 |
background: none repeat scroll 0 0 transparent;
|
194 |
box-shadow: 0 9px 0 rgba(255, 255, 255, 0.1) inset;
|
195 |
border: 1px solid #CCCCCC;
|
@@ -199,4 +158,51 @@ text-align:center;
|
|
199 |
vertical-align: middle;
|
200 |
width: 20px;
|
201 |
top: -2px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
}
|
1 |
+
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
|
2 |
+
background: url("../images/icon_16.png") no-repeat scroll center center transparent;
|
3 |
+
}
|
4 |
+
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
|
5 |
+
background: url("../images/icon_16_b.png") no-repeat scroll center center transparent;
|
6 |
+
}
|
7 |
+
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
|
8 |
+
background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
|
9 |
+
}
|
10 |
+
.wrap #icon-options-general.icon32-bws {
|
11 |
+
background: url("../images/icon_36.png") no-repeat scroll left top transparent;
|
12 |
+
}
|
13 |
+
.admin-color-classic .wrap #icon-options-general.icon32-bws {
|
14 |
+
background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
|
15 |
+
}
|
16 |
+
.wrap #icon-edit.icon32-posts-gallery {
|
17 |
+
background: url("../images/icons_32.png") no-repeat scroll left top transparent;
|
18 |
+
}
|
19 |
+
.admin-color-classic .wrap #icon-edit.icon32-posts-gallery {
|
20 |
+
background: url("../images/icons_32_b.png") no-repeat scroll left top transparent;
|
21 |
+
}
|
22 |
+
#adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image {
|
23 |
+
background: url("../images/menu.png") no-repeat scroll left top transparent;
|
24 |
+
}
|
25 |
+
.admin-color-classic #adminmenu #menu-posts-gallery:hover div.wp-menu-image, #adminmenu #menu-posts-gallery.wp-has-current-submenu div.wp-menu-image {
|
26 |
+
background: url("../images/menu_b.png") no-repeat scroll left top transparent;
|
27 |
+
}
|
28 |
+
#adminmenu #menu-posts-gallery div.wp-menu-image {
|
29 |
+
background: url("../images/menu.png?ver=20100531") no-repeat scroll left -32px transparent;
|
30 |
+
}
|
31 |
+
.admin-color-classic #adminmenu #menu-posts-gallery div.wp-menu-image {
|
32 |
+
background: url("../images/menu_b.png?ver=20100531") no-repeat scroll left -32px transparent;
|
33 |
+
}
|
34 |
+
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
35 |
+
display:none;
|
36 |
+
}
|
37 |
+
|
38 |
ul.gallery {
|
39 |
list-style: none outside none;
|
40 |
}
|
|
|
41 |
.gallery_box ul{
|
42 |
list-style: none outside none;
|
43 |
margin:0;
|
44 |
}
|
|
|
45 |
.gallery_box li{
|
46 |
padding: 10px 10px 0 0;
|
47 |
clear: both;
|
48 |
}
|
|
|
49 |
.gallery_box li img {
|
50 |
padding: 5px;
|
51 |
margin:0 10px 10px 0;
|
52 |
float:left;
|
53 |
border: 1px solid #BDBDBD;
|
54 |
}
|
|
|
55 |
.gallery_box p {
|
56 |
margin-bottom:0px;
|
57 |
}
|
|
|
58 |
.gallery_detail_box {
|
59 |
float:left;
|
60 |
}
|
64 |
margin: 0 0 10px;
|
65 |
font-weight: bold;
|
66 |
}
|
|
|
67 |
.clear {
|
68 |
clear:both;
|
69 |
height:0;
|
70 |
}
|
|
|
71 |
.gllr_image_text, .gllr_link_text {
|
72 |
margin-top:10px;
|
73 |
width:150px;
|
74 |
}
|
|
|
75 |
.gllr_link_text {
|
76 |
width:170px;
|
77 |
}
|
|
|
78 |
.gllr_order_text {
|
79 |
width:20px;
|
80 |
}
|
|
|
81 |
.gallery .gllr_image_block {
|
82 |
float: left;
|
83 |
}
|
|
|
84 |
#content .gallery .gllr_image_block a img {
|
85 |
border: 10px solid #F1F1F1;
|
86 |
margin-top: 0;
|
87 |
}
|
|
|
88 |
#Upload-File .gllr_order_message{
|
89 |
padding-bottom:10px;
|
90 |
}
|
|
|
91 |
#Upload-File .gallery .gllr_image_block {
|
92 |
float: left;
|
93 |
}
|
94 |
+
#Upload-File .gallery .gllr_border_image {
|
|
|
95 |
border: 1px solid #BDBDBD;
|
96 |
height: 170px;
|
97 |
width: 170px;
|
98 |
}
|
99 |
+
#Upload-File .gallery .gllr_border_image img {
|
|
|
100 |
padding:10px;
|
101 |
}
|
|
|
102 |
#Upload-File .gallery .small_text{
|
103 |
font-size:10px;
|
104 |
color:grey;
|
105 |
}
|
|
|
106 |
.gallery .delete {
|
107 |
padding-top:2px;
|
108 |
text-align:center;
|
109 |
}
|
|
|
110 |
#content .gallery_box_single .gallery .gllr_image_block p {
|
111 |
border: 1px solid #BDBDBD;
|
112 |
margin:5px 6px 0 0;
|
113 |
padding: 0;
|
114 |
}
|
|
|
115 |
.gllr_single_image_text {
|
116 |
font-size:12px;
|
117 |
color:#888;
|
118 |
}
|
|
|
119 |
.gllr_image_row {
|
120 |
clear:both;
|
121 |
}
|
|
|
122 |
.gallery li {
|
123 |
float: left;
|
124 |
margin:5px 6px 10px 0;
|
125 |
}
|
|
|
126 |
.gallery .gllr_image_container {
|
127 |
border: 1px solid #BDBDBD;
|
128 |
}
|
|
|
129 |
.gallery .delete {
|
130 |
+
padding-top:2px;
|
131 |
+
text-align:center;
|
132 |
}
|
|
|
133 |
.pp_social {
|
134 |
display:none;
|
135 |
}
|
136 |
+
#gllr_form_image_size .gllr_width_labels label {
|
137 |
+
min-width:115px;
|
138 |
+
float:left;
|
139 |
+
margin-right:5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
}
|
141 |
+
#gllr_form_image_size input[type="radio"] {
|
142 |
float:left;
|
143 |
position:relative;
|
144 |
top:5px;
|
145 |
margin-right:5px;
|
146 |
}
|
147 |
+
#gllr_form_image_size .label_radio {
|
148 |
width:540px;
|
149 |
cursor: default;
|
150 |
}
|
151 |
+
#gllr_border_images_color_small {
|
|
|
152 |
background: none repeat scroll 0 0 transparent;
|
153 |
box-shadow: 0 9px 0 rgba(255, 255, 255, 0.1) inset;
|
154 |
border: 1px solid #CCCCCC;
|
158 |
vertical-align: middle;
|
159 |
width: 20px;
|
160 |
top: -2px;
|
161 |
+
}
|
162 |
+
a.gllr_pro_version {
|
163 |
+
text-decoration: none;
|
164 |
+
color: #666666;
|
165 |
+
}
|
166 |
+
div.gllr_pro_version {
|
167 |
+
border: 1px solid #AAAAAA;
|
168 |
+
background: #E0E0E0;
|
169 |
+
padding: 2px 3px;
|
170 |
+
}
|
171 |
+
.gllr_pro_version_tooltip {
|
172 |
+
float: right;
|
173 |
+
left: 650px;
|
174 |
+
position: absolute;
|
175 |
+
width: 380px;
|
176 |
+
border: 1px solid #AAAAAA;
|
177 |
+
margin-top: 30px;
|
178 |
+
padding: 10px;
|
179 |
+
border-radius: 5px;
|
180 |
+
text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
|
181 |
+
box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
|
182 |
+
background: #FFFFFF;
|
183 |
+
}
|
184 |
+
.gllr_pro_version_tooltip:before {
|
185 |
+
content: "";
|
186 |
+
position: absolute;
|
187 |
+
width: 0;
|
188 |
+
height: 0;
|
189 |
+
border-width: 10px;
|
190 |
+
border-style: solid;
|
191 |
+
border-color: transparent #FFFFFF transparent transparent;
|
192 |
+
top: 16px;
|
193 |
+
left: -20px;
|
194 |
+
}
|
195 |
+
table.gllr_pro_version {
|
196 |
+
width: auto !important;
|
197 |
+
border: 1px solid #AAAAAA;
|
198 |
+
background: #E0E0E0;
|
199 |
+
margin-bottom: 5px;
|
200 |
+
}
|
201 |
+
.gllr_pro_version th,
|
202 |
+
.gllr_pro_version td{
|
203 |
+
color: #555555;
|
204 |
+
}
|
205 |
+
.gllr_pro_version input,
|
206 |
+
.gllr_pro_version select {
|
207 |
+
color: #555555;
|
208 |
}
|
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.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -273,6 +273,8 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
|
|
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 />'.__( "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">'.__( "(by click on image <br /> opens a link in a 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; ?>
|
@@ -821,6 +823,56 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
|
|
821 |
<tr valign="top">
|
822 |
<td colspan="2"><span style="color: #888888;font-size: 10px;"><?php _e( 'WordPress will create a new thumbnail with the specified dimensions when you upload a new photo.', 'gallery' ); ?></span></td>
|
823 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
824 |
<tr valign="top">
|
825 |
<th scope="row"><?php _e( 'Images with border', 'gallery' ); ?> </th>
|
826 |
<td>
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: This plugin allows you to implement gallery page into web site.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.8.8
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
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 />'.__( "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">'.__( "(by click on image <br /> opens a link in a new window)", "gallery" ).'</span>';
|
276 |
+
echo '<a class="gllr_pro_version" href="http://bestwebsoft.com/plugin/gallery-pro/" target="_blank" title="'. __( 'This setting is available in Pro version', 'gallery' ).'"><br />'.
|
277 |
+
'<div class="gllr_pro_version">'.__( "Open the link", "gallery" ).'<br/><input disabled type="radio" value="_self" > '.__( "Current window", "gallery" ).'<br/><input disabled type="radio" value="_blank" > '.__( "New window", "gallery" ).'</div></a>';
|
278 |
echo '<div class="delete"><a href="javascript:void(0);" onclick="img_delete('.$page->ID.');">'.__( "Delete", "gallery" ).'</a><div/>';
|
279 |
echo '</div></li>';
|
280 |
endforeach; ?>
|
823 |
<tr valign="top">
|
824 |
<td colspan="2"><span style="color: #888888;font-size: 10px;"><?php _e( 'WordPress will create a new thumbnail with the specified dimensions when you upload a new photo.', 'gallery' ); ?></span></td>
|
825 |
</tr>
|
826 |
+
</table>
|
827 |
+
<table class="form-table gllr_pro_version" style="float: left;">
|
828 |
+
<tr valign="top" class="gllr_width_labels">
|
829 |
+
<th scope="row"><?php _e( 'Gallery image size in the lightbox', 'gallery' ); ?> </th>
|
830 |
+
<td>
|
831 |
+
<label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllrprfssnl_options["gllrprfssnl_custom_size_name"][2]; ?><br />
|
832 |
+
<label for="custom_image_size_w"><?php _e( 'Max width (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_w_full" value="<?php echo $gllrprfssnl_options["gllrprfssnl_custom_size_px"][2][0]; ?>"/><br />
|
833 |
+
<label for="custom_image_size_h"><?php _e( 'Max height (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_h_full" value="<?php echo $gllrprfssnl_options["gllrprfssnl_custom_size_px"][2][1]; ?>"/><br />
|
834 |
+
<input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery' ); ?>
|
835 |
+
</td>
|
836 |
+
</tr>
|
837 |
+
<tr valign="top" class="gllr_pro_version gllr_width_labels">
|
838 |
+
<th scope="row"><?php _e( 'Crop position', 'gallery' ); ?></th>
|
839 |
+
<td>
|
840 |
+
<label><?php _e( 'Horizontal', 'gallery' ); ?></label>
|
841 |
+
<select disabled>
|
842 |
+
<option value="left"><?php _e( 'left', 'gallery' ); ?></option>
|
843 |
+
<option value="center"><?php _e( 'center', 'gallery' ); ?></option>
|
844 |
+
<option value="right"><?php _e( 'right', 'gallery' ); ?></option>
|
845 |
+
</select>
|
846 |
+
<br />
|
847 |
+
<label><?php _e( 'Vertical', 'gallery' ); ?></label>
|
848 |
+
<select disabled>
|
849 |
+
<option value="top"><?php _e( 'top', 'gallery' ); ?></option>
|
850 |
+
<option value="center"><?php _e( 'center', 'gallery' ); ?></option>
|
851 |
+
<option value="bottom"><?php _e( 'bottom', 'gallery' ); ?></option>
|
852 |
+
</select>
|
853 |
+
</td>
|
854 |
+
</tr>
|
855 |
+
<tr valign="top">
|
856 |
+
<th scope="row"><?php _e( 'Lightbox background', 'gallery' ); ?> </th>
|
857 |
+
<td>
|
858 |
+
<input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery' ); ?>"> <br />
|
859 |
+
<input disabled type="text" size="8" value="<?php echo $gllrprfssnl_options["background_lightbox_opacity"]; ?>" name="gllrprfssnl_background_lightbox_opacity" /> <?php _e( 'Background transparency (from 0 to 1)', 'gallery' ); ?><br />
|
860 |
+
<?php if( $wp_version >= 3.5 ) { ?>
|
861 |
+
<input disabled id="gllrprfssnl_background_lightbox_color" type="minicolors" name="gllrprfssnl_background_lightbox_color" value="<?php echo $gllrprfssnl_options["background_lightbox_color"]; ?>" id="gllrprfssnl_background_lightbox_color" /> <?php _e( 'Select a background color', 'gallery' ); ?>
|
862 |
+
<?php } else { ?>
|
863 |
+
<input disabled id="gllrprfssnl_background_lightbox_color" type="text" name="gllrprfssnl_background_lightbox_color" value="<?php echo $gllrprfssnl_options["background_lightbox_color"]; ?>" id="gllrprfssnl_background_lightbox_color" /><span id="gllrprfssnl_background_lightbox_color_small" style="background-color:<?php echo $gllrprfssnl_options["background_lightbox_color"]; ?>"></span> <?php _e( 'Background color', 'gallery' ); ?>
|
864 |
+
<div id="colorPickerDiv_backgraund" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
|
865 |
+
<?php } ?>
|
866 |
+
</td>
|
867 |
+
</tr>
|
868 |
+
</table>
|
869 |
+
<div class="gllr_pro_version_tooltip">
|
870 |
+
<?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'gallery' ); ?>
|
871 |
+
<a href="http://bestwebsoft.com/plugin/gallery-pro/" target="_blank" title="Gallery Pro Plugin">
|
872 |
+
Gallery Pro Plugin
|
873 |
+
</a>
|
874 |
+
</div>
|
875 |
+
<table class="form-table">
|
876 |
<tr valign="top">
|
877 |
<th scope="row"><?php _e( 'Images with border', 'gallery' ); ?> </th>
|
878 |
<td>
|
languages/gallery-cs_CZ.mo
CHANGED
Binary file
|
languages/gallery-cs_CZ.po
CHANGED
@@ -2,39 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
|
9 |
-
"Language: cs_CZ\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
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 |
|
27 |
-
#: gallery-plugin.php:127
|
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerie"
|
30 |
|
31 |
-
#: gallery-plugin.php:128
|
|
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
|
37 |
-
|
|
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
@@ -53,11 +53,13 @@ msgid "View Gallery"
|
|
53 |
msgstr "Zobrazit galerii"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
|
57 |
-
|
|
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
|
|
|
61 |
msgstr "Nebyla nalezena žádná galerie"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -69,14 +71,12 @@ msgid "Gallery Shortcode"
|
|
69 |
msgstr "Nastavení galerie"
|
70 |
|
71 |
#: gallery-plugin.php:209
|
72 |
-
msgid ""
|
73 |
-
"The gallery temp directory (gallery-plugin/upload/files) not writeable by "
|
74 |
-
"your webserver. Please use the standard WP functional to upload the images "
|
75 |
-
"(media library)"
|
76 |
msgstr ""
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
-
|
|
|
80 |
msgstr "Vyberte náhled pro nahrání:"
|
81 |
|
82 |
#: gallery-plugin.php:218
|
@@ -84,280 +84,386 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
84 |
msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
|
85 |
|
86 |
#: gallery-plugin.php:225
|
87 |
-
msgid "Allow download link for images in this gallery"
|
88 |
msgstr ""
|
89 |
|
90 |
#: gallery-plugin.php:226
|
91 |
-
msgid ""
|
92 |
-
"Please use drag and drop function to change the order of the output of "
|
93 |
-
"images and do not forget to save post."
|
94 |
msgstr ""
|
95 |
|
96 |
#: gallery-plugin.php:228
|
97 |
-
msgid "Please
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: gallery-plugin.php:228
|
101 |
-
|
102 |
-
|
|
|
|
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
#: gallery-plugin.php:228
|
109 |
-
msgid "
|
110 |
msgstr ""
|
111 |
|
112 |
#: gallery-plugin.php:275
|
113 |
-
msgid "
|
114 |
msgstr ""
|
115 |
|
116 |
#: gallery-plugin.php:275
|
117 |
-
msgid "(
|
118 |
msgstr ""
|
119 |
|
120 |
#: gallery-plugin.php:276
|
121 |
-
msgid "
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
-
msgid ""
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
#: gallery-plugin.php:292
|
131 |
-
msgid ""
|
132 |
-
|
133 |
-
|
|
|
|
|
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 |
-
|
|
|
146 |
msgstr "Fotky"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
-
|
|
|
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 |
-
|
191 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
-
"
|
193 |
-
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 |
-
|
|
|
199 |
msgstr "Zobrazit obsah galerie »"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
-
|
|
|
203 |
msgstr "Nastavení uložena."
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
-
|
|
|
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 |
-
|
217 |
-
|
|
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
-
|
|
|
|
|
|
|
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 |
-
|
233 |
-
|
|
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
-
|
237 |
-
"WordPress will create a
|
238 |
-
"
|
|
|
|
|
|
|
239 |
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
-
msgid "
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
msgid "
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
-
|
|
|
|
|
|
|
|
|
|
|
261 |
msgstr ""
|
262 |
|
263 |
#: gallery-plugin.php:847
|
264 |
-
msgid "
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
-
msgid "
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
-
msgid "
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
-
msgid "
|
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 "
|
|
|
|
|
|
|
|
|
287 |
msgstr ""
|
288 |
|
289 |
#: gallery-plugin.php:863
|
290 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
-
msgid ""
|
299 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
-
msgid "Display text above image"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "If you want to display text just in a lightbox"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
-
msgid "Display
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
-
msgid "Display
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
-
msgid "
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
-
msgid "
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
msgid "Gallery page (Page with Gallery Template)"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
msgid "(Full URL to custom page)"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
-
msgid "
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "Save Changes"
|
340 |
msgstr "Uložit změny"
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "FAQ"
|
344 |
msgstr "FAQ "
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "Support"
|
348 |
msgstr "Podpora"
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
-
|
|
|
|
|
352 |
msgstr "Omlouvám se - nic nenalezeno."
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
-
|
|
|
356 |
msgstr ""
|
357 |
|
358 |
#: template/gallery-single-template.php:101
|
359 |
-
msgid "Image
|
360 |
msgstr ""
|
361 |
|
362 |
-
#~ msgid "
|
363 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:10+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:10+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Josef Sukdol <josef.sukdol@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: cs_CZ\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Galerie"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerie"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Vložit novou galerii"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Zobrazit galerii"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Upravit galerii"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Nebyla nalezena žádná galerie"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
71 |
msgstr "Nastavení galerie"
|
72 |
|
73 |
#: gallery-plugin.php:209
|
74 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: gallery-plugin.php:213
|
78 |
+
#, fuzzy
|
79 |
+
msgid "Choose an image for upload:"
|
80 |
msgstr "Vyberte náhled pro nahrání:"
|
81 |
|
82 |
#: gallery-plugin.php:218
|
84 |
msgstr "Prosím aktivujte JavaScript pro použití nahrávacího apletu."
|
85 |
|
86 |
#: gallery-plugin.php:225
|
87 |
+
msgid "Allow the download link for all images in this gallery"
|
88 |
msgstr ""
|
89 |
|
90 |
#: gallery-plugin.php:226
|
91 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
92 |
msgstr ""
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
+
msgid "Please make a choice"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: gallery-plugin.php:228
|
99 |
+
#: gallery-plugin.php:908
|
100 |
+
#, fuzzy
|
101 |
+
msgid "Sort images by"
|
102 |
+
msgstr "Počet náhledů zobrazených v jedné řádce"
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
+
#, fuzzy
|
106 |
+
msgid "sort images"
|
107 |
+
msgstr "Počet náhledů zobrazených v jedné řádce"
|
108 |
|
109 |
#: gallery-plugin.php:228
|
110 |
+
msgid "on the plugin settings page ("
|
111 |
msgstr ""
|
112 |
|
113 |
#: gallery-plugin.php:275
|
114 |
+
msgid "URL"
|
115 |
msgstr ""
|
116 |
|
117 |
#: gallery-plugin.php:275
|
118 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
119 |
msgstr ""
|
120 |
|
121 |
#: gallery-plugin.php:276
|
122 |
+
msgid "This setting is available in Pro version"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: gallery-plugin.php:277
|
126 |
+
msgid "Open the link"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: gallery-plugin.php:277
|
130 |
+
msgid "Current window"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: gallery-plugin.php:277
|
134 |
+
msgid "New window"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: gallery-plugin.php:278
|
138 |
+
msgid "Delete"
|
139 |
msgstr ""
|
140 |
|
141 |
#: gallery-plugin.php:292
|
142 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: gallery-plugin.php:294
|
146 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: gallery-plugin.php:478
|
150 |
msgid "Title"
|
151 |
msgstr "Název"
|
152 |
|
153 |
+
#: gallery-plugin.php:479
|
154 |
msgid "Author"
|
155 |
msgstr "Autor"
|
156 |
|
157 |
+
#: gallery-plugin.php:480
|
158 |
+
#, fuzzy
|
159 |
+
msgid "Photo"
|
160 |
msgstr "Fotky"
|
161 |
|
162 |
+
#: gallery-plugin.php:481
|
163 |
+
#, fuzzy
|
164 |
+
msgid "Publishing"
|
165 |
msgstr "Veřejné"
|
166 |
|
167 |
+
#: gallery-plugin.php:482
|
168 |
+
#: gallery-plugin.php:912
|
169 |
msgid "Date"
|
170 |
msgstr "Datum"
|
171 |
|
172 |
+
#: gallery-plugin.php:630
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Aktivní pluginy"
|
175 |
|
176 |
+
#: gallery-plugin.php:632
|
177 |
+
#: gallery-plugin.php:640
|
178 |
+
#: gallery-plugin.php:648
|
179 |
msgid "Read more"
|
180 |
msgstr "Další informace"
|
181 |
|
182 |
+
#: gallery-plugin.php:632
|
183 |
+
#: gallery-plugin.php:977
|
184 |
+
#: gallery-plugin.php:992
|
185 |
msgid "Settings"
|
186 |
msgstr "Nastavení"
|
187 |
|
188 |
+
#: gallery-plugin.php:638
|
189 |
msgid "Installed plugins"
|
190 |
msgstr "Nainstalované pluginy"
|
191 |
|
192 |
+
#: gallery-plugin.php:646
|
193 |
msgid "Recommended plugins"
|
194 |
msgstr "Doporučené pluginy"
|
195 |
|
196 |
+
#: gallery-plugin.php:648
|
197 |
msgid "Download"
|
198 |
msgstr "Stáhnout"
|
199 |
|
200 |
+
#: gallery-plugin.php:648
|
201 |
#, php-format
|
202 |
msgid "Install %s"
|
203 |
msgstr "Instaluj %s"
|
204 |
|
205 |
+
#: gallery-plugin.php:648
|
206 |
msgid "Install now from wordpress.org"
|
207 |
msgstr "Instaluj ihned z wordpress.org"
|
208 |
|
209 |
+
#: gallery-plugin.php:650
|
210 |
+
#, fuzzy
|
211 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
212 |
+
msgstr "Pokud máte jakékoliv dotazy, prosím kontaktujte nás na plugin@bestwebsoft.com a nebo vyplňte kontaktní formulář na našich stránkách."
|
|
|
|
|
|
|
213 |
|
214 |
+
#: gallery-plugin.php:688
|
215 |
+
#, fuzzy
|
216 |
+
msgid "See images »"
|
217 |
msgstr "Zobrazit obsah galerie »"
|
218 |
|
219 |
+
#: gallery-plugin.php:787
|
220 |
+
#, fuzzy
|
221 |
+
msgid "Settings are saved"
|
222 |
msgstr "Nastavení uložena."
|
223 |
|
224 |
+
#: gallery-plugin.php:801
|
225 |
+
#, fuzzy
|
226 |
+
msgid "Gallery Settings"
|
227 |
msgstr "Nastavení galerie"
|
228 |
|
229 |
+
#: gallery-plugin.php:804
|
230 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
|
|
|
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: gallery-plugin.php:808
|
234 |
+
#, fuzzy
|
235 |
+
msgid "Image size for the album cover"
|
236 |
+
msgstr "Размер для "
|
237 |
|
238 |
+
#: gallery-plugin.php:810
|
239 |
+
#: gallery-plugin.php:818
|
240 |
+
#: gallery-plugin.php:831
|
241 |
+
#, fuzzy
|
242 |
+
msgid "Image size"
|
243 |
msgstr "Název rozměru"
|
244 |
|
245 |
+
#: gallery-plugin.php:811
|
246 |
+
#: gallery-plugin.php:819
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "Šířka (v px)"
|
249 |
|
250 |
+
#: gallery-plugin.php:812
|
251 |
+
#: gallery-plugin.php:820
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "Výška (v px)"
|
254 |
|
255 |
+
#: gallery-plugin.php:816
|
256 |
+
#, fuzzy
|
257 |
+
msgid "Gallery image size"
|
258 |
+
msgstr "Galerie"
|
259 |
|
260 |
+
#: gallery-plugin.php:824
|
261 |
+
#, fuzzy
|
262 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
+
msgstr "WordPress vytvoří kopii náhledu obrázku v zadaných rozměrech při nahrání nového obrázku."
|
264 |
+
|
265 |
+
#: gallery-plugin.php:829
|
266 |
+
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
|
|
|
|
268 |
|
269 |
+
#: gallery-plugin.php:832
|
270 |
+
#, fuzzy
|
271 |
+
msgid "Max width (in px)"
|
272 |
+
msgstr "Šířka (v px)"
|
273 |
+
|
274 |
+
#: gallery-plugin.php:833
|
275 |
+
#, fuzzy
|
276 |
+
msgid "Max height (in px)"
|
277 |
+
msgstr "Výška (v px)"
|
278 |
+
|
279 |
+
#: gallery-plugin.php:834
|
280 |
+
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: gallery-plugin.php:838
|
284 |
+
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: gallery-plugin.php:840
|
288 |
+
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:842
|
292 |
+
msgid "left"
|
293 |
+
msgstr ""
|
294 |
|
295 |
+
#: gallery-plugin.php:843
|
296 |
+
#: gallery-plugin.php:850
|
297 |
+
msgid "center"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: gallery-plugin.php:844
|
301 |
+
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
#: gallery-plugin.php:847
|
305 |
+
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:849
|
309 |
+
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:851
|
313 |
+
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:856
|
317 |
+
msgid "Lightbox background"
|
318 |
+
msgstr ""
|
319 |
|
320 |
#: gallery-plugin.php:858
|
321 |
+
msgid "Default"
|
|
|
|
|
322 |
msgstr ""
|
323 |
|
324 |
#: gallery-plugin.php:859
|
325 |
+
msgid "Background transparency (from 0 to 1)"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:861
|
329 |
+
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
#: gallery-plugin.php:863
|
333 |
+
msgid "Background color"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: gallery-plugin.php:870
|
337 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: gallery-plugin.php:877
|
341 |
+
msgid "Images with border"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: gallery-plugin.php:880
|
345 |
+
msgid "Border width in px, just numbers"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: gallery-plugin.php:882
|
349 |
+
#: gallery-plugin.php:884
|
350 |
+
msgid "Select a border color"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:890
|
354 |
+
#, fuzzy
|
355 |
+
msgid "Number of images in the row"
|
356 |
+
msgstr "Počet náhledů zobrazených v jedné řádce"
|
357 |
+
|
358 |
+
#: gallery-plugin.php:896
|
359 |
+
msgid "Start slideshow"
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: gallery-plugin.php:902
|
363 |
+
msgid "Slideshow interval"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: gallery-plugin.php:910
|
367 |
+
msgid "Attachment ID"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: gallery-plugin.php:911
|
371 |
+
#, fuzzy
|
372 |
+
msgid "Image Name"
|
373 |
+
msgstr "Název rozměru"
|
374 |
+
|
375 |
+
#: gallery-plugin.php:913
|
376 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: gallery-plugin.php:914
|
380 |
+
msgid "Random"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: gallery-plugin.php:918
|
384 |
+
#, fuzzy
|
385 |
+
msgid "Sort images"
|
386 |
+
msgstr "Počet náhledů zobrazených v jedné řádce"
|
387 |
+
|
388 |
+
#: gallery-plugin.php:920
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:921
|
393 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: gallery-plugin.php:925
|
397 |
+
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:927
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:931
|
405 |
+
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: gallery-plugin.php:937
|
409 |
+
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: gallery-plugin.php:943
|
413 |
+
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:949
|
417 |
+
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:951
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: gallery-plugin.php:953
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: gallery-plugin.php:957
|
429 |
+
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:965
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Uložit změny"
|
435 |
|
436 |
+
#: gallery-plugin.php:978
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ "
|
439 |
|
440 |
+
#: gallery-plugin.php:979
|
441 |
msgid "Support"
|
442 |
msgstr "Podpora"
|
443 |
|
444 |
+
#: gallery-plugin.php:1186
|
445 |
+
#: template/gallery-single-template.php:76
|
446 |
+
#, fuzzy
|
447 |
+
msgid "Sorry, nothing found."
|
448 |
msgstr "Omlouvám se - nic nenalezeno."
|
449 |
|
450 |
+
#: gallery-plugin.php:1208
|
451 |
+
#: template/gallery-single-template.php:101
|
452 |
+
msgid "Download high resolution image"
|
453 |
msgstr ""
|
454 |
|
455 |
#: template/gallery-single-template.php:101
|
456 |
+
msgid "Image"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#~ msgid "Add New"
|
460 |
+
#~ msgstr "Vložit novou"
|
461 |
+
#~ msgid "Search Galleries"
|
462 |
+
#~ msgstr "Hledat galerii"
|
463 |
+
#~ msgid "The size of the cover album for gallery"
|
464 |
+
#~ msgstr "Rozměry náhledu alba v galerii"
|
465 |
+
#~ msgid "Size for gallery image"
|
466 |
+
#~ msgstr "Rozměry náhledu obrázku v albu"
|
467 |
+
#~ msgid "date"
|
468 |
+
#~ msgstr "Datum"
|
469 |
+
|
languages/gallery-de_DE.mo
CHANGED
Binary file
|
languages/gallery-de_DE.po
CHANGED
@@ -2,39 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
-
"Language: uk_UA\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
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 |
|
27 |
-
#: gallery-plugin.php:127
|
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerien"
|
30 |
|
31 |
-
#: gallery-plugin.php:128
|
|
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
|
37 |
-
|
|
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
@@ -53,11 +53,13 @@ msgid "View Gallery"
|
|
53 |
msgstr "Galerie anzeigen"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
|
57 |
-
|
|
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
|
|
|
61 |
msgstr "Keine Galerien gefunden"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -69,14 +71,12 @@ msgid "Gallery Shortcode"
|
|
69 |
msgstr "Galerie Einstellungen"
|
70 |
|
71 |
#: gallery-plugin.php:209
|
72 |
-
msgid ""
|
73 |
-
"The gallery temp directory (gallery-plugin/upload/files) not writeable by "
|
74 |
-
"your webserver. Please use the standard WP functional to upload the images "
|
75 |
-
"(media library)"
|
76 |
msgstr ""
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
-
|
|
|
80 |
msgstr "Screenshot zum hochladen auswählen:"
|
81 |
|
82 |
#: gallery-plugin.php:218
|
@@ -84,280 +84,386 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
84 |
msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
|
85 |
|
86 |
#: gallery-plugin.php:225
|
87 |
-
msgid "Allow download link for images in this gallery"
|
88 |
msgstr ""
|
89 |
|
90 |
#: gallery-plugin.php:226
|
91 |
-
msgid ""
|
92 |
-
"Please use drag and drop function to change the order of the output of "
|
93 |
-
"images and do not forget to save post."
|
94 |
msgstr ""
|
95 |
|
96 |
#: gallery-plugin.php:228
|
97 |
-
msgid "Please
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: gallery-plugin.php:228
|
101 |
-
|
102 |
-
|
|
|
|
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
#: gallery-plugin.php:228
|
109 |
-
msgid "
|
110 |
msgstr ""
|
111 |
|
112 |
#: gallery-plugin.php:275
|
113 |
-
msgid "
|
114 |
msgstr ""
|
115 |
|
116 |
#: gallery-plugin.php:275
|
117 |
-
msgid "(
|
118 |
msgstr ""
|
119 |
|
120 |
#: gallery-plugin.php:276
|
121 |
-
msgid "
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
-
msgid ""
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
#: gallery-plugin.php:292
|
131 |
-
msgid ""
|
132 |
-
|
133 |
-
|
|
|
|
|
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 |
-
|
|
|
146 |
msgstr "Fotos"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
-
|
|
|
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 |
-
|
191 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
-
"
|
193 |
-
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 |
-
|
|
|
199 |
msgstr "Fotos anzeigen »"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
-
|
|
|
203 |
msgstr "Einstellungen gespeichert."
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
-
|
|
|
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 |
-
|
217 |
-
|
|
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
-
|
|
|
|
|
|
|
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 |
-
|
233 |
-
|
|
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
-
|
237 |
-
"WordPress will create a
|
238 |
-
"dimensions when you upload a new photo."
|
|
|
|
|
|
|
239 |
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
-
msgid "
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
msgid "
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
-
|
|
|
|
|
|
|
|
|
|
|
261 |
msgstr ""
|
262 |
|
263 |
#: gallery-plugin.php:847
|
264 |
-
msgid "
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
-
msgid "
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
-
msgid "
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
-
msgid "
|
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 "
|
|
|
|
|
|
|
|
|
287 |
msgstr ""
|
288 |
|
289 |
#: gallery-plugin.php:863
|
290 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
-
msgid ""
|
299 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
-
msgid "Display text above image"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "If you want to display text just in a lightbox"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
-
msgid "Display
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
-
msgid "Display
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
-
msgid "
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
-
msgid "
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
msgid "Gallery page (Page with Gallery Template)"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
msgid "(Full URL to custom page)"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
-
msgid "
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "Save Changes"
|
340 |
msgstr "Einstellungen speichern"
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "FAQ"
|
344 |
msgstr "FAQ"
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "Support"
|
348 |
msgstr "Support"
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
-
|
|
|
|
|
352 |
msgstr "Leider nichts gefunden."
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
-
|
|
|
356 |
msgstr ""
|
357 |
|
358 |
#: template/gallery-single-template.php:101
|
359 |
-
msgid "Image
|
360 |
msgstr ""
|
361 |
|
362 |
-
#~ msgid "
|
363 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:10+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:10+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: uk_UA\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Galerien"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerie"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Galerie hinzufügen"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Galerie anzeigen"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Galerie bearbeiten"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Keine Galerien gefunden"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
71 |
msgstr "Galerie Einstellungen"
|
72 |
|
73 |
#: gallery-plugin.php:209
|
74 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: gallery-plugin.php:213
|
78 |
+
#, fuzzy
|
79 |
+
msgid "Choose an image for upload:"
|
80 |
msgstr "Screenshot zum hochladen auswählen:"
|
81 |
|
82 |
#: gallery-plugin.php:218
|
84 |
msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
|
85 |
|
86 |
#: gallery-plugin.php:225
|
87 |
+
msgid "Allow the download link for all images in this gallery"
|
88 |
msgstr ""
|
89 |
|
90 |
#: gallery-plugin.php:226
|
91 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
92 |
msgstr ""
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
+
msgid "Please make a choice"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: gallery-plugin.php:228
|
99 |
+
#: gallery-plugin.php:908
|
100 |
+
#, fuzzy
|
101 |
+
msgid "Sort images by"
|
102 |
+
msgstr "Anzahl Bilder in der Reihe"
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
+
#, fuzzy
|
106 |
+
msgid "sort images"
|
107 |
+
msgstr "Anzahl Bilder in der Reihe"
|
108 |
|
109 |
#: gallery-plugin.php:228
|
110 |
+
msgid "on the plugin settings page ("
|
111 |
msgstr ""
|
112 |
|
113 |
#: gallery-plugin.php:275
|
114 |
+
msgid "URL"
|
115 |
msgstr ""
|
116 |
|
117 |
#: gallery-plugin.php:275
|
118 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
119 |
msgstr ""
|
120 |
|
121 |
#: gallery-plugin.php:276
|
122 |
+
msgid "This setting is available in Pro version"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: gallery-plugin.php:277
|
126 |
+
msgid "Open the link"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: gallery-plugin.php:277
|
130 |
+
msgid "Current window"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: gallery-plugin.php:277
|
134 |
+
msgid "New window"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: gallery-plugin.php:278
|
138 |
+
msgid "Delete"
|
139 |
msgstr ""
|
140 |
|
141 |
#: gallery-plugin.php:292
|
142 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: gallery-plugin.php:294
|
146 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: gallery-plugin.php:478
|
150 |
msgid "Title"
|
151 |
msgstr "Titel"
|
152 |
|
153 |
+
#: gallery-plugin.php:479
|
154 |
msgid "Author"
|
155 |
msgstr "Author"
|
156 |
|
157 |
+
#: gallery-plugin.php:480
|
158 |
+
#, fuzzy
|
159 |
+
msgid "Photo"
|
160 |
msgstr "Fotos"
|
161 |
|
162 |
+
#: gallery-plugin.php:481
|
163 |
+
#, fuzzy
|
164 |
+
msgid "Publishing"
|
165 |
msgstr "Öffentlich"
|
166 |
|
167 |
+
#: gallery-plugin.php:482
|
168 |
+
#: gallery-plugin.php:912
|
169 |
msgid "Date"
|
170 |
msgstr "Datum"
|
171 |
|
172 |
+
#: gallery-plugin.php:630
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Aktivierte Plugins"
|
175 |
|
176 |
+
#: gallery-plugin.php:632
|
177 |
+
#: gallery-plugin.php:640
|
178 |
+
#: gallery-plugin.php:648
|
179 |
msgid "Read more"
|
180 |
msgstr "Mehr erfahren"
|
181 |
|
182 |
+
#: gallery-plugin.php:632
|
183 |
+
#: gallery-plugin.php:977
|
184 |
+
#: gallery-plugin.php:992
|
185 |
msgid "Settings"
|
186 |
msgstr "Einstellungen"
|
187 |
|
188 |
+
#: gallery-plugin.php:638
|
189 |
msgid "Installed plugins"
|
190 |
msgstr "Installierte Plugins"
|
191 |
|
192 |
+
#: gallery-plugin.php:646
|
193 |
msgid "Recommended plugins"
|
194 |
msgstr "Benötigte Plugins"
|
195 |
|
196 |
+
#: gallery-plugin.php:648
|
197 |
msgid "Download"
|
198 |
msgstr "Download"
|
199 |
|
200 |
+
#: gallery-plugin.php:648
|
201 |
#, php-format
|
202 |
msgid "Install %s"
|
203 |
msgstr "Installiere %s"
|
204 |
|
205 |
+
#: gallery-plugin.php:648
|
206 |
msgid "Install now from wordpress.org"
|
207 |
msgstr "Direkt von wordpress.org installieren"
|
208 |
|
209 |
+
#: gallery-plugin.php:650
|
210 |
+
#, fuzzy
|
211 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
212 |
+
msgstr "Wenn Sie Fragen haben, kontaktieren Sie uns über plugin@bestwebsoft.com, oder füllen Sie das Kontakt Formular auf unserer Website aus."
|
|
|
|
|
|
|
213 |
|
214 |
+
#: gallery-plugin.php:688
|
215 |
+
#, fuzzy
|
216 |
+
msgid "See images »"
|
217 |
msgstr "Fotos anzeigen »"
|
218 |
|
219 |
+
#: gallery-plugin.php:787
|
220 |
+
#, fuzzy
|
221 |
+
msgid "Settings are saved"
|
222 |
msgstr "Einstellungen gespeichert."
|
223 |
|
224 |
+
#: gallery-plugin.php:801
|
225 |
+
#, fuzzy
|
226 |
+
msgid "Gallery Settings"
|
227 |
msgstr "Galerie Einstellungen"
|
228 |
|
229 |
+
#: gallery-plugin.php:804
|
230 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
|
|
|
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: gallery-plugin.php:808
|
234 |
+
#, fuzzy
|
235 |
+
msgid "Image size for the album cover"
|
236 |
+
msgstr "Размер для "
|
237 |
|
238 |
+
#: gallery-plugin.php:810
|
239 |
+
#: gallery-plugin.php:818
|
240 |
+
#: gallery-plugin.php:831
|
241 |
+
#, fuzzy
|
242 |
+
msgid "Image size"
|
243 |
msgstr "Name der Bilder"
|
244 |
|
245 |
+
#: gallery-plugin.php:811
|
246 |
+
#: gallery-plugin.php:819
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "Breite (in px)"
|
249 |
|
250 |
+
#: gallery-plugin.php:812
|
251 |
+
#: gallery-plugin.php:820
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "Höhe (in px)"
|
254 |
|
255 |
+
#: gallery-plugin.php:816
|
256 |
+
#, fuzzy
|
257 |
+
msgid "Gallery image size"
|
258 |
+
msgstr "Galerien"
|
259 |
|
260 |
+
#: gallery-plugin.php:824
|
261 |
+
#, fuzzy
|
262 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
+
msgstr "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
264 |
+
|
265 |
+
#: gallery-plugin.php:829
|
266 |
+
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
|
|
|
|
268 |
|
269 |
+
#: gallery-plugin.php:832
|
270 |
+
#, fuzzy
|
271 |
+
msgid "Max width (in px)"
|
272 |
+
msgstr "Breite (in px)"
|
273 |
+
|
274 |
+
#: gallery-plugin.php:833
|
275 |
+
#, fuzzy
|
276 |
+
msgid "Max height (in px)"
|
277 |
+
msgstr "Höhe (in px)"
|
278 |
+
|
279 |
+
#: gallery-plugin.php:834
|
280 |
+
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: gallery-plugin.php:838
|
284 |
+
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: gallery-plugin.php:840
|
288 |
+
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:842
|
292 |
+
msgid "left"
|
293 |
+
msgstr ""
|
294 |
|
295 |
+
#: gallery-plugin.php:843
|
296 |
+
#: gallery-plugin.php:850
|
297 |
+
msgid "center"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: gallery-plugin.php:844
|
301 |
+
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
#: gallery-plugin.php:847
|
305 |
+
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:849
|
309 |
+
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:851
|
313 |
+
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:856
|
317 |
+
msgid "Lightbox background"
|
318 |
+
msgstr ""
|
319 |
|
320 |
#: gallery-plugin.php:858
|
321 |
+
msgid "Default"
|
|
|
|
|
322 |
msgstr ""
|
323 |
|
324 |
#: gallery-plugin.php:859
|
325 |
+
msgid "Background transparency (from 0 to 1)"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:861
|
329 |
+
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
#: gallery-plugin.php:863
|
333 |
+
msgid "Background color"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: gallery-plugin.php:870
|
337 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: gallery-plugin.php:877
|
341 |
+
msgid "Images with border"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: gallery-plugin.php:880
|
345 |
+
msgid "Border width in px, just numbers"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: gallery-plugin.php:882
|
349 |
+
#: gallery-plugin.php:884
|
350 |
+
msgid "Select a border color"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:890
|
354 |
+
#, fuzzy
|
355 |
+
msgid "Number of images in the row"
|
356 |
+
msgstr "Anzahl Bilder in der Reihe"
|
357 |
+
|
358 |
+
#: gallery-plugin.php:896
|
359 |
+
msgid "Start slideshow"
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: gallery-plugin.php:902
|
363 |
+
msgid "Slideshow interval"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: gallery-plugin.php:910
|
367 |
+
msgid "Attachment ID"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: gallery-plugin.php:911
|
371 |
+
#, fuzzy
|
372 |
+
msgid "Image Name"
|
373 |
+
msgstr "Name der Bilder"
|
374 |
+
|
375 |
+
#: gallery-plugin.php:913
|
376 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: gallery-plugin.php:914
|
380 |
+
msgid "Random"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: gallery-plugin.php:918
|
384 |
+
#, fuzzy
|
385 |
+
msgid "Sort images"
|
386 |
+
msgstr "Anzahl Bilder in der Reihe"
|
387 |
+
|
388 |
+
#: gallery-plugin.php:920
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:921
|
393 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: gallery-plugin.php:925
|
397 |
+
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:927
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:931
|
405 |
+
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: gallery-plugin.php:937
|
409 |
+
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: gallery-plugin.php:943
|
413 |
+
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:949
|
417 |
+
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:951
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: gallery-plugin.php:953
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: gallery-plugin.php:957
|
429 |
+
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:965
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Einstellungen speichern"
|
435 |
|
436 |
+
#: gallery-plugin.php:978
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ"
|
439 |
|
440 |
+
#: gallery-plugin.php:979
|
441 |
msgid "Support"
|
442 |
msgstr "Support"
|
443 |
|
444 |
+
#: gallery-plugin.php:1186
|
445 |
+
#: template/gallery-single-template.php:76
|
446 |
+
#, fuzzy
|
447 |
+
msgid "Sorry, nothing found."
|
448 |
msgstr "Leider nichts gefunden."
|
449 |
|
450 |
+
#: gallery-plugin.php:1208
|
451 |
+
#: template/gallery-single-template.php:101
|
452 |
+
msgid "Download high resolution image"
|
453 |
msgstr ""
|
454 |
|
455 |
#: template/gallery-single-template.php:101
|
456 |
+
msgid "Image"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#~ msgid "Add New"
|
460 |
+
#~ msgstr "Hinzufügen"
|
461 |
+
#~ msgid "Search Galleries"
|
462 |
+
#~ msgstr "Galerie suchen"
|
463 |
+
#~ msgid "The size of the cover album for gallery"
|
464 |
+
#~ msgstr "Die Größe der Bilder in der Albumansicht"
|
465 |
+
#~ msgid "Size for gallery image"
|
466 |
+
#~ msgstr "Die Größe der Bilder in der Galerie"
|
467 |
+
#~ msgid "date"
|
468 |
+
#~ msgstr "Datum"
|
469 |
+
|
languages/gallery-es_ES.mo
CHANGED
Binary file
|
languages/gallery-es_ES.po
CHANGED
@@ -2,43 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
|
9 |
-
"Language: es_ES\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
21 |
-
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
-
"php
|
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 |
-
"Los siguientes archivos /gallery-template.php / y /gallery-single-template."
|
27 |
-
"php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde "
|
28 |
-
"el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio "
|
29 |
-
"de su tema para el correcto funcionamiento del plugin de la Galería"
|
30 |
|
31 |
-
#: gallery-plugin.php:127
|
|
|
32 |
msgid "Galleries"
|
33 |
msgstr "Galerías"
|
34 |
|
35 |
-
#: gallery-plugin.php:128
|
|
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galería"
|
38 |
|
39 |
#: gallery-plugin.php:129
|
40 |
-
|
41 |
-
|
|
|
42 |
|
43 |
#: gallery-plugin.php:130
|
44 |
msgid "Add New Gallery"
|
@@ -57,11 +53,13 @@ msgid "View Gallery"
|
|
57 |
msgstr "Ver Galería"
|
58 |
|
59 |
#: gallery-plugin.php:134
|
60 |
-
|
61 |
-
|
|
|
62 |
|
63 |
#: gallery-plugin.php:135
|
64 |
-
|
|
|
65 |
msgstr "No se encontraron Galerías"
|
66 |
|
67 |
#: gallery-plugin.php:192
|
@@ -74,18 +72,13 @@ msgid "Gallery Shortcode"
|
|
74 |
msgstr "Opciones de Galería"
|
75 |
|
76 |
#: gallery-plugin.php:209
|
77 |
-
|
78 |
-
"The gallery temp directory (gallery-plugin/upload/files) not
|
79 |
-
"
|
80 |
-
"(media library)"
|
81 |
-
msgstr ""
|
82 |
-
"El directorio temporal galería (gallery-plugin/upload/files) no puede ser "
|
83 |
-
"escrito por su servidor web. Por favor, use la forma estandár de WP para "
|
84 |
-
"subir las imágenes (librería multimedia)"
|
85 |
|
86 |
#: gallery-plugin.php:213
|
87 |
#, fuzzy
|
88 |
-
msgid "Choose an image
|
89 |
msgstr "Escoger una imagen para subir:"
|
90 |
|
91 |
#: gallery-plugin.php:218
|
@@ -93,294 +86,416 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
93 |
msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
|
94 |
|
95 |
#: gallery-plugin.php:225
|
96 |
-
|
|
|
97 |
msgstr "Permitir enlace para descargar imágenes en esta galería"
|
98 |
|
99 |
#: gallery-plugin.php:226
|
100 |
-
|
101 |
-
"Please use drag and drop function to change
|
102 |
-
"
|
103 |
-
msgstr ""
|
104 |
-
"Por favor, utilice la función de arrastrar y soltar para cambiar el orden de "
|
105 |
-
"la salida de las imágenes y no se olvide de guardar el post."
|
106 |
|
107 |
#: gallery-plugin.php:228
|
108 |
-
msgid "Please
|
109 |
-
msgstr "
|
110 |
|
111 |
-
#: gallery-plugin.php:228
|
112 |
-
|
113 |
-
|
|
|
|
|
114 |
|
115 |
#: gallery-plugin.php:228
|
116 |
-
|
117 |
-
|
|
|
118 |
|
119 |
#: gallery-plugin.php:228
|
120 |
-
|
|
|
121 |
msgstr "en la configuración del plugin (página"
|
122 |
|
123 |
#: gallery-plugin.php:275
|
124 |
-
msgid "
|
125 |
msgstr ""
|
126 |
|
127 |
#: gallery-plugin.php:275
|
128 |
-
msgid "(
|
129 |
msgstr ""
|
130 |
|
131 |
#: gallery-plugin.php:276
|
132 |
-
msgid "
|
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"
|
139 |
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"
|
147 |
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 |
-
|
|
|
161 |
msgstr "Foto de"
|
162 |
|
163 |
-
#: gallery-plugin.php:
|
164 |
-
|
|
|
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 |
-
|
206 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
207 |
-
"
|
208 |
-
msgstr ""
|
209 |
-
"Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de "
|
210 |
-
"plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro "
|
211 |
-
"sitio"
|
212 |
|
213 |
-
#: gallery-plugin.php:
|
214 |
-
|
|
|
215 |
msgstr "Ver foto »"
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
-
|
|
|
219 |
msgstr "Opciones guardadas."
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
-
|
|
|
223 |
msgstr "Opciones de Galería"
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
-
|
227 |
-
"If you would like to add a Single Gallery to your page or post, just copy "
|
228 |
-
"
|
229 |
-
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 |
-
|
235 |
-
|
|
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
-
|
|
|
|
|
|
|
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 |
-
|
251 |
-
|
|
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
|
255 |
-
"WordPress will create a
|
256 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
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 "Images with border"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Border width in px, just numbers"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
-
|
|
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
-
|
|
|
275 |
msgstr "Contar las imágenes en la fila"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "Start slideshow"
|
279 |
msgstr "Comenzar presentación diapositivas"
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "Slideshow interval"
|
283 |
msgstr "Intervalo de presentación diapositivas"
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
-
|
|
|
287 |
msgstr "id del adjunto"
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
#: gallery-plugin.php:857
|
294 |
-
msgid "date"
|
295 |
-
msgstr "fecha"
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
-
|
299 |
-
"
|
300 |
-
"dialog )"
|
301 |
-
msgstr ""
|
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:
|
306 |
-
|
|
|
307 |
msgstr "aleatorio"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
-
|
311 |
-
|
|
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
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:
|
319 |
-
msgid ""
|
320 |
-
"DESC (
|
321 |
-
msgstr ""
|
322 |
-
"DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
-
msgid "Display text above image"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "If you want to display text just in a lightbox"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
-
|
|
|
334 |
msgstr "Mostrar el enlace de Regresar"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
-
|
|
|
338 |
msgstr "Mostrar el enlace de Regresar en shortcode"
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
-
msgid "
|
342 |
-
msgstr "
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
-
|
346 |
-
|
347 |
-
msgstr "Etiqueta para el enlace Regresar"
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Gallery page (Page with Gallery Template)"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
msgid "(Full URL to custom page)"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
-
|
|
|
359 |
msgstr "Etiqueta para el enlace Leer Mas"
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid "Save Changes"
|
363 |
msgstr "Guardar Cambios"
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
msgid "FAQ"
|
367 |
msgstr "FAQ "
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
msgid "Support"
|
371 |
msgstr "Soporte"
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
-
|
|
|
|
|
375 |
msgstr "Lo sentimos - nada que encontrar."
|
376 |
|
377 |
-
#: gallery-plugin.php:
|
378 |
-
|
|
|
|
|
379 |
msgstr "Descargar la imagen en alta resolución"
|
380 |
|
381 |
#: template/gallery-single-template.php:101
|
382 |
-
|
|
|
383 |
msgstr "Imagen"
|
384 |
|
385 |
-
#~ msgid "
|
386 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:10+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: es_ES\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
+
msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Galerías"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galería"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Agregar Nueva Galería"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Ver Galería"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Editar Galería"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "No se encontraron Galerías"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
72 |
msgstr "Opciones de Galería"
|
73 |
|
74 |
#: gallery-plugin.php:209
|
75 |
+
#, fuzzy
|
76 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
77 |
+
msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
#: gallery-plugin.php:213
|
80 |
#, fuzzy
|
81 |
+
msgid "Choose an image for upload:"
|
82 |
msgstr "Escoger una imagen para subir:"
|
83 |
|
84 |
#: gallery-plugin.php:218
|
86 |
msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
|
87 |
|
88 |
#: gallery-plugin.php:225
|
89 |
+
#, fuzzy
|
90 |
+
msgid "Allow the download link for all images in this gallery"
|
91 |
msgstr "Permitir enlace para descargar imágenes en esta galería"
|
92 |
|
93 |
#: gallery-plugin.php:226
|
94 |
+
#, fuzzy
|
95 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
96 |
+
msgstr "Por favor, utilice la función de arrastrar y soltar para cambiar el orden de la salida de las imágenes y no se olvide de guardar el post."
|
|
|
|
|
|
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
+
msgid "Please make a choice"
|
100 |
+
msgstr ""
|
101 |
|
102 |
+
#: gallery-plugin.php:228
|
103 |
+
#: gallery-plugin.php:908
|
104 |
+
#, fuzzy
|
105 |
+
msgid "Sort images by"
|
106 |
+
msgstr "Contar las imágenes en la fila"
|
107 |
|
108 |
#: gallery-plugin.php:228
|
109 |
+
#, fuzzy
|
110 |
+
msgid "sort images"
|
111 |
+
msgstr "Contar las imágenes en la fila"
|
112 |
|
113 |
#: gallery-plugin.php:228
|
114 |
+
#, fuzzy
|
115 |
+
msgid "on the plugin settings page ("
|
116 |
msgstr "en la configuración del plugin (página"
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
+
msgid "URL"
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:275
|
123 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
124 |
msgstr ""
|
125 |
|
126 |
#: gallery-plugin.php:276
|
127 |
+
msgid "This setting is available in Pro version"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Open the link"
|
|
|
|
|
132 |
msgstr ""
|
|
|
|
|
133 |
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "Current window"
|
|
|
|
|
136 |
msgstr ""
|
|
|
|
|
137 |
|
138 |
+
#: gallery-plugin.php:277
|
139 |
+
msgid "New window"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: gallery-plugin.php:278
|
143 |
+
msgid "Delete"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: gallery-plugin.php:292
|
147 |
+
#, fuzzy
|
148 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
149 |
+
msgstr "Puedes añadir la Galería Simple en una página o en un post insertando su shortcode en el contenido"
|
150 |
+
|
151 |
+
#: gallery-plugin.php:294
|
152 |
+
#, fuzzy
|
153 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
154 |
+
msgstr "Si deseas mostrar un resumen de la galería con un enlace a la página específica de la Gallería "
|
155 |
+
|
156 |
+
#: gallery-plugin.php:478
|
157 |
msgid "Title"
|
158 |
msgstr "Título"
|
159 |
|
160 |
+
#: gallery-plugin.php:479
|
161 |
msgid "Author"
|
162 |
msgstr "Autor"
|
163 |
|
164 |
+
#: gallery-plugin.php:480
|
165 |
+
#, fuzzy
|
166 |
+
msgid "Photo"
|
167 |
msgstr "Foto de"
|
168 |
|
169 |
+
#: gallery-plugin.php:481
|
170 |
+
#, fuzzy
|
171 |
+
msgid "Publishing"
|
172 |
msgstr "Pública"
|
173 |
|
174 |
+
#: gallery-plugin.php:482
|
175 |
+
#: gallery-plugin.php:912
|
176 |
msgid "Date"
|
177 |
msgstr "Fecha"
|
178 |
|
179 |
+
#: gallery-plugin.php:630
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "Plugins Activados"
|
182 |
|
183 |
+
#: gallery-plugin.php:632
|
184 |
+
#: gallery-plugin.php:640
|
185 |
+
#: gallery-plugin.php:648
|
186 |
msgid "Read more"
|
187 |
msgstr "Leer más"
|
188 |
|
189 |
+
#: gallery-plugin.php:632
|
190 |
+
#: gallery-plugin.php:977
|
191 |
+
#: gallery-plugin.php:992
|
192 |
msgid "Settings"
|
193 |
msgstr "Configuración"
|
194 |
|
195 |
+
#: gallery-plugin.php:638
|
196 |
msgid "Installed plugins"
|
197 |
msgstr "Plugins instalados"
|
198 |
|
199 |
+
#: gallery-plugin.php:646
|
200 |
msgid "Recommended plugins"
|
201 |
msgstr "Plugins recomendados"
|
202 |
|
203 |
+
#: gallery-plugin.php:648
|
204 |
msgid "Download"
|
205 |
msgstr "Descargar"
|
206 |
|
207 |
+
#: gallery-plugin.php:648
|
208 |
#, php-format
|
209 |
msgid "Install %s"
|
210 |
msgstr "Instalar %s"
|
211 |
|
212 |
+
#: gallery-plugin.php:648
|
213 |
msgid "Install now from wordpress.org"
|
214 |
msgstr "Instalar ahora desde wordpress.org"
|
215 |
|
216 |
+
#: gallery-plugin.php:650
|
217 |
+
#, fuzzy
|
218 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
219 |
+
msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
|
|
|
|
|
|
|
|
|
220 |
|
221 |
+
#: gallery-plugin.php:688
|
222 |
+
#, fuzzy
|
223 |
+
msgid "See images »"
|
224 |
msgstr "Ver foto »"
|
225 |
|
226 |
+
#: gallery-plugin.php:787
|
227 |
+
#, fuzzy
|
228 |
+
msgid "Settings are saved"
|
229 |
msgstr "Opciones guardadas."
|
230 |
|
231 |
+
#: gallery-plugin.php:801
|
232 |
+
#, fuzzy
|
233 |
+
msgid "Gallery Settings"
|
234 |
msgstr "Opciones de Galería"
|
235 |
|
236 |
+
#: gallery-plugin.php:804
|
237 |
+
#, fuzzy
|
238 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
239 |
+
msgstr "Si deseas añadir la Galería solamente en tu página o post, solo copia y pega el shortcode en la página o post correspondiente:"
|
|
|
|
|
|
|
240 |
|
241 |
+
#: gallery-plugin.php:808
|
242 |
+
#, fuzzy
|
243 |
+
msgid "Image size for the album cover"
|
244 |
+
msgstr "Размер для "
|
245 |
|
246 |
+
#: gallery-plugin.php:810
|
247 |
+
#: gallery-plugin.php:818
|
248 |
+
#: gallery-plugin.php:831
|
249 |
+
#, fuzzy
|
250 |
+
msgid "Image size"
|
251 |
msgstr "Nombre del tamaño de la imagen"
|
252 |
|
253 |
+
#: gallery-plugin.php:811
|
254 |
+
#: gallery-plugin.php:819
|
255 |
msgid "Width (in px)"
|
256 |
msgstr "Ancho (en px)"
|
257 |
|
258 |
+
#: gallery-plugin.php:812
|
259 |
+
#: gallery-plugin.php:820
|
260 |
msgid "Height (in px)"
|
261 |
msgstr "Alto (en px)"
|
262 |
|
263 |
+
#: gallery-plugin.php:816
|
264 |
+
#, fuzzy
|
265 |
+
msgid "Gallery image size"
|
266 |
+
msgstr "Galerías"
|
267 |
|
268 |
+
#: gallery-plugin.php:824
|
269 |
+
#, fuzzy
|
270 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
271 |
+
msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
|
272 |
+
|
273 |
+
#: gallery-plugin.php:829
|
274 |
+
msgid "Gallery image size in the lightbox"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: gallery-plugin.php:832
|
278 |
+
#, fuzzy
|
279 |
+
msgid "Max width (in px)"
|
280 |
+
msgstr "Ancho (en px)"
|
281 |
+
|
282 |
+
#: gallery-plugin.php:833
|
283 |
+
#, fuzzy
|
284 |
+
msgid "Max height (in px)"
|
285 |
+
msgstr "Alto (en px)"
|
286 |
+
|
287 |
+
#: gallery-plugin.php:834
|
288 |
+
msgid "Display a full size image in the lightbox"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: gallery-plugin.php:838
|
292 |
+
msgid "Crop position"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: gallery-plugin.php:840
|
296 |
+
msgid "Horizontal"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: gallery-plugin.php:842
|
300 |
+
msgid "left"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: gallery-plugin.php:843
|
304 |
+
#: gallery-plugin.php:850
|
305 |
+
msgid "center"
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: gallery-plugin.php:844
|
309 |
+
msgid "right"
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: gallery-plugin.php:847
|
313 |
+
msgid "Vertical"
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: gallery-plugin.php:849
|
317 |
+
msgid "top"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: gallery-plugin.php:851
|
321 |
+
msgid "bottom"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: gallery-plugin.php:856
|
325 |
+
msgid "Lightbox background"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:858
|
329 |
+
msgid "Default"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: gallery-plugin.php:859
|
333 |
+
msgid "Background transparency (from 0 to 1)"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: gallery-plugin.php:861
|
337 |
+
msgid "Select a background color"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: gallery-plugin.php:863
|
341 |
+
msgid "Background color"
|
342 |
msgstr ""
|
|
|
|
|
343 |
|
344 |
+
#: gallery-plugin.php:870
|
345 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: gallery-plugin.php:877
|
349 |
msgid "Images with border"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: gallery-plugin.php:880
|
353 |
msgid "Border width in px, just numbers"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: gallery-plugin.php:882
|
357 |
+
#: gallery-plugin.php:884
|
358 |
+
msgid "Select a border color"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: gallery-plugin.php:890
|
362 |
+
#, fuzzy
|
363 |
+
msgid "Number of images in the row"
|
364 |
msgstr "Contar las imágenes en la fila"
|
365 |
|
366 |
+
#: gallery-plugin.php:896
|
367 |
msgid "Start slideshow"
|
368 |
msgstr "Comenzar presentación diapositivas"
|
369 |
|
370 |
+
#: gallery-plugin.php:902
|
371 |
msgid "Slideshow interval"
|
372 |
msgstr "Intervalo de presentación diapositivas"
|
373 |
|
374 |
+
#: gallery-plugin.php:910
|
375 |
+
#, fuzzy
|
376 |
+
msgid "Attachment ID"
|
377 |
msgstr "id del adjunto"
|
378 |
|
379 |
+
#: gallery-plugin.php:911
|
380 |
+
#, fuzzy
|
381 |
+
msgid "Image Name"
|
382 |
+
msgstr "Imagen"
|
|
|
|
|
|
|
383 |
|
384 |
+
#: gallery-plugin.php:913
|
385 |
+
#, fuzzy
|
386 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
387 |
+
msgstr "orden de los adjuntos (el valor entero mostrado en el campo del dialog Insertar / Subir Galeria de Medias)"
|
|
|
|
|
|
|
388 |
|
389 |
+
#: gallery-plugin.php:914
|
390 |
+
#, fuzzy
|
391 |
+
msgid "Random"
|
392 |
msgstr "aleatorio"
|
393 |
|
394 |
+
#: gallery-plugin.php:918
|
395 |
+
#, fuzzy
|
396 |
+
msgid "Sort images"
|
397 |
+
msgstr "Contar las imágenes en la fila"
|
398 |
|
399 |
+
#: gallery-plugin.php:920
|
400 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
401 |
+
msgstr "ASC (orden ascendente desde el valor menor al mayor - 1, 2, 3; a, b, c)"
|
|
|
402 |
|
403 |
+
#: gallery-plugin.php:921
|
404 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
405 |
+
msgstr "DESC (orden descendente desde el valor mayor al menor - 3, 2, 1; c, b, a)"
|
|
|
|
|
406 |
|
407 |
+
#: gallery-plugin.php:925
|
408 |
+
msgid "Display text above the image"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: gallery-plugin.php:927
|
412 |
msgid "If you want to display text just in a lightbox"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: gallery-plugin.php:931
|
416 |
+
#, fuzzy
|
417 |
+
msgid "Display the Back link"
|
418 |
msgstr "Mostrar el enlace de Regresar"
|
419 |
|
420 |
+
#: gallery-plugin.php:937
|
421 |
+
#, fuzzy
|
422 |
+
msgid "Display the Back link in the shortcode"
|
423 |
msgstr "Mostrar el enlace de Regresar en shortcode"
|
424 |
|
425 |
+
#: gallery-plugin.php:943
|
426 |
+
msgid "The Back link text"
|
427 |
+
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:949
|
430 |
+
msgid "The Back link URL"
|
431 |
+
msgstr ""
|
|
|
432 |
|
433 |
+
#: gallery-plugin.php:951
|
434 |
msgid "Gallery page (Page with Gallery Template)"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: gallery-plugin.php:953
|
438 |
msgid "(Full URL to custom page)"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: gallery-plugin.php:957
|
442 |
+
#, fuzzy
|
443 |
+
msgid "The Read More link text"
|
444 |
msgstr "Etiqueta para el enlace Leer Mas"
|
445 |
|
446 |
+
#: gallery-plugin.php:965
|
447 |
msgid "Save Changes"
|
448 |
msgstr "Guardar Cambios"
|
449 |
|
450 |
+
#: gallery-plugin.php:978
|
451 |
msgid "FAQ"
|
452 |
msgstr "FAQ "
|
453 |
|
454 |
+
#: gallery-plugin.php:979
|
455 |
msgid "Support"
|
456 |
msgstr "Soporte"
|
457 |
|
458 |
+
#: gallery-plugin.php:1186
|
459 |
+
#: template/gallery-single-template.php:76
|
460 |
+
#, fuzzy
|
461 |
+
msgid "Sorry, nothing found."
|
462 |
msgstr "Lo sentimos - nada que encontrar."
|
463 |
|
464 |
+
#: gallery-plugin.php:1208
|
465 |
+
#: template/gallery-single-template.php:101
|
466 |
+
#, fuzzy
|
467 |
+
msgid "Download high resolution image"
|
468 |
msgstr "Descargar la imagen en alta resolución"
|
469 |
|
470 |
#: template/gallery-single-template.php:101
|
471 |
+
#, fuzzy
|
472 |
+
msgid "Image"
|
473 |
msgstr "Imagen"
|
474 |
|
475 |
+
#~ msgid "Add New"
|
476 |
+
#~ msgstr "Agrega Nueva"
|
477 |
+
#~ msgid "Search Galleries"
|
478 |
+
#~ msgstr "Buscar Galerías"
|
479 |
+
#~ msgid "Please do not forget to select "
|
480 |
+
#~ msgstr "Por favor no olvide seleccionar"
|
481 |
+
#~ msgid "Attachments order by"
|
482 |
+
#~ msgstr "Orden de los adjuntos por"
|
483 |
+
#~ msgid "attachments order"
|
484 |
+
#~ msgstr "orden de los adjuntos"
|
485 |
+
#~ msgid "The size of the cover album for gallery"
|
486 |
+
#~ msgstr "El tamaño de la cubierta del álbum de la galería"
|
487 |
+
#~ msgid "Size for gallery image"
|
488 |
+
#~ msgstr "Tamaño de la galería de imágenes"
|
489 |
+
#~ msgid "attachment title"
|
490 |
+
#~ msgstr "título del adjunto"
|
491 |
+
#~ msgid "date"
|
492 |
+
#~ msgstr "fecha"
|
493 |
+
#~ msgid "Attachments order"
|
494 |
+
#~ msgstr "Orden de los Adjuntos"
|
495 |
+
#~ msgid "Label for Return link"
|
496 |
+
#~ msgstr "Etiqueta para el enlace Regresar"
|
497 |
+
|
498 |
+
#, fuzzy
|
499 |
+
#~ msgid "URL for Return link"
|
500 |
+
#~ msgstr "Etiqueta para el enlace Regresar"
|
501 |
+
|
languages/gallery-fa_IR.mo
CHANGED
Binary file
|
languages/gallery-fa_IR.po
CHANGED
@@ -2,14 +2,14 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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"
|
@@ -17,299 +17,471 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:
|
21 |
-
|
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:
|
|
|
29 |
msgid "Galleries"
|
30 |
msgstr "گالری ها"
|
31 |
|
32 |
-
#: gallery-plugin.php:
|
|
|
33 |
msgid "Gallery"
|
34 |
msgstr "گالری"
|
35 |
|
36 |
-
#: gallery-plugin.php:
|
37 |
-
|
38 |
-
|
|
|
39 |
|
40 |
-
#: gallery-plugin.php:
|
41 |
msgid "Add New Gallery"
|
42 |
msgstr "اضافه کردن گالری"
|
43 |
|
44 |
-
#: gallery-plugin.php:
|
45 |
msgid "Edit Gallery"
|
46 |
msgstr "ویرایش گالری"
|
47 |
|
48 |
-
#: gallery-plugin.php:
|
49 |
msgid "New Gallery"
|
50 |
msgstr "گالری جدید"
|
51 |
|
52 |
-
#: gallery-plugin.php:
|
53 |
msgid "View Gallery"
|
54 |
msgstr "مشاهده گالری"
|
55 |
|
56 |
-
#: gallery-plugin.php:
|
57 |
-
|
58 |
-
|
|
|
59 |
|
60 |
-
#: gallery-plugin.php:
|
61 |
-
|
|
|
62 |
msgstr "هیچ گالری پیدا نشد"
|
63 |
|
64 |
-
#: gallery-plugin.php:
|
65 |
msgid "Upload File"
|
66 |
msgstr "آپلود فایل"
|
67 |
|
68 |
-
#: gallery-plugin.php:
|
69 |
msgid "Gallery Shortcode"
|
70 |
msgstr "کد نمایش گالری"
|
71 |
|
72 |
-
#: gallery-plugin.php:
|
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:
|
80 |
-
|
|
|
81 |
msgstr "انتخاب یک عکس برای آپلود "
|
82 |
|
83 |
-
#: gallery-plugin.php:
|
84 |
msgid "Please enable JavaScript to use the file uploader."
|
85 |
msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
|
86 |
|
87 |
-
#: gallery-plugin.php:
|
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:
|
100 |
-
|
101 |
-
|
|
|
102 |
|
103 |
-
#: gallery-plugin.php:
|
104 |
-
msgid "
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: gallery-plugin.php:
|
108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
msgstr "صفحه تنظیمات افزونه"
|
110 |
|
111 |
-
#: gallery-plugin.php:
|
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:
|
120 |
-
msgid ""
|
121 |
-
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
msgid "Title"
|
127 |
msgstr "عنوان"
|
128 |
|
129 |
-
#: gallery-plugin.php:
|
130 |
msgid "Author"
|
131 |
msgstr "سازنده"
|
132 |
|
133 |
-
#: gallery-plugin.php:
|
134 |
-
|
|
|
135 |
msgstr "عکسِ"
|
136 |
|
137 |
-
#: gallery-plugin.php:
|
138 |
-
|
|
|
139 |
msgstr "عمومی"
|
140 |
|
141 |
-
#: gallery-plugin.php:
|
|
|
142 |
msgid "Date"
|
143 |
msgstr "تاریخ"
|
144 |
|
145 |
-
#: gallery-plugin.php:
|
146 |
msgid "Activated plugins"
|
147 |
msgstr "فعالسازی افزونه"
|
148 |
|
149 |
-
#: gallery-plugin.php:
|
|
|
|
|
150 |
msgid "Read more"
|
151 |
msgstr "بیشتر..."
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
|
|
|
|
154 |
msgid "Settings"
|
155 |
msgstr "تنظیمات"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Installed plugins"
|
159 |
msgstr "نصب افزونه"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "Recommended plugins"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Download"
|
167 |
msgstr "دانلود"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
#, php-format
|
171 |
msgid "Install %s"
|
172 |
msgstr "نصب %s"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Install now from wordpress.org"
|
176 |
msgstr "در حال نصب از سایت وردپرس"
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
-
|
180 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
181 |
-
"
|
182 |
-
msgstr ""
|
183 |
-
"اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید "
|
184 |
-
"یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
|
185 |
|
186 |
-
#: gallery-plugin.php:
|
187 |
-
|
|
|
188 |
msgstr "»دیدن عکس;"
|
189 |
|
190 |
-
#: gallery-plugin.php:
|
191 |
-
|
|
|
192 |
msgstr "تنظیمات ذخیره شد."
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
195 |
-
|
|
|
196 |
msgstr "تنظیمات گالری"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
199 |
-
|
200 |
-
"If you would like to add a Single Gallery to your page or post, just copy "
|
201 |
-
"
|
202 |
-
msgstr ""
|
203 |
-
"اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه "
|
204 |
-
"خود کپی کنید"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
-
|
|
|
208 |
msgstr "اندازه دوره آلبوم گالری"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
-
|
|
|
|
|
|
|
212 |
msgstr " اندازه عکس"
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
|
|
215 |
msgid "Width (in px)"
|
216 |
msgstr "عرض (به pixels)"
|
217 |
|
218 |
-
#: gallery-plugin.php:
|
|
|
219 |
msgid "Height (in px)"
|
220 |
msgstr "ارتفاع (به pixels)"
|
221 |
|
222 |
-
#: gallery-plugin.php:
|
223 |
-
|
224 |
-
|
|
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
-
|
228 |
-
"WordPress will create a
|
229 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
msgstr ""
|
231 |
-
"وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه "
|
232 |
-
"بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
msgstr "تعداد عکسها در سطر"
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
msgid "Start slideshow"
|
240 |
msgstr "نمایش اسلایدشو"
|
241 |
|
242 |
-
#: gallery-plugin.php:
|
243 |
msgid "Slideshow interval"
|
244 |
msgstr "فاصله بین اسلایدشو"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
|
|
|
248 |
msgstr "ای دی سنجاق شده "
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
#: gallery-plugin.php:738
|
255 |
-
msgid "date"
|
256 |
-
msgstr "تاریخ"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
-
msgid ""
|
260 |
-
"attachments order (the integer fields in the Insert / Upload Media Gallery "
|
261 |
-
"dialog )"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: gallery-plugin.php:
|
265 |
-
|
|
|
266 |
msgstr "تصادفی"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
-
|
270 |
-
|
|
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
-
msgid ""
|
278 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
-
|
|
|
283 |
msgstr "نشان دادن لینک برگشت"
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
-
|
|
|
287 |
msgstr "نشان دادن لینک برگشت در شرت کد"
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
-
msgid "
|
291 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
294 |
-
|
|
|
295 |
msgstr "برچسب برای لینک بیشتر..."
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Save Changes"
|
299 |
msgstr "ذخیره تنظیمات"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "FAQ"
|
303 |
msgstr "FAQ"
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Support"
|
307 |
msgstr "پشتیبانی"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
-
|
|
|
|
|
311 |
msgstr "متاسفم؛چیزی یافت نشد"
|
312 |
|
313 |
-
#:
|
314 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
msgstr "عکس "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Einolah Kiamehr <einkia@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: fa_IR\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: gallery-plugin.php:103
|
21 |
+
#: gallery-plugin.php:794
|
22 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: gallery-plugin.php:127
|
26 |
+
#: gallery-plugin.php:137
|
27 |
msgid "Galleries"
|
28 |
msgstr "گالری ها"
|
29 |
|
30 |
+
#: gallery-plugin.php:128
|
31 |
+
#: gallery-plugin.php:661
|
32 |
msgid "Gallery"
|
33 |
msgstr "گالری"
|
34 |
|
35 |
+
#: gallery-plugin.php:129
|
36 |
+
#, fuzzy
|
37 |
+
msgid "Add a Gallery"
|
38 |
+
msgstr "اضافه کردن گالری"
|
39 |
|
40 |
+
#: gallery-plugin.php:130
|
41 |
msgid "Add New Gallery"
|
42 |
msgstr "اضافه کردن گالری"
|
43 |
|
44 |
+
#: gallery-plugin.php:131
|
45 |
msgid "Edit Gallery"
|
46 |
msgstr "ویرایش گالری"
|
47 |
|
48 |
+
#: gallery-plugin.php:132
|
49 |
msgid "New Gallery"
|
50 |
msgstr "گالری جدید"
|
51 |
|
52 |
+
#: gallery-plugin.php:133
|
53 |
msgid "View Gallery"
|
54 |
msgstr "مشاهده گالری"
|
55 |
|
56 |
+
#: gallery-plugin.php:134
|
57 |
+
#, fuzzy
|
58 |
+
msgid "Find a Gallery"
|
59 |
+
msgstr "ویرایش گالری"
|
60 |
|
61 |
+
#: gallery-plugin.php:135
|
62 |
+
#, fuzzy
|
63 |
+
msgid "No Gallery found"
|
64 |
msgstr "هیچ گالری پیدا نشد"
|
65 |
|
66 |
+
#: gallery-plugin.php:192
|
67 |
msgid "Upload File"
|
68 |
msgstr "آپلود فایل"
|
69 |
|
70 |
+
#: gallery-plugin.php:193
|
71 |
msgid "Gallery Shortcode"
|
72 |
msgstr "کد نمایش گالری"
|
73 |
|
74 |
+
#: gallery-plugin.php:209
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: gallery-plugin.php:213
|
79 |
+
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "انتخاب یک عکس برای آپلود "
|
82 |
|
83 |
+
#: gallery-plugin.php:218
|
84 |
msgid "Please enable JavaScript to use the file uploader."
|
85 |
msgstr "برای استفاده از آپلودر فایل ، لطفا جاوا اسکریپت را فعال کنید."
|
86 |
|
87 |
+
#: gallery-plugin.php:225
|
88 |
+
msgid "Allow the download link for all images in this gallery"
|
|
|
|
|
89 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
+
#: gallery-plugin.php:226
|
92 |
+
#, fuzzy
|
93 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
94 |
+
msgstr "لطفا از گرفتن و رها کردن توابع برای سفارشی ساختن عکسهای خروجی استفاده کنید و فراموش نکنید که پست را ذخیره کنید."
|
95 |
|
96 |
+
#: gallery-plugin.php:228
|
97 |
+
msgid "Please make a choice"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: gallery-plugin.php:228
|
101 |
+
#: gallery-plugin.php:908
|
102 |
+
#, fuzzy
|
103 |
+
msgid "Sort images by"
|
104 |
+
msgstr "تعداد عکسها در سطر"
|
105 |
+
|
106 |
+
#: gallery-plugin.php:228
|
107 |
+
#, fuzzy
|
108 |
+
msgid "sort images"
|
109 |
+
msgstr "تعداد عکسها در سطر"
|
110 |
+
|
111 |
+
#: gallery-plugin.php:228
|
112 |
+
#, fuzzy
|
113 |
+
msgid "on the plugin settings page ("
|
114 |
msgstr "صفحه تنظیمات افزونه"
|
115 |
|
116 |
+
#: gallery-plugin.php:275
|
117 |
+
msgid "URL"
|
|
|
|
|
118 |
msgstr ""
|
|
|
|
|
119 |
|
120 |
+
#: gallery-plugin.php:275
|
121 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: gallery-plugin.php:276
|
125 |
+
msgid "This setting is available in Pro version"
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: gallery-plugin.php:277
|
129 |
+
msgid "Open the link"
|
130 |
+
msgstr ""
|
131 |
+
|
132 |
+
#: gallery-plugin.php:277
|
133 |
+
msgid "Current window"
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: gallery-plugin.php:277
|
137 |
+
msgid "New window"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: gallery-plugin.php:278
|
141 |
+
#, fuzzy
|
142 |
+
msgid "Delete"
|
143 |
+
msgstr "تاریخ"
|
144 |
+
|
145 |
+
#: gallery-plugin.php:292
|
146 |
+
#, fuzzy
|
147 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
148 |
+
msgstr "شما میتوانید به برگه یا پست با افزودن shortcode به محتوا یک گالری اضافه کنید. "
|
149 |
+
|
150 |
+
#: gallery-plugin.php:294
|
151 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: gallery-plugin.php:478
|
155 |
msgid "Title"
|
156 |
msgstr "عنوان"
|
157 |
|
158 |
+
#: gallery-plugin.php:479
|
159 |
msgid "Author"
|
160 |
msgstr "سازنده"
|
161 |
|
162 |
+
#: gallery-plugin.php:480
|
163 |
+
#, fuzzy
|
164 |
+
msgid "Photo"
|
165 |
msgstr "عکسِ"
|
166 |
|
167 |
+
#: gallery-plugin.php:481
|
168 |
+
#, fuzzy
|
169 |
+
msgid "Publishing"
|
170 |
msgstr "عمومی"
|
171 |
|
172 |
+
#: gallery-plugin.php:482
|
173 |
+
#: gallery-plugin.php:912
|
174 |
msgid "Date"
|
175 |
msgstr "تاریخ"
|
176 |
|
177 |
+
#: gallery-plugin.php:630
|
178 |
msgid "Activated plugins"
|
179 |
msgstr "فعالسازی افزونه"
|
180 |
|
181 |
+
#: gallery-plugin.php:632
|
182 |
+
#: gallery-plugin.php:640
|
183 |
+
#: gallery-plugin.php:648
|
184 |
msgid "Read more"
|
185 |
msgstr "بیشتر..."
|
186 |
|
187 |
+
#: gallery-plugin.php:632
|
188 |
+
#: gallery-plugin.php:977
|
189 |
+
#: gallery-plugin.php:992
|
190 |
msgid "Settings"
|
191 |
msgstr "تنظیمات"
|
192 |
|
193 |
+
#: gallery-plugin.php:638
|
194 |
msgid "Installed plugins"
|
195 |
msgstr "نصب افزونه"
|
196 |
|
197 |
+
#: gallery-plugin.php:646
|
198 |
msgid "Recommended plugins"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: gallery-plugin.php:648
|
202 |
msgid "Download"
|
203 |
msgstr "دانلود"
|
204 |
|
205 |
+
#: gallery-plugin.php:648
|
206 |
#, php-format
|
207 |
msgid "Install %s"
|
208 |
msgstr "نصب %s"
|
209 |
|
210 |
+
#: gallery-plugin.php:648
|
211 |
msgid "Install now from wordpress.org"
|
212 |
msgstr "در حال نصب از سایت وردپرس"
|
213 |
|
214 |
+
#: gallery-plugin.php:650
|
215 |
+
#, fuzzy
|
216 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
217 |
+
msgstr "اگر شما سوالی دارید؛لطفا با ما با آدرس plugin@bestwebsoft.com تماس بگیرید یا فرم تماس مارا در سایتمان پر کنید و سوال خود را آنجا بنویسید."
|
|
|
|
|
|
|
218 |
|
219 |
+
#: gallery-plugin.php:688
|
220 |
+
#, fuzzy
|
221 |
+
msgid "See images »"
|
222 |
msgstr "»دیدن عکس;"
|
223 |
|
224 |
+
#: gallery-plugin.php:787
|
225 |
+
#, fuzzy
|
226 |
+
msgid "Settings are saved"
|
227 |
msgstr "تنظیمات ذخیره شد."
|
228 |
|
229 |
+
#: gallery-plugin.php:801
|
230 |
+
#, fuzzy
|
231 |
+
msgid "Gallery Settings"
|
232 |
msgstr "تنظیمات گالری"
|
233 |
|
234 |
+
#: gallery-plugin.php:804
|
235 |
+
#, fuzzy
|
236 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
237 |
+
msgstr "اگر میخواهید یک گالری جدید اضافه کنید ، کافیه shortcode را در نوشته یا برگه خود کپی کنید"
|
|
|
|
|
|
|
238 |
|
239 |
+
#: gallery-plugin.php:808
|
240 |
+
#, fuzzy
|
241 |
+
msgid "Image size for the album cover"
|
242 |
msgstr "اندازه دوره آلبوم گالری"
|
243 |
|
244 |
+
#: gallery-plugin.php:810
|
245 |
+
#: gallery-plugin.php:818
|
246 |
+
#: gallery-plugin.php:831
|
247 |
+
#, fuzzy
|
248 |
+
msgid "Image size"
|
249 |
msgstr " اندازه عکس"
|
250 |
|
251 |
+
#: gallery-plugin.php:811
|
252 |
+
#: gallery-plugin.php:819
|
253 |
msgid "Width (in px)"
|
254 |
msgstr "عرض (به pixels)"
|
255 |
|
256 |
+
#: gallery-plugin.php:812
|
257 |
+
#: gallery-plugin.php:820
|
258 |
msgid "Height (in px)"
|
259 |
msgstr "ارتفاع (به pixels)"
|
260 |
|
261 |
+
#: gallery-plugin.php:816
|
262 |
+
#, fuzzy
|
263 |
+
msgid "Gallery image size"
|
264 |
+
msgstr "گالری ها"
|
265 |
|
266 |
+
#: gallery-plugin.php:824
|
267 |
+
#, fuzzy
|
268 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
269 |
+
msgstr "وردپرس میتواند یک کپی از عکسهای بند انگشتی نوشته ها را با اندازه دلخواه بسازد وقتی شما یک عکس جدید را بار گذاری میکنید."
|
270 |
+
|
271 |
+
#: gallery-plugin.php:829
|
272 |
+
msgid "Gallery image size in the lightbox"
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: gallery-plugin.php:832
|
276 |
+
#, fuzzy
|
277 |
+
msgid "Max width (in px)"
|
278 |
+
msgstr "عرض (به pixels)"
|
279 |
+
|
280 |
+
#: gallery-plugin.php:833
|
281 |
+
#, fuzzy
|
282 |
+
msgid "Max height (in px)"
|
283 |
+
msgstr "ارتفاع (به pixels)"
|
284 |
+
|
285 |
+
#: gallery-plugin.php:834
|
286 |
+
msgid "Display a full size image in the lightbox"
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: gallery-plugin.php:838
|
290 |
+
msgid "Crop position"
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: gallery-plugin.php:840
|
294 |
+
msgid "Horizontal"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: gallery-plugin.php:842
|
298 |
+
msgid "left"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: gallery-plugin.php:843
|
302 |
+
#: gallery-plugin.php:850
|
303 |
+
msgid "center"
|
304 |
msgstr ""
|
|
|
|
|
305 |
|
306 |
+
#: gallery-plugin.php:844
|
307 |
+
msgid "right"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: gallery-plugin.php:847
|
311 |
+
msgid "Vertical"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: gallery-plugin.php:849
|
315 |
+
msgid "top"
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: gallery-plugin.php:851
|
319 |
+
msgid "bottom"
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: gallery-plugin.php:856
|
323 |
+
msgid "Lightbox background"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: gallery-plugin.php:858
|
327 |
+
msgid "Default"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: gallery-plugin.php:859
|
331 |
+
msgid "Background transparency (from 0 to 1)"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: gallery-plugin.php:861
|
335 |
+
msgid "Select a background color"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: gallery-plugin.php:863
|
339 |
+
msgid "Background color"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: gallery-plugin.php:870
|
343 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: gallery-plugin.php:877
|
347 |
+
msgid "Images with border"
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: gallery-plugin.php:880
|
351 |
+
msgid "Border width in px, just numbers"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: gallery-plugin.php:882
|
355 |
+
#: gallery-plugin.php:884
|
356 |
+
msgid "Select a border color"
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: gallery-plugin.php:890
|
360 |
+
#, fuzzy
|
361 |
+
msgid "Number of images in the row"
|
362 |
msgstr "تعداد عکسها در سطر"
|
363 |
|
364 |
+
#: gallery-plugin.php:896
|
365 |
msgid "Start slideshow"
|
366 |
msgstr "نمایش اسلایدشو"
|
367 |
|
368 |
+
#: gallery-plugin.php:902
|
369 |
msgid "Slideshow interval"
|
370 |
msgstr "فاصله بین اسلایدشو"
|
371 |
|
372 |
+
#: gallery-plugin.php:910
|
373 |
+
#, fuzzy
|
374 |
+
msgid "Attachment ID"
|
375 |
msgstr "ای دی سنجاق شده "
|
376 |
|
377 |
+
#: gallery-plugin.php:911
|
378 |
+
#, fuzzy
|
379 |
+
msgid "Image Name"
|
380 |
+
msgstr "عکس "
|
|
|
|
|
|
|
381 |
|
382 |
+
#: gallery-plugin.php:913
|
383 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
|
|
|
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: gallery-plugin.php:914
|
387 |
+
#, fuzzy
|
388 |
+
msgid "Random"
|
389 |
msgstr "تصادفی"
|
390 |
|
391 |
+
#: gallery-plugin.php:918
|
392 |
+
#, fuzzy
|
393 |
+
msgid "Sort images"
|
394 |
+
msgstr "تعداد عکسها در سطر"
|
395 |
|
396 |
+
#: gallery-plugin.php:920
|
397 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:921
|
401 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: gallery-plugin.php:925
|
405 |
+
msgid "Display text above the image"
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: gallery-plugin.php:927
|
409 |
+
msgid "If you want to display text just in a lightbox"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: gallery-plugin.php:931
|
413 |
+
#, fuzzy
|
414 |
+
msgid "Display the Back link"
|
415 |
msgstr "نشان دادن لینک برگشت"
|
416 |
|
417 |
+
#: gallery-plugin.php:937
|
418 |
+
#, fuzzy
|
419 |
+
msgid "Display the Back link in the shortcode"
|
420 |
msgstr "نشان دادن لینک برگشت در شرت کد"
|
421 |
|
422 |
+
#: gallery-plugin.php:943
|
423 |
+
msgid "The Back link text"
|
424 |
+
msgstr ""
|
425 |
+
|
426 |
+
#: gallery-plugin.php:949
|
427 |
+
msgid "The Back link URL"
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: gallery-plugin.php:951
|
431 |
+
msgid "Gallery page (Page with Gallery Template)"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: gallery-plugin.php:953
|
435 |
+
msgid "(Full URL to custom page)"
|
436 |
+
msgstr ""
|
437 |
|
438 |
+
#: gallery-plugin.php:957
|
439 |
+
#, fuzzy
|
440 |
+
msgid "The Read More link text"
|
441 |
msgstr "برچسب برای لینک بیشتر..."
|
442 |
|
443 |
+
#: gallery-plugin.php:965
|
444 |
msgid "Save Changes"
|
445 |
msgstr "ذخیره تنظیمات"
|
446 |
|
447 |
+
#: gallery-plugin.php:978
|
448 |
msgid "FAQ"
|
449 |
msgstr "FAQ"
|
450 |
|
451 |
+
#: gallery-plugin.php:979
|
452 |
msgid "Support"
|
453 |
msgstr "پشتیبانی"
|
454 |
|
455 |
+
#: gallery-plugin.php:1186
|
456 |
+
#: template/gallery-single-template.php:76
|
457 |
+
#, fuzzy
|
458 |
+
msgid "Sorry, nothing found."
|
459 |
msgstr "متاسفم؛چیزی یافت نشد"
|
460 |
|
461 |
+
#: gallery-plugin.php:1208
|
462 |
+
#: template/gallery-single-template.php:101
|
463 |
+
msgid "Download high resolution image"
|
464 |
+
msgstr ""
|
465 |
+
|
466 |
+
#: template/gallery-single-template.php:101
|
467 |
+
#, fuzzy
|
468 |
+
msgid "Image"
|
469 |
msgstr "عکس "
|
470 |
+
|
471 |
+
#~ msgid "Add New"
|
472 |
+
#~ msgstr "اضافه کردن"
|
473 |
+
#~ msgid "Search Galleries"
|
474 |
+
#~ msgstr "جستجودر گالریها"
|
475 |
+
#~ msgid "Please do not forget to select "
|
476 |
+
#~ msgstr "لطفا انتخاب را فراموش نکنید."
|
477 |
+
#~ msgid "Attachments order by"
|
478 |
+
#~ msgstr "الصاق(Attachments ) به سفارش"
|
479 |
+
#~ msgid "Size for gallery image"
|
480 |
+
#~ msgstr "اندازه عکسهای گالری"
|
481 |
+
#~ msgid "attachment title"
|
482 |
+
#~ msgstr "عنوان سنجاق شده"
|
483 |
+
#~ msgid "date"
|
484 |
+
#~ msgstr "تاریخ"
|
485 |
+
#~ msgid "Label for Return link"
|
486 |
+
#~ msgstr "برپسبهای لینگ برگشتی"
|
487 |
+
|
languages/gallery-fr_FR.mo
CHANGED
Binary file
|
languages/gallery-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -13,12 +13,12 @@ msgstr ""
|
|
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
|
17 |
-
"X-Generator: Poedit 1.5.
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: gallery-plugin.php:103
|
21 |
-
#: gallery-plugin.php:
|
22 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
23 |
msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
|
24 |
|
@@ -28,13 +28,13 @@ msgid "Galleries"
|
|
28 |
msgstr "Galeries"
|
29 |
|
30 |
#: gallery-plugin.php:128
|
31 |
-
#: gallery-plugin.php:
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
msgid "Add
|
37 |
-
msgstr "Ajouter"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
@@ -53,11 +53,11 @@ msgid "View Gallery"
|
|
53 |
msgstr "Voir la galerie"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
msgid "
|
57 |
-
msgstr "
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
msgid "No
|
61 |
msgstr "Pas de galeries trouvées"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -69,11 +69,11 @@ msgid "Gallery Shortcode"
|
|
69 |
msgstr "Gallery Shortcode"
|
70 |
|
71 |
#: gallery-plugin.php:209
|
72 |
-
msgid "The gallery temp directory (gallery-plugin/upload/files) not
|
73 |
msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
|
74 |
|
75 |
#: gallery-plugin.php:213
|
76 |
-
msgid "Choose an image
|
77 |
msgstr "Choisir l'image à envoyer :"
|
78 |
|
79 |
#: gallery-plugin.php:218
|
@@ -81,270 +81,388 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
81 |
msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
|
82 |
|
83 |
#: gallery-plugin.php:225
|
84 |
-
msgid "Allow download link for images in this gallery"
|
85 |
msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
|
86 |
|
87 |
#: gallery-plugin.php:226
|
88 |
-
msgid "Please use drag and drop function to change
|
89 |
msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
|
90 |
|
91 |
#: gallery-plugin.php:228
|
92 |
-
msgid "Please
|
93 |
-
msgstr "Merci de
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
-
#: gallery-plugin.php:
|
97 |
-
msgid "
|
98 |
-
msgstr "
|
99 |
|
100 |
#: gallery-plugin.php:228
|
101 |
-
msgid "
|
102 |
-
msgstr "
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
-
msgid "
|
106 |
-
msgstr "dans les paramètres du plugin (
|
107 |
|
108 |
#: gallery-plugin.php:275
|
109 |
-
msgid "
|
110 |
-
msgstr "URL
|
111 |
|
112 |
#: gallery-plugin.php:275
|
113 |
-
msgid "(
|
114 |
msgstr "(cliquer sur l'image<br /> ouvre le lien dans une nouvelle fenêtre)"
|
115 |
|
116 |
#: gallery-plugin.php:276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
msgid "Delete"
|
118 |
msgstr "Supprimer"
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
-
msgid "You can add
|
122 |
msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
-
msgid "If you want to
|
126 |
-
msgstr "Si vous voulez avoir un bref
|
127 |
|
128 |
-
#: gallery-plugin.php:
|
129 |
msgid "Title"
|
130 |
msgstr "Titre"
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
msgid "Author"
|
134 |
msgstr "Auteur"
|
135 |
|
136 |
-
#: gallery-plugin.php:
|
137 |
-
msgid "Photo
|
138 |
-
msgstr "Photo
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
-
msgid "
|
142 |
msgstr "Public"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
|
|
145 |
msgid "Date"
|
146 |
msgstr "Date"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Activated plugins"
|
150 |
msgstr "Extensions activées"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Read more"
|
156 |
msgstr "Lire plus..."
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
-
#: gallery-plugin.php:
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Settings"
|
162 |
msgstr "Paramètres"
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Installed plugins"
|
166 |
msgstr "Extensions installées"
|
167 |
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Recommended plugins"
|
170 |
msgstr "Extensions recommandées"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Download"
|
174 |
msgstr "Télécharger"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
#, php-format
|
178 |
msgid "Install %s"
|
179 |
msgstr "Installation %s"
|
180 |
|
181 |
-
#: gallery-plugin.php:
|
182 |
msgid "Install now from wordpress.org"
|
183 |
msgstr "Installation à partir de wordpress.org"
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
186 |
-
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill
|
187 |
msgstr "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft.com ou remplissez le formulaire de contact sur notre site"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
-
msgid "See
|
191 |
-
msgstr "Voir
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
-
msgid "Gallery
|
199 |
-
msgstr "
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
-
msgid "If you would like to add a Single Gallery to your page or post, just copy and
|
203 |
msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
-
msgid "
|
207 |
msgstr "Taille de la vignette de l'album"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
-
#: gallery-plugin.php:
|
211 |
-
|
212 |
-
|
|
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "Width (in px)"
|
217 |
msgstr "Largeur (en pixels)"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
-
#: gallery-plugin.php:
|
221 |
msgid "Height (in px)"
|
222 |
msgstr "Hauteur (en pixels)"
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
-
msgid "
|
226 |
-
msgstr "Taille de
|
227 |
|
228 |
-
#: gallery-plugin.php:
|
229 |
-
msgid "WordPress will create a
|
230 |
-
msgstr "WordPress créera une copie de la miniature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
msgid "Images with border"
|
234 |
msgstr "Image avec bordure"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
msgid "Border width in px, just numbers"
|
238 |
msgstr "Taille de la bordure en pixel, juste le nombre"
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
-
#: gallery-plugin.php:
|
242 |
-
msgid "Select
|
243 |
msgstr "Choisir une couleur pour la bordure"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
msgid "
|
247 |
msgstr "Nombre d'images par ligne"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Start slideshow"
|
251 |
msgstr "Démarer le diaporama"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "Slideshow interval"
|
255 |
msgstr "Interval de transition pour le diaporama"
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
-
msgid "
|
259 |
-
msgstr "
|
260 |
-
|
261 |
-
#: gallery-plugin.php:857
|
262 |
-
msgid "attachment title"
|
263 |
-
msgstr "titre du fichier"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
-
msgid "
|
267 |
-
msgstr "
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
-
msgid "
|
271 |
-
msgstr "
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
-
msgid "
|
275 |
-
msgstr "
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
-
msgid "
|
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 "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
287 |
msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
-
msgid "Display text above image"
|
291 |
msgstr "Aficher le texte au dessus de l'image"
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
294 |
msgid "If you want to display text just in a lightbox"
|
295 |
msgstr "Si vous voulez juste afficher du texte dans un boite"
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
-
msgid "Display
|
299 |
msgstr "Afficher le lien de retour"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
-
msgid "Display
|
303 |
msgstr "Afficher le lien de retour dans le code court"
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
-
msgid "
|
307 |
-
msgstr "
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
-
msgid "
|
311 |
-
msgstr "URL
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Gallery page (Page with Gallery Template)"
|
315 |
-
msgstr "Page de la
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "(Full URL to custom page)"
|
319 |
msgstr "(URL complète pour la page spécifique)"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
-
msgid "
|
323 |
msgstr "Texte pour le lien \"Read More\""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Save Changes"
|
327 |
msgstr "Sauvegarder"
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "FAQ"
|
331 |
msgstr "FAQ"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "Support"
|
335 |
msgstr "Soutien"
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
#: template/gallery-single-template.php:76
|
339 |
-
msgid "Sorry
|
340 |
-
msgstr "Désolé, rien
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
#: template/gallery-single-template.php:101
|
344 |
-
msgid "Download
|
345 |
msgstr "Télécharger l'image en haute résolution"
|
346 |
|
347 |
#: template/gallery-single-template.php:101
|
348 |
-
msgid "Image
|
349 |
msgstr "Image "
|
350 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
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.5\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: gallery-plugin.php:103
|
21 |
+
#: gallery-plugin.php:794
|
22 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
23 |
msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
|
24 |
|
28 |
msgstr "Galeries"
|
29 |
|
30 |
#: gallery-plugin.php:128
|
31 |
+
#: gallery-plugin.php:661
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galerie"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Ajouter une galerie"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Voir la galerie"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
msgid "Find a Gallery"
|
57 |
+
msgstr "Trouver une galerie"
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
+
msgid "No Gallery found"
|
61 |
msgstr "Pas de galeries trouvées"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
69 |
msgstr "Gallery Shortcode"
|
70 |
|
71 |
#: gallery-plugin.php:209
|
72 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
73 |
msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
|
74 |
|
75 |
#: gallery-plugin.php:213
|
76 |
+
msgid "Choose an image for upload:"
|
77 |
msgstr "Choisir l'image à envoyer :"
|
78 |
|
79 |
#: gallery-plugin.php:218
|
81 |
msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
|
82 |
|
83 |
#: gallery-plugin.php:225
|
84 |
+
msgid "Allow the download link for all images in this gallery"
|
85 |
msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
|
86 |
|
87 |
#: gallery-plugin.php:226
|
88 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
89 |
msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
|
90 |
|
91 |
#: gallery-plugin.php:228
|
92 |
+
msgid "Please make a choice"
|
93 |
+
msgstr "Merci de faire un choix"
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
#: gallery-plugin.php:908
|
97 |
+
msgid "Sort images by"
|
98 |
+
msgstr "Trier les images par"
|
99 |
|
100 |
#: gallery-plugin.php:228
|
101 |
+
msgid "sort images"
|
102 |
+
msgstr "trier les images"
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
+
msgid "on the plugin settings page ("
|
106 |
+
msgstr "dans les paramètres du plugin ("
|
107 |
|
108 |
#: gallery-plugin.php:275
|
109 |
+
msgid "URL"
|
110 |
+
msgstr "URL"
|
111 |
|
112 |
#: gallery-plugin.php:275
|
113 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
114 |
msgstr "(cliquer sur l'image<br /> ouvre le lien dans une nouvelle fenêtre)"
|
115 |
|
116 |
#: gallery-plugin.php:276
|
117 |
+
msgid "This setting is available in Pro version"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: gallery-plugin.php:277
|
121 |
+
msgid "Open the link"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: gallery-plugin.php:277
|
125 |
+
msgid "Current window"
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: gallery-plugin.php:277
|
129 |
+
msgid "New window"
|
130 |
+
msgstr ""
|
131 |
+
|
132 |
+
#: gallery-plugin.php:278
|
133 |
msgid "Delete"
|
134 |
msgstr "Supprimer"
|
135 |
|
136 |
+
#: gallery-plugin.php:292
|
137 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
138 |
msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
|
139 |
|
140 |
+
#: gallery-plugin.php:294
|
141 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
142 |
+
msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
|
143 |
|
144 |
+
#: gallery-plugin.php:478
|
145 |
msgid "Title"
|
146 |
msgstr "Titre"
|
147 |
|
148 |
+
#: gallery-plugin.php:479
|
149 |
msgid "Author"
|
150 |
msgstr "Auteur"
|
151 |
|
152 |
+
#: gallery-plugin.php:480
|
153 |
+
msgid "Photo"
|
154 |
+
msgstr "Photo"
|
155 |
|
156 |
+
#: gallery-plugin.php:481
|
157 |
+
msgid "Publishing"
|
158 |
msgstr "Public"
|
159 |
|
160 |
+
#: gallery-plugin.php:482
|
161 |
+
#: gallery-plugin.php:912
|
162 |
msgid "Date"
|
163 |
msgstr "Date"
|
164 |
|
165 |
+
#: gallery-plugin.php:630
|
166 |
msgid "Activated plugins"
|
167 |
msgstr "Extensions activées"
|
168 |
|
169 |
+
#: gallery-plugin.php:632
|
170 |
+
#: gallery-plugin.php:640
|
171 |
+
#: gallery-plugin.php:648
|
172 |
msgid "Read more"
|
173 |
msgstr "Lire plus..."
|
174 |
|
175 |
+
#: gallery-plugin.php:632
|
176 |
+
#: gallery-plugin.php:977
|
177 |
+
#: gallery-plugin.php:992
|
178 |
msgid "Settings"
|
179 |
msgstr "Paramètres"
|
180 |
|
181 |
+
#: gallery-plugin.php:638
|
182 |
msgid "Installed plugins"
|
183 |
msgstr "Extensions installées"
|
184 |
|
185 |
+
#: gallery-plugin.php:646
|
186 |
msgid "Recommended plugins"
|
187 |
msgstr "Extensions recommandées"
|
188 |
|
189 |
+
#: gallery-plugin.php:648
|
190 |
msgid "Download"
|
191 |
msgstr "Télécharger"
|
192 |
|
193 |
+
#: gallery-plugin.php:648
|
194 |
#, php-format
|
195 |
msgid "Install %s"
|
196 |
msgstr "Installation %s"
|
197 |
|
198 |
+
#: gallery-plugin.php:648
|
199 |
msgid "Install now from wordpress.org"
|
200 |
msgstr "Installation à partir de wordpress.org"
|
201 |
|
202 |
+
#: gallery-plugin.php:650
|
203 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
204 |
msgstr "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft.com ou remplissez le formulaire de contact sur notre site"
|
205 |
|
206 |
+
#: gallery-plugin.php:688
|
207 |
+
msgid "See images »"
|
208 |
+
msgstr "Voir les images »"
|
209 |
|
210 |
+
#: gallery-plugin.php:787
|
211 |
+
msgid "Settings are saved"
|
212 |
+
msgstr "Paramètres sauvegardés."
|
213 |
|
214 |
+
#: gallery-plugin.php:801
|
215 |
+
msgid "Gallery Settings"
|
216 |
+
msgstr "Paramètres de la galerie"
|
217 |
|
218 |
+
#: gallery-plugin.php:804
|
219 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
220 |
msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
|
221 |
|
222 |
+
#: gallery-plugin.php:808
|
223 |
+
msgid "Image size for the album cover"
|
224 |
msgstr "Taille de la vignette de l'album"
|
225 |
|
226 |
+
#: gallery-plugin.php:810
|
227 |
+
#: gallery-plugin.php:818
|
228 |
+
#: gallery-plugin.php:831
|
229 |
+
msgid "Image size"
|
230 |
+
msgstr "Taille de l'image"
|
231 |
|
232 |
+
#: gallery-plugin.php:811
|
233 |
+
#: gallery-plugin.php:819
|
234 |
msgid "Width (in px)"
|
235 |
msgstr "Largeur (en pixels)"
|
236 |
|
237 |
+
#: gallery-plugin.php:812
|
238 |
+
#: gallery-plugin.php:820
|
239 |
msgid "Height (in px)"
|
240 |
msgstr "Hauteur (en pixels)"
|
241 |
|
242 |
+
#: gallery-plugin.php:816
|
243 |
+
msgid "Gallery image size"
|
244 |
+
msgstr "Taille de l'image de la galerie"
|
245 |
|
246 |
+
#: gallery-plugin.php:824
|
247 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
248 |
+
msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
|
249 |
+
|
250 |
+
#: gallery-plugin.php:829
|
251 |
+
#, fuzzy
|
252 |
+
msgid "Gallery image size in the lightbox"
|
253 |
+
msgstr "Taille de l'image de la galerie"
|
254 |
+
|
255 |
+
#: gallery-plugin.php:832
|
256 |
+
#, fuzzy
|
257 |
+
msgid "Max width (in px)"
|
258 |
+
msgstr "Largeur (en pixels)"
|
259 |
+
|
260 |
+
#: gallery-plugin.php:833
|
261 |
+
#, fuzzy
|
262 |
+
msgid "Max height (in px)"
|
263 |
+
msgstr "Hauteur (en pixels)"
|
264 |
+
|
265 |
+
#: gallery-plugin.php:834
|
266 |
+
msgid "Display a full size image in the lightbox"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: gallery-plugin.php:838
|
270 |
+
msgid "Crop position"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: gallery-plugin.php:840
|
274 |
+
msgid "Horizontal"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: gallery-plugin.php:842
|
278 |
+
#, fuzzy
|
279 |
+
msgid "left"
|
280 |
+
msgstr "Supprimer"
|
281 |
|
282 |
+
#: gallery-plugin.php:843
|
283 |
+
#: gallery-plugin.php:850
|
284 |
+
msgid "center"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: gallery-plugin.php:844
|
288 |
+
msgid "right"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: gallery-plugin.php:847
|
292 |
+
msgid "Vertical"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: gallery-plugin.php:849
|
296 |
+
msgid "top"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: gallery-plugin.php:851
|
300 |
+
msgid "bottom"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: gallery-plugin.php:856
|
304 |
+
msgid "Lightbox background"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: gallery-plugin.php:858
|
308 |
+
#, fuzzy
|
309 |
+
msgid "Default"
|
310 |
+
msgstr "Supprimer"
|
311 |
+
|
312 |
+
#: gallery-plugin.php:859
|
313 |
+
msgid "Background transparency (from 0 to 1)"
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: gallery-plugin.php:861
|
317 |
+
#, fuzzy
|
318 |
+
msgid "Select a background color"
|
319 |
+
msgstr "Choisir une couleur pour la bordure"
|
320 |
+
|
321 |
+
#: gallery-plugin.php:863
|
322 |
+
msgid "Background color"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: gallery-plugin.php:870
|
326 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:877
|
330 |
msgid "Images with border"
|
331 |
msgstr "Image avec bordure"
|
332 |
|
333 |
+
#: gallery-plugin.php:880
|
334 |
msgid "Border width in px, just numbers"
|
335 |
msgstr "Taille de la bordure en pixel, juste le nombre"
|
336 |
|
337 |
+
#: gallery-plugin.php:882
|
338 |
+
#: gallery-plugin.php:884
|
339 |
+
msgid "Select a border color"
|
340 |
msgstr "Choisir une couleur pour la bordure"
|
341 |
|
342 |
+
#: gallery-plugin.php:890
|
343 |
+
msgid "Number of images in the row"
|
344 |
msgstr "Nombre d'images par ligne"
|
345 |
|
346 |
+
#: gallery-plugin.php:896
|
347 |
msgid "Start slideshow"
|
348 |
msgstr "Démarer le diaporama"
|
349 |
|
350 |
+
#: gallery-plugin.php:902
|
351 |
msgid "Slideshow interval"
|
352 |
msgstr "Interval de transition pour le diaporama"
|
353 |
|
354 |
+
#: gallery-plugin.php:910
|
355 |
+
msgid "Attachment ID"
|
356 |
+
msgstr "ID du fichier"
|
|
|
|
|
|
|
|
|
357 |
|
358 |
+
#: gallery-plugin.php:911
|
359 |
+
msgid "Image Name"
|
360 |
+
msgstr "Nom de l'image "
|
361 |
|
362 |
+
#: gallery-plugin.php:913
|
363 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
364 |
+
msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
|
365 |
|
366 |
+
#: gallery-plugin.php:914
|
367 |
+
msgid "Random"
|
368 |
+
msgstr "Aléatoire"
|
369 |
|
370 |
+
#: gallery-plugin.php:918
|
371 |
+
msgid "Sort images"
|
372 |
+
msgstr "Trier les images"
|
373 |
|
374 |
+
#: gallery-plugin.php:920
|
375 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
376 |
msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
|
377 |
|
378 |
+
#: gallery-plugin.php:921
|
379 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
380 |
msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
381 |
|
382 |
+
#: gallery-plugin.php:925
|
383 |
+
msgid "Display text above the image"
|
384 |
msgstr "Aficher le texte au dessus de l'image"
|
385 |
|
386 |
+
#: gallery-plugin.php:927
|
387 |
msgid "If you want to display text just in a lightbox"
|
388 |
msgstr "Si vous voulez juste afficher du texte dans un boite"
|
389 |
|
390 |
+
#: gallery-plugin.php:931
|
391 |
+
msgid "Display the Back link"
|
392 |
msgstr "Afficher le lien de retour"
|
393 |
|
394 |
+
#: gallery-plugin.php:937
|
395 |
+
msgid "Display the Back link in the shortcode"
|
396 |
msgstr "Afficher le lien de retour dans le code court"
|
397 |
|
398 |
+
#: gallery-plugin.php:943
|
399 |
+
msgid "The Back link text"
|
400 |
+
msgstr "Le text pour le lien de retour"
|
401 |
|
402 |
+
#: gallery-plugin.php:949
|
403 |
+
msgid "The Back link URL"
|
404 |
+
msgstr "L'URL pour le lien de retour"
|
405 |
|
406 |
+
#: gallery-plugin.php:951
|
407 |
msgid "Gallery page (Page with Gallery Template)"
|
408 |
+
msgstr "Page de la galerie (Page avec le modèle de galerie)"
|
409 |
|
410 |
+
#: gallery-plugin.php:953
|
411 |
msgid "(Full URL to custom page)"
|
412 |
msgstr "(URL complète pour la page spécifique)"
|
413 |
|
414 |
+
#: gallery-plugin.php:957
|
415 |
+
msgid "The Read More link text"
|
416 |
msgstr "Texte pour le lien \"Read More\""
|
417 |
|
418 |
+
#: gallery-plugin.php:965
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Sauvegarder"
|
421 |
|
422 |
+
#: gallery-plugin.php:978
|
423 |
msgid "FAQ"
|
424 |
msgstr "FAQ"
|
425 |
|
426 |
+
#: gallery-plugin.php:979
|
427 |
msgid "Support"
|
428 |
msgstr "Soutien"
|
429 |
|
430 |
+
#: gallery-plugin.php:1186
|
431 |
#: template/gallery-single-template.php:76
|
432 |
+
msgid "Sorry, nothing found."
|
433 |
+
msgstr "Désolé, rien n'a été trouvé"
|
434 |
|
435 |
+
#: gallery-plugin.php:1208
|
436 |
#: template/gallery-single-template.php:101
|
437 |
+
msgid "Download high resolution image"
|
438 |
msgstr "Télécharger l'image en haute résolution"
|
439 |
|
440 |
#: template/gallery-single-template.php:101
|
441 |
+
msgid "Image"
|
442 |
msgstr "Image "
|
443 |
|
444 |
+
#~ msgid "Add New"
|
445 |
+
#~ msgstr "Ajouter"
|
446 |
+
#~ msgid "Search Galleries"
|
447 |
+
#~ msgstr "Rechercher une galerie"
|
448 |
+
#~ msgid "Please do not forget to select "
|
449 |
+
#~ msgstr "Merci de ne pas oublier de sélectionner"
|
450 |
+
#~ msgid "Attachments order by"
|
451 |
+
#~ msgstr "Fichiers trier par"
|
452 |
+
#~ msgid "attachments order"
|
453 |
+
#~ msgstr "ordre des fichiers"
|
454 |
+
#~ msgid "Link URL"
|
455 |
+
#~ msgstr "URL du lien"
|
456 |
+
#~ msgid "Size for gallery image"
|
457 |
+
#~ msgstr "Taille de la vignette de la galerie"
|
458 |
+
#~ msgid "attachment title"
|
459 |
+
#~ msgstr "titre du fichier"
|
460 |
+
#~ msgid "date"
|
461 |
+
#~ msgstr "date"
|
462 |
+
#~ msgid "Attachments order"
|
463 |
+
#~ msgstr "Ordre des fichiers"
|
464 |
+
#~ msgid "Label for Return link"
|
465 |
+
#~ msgstr "Texte du lien de retour"
|
466 |
+
#~ msgid "URL for Return link"
|
467 |
+
#~ msgstr "URL du lien de retour"
|
468 |
+
|
languages/gallery-he_IL.mo
CHANGED
Binary file
|
languages/gallery-he_IL.po
CHANGED
@@ -2,49 +2,45 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
-
"Language: he_IL\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
"X-Poedit-Basepath: ../\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ gallery
|
23 |
-
#: gallery-plugin.php:103
|
24 |
-
|
25 |
-
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
26 |
-
"php\"
|
27 |
-
"the directory `/wp-content/plugins/gallery-plugin/template/` to the "
|
28 |
-
"directory of your theme for the correct work of the Gallery plugin"
|
29 |
-
msgstr ""
|
30 |
-
"הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא "
|
31 |
-
"נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/"
|
32 |
-
"gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
|
33 |
|
34 |
# @ gallery
|
35 |
-
#: gallery-plugin.php:127
|
|
|
36 |
msgid "Galleries"
|
37 |
msgstr "גלריות"
|
38 |
|
39 |
# @ gallery
|
40 |
-
#: gallery-plugin.php:128
|
|
|
41 |
msgid "Gallery"
|
42 |
msgstr "גלריה"
|
43 |
|
44 |
# @ gallery
|
45 |
#: gallery-plugin.php:129
|
46 |
-
|
47 |
-
|
|
|
48 |
|
49 |
# @ gallery
|
50 |
#: gallery-plugin.php:130
|
@@ -68,12 +64,14 @@ msgstr "הצג גלריה"
|
|
68 |
|
69 |
# @ gallery
|
70 |
#: gallery-plugin.php:134
|
71 |
-
|
72 |
-
|
|
|
73 |
|
74 |
# @ gallery
|
75 |
#: gallery-plugin.php:135
|
76 |
-
|
|
|
77 |
msgstr "לא נמצאו גלריות"
|
78 |
|
79 |
# @ gallery
|
@@ -88,17 +86,14 @@ msgstr "קיצור קוד גלריה"
|
|
88 |
|
89 |
# @ gallery
|
90 |
#: gallery-plugin.php:209
|
91 |
-
|
92 |
-
"The gallery temp directory (gallery-plugin/upload/files) not
|
93 |
-
"
|
94 |
-
"(media library)"
|
95 |
-
msgstr ""
|
96 |
-
"אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת "
|
97 |
-
"שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
|
98 |
|
99 |
# @ gallery
|
100 |
#: gallery-plugin.php:213
|
101 |
-
|
|
|
102 |
msgstr "בחר תמונה להעלאה:"
|
103 |
|
104 |
# @ gallery
|
@@ -107,331 +102,458 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
107 |
msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
|
108 |
|
109 |
#: gallery-plugin.php:225
|
110 |
-
msgid "Allow download link for images in this gallery"
|
111 |
msgstr ""
|
112 |
|
113 |
#: gallery-plugin.php:226
|
114 |
-
msgid ""
|
115 |
-
"Please use drag and drop function to change the order of the output of "
|
116 |
-
"images and do not forget to save post."
|
117 |
msgstr ""
|
118 |
|
119 |
#: gallery-plugin.php:228
|
120 |
-
msgid "Please
|
121 |
msgstr ""
|
122 |
|
123 |
# @ gallery
|
124 |
-
#: gallery-plugin.php:228
|
125 |
-
|
126 |
-
|
|
|
|
|
127 |
|
128 |
# @ gallery
|
129 |
#: gallery-plugin.php:228
|
130 |
-
|
131 |
-
|
|
|
132 |
|
133 |
#: gallery-plugin.php:228
|
134 |
-
msgid "
|
135 |
msgstr ""
|
136 |
|
137 |
#: gallery-plugin.php:275
|
138 |
-
msgid "
|
139 |
msgstr ""
|
140 |
|
141 |
#: gallery-plugin.php:275
|
142 |
-
msgid "(
|
143 |
msgstr ""
|
144 |
|
145 |
#: gallery-plugin.php:276
|
146 |
-
msgid "
|
147 |
msgstr ""
|
148 |
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
msgstr ""
|
155 |
-
"אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד "
|
156 |
-
"בתוכן"
|
157 |
|
|
|
158 |
#: gallery-plugin.php:292
|
159 |
-
|
160 |
-
"
|
161 |
-
"
|
|
|
|
|
|
|
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 |
-
|
|
|
177 |
msgstr "של התמונה"
|
178 |
|
179 |
# @ gallery
|
180 |
-
#: gallery-plugin.php:
|
181 |
-
|
|
|
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 |
-
|
233 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
234 |
-
"
|
235 |
-
msgstr ""
|
236 |
-
"אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא "
|
237 |
-
"את טופס יצירת הקשר באתר שלנו"
|
238 |
|
239 |
# @ gallery
|
240 |
-
#: gallery-plugin.php:
|
241 |
-
|
|
|
242 |
msgstr "ראו תמונה »"
|
243 |
|
244 |
# @ gallery
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
|
|
|
247 |
msgstr "האפשרויות נשמרו."
|
248 |
|
249 |
# @ gallery
|
250 |
-
#: gallery-plugin.php:
|
251 |
-
|
|
|
252 |
msgstr "אפשרויות גלריה"
|
253 |
|
254 |
# @ gallery
|
255 |
-
#: gallery-plugin.php:
|
256 |
-
|
257 |
-
"If you would like to add a Single Gallery to your page or post, just copy "
|
258 |
-
"
|
259 |
-
msgstr ""
|
260 |
-
"אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור "
|
261 |
-
"הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
|
262 |
|
263 |
# @ gallery
|
264 |
-
#: gallery-plugin.php:
|
265 |
-
|
|
|
266 |
msgstr "גודל הכריכה של האלבום של הגלריה"
|
267 |
|
268 |
# @ gallery
|
269 |
-
#: gallery-plugin.php:
|
270 |
-
|
|
|
|
|
|
|
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 |
-
|
286 |
-
|
|
|
287 |
|
288 |
# @ gallery
|
289 |
-
#: gallery-plugin.php:
|
290 |
-
|
291 |
-
"WordPress will create a
|
292 |
-
"
|
|
|
|
|
|
|
293 |
msgstr ""
|
294 |
-
"וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה "
|
295 |
-
"תמונה חדשה."
|
296 |
|
297 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
msgid "Images with border"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Border width in px, just numbers"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
-
|
|
|
307 |
msgstr ""
|
308 |
|
309 |
# @ gallery
|
310 |
-
#: gallery-plugin.php:
|
311 |
-
|
|
|
312 |
msgstr "מספר תמונות בשורה"
|
313 |
|
314 |
# @ gallery
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "Start slideshow"
|
317 |
msgstr "התחל מצגת"
|
318 |
|
319 |
# @ gallery
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Slideshow interval"
|
322 |
msgstr "מרווח מצגת"
|
323 |
|
324 |
# @ gallery
|
325 |
-
#: gallery-plugin.php:
|
326 |
-
|
|
|
327 |
msgstr "מזהה קובץ מצורף"
|
328 |
|
329 |
# @ gallery
|
330 |
-
#: gallery-plugin.php:
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
# @ gallery
|
335 |
-
#: gallery-plugin.php:857
|
336 |
-
msgid "date"
|
337 |
-
msgstr "תאריך"
|
338 |
|
339 |
# @ gallery
|
340 |
-
#: gallery-plugin.php:
|
341 |
-
|
342 |
-
"
|
343 |
-
"
|
344 |
-
msgstr ""
|
345 |
-
"סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
|
346 |
|
347 |
# @ gallery
|
348 |
-
#: gallery-plugin.php:
|
349 |
-
|
|
|
350 |
msgstr "אקראי"
|
351 |
|
352 |
# @ gallery
|
353 |
-
#: gallery-plugin.php:
|
354 |
-
|
355 |
-
|
|
|
356 |
|
357 |
# @ gallery
|
358 |
-
#: gallery-plugin.php:
|
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:
|
364 |
-
msgid ""
|
365 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
366 |
msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
|
367 |
|
368 |
-
#: gallery-plugin.php:
|
369 |
-
msgid "Display text above image"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: gallery-plugin.php:
|
373 |
msgid "If you want to display text just in a lightbox"
|
374 |
msgstr ""
|
375 |
|
376 |
# @ gallery
|
377 |
-
#: gallery-plugin.php:
|
378 |
-
|
|
|
379 |
msgstr "הצג קישור חזרה"
|
380 |
|
381 |
# @ gallery
|
382 |
-
#: gallery-plugin.php:
|
383 |
-
|
|
|
384 |
msgstr "הצג קישור חזרה בקיצור הקוד"
|
385 |
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
msgstr "תוית לקישור חזרה"
|
390 |
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
msgid "URL for Return link"
|
395 |
-
msgstr "תוית לקישור חזרה"
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
msgid "Gallery page (Page with Gallery Template)"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: gallery-plugin.php:
|
402 |
msgid "(Full URL to custom page)"
|
403 |
msgstr ""
|
404 |
|
405 |
-
|
406 |
-
|
407 |
-
msgid "Label for Read More link"
|
408 |
msgstr ""
|
409 |
|
410 |
# @ default
|
411 |
-
#: gallery-plugin.php:
|
412 |
msgid "Save Changes"
|
413 |
msgstr "שמור שינויים"
|
414 |
|
415 |
# @ gallery
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "FAQ"
|
418 |
msgstr "שאלות ותשובות"
|
419 |
|
420 |
# @ gallery
|
421 |
-
#: gallery-plugin.php:
|
422 |
msgid "Support"
|
423 |
msgstr "תמיכה"
|
424 |
|
425 |
# @ gallery
|
426 |
-
#: gallery-plugin.php:
|
427 |
-
|
|
|
|
|
428 |
msgstr "מצטערים, אין מה למצוא."
|
429 |
|
430 |
-
#: gallery-plugin.php:
|
431 |
-
|
|
|
432 |
msgstr ""
|
433 |
|
434 |
# @ gallery
|
435 |
#: template/gallery-single-template.php:101
|
436 |
-
|
|
|
437 |
msgstr "תמונה "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: he_IL\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
|
|
16 |
"X-Poedit-Basepath: ../\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ gallery
|
22 |
+
#: gallery-plugin.php:103
|
23 |
+
#: gallery-plugin.php:794
|
24 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
25 |
+
msgstr "הקבצים הבאים \"gallery-template.php\" ו \"gallery-single-template.php\" לא נמצאו במחיצת התבנית שלך. בבקשה העתק אותם מתיקיית `/wp-content/plugins/gallery-plugin/template/` אל מחיצת התבנית שלך לתפקוד תקין של הגלריה"
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# @ gallery
|
28 |
+
#: gallery-plugin.php:127
|
29 |
+
#: gallery-plugin.php:137
|
30 |
msgid "Galleries"
|
31 |
msgstr "גלריות"
|
32 |
|
33 |
# @ gallery
|
34 |
+
#: gallery-plugin.php:128
|
35 |
+
#: gallery-plugin.php:661
|
36 |
msgid "Gallery"
|
37 |
msgstr "גלריה"
|
38 |
|
39 |
# @ gallery
|
40 |
#: gallery-plugin.php:129
|
41 |
+
#, fuzzy
|
42 |
+
msgid "Add a Gallery"
|
43 |
+
msgstr "הוסף גלריה חדשה"
|
44 |
|
45 |
# @ gallery
|
46 |
#: gallery-plugin.php:130
|
64 |
|
65 |
# @ gallery
|
66 |
#: gallery-plugin.php:134
|
67 |
+
#, fuzzy
|
68 |
+
msgid "Find a Gallery"
|
69 |
+
msgstr "ערוך גלריה"
|
70 |
|
71 |
# @ gallery
|
72 |
#: gallery-plugin.php:135
|
73 |
+
#, fuzzy
|
74 |
+
msgid "No Gallery found"
|
75 |
msgstr "לא נמצאו גלריות"
|
76 |
|
77 |
# @ gallery
|
86 |
|
87 |
# @ gallery
|
88 |
#: gallery-plugin.php:209
|
89 |
+
#, fuzzy
|
90 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
91 |
+
msgstr "אין הרשאת כתיבה אל הספריה הזמנית של הגלריה (gallery-plugin/upload/files) שרת שלך. אנא השתמש בהעלאת התמונות של וורדפרס כדי להעלות תמונות (מדיה > ספריה)"
|
|
|
|
|
|
|
|
|
92 |
|
93 |
# @ gallery
|
94 |
#: gallery-plugin.php:213
|
95 |
+
#, fuzzy
|
96 |
+
msgid "Choose an image for upload:"
|
97 |
msgstr "בחר תמונה להעלאה:"
|
98 |
|
99 |
# @ gallery
|
102 |
msgstr "בבקשה אפשר לג'אווה-סקריפט להתשמש בטוען התמונות."
|
103 |
|
104 |
#: gallery-plugin.php:225
|
105 |
+
msgid "Allow the download link for all images in this gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
#: gallery-plugin.php:226
|
109 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
110 |
msgstr ""
|
111 |
|
112 |
#: gallery-plugin.php:228
|
113 |
+
msgid "Please make a choice"
|
114 |
msgstr ""
|
115 |
|
116 |
# @ gallery
|
117 |
+
#: gallery-plugin.php:228
|
118 |
+
#: gallery-plugin.php:908
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Sort images by"
|
121 |
+
msgstr "מספר תמונות בשורה"
|
122 |
|
123 |
# @ gallery
|
124 |
#: gallery-plugin.php:228
|
125 |
+
#, fuzzy
|
126 |
+
msgid "sort images"
|
127 |
+
msgstr "מספר תמונות בשורה"
|
128 |
|
129 |
#: gallery-plugin.php:228
|
130 |
+
msgid "on the plugin settings page ("
|
131 |
msgstr ""
|
132 |
|
133 |
#: gallery-plugin.php:275
|
134 |
+
msgid "URL"
|
135 |
msgstr ""
|
136 |
|
137 |
#: gallery-plugin.php:275
|
138 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
139 |
msgstr ""
|
140 |
|
141 |
#: gallery-plugin.php:276
|
142 |
+
msgid "This setting is available in Pro version"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: gallery-plugin.php:277
|
146 |
+
msgid "Open the link"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: gallery-plugin.php:277
|
150 |
+
msgid "Current window"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: gallery-plugin.php:277
|
154 |
+
msgid "New window"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: gallery-plugin.php:278
|
158 |
+
msgid "Delete"
|
159 |
msgstr ""
|
|
|
|
|
160 |
|
161 |
+
# @ gallery
|
162 |
#: gallery-plugin.php:292
|
163 |
+
#, fuzzy
|
164 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
165 |
+
msgstr "אתה יכול להעלות את הגלריה הבודדת בבגוף הדף או הפוסט על ידי הוספת קיצור הקוד בתוכן"
|
166 |
+
|
167 |
+
#: gallery-plugin.php:294
|
168 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
169 |
msgstr ""
|
170 |
|
171 |
# @ gallery
|
172 |
+
#: gallery-plugin.php:478
|
173 |
msgid "Title"
|
174 |
msgstr "כותרת"
|
175 |
|
176 |
# @ gallery
|
177 |
+
#: gallery-plugin.php:479
|
178 |
msgid "Author"
|
179 |
msgstr "מחבר"
|
180 |
|
181 |
# @ gallery
|
182 |
+
#: gallery-plugin.php:480
|
183 |
+
#, fuzzy
|
184 |
+
msgid "Photo"
|
185 |
msgstr "של התמונה"
|
186 |
|
187 |
# @ gallery
|
188 |
+
#: gallery-plugin.php:481
|
189 |
+
#, fuzzy
|
190 |
+
msgid "Publishing"
|
191 |
msgstr "ציבורי"
|
192 |
|
193 |
# @ gallery
|
194 |
+
#: gallery-plugin.php:482
|
195 |
+
#: gallery-plugin.php:912
|
196 |
msgid "Date"
|
197 |
msgstr "תאריך"
|
198 |
|
199 |
# @ gallery
|
200 |
+
#: gallery-plugin.php:630
|
201 |
msgid "Activated plugins"
|
202 |
msgstr "תוספים פעילים"
|
203 |
|
204 |
# @ gallery
|
205 |
+
#: gallery-plugin.php:632
|
206 |
+
#: gallery-plugin.php:640
|
207 |
+
#: gallery-plugin.php:648
|
208 |
msgid "Read more"
|
209 |
msgstr "קרא עוד"
|
210 |
|
211 |
# @ gallery
|
212 |
+
#: gallery-plugin.php:632
|
213 |
+
#: gallery-plugin.php:977
|
214 |
+
#: gallery-plugin.php:992
|
215 |
msgid "Settings"
|
216 |
msgstr "הגדרות"
|
217 |
|
218 |
# @ gallery
|
219 |
+
#: gallery-plugin.php:638
|
220 |
msgid "Installed plugins"
|
221 |
msgstr "תוספים מותקנים"
|
222 |
|
223 |
# @ gallery
|
224 |
+
#: gallery-plugin.php:646
|
225 |
msgid "Recommended plugins"
|
226 |
msgstr "תוספים מומלצים"
|
227 |
|
228 |
# @ gallery
|
229 |
+
#: gallery-plugin.php:648
|
230 |
msgid "Download"
|
231 |
msgstr "הורד"
|
232 |
|
233 |
# @ default
|
234 |
+
#: gallery-plugin.php:648
|
235 |
#, php-format
|
236 |
msgid "Install %s"
|
237 |
msgstr "התקן %s"
|
238 |
|
239 |
# @ gallery
|
240 |
+
#: gallery-plugin.php:648
|
241 |
msgid "Install now from wordpress.org"
|
242 |
msgstr "הורד כעת מ wordpress.org"
|
243 |
|
244 |
# @ gallery
|
245 |
+
#: gallery-plugin.php:650
|
246 |
+
#, fuzzy
|
247 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
248 |
+
msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דרך plugin@bestwebsoft.com או שתמלא את טופס יצירת הקשר באתר שלנו"
|
|
|
|
|
|
|
249 |
|
250 |
# @ gallery
|
251 |
+
#: gallery-plugin.php:688
|
252 |
+
#, fuzzy
|
253 |
+
msgid "See images »"
|
254 |
msgstr "ראו תמונה »"
|
255 |
|
256 |
# @ gallery
|
257 |
+
#: gallery-plugin.php:787
|
258 |
+
#, fuzzy
|
259 |
+
msgid "Settings are saved"
|
260 |
msgstr "האפשרויות נשמרו."
|
261 |
|
262 |
# @ gallery
|
263 |
+
#: gallery-plugin.php:801
|
264 |
+
#, fuzzy
|
265 |
+
msgid "Gallery Settings"
|
266 |
msgstr "אפשרויות גלריה"
|
267 |
|
268 |
# @ gallery
|
269 |
+
#: gallery-plugin.php:804
|
270 |
+
#, fuzzy
|
271 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
272 |
+
msgstr "אם אתה רוצה להוסיף גלריה בודדת לדף או לפוסט שלך, פשוט העתק והדבק את קיצור הקוד הזה בתוך תוכן הפוסט או הדף שלך:"
|
|
|
|
|
|
|
273 |
|
274 |
# @ gallery
|
275 |
+
#: gallery-plugin.php:808
|
276 |
+
#, fuzzy
|
277 |
+
msgid "Image size for the album cover"
|
278 |
msgstr "גודל הכריכה של האלבום של הגלריה"
|
279 |
|
280 |
# @ gallery
|
281 |
+
#: gallery-plugin.php:810
|
282 |
+
#: gallery-plugin.php:818
|
283 |
+
#: gallery-plugin.php:831
|
284 |
+
#, fuzzy
|
285 |
+
msgid "Image size"
|
286 |
msgstr "שם גודל תמונה"
|
287 |
|
288 |
# @ gallery
|
289 |
+
#: gallery-plugin.php:811
|
290 |
+
#: gallery-plugin.php:819
|
291 |
msgid "Width (in px)"
|
292 |
msgstr "רוחב (בפיקסלים)"
|
293 |
|
294 |
# @ gallery
|
295 |
+
#: gallery-plugin.php:812
|
296 |
+
#: gallery-plugin.php:820
|
297 |
msgid "Height (in px)"
|
298 |
msgstr "גובה (בפיקסלים)"
|
299 |
|
300 |
# @ gallery
|
301 |
+
#: gallery-plugin.php:816
|
302 |
+
#, fuzzy
|
303 |
+
msgid "Gallery image size"
|
304 |
+
msgstr "גלריות"
|
305 |
|
306 |
# @ gallery
|
307 |
+
#: gallery-plugin.php:824
|
308 |
+
#, fuzzy
|
309 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
310 |
+
msgstr "וורדפרס ייצור העתק של תמונה ממוזערת של הפוסט עם המידות שצוינו כאשר אתה מעלה תמונה חדשה."
|
311 |
+
|
312 |
+
#: gallery-plugin.php:829
|
313 |
+
msgid "Gallery image size in the lightbox"
|
314 |
msgstr ""
|
|
|
|
|
315 |
|
316 |
+
# @ gallery
|
317 |
+
#: gallery-plugin.php:832
|
318 |
+
#, fuzzy
|
319 |
+
msgid "Max width (in px)"
|
320 |
+
msgstr "רוחב (בפיקסלים)"
|
321 |
+
|
322 |
+
# @ gallery
|
323 |
+
#: gallery-plugin.php:833
|
324 |
+
#, fuzzy
|
325 |
+
msgid "Max height (in px)"
|
326 |
+
msgstr "גובה (בפיקסלים)"
|
327 |
+
|
328 |
+
#: gallery-plugin.php:834
|
329 |
+
msgid "Display a full size image in the lightbox"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: gallery-plugin.php:838
|
333 |
+
msgid "Crop position"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: gallery-plugin.php:840
|
337 |
+
msgid "Horizontal"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: gallery-plugin.php:842
|
341 |
+
msgid "left"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: gallery-plugin.php:843
|
345 |
+
#: gallery-plugin.php:850
|
346 |
+
msgid "center"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: gallery-plugin.php:844
|
350 |
+
msgid "right"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:847
|
354 |
+
msgid "Vertical"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: gallery-plugin.php:849
|
358 |
+
msgid "top"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: gallery-plugin.php:851
|
362 |
+
msgid "bottom"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: gallery-plugin.php:856
|
366 |
+
msgid "Lightbox background"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: gallery-plugin.php:858
|
370 |
+
msgid "Default"
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: gallery-plugin.php:859
|
374 |
+
msgid "Background transparency (from 0 to 1)"
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: gallery-plugin.php:861
|
378 |
+
msgid "Select a background color"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: gallery-plugin.php:863
|
382 |
+
msgid "Background color"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: gallery-plugin.php:870
|
386 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: gallery-plugin.php:877
|
390 |
msgid "Images with border"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: gallery-plugin.php:880
|
394 |
msgid "Border width in px, just numbers"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: gallery-plugin.php:882
|
398 |
+
#: gallery-plugin.php:884
|
399 |
+
msgid "Select a border color"
|
400 |
msgstr ""
|
401 |
|
402 |
# @ gallery
|
403 |
+
#: gallery-plugin.php:890
|
404 |
+
#, fuzzy
|
405 |
+
msgid "Number of images in the row"
|
406 |
msgstr "מספר תמונות בשורה"
|
407 |
|
408 |
# @ gallery
|
409 |
+
#: gallery-plugin.php:896
|
410 |
msgid "Start slideshow"
|
411 |
msgstr "התחל מצגת"
|
412 |
|
413 |
# @ gallery
|
414 |
+
#: gallery-plugin.php:902
|
415 |
msgid "Slideshow interval"
|
416 |
msgstr "מרווח מצגת"
|
417 |
|
418 |
# @ gallery
|
419 |
+
#: gallery-plugin.php:910
|
420 |
+
#, fuzzy
|
421 |
+
msgid "Attachment ID"
|
422 |
msgstr "מזהה קובץ מצורף"
|
423 |
|
424 |
# @ gallery
|
425 |
+
#: gallery-plugin.php:911
|
426 |
+
#, fuzzy
|
427 |
+
msgid "Image Name"
|
428 |
+
msgstr "תמונה "
|
|
|
|
|
|
|
|
|
429 |
|
430 |
# @ gallery
|
431 |
+
#: gallery-plugin.php:913
|
432 |
+
#, fuzzy
|
433 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
434 |
+
msgstr "סדר קבצים מצורפים (המספר השלם של השדות בהוספה \\ דיאלוג העלאת גלריית מדיה)"
|
|
|
|
|
435 |
|
436 |
# @ gallery
|
437 |
+
#: gallery-plugin.php:914
|
438 |
+
#, fuzzy
|
439 |
+
msgid "Random"
|
440 |
msgstr "אקראי"
|
441 |
|
442 |
# @ gallery
|
443 |
+
#: gallery-plugin.php:918
|
444 |
+
#, fuzzy
|
445 |
+
msgid "Sort images"
|
446 |
+
msgstr "מספר תמונות בשורה"
|
447 |
|
448 |
# @ gallery
|
449 |
+
#: gallery-plugin.php:920
|
450 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
451 |
msgstr "סדר עולה (מן הערך הנמוך ביותר לערך הגבוה ביותר)"
|
452 |
|
453 |
# @ gallery
|
454 |
+
#: gallery-plugin.php:921
|
455 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
456 |
msgstr "סדר יורד (מן הערך הגבוה ביותר לערך הנמוך ביותר)"
|
457 |
|
458 |
+
#: gallery-plugin.php:925
|
459 |
+
msgid "Display text above the image"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: gallery-plugin.php:927
|
463 |
msgid "If you want to display text just in a lightbox"
|
464 |
msgstr ""
|
465 |
|
466 |
# @ gallery
|
467 |
+
#: gallery-plugin.php:931
|
468 |
+
#, fuzzy
|
469 |
+
msgid "Display the Back link"
|
470 |
msgstr "הצג קישור חזרה"
|
471 |
|
472 |
# @ gallery
|
473 |
+
#: gallery-plugin.php:937
|
474 |
+
#, fuzzy
|
475 |
+
msgid "Display the Back link in the shortcode"
|
476 |
msgstr "הצג קישור חזרה בקיצור הקוד"
|
477 |
|
478 |
+
#: gallery-plugin.php:943
|
479 |
+
msgid "The Back link text"
|
480 |
+
msgstr ""
|
|
|
481 |
|
482 |
+
#: gallery-plugin.php:949
|
483 |
+
msgid "The Back link URL"
|
484 |
+
msgstr ""
|
|
|
|
|
485 |
|
486 |
+
#: gallery-plugin.php:951
|
487 |
msgid "Gallery page (Page with Gallery Template)"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: gallery-plugin.php:953
|
491 |
msgid "(Full URL to custom page)"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: gallery-plugin.php:957
|
495 |
+
msgid "The Read More link text"
|
|
|
496 |
msgstr ""
|
497 |
|
498 |
# @ default
|
499 |
+
#: gallery-plugin.php:965
|
500 |
msgid "Save Changes"
|
501 |
msgstr "שמור שינויים"
|
502 |
|
503 |
# @ gallery
|
504 |
+
#: gallery-plugin.php:978
|
505 |
msgid "FAQ"
|
506 |
msgstr "שאלות ותשובות"
|
507 |
|
508 |
# @ gallery
|
509 |
+
#: gallery-plugin.php:979
|
510 |
msgid "Support"
|
511 |
msgstr "תמיכה"
|
512 |
|
513 |
# @ gallery
|
514 |
+
#: gallery-plugin.php:1186
|
515 |
+
#: template/gallery-single-template.php:76
|
516 |
+
#, fuzzy
|
517 |
+
msgid "Sorry, nothing found."
|
518 |
msgstr "מצטערים, אין מה למצוא."
|
519 |
|
520 |
+
#: gallery-plugin.php:1208
|
521 |
+
#: template/gallery-single-template.php:101
|
522 |
+
msgid "Download high resolution image"
|
523 |
msgstr ""
|
524 |
|
525 |
# @ gallery
|
526 |
#: template/gallery-single-template.php:101
|
527 |
+
#, fuzzy
|
528 |
+
msgid "Image"
|
529 |
msgstr "תמונה "
|
530 |
+
|
531 |
+
# @ gallery
|
532 |
+
#~ msgid "Add New"
|
533 |
+
#~ msgstr "הוסף"
|
534 |
+
# @ gallery
|
535 |
+
#~ msgid "Search Galleries"
|
536 |
+
#~ msgstr "חיפוש בגלריות"
|
537 |
+
# @ gallery
|
538 |
+
#~ msgid "Attachments order by"
|
539 |
+
#~ msgstr "סדר הקבצים המצורפים"
|
540 |
+
# @ gallery
|
541 |
+
#~ msgid "Size for gallery image"
|
542 |
+
#~ msgstr "גודל תמונת גלריה"
|
543 |
+
# @ gallery
|
544 |
+
#~ msgid "attachment title"
|
545 |
+
#~ msgstr "כותרת קובץ מצורף"
|
546 |
+
# @ gallery
|
547 |
+
#~ msgid "date"
|
548 |
+
#~ msgstr "תאריך"
|
549 |
+
# @ gallery
|
550 |
+
#~ msgid "Attachments order"
|
551 |
+
#~ msgstr "סדר קבצים מצורפים"
|
552 |
+
# @ gallery
|
553 |
+
#~ msgid "Label for Return link"
|
554 |
+
#~ msgstr "תוית לקישור חזרה"
|
555 |
+
# @ gallery
|
556 |
+
#, fuzzy
|
557 |
+
#~ msgid "URL for Return link"
|
558 |
+
#~ msgstr "תוית לקישור חזרה"
|
559 |
+
|
languages/gallery-hu_HU.mo
CHANGED
Binary file
|
languages/gallery-hu_HU.po
CHANGED
@@ -2,39 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: \n"
|
9 |
-
"Language: uk_UA\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
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 |
|
27 |
-
#: gallery-plugin.php:127
|
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galériák"
|
30 |
|
31 |
-
#: gallery-plugin.php:128
|
|
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galéria"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
|
37 |
-
|
|
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
@@ -53,11 +53,13 @@ msgid "View Gallery"
|
|
53 |
msgstr "Galéria megtekintése"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
|
57 |
-
|
|
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
|
|
|
61 |
msgstr "Galéria nem található"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -70,15 +72,12 @@ msgid "Gallery Shortcode"
|
|
70 |
msgstr "Galéria beállítások"
|
71 |
|
72 |
#: gallery-plugin.php:209
|
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:213
|
80 |
#, fuzzy
|
81 |
-
msgid "Choose an image
|
82 |
msgstr "Nézőkép kiválasztása a feltöltéshez"
|
83 |
|
84 |
#: gallery-plugin.php:218
|
@@ -86,281 +85,388 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
86 |
msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
|
87 |
|
88 |
#: gallery-plugin.php:225
|
89 |
-
msgid "Allow download link for images in this gallery"
|
90 |
msgstr ""
|
91 |
|
92 |
#: gallery-plugin.php:226
|
93 |
-
msgid ""
|
94 |
-
"Please use drag and drop function to change the order of the output of "
|
95 |
-
"images and do not forget to save post."
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
-
msgid "Please
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:228
|
103 |
-
|
104 |
-
|
|
|
|
|
105 |
|
106 |
#: gallery-plugin.php:228
|
107 |
-
|
108 |
-
|
|
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
-
msgid "
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
-
msgid "
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
-
msgid "(
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
-
msgid "
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
-
msgid ""
|
128 |
-
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
139 |
msgid "Title"
|
140 |
msgstr "Cím"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "Szerző"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
-
|
|
|
148 |
msgstr "Fotók"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
-
|
|
|
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 |
-
|
193 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
-
"
|
195 |
-
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 |
-
|
|
|
201 |
msgstr "Fotó megtekintése »"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
-
|
|
|
205 |
msgstr "Beállítások elmentve."
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
-
|
|
|
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 |
-
|
219 |
-
|
|
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
-
|
|
|
|
|
|
|
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 |
-
|
235 |
-
|
|
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
-
|
239 |
-
"WordPress will create a
|
240 |
-
"
|
|
|
|
|
|
|
241 |
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
-
msgid "
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
msgid "
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
-
msgid "
|
259 |
-
msgstr "
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
-
|
|
|
|
|
|
|
|
|
|
|
263 |
msgstr ""
|
264 |
|
265 |
#: gallery-plugin.php:847
|
266 |
-
msgid "
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
-
msgid "
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
-
msgid "
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
-
|
279 |
-
|
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 "
|
|
|
|
|
|
|
|
|
290 |
msgstr ""
|
291 |
|
292 |
#: gallery-plugin.php:863
|
293 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
297 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
-
msgid ""
|
302 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
-
msgid "Display text above image"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "If you want to display text just in a lightbox"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
-
msgid "Display
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
-
msgid "Display
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
-
msgid "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
-
msgid "
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Gallery page (Page with Gallery Template)"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "(Full URL to custom page)"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
-
msgid "
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "Save Changes"
|
343 |
msgstr "Változások mentése"
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "FAQ"
|
347 |
msgstr "Gy.I.K."
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Support"
|
351 |
msgstr "Támogatás"
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
-
|
|
|
|
|
355 |
msgstr "Sajnáljuk - nincs megjelenítendő elem."
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
-
|
|
|
359 |
msgstr ""
|
360 |
|
361 |
#: template/gallery-single-template.php:101
|
362 |
-
msgid "Image
|
363 |
msgstr ""
|
364 |
|
365 |
-
#~ msgid "
|
366 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: uk_UA\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Galériák"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galéria"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Új Galéria hozzáadása"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Galéria megtekintése"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Galéria szerkesztése"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Galéria nem található"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
72 |
msgstr "Galéria beállítások"
|
73 |
|
74 |
#: gallery-plugin.php:209
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "Nézőkép kiválasztása a feltöltéshez"
|
82 |
|
83 |
#: gallery-plugin.php:218
|
85 |
msgstr "Kérem, engedéjezze a Javascript használatát a fájl feltöltéshez."
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
msgid "Allow the download link for all images in this gallery"
|
89 |
msgstr ""
|
90 |
|
91 |
#: gallery-plugin.php:226
|
92 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
msgid "Please make a choice"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:908
|
101 |
+
#, fuzzy
|
102 |
+
msgid "Sort images by"
|
103 |
+
msgstr "Képek száma egy sorban"
|
104 |
|
105 |
#: gallery-plugin.php:228
|
106 |
+
#, fuzzy
|
107 |
+
msgid "sort images"
|
108 |
+
msgstr "Képek száma egy sorban"
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
+
msgid "on the plugin settings page ("
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
+
msgid "URL"
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
+
msgid "This setting is available in Pro version"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:277
|
127 |
+
msgid "Open the link"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Current window"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "New window"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: gallery-plugin.php:278
|
139 |
+
msgid "Delete"
|
140 |
msgstr ""
|
141 |
|
142 |
#: gallery-plugin.php:292
|
143 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
|
|
|
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: gallery-plugin.php:294
|
147 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: gallery-plugin.php:478
|
151 |
msgid "Title"
|
152 |
msgstr "Cím"
|
153 |
|
154 |
+
#: gallery-plugin.php:479
|
155 |
msgid "Author"
|
156 |
msgstr "Szerző"
|
157 |
|
158 |
+
#: gallery-plugin.php:480
|
159 |
+
#, fuzzy
|
160 |
+
msgid "Photo"
|
161 |
msgstr "Fotók"
|
162 |
|
163 |
+
#: gallery-plugin.php:481
|
164 |
+
#, fuzzy
|
165 |
+
msgid "Publishing"
|
166 |
msgstr "Publikus"
|
167 |
|
168 |
+
#: gallery-plugin.php:482
|
169 |
+
#: gallery-plugin.php:912
|
170 |
msgid "Date"
|
171 |
msgstr "Dátum"
|
172 |
|
173 |
+
#: gallery-plugin.php:630
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "Aktivált bővítmények"
|
176 |
|
177 |
+
#: gallery-plugin.php:632
|
178 |
+
#: gallery-plugin.php:640
|
179 |
+
#: gallery-plugin.php:648
|
180 |
msgid "Read more"
|
181 |
msgstr "Bővebben"
|
182 |
|
183 |
+
#: gallery-plugin.php:632
|
184 |
+
#: gallery-plugin.php:977
|
185 |
+
#: gallery-plugin.php:992
|
186 |
msgid "Settings"
|
187 |
msgstr "Beállítások"
|
188 |
|
189 |
+
#: gallery-plugin.php:638
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "Telepített bővítmények"
|
192 |
|
193 |
+
#: gallery-plugin.php:646
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "Javasolt bővítmények"
|
196 |
|
197 |
+
#: gallery-plugin.php:648
|
198 |
msgid "Download"
|
199 |
msgstr "Letöltés"
|
200 |
|
201 |
+
#: gallery-plugin.php:648
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "Telepítés %s"
|
205 |
|
206 |
+
#: gallery-plugin.php:648
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "Telepítés a wordpress.org -ról"
|
209 |
|
210 |
+
#: gallery-plugin.php:650
|
211 |
+
#, fuzzy
|
212 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
213 |
+
msgstr "Amennyiben kérdése van, kérem keressen meg minket a plugin@bestwebsoft.com e-mail címen, vagy töltse ki űrlapunkat"
|
|
|
|
|
|
|
214 |
|
215 |
+
#: gallery-plugin.php:688
|
216 |
+
#, fuzzy
|
217 |
+
msgid "See images »"
|
218 |
msgstr "Fotó megtekintése »"
|
219 |
|
220 |
+
#: gallery-plugin.php:787
|
221 |
+
#, fuzzy
|
222 |
+
msgid "Settings are saved"
|
223 |
msgstr "Beállítások elmentve."
|
224 |
|
225 |
+
#: gallery-plugin.php:801
|
226 |
+
#, fuzzy
|
227 |
+
msgid "Gallery Settings"
|
228 |
msgstr "Galéria beállítások"
|
229 |
|
230 |
+
#: gallery-plugin.php:804
|
231 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
|
|
|
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: gallery-plugin.php:808
|
235 |
+
#, fuzzy
|
236 |
+
msgid "Image size for the album cover"
|
237 |
+
msgstr "Размер для "
|
238 |
|
239 |
+
#: gallery-plugin.php:810
|
240 |
+
#: gallery-plugin.php:818
|
241 |
+
#: gallery-plugin.php:831
|
242 |
+
#, fuzzy
|
243 |
+
msgid "Image size"
|
244 |
msgstr "Kép méret neve"
|
245 |
|
246 |
+
#: gallery-plugin.php:811
|
247 |
+
#: gallery-plugin.php:819
|
248 |
msgid "Width (in px)"
|
249 |
msgstr "Szélesség (px-ben)"
|
250 |
|
251 |
+
#: gallery-plugin.php:812
|
252 |
+
#: gallery-plugin.php:820
|
253 |
msgid "Height (in px)"
|
254 |
msgstr "Magasság (px-ben)"
|
255 |
|
256 |
+
#: gallery-plugin.php:816
|
257 |
+
#, fuzzy
|
258 |
+
msgid "Gallery image size"
|
259 |
+
msgstr "Galériák"
|
260 |
|
261 |
+
#: gallery-plugin.php:824
|
262 |
+
#, fuzzy
|
263 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
264 |
+
msgstr "A Wordpress elkészíti a megadott dimenziókban a nézőképeket a képek feltöltésekor."
|
265 |
+
|
266 |
+
#: gallery-plugin.php:829
|
267 |
+
msgid "Gallery image size in the lightbox"
|
268 |
msgstr ""
|
|
|
|
|
269 |
|
270 |
+
#: gallery-plugin.php:832
|
271 |
+
#, fuzzy
|
272 |
+
msgid "Max width (in px)"
|
273 |
+
msgstr "Szélesség (px-ben)"
|
274 |
+
|
275 |
+
#: gallery-plugin.php:833
|
276 |
+
#, fuzzy
|
277 |
+
msgid "Max height (in px)"
|
278 |
+
msgstr "Magasság (px-ben)"
|
279 |
+
|
280 |
+
#: gallery-plugin.php:834
|
281 |
+
msgid "Display a full size image in the lightbox"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: gallery-plugin.php:838
|
285 |
+
msgid "Crop position"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: gallery-plugin.php:840
|
289 |
+
msgid "Horizontal"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: gallery-plugin.php:842
|
293 |
+
msgid "left"
|
294 |
+
msgstr ""
|
295 |
|
296 |
+
#: gallery-plugin.php:843
|
297 |
+
#: gallery-plugin.php:850
|
298 |
+
msgid "center"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: gallery-plugin.php:844
|
302 |
+
msgid "right"
|
303 |
msgstr ""
|
304 |
|
305 |
#: gallery-plugin.php:847
|
306 |
+
msgid "Vertical"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:849
|
310 |
+
msgid "top"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:851
|
314 |
+
msgid "bottom"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:856
|
318 |
+
msgid "Lightbox background"
|
319 |
+
msgstr ""
|
|
|
320 |
|
321 |
#: gallery-plugin.php:858
|
322 |
+
msgid "Default"
|
|
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
#: gallery-plugin.php:859
|
326 |
+
msgid "Background transparency (from 0 to 1)"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:861
|
330 |
+
msgid "Select a background color"
|
331 |
msgstr ""
|
332 |
|
333 |
#: gallery-plugin.php:863
|
334 |
+
msgid "Background color"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: gallery-plugin.php:870
|
338 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: gallery-plugin.php:877
|
342 |
+
msgid "Images with border"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: gallery-plugin.php:880
|
346 |
+
msgid "Border width in px, just numbers"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: gallery-plugin.php:882
|
350 |
+
#: gallery-plugin.php:884
|
351 |
+
msgid "Select a border color"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: gallery-plugin.php:890
|
355 |
+
#, fuzzy
|
356 |
+
msgid "Number of images in the row"
|
357 |
+
msgstr "Képek száma egy sorban"
|
358 |
+
|
359 |
+
#: gallery-plugin.php:896
|
360 |
+
msgid "Start slideshow"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: gallery-plugin.php:902
|
364 |
+
msgid "Slideshow interval"
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: gallery-plugin.php:910
|
368 |
+
msgid "Attachment ID"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: gallery-plugin.php:911
|
372 |
+
#, fuzzy
|
373 |
+
msgid "Image Name"
|
374 |
+
msgstr "Kép méret neve"
|
375 |
+
|
376 |
+
#: gallery-plugin.php:913
|
377 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: gallery-plugin.php:914
|
381 |
+
msgid "Random"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:918
|
385 |
+
#, fuzzy
|
386 |
+
msgid "Sort images"
|
387 |
+
msgstr "Képek száma egy sorban"
|
388 |
+
|
389 |
+
#: gallery-plugin.php:920
|
390 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: gallery-plugin.php:921
|
394 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: gallery-plugin.php:925
|
398 |
+
msgid "Display text above the image"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: gallery-plugin.php:927
|
402 |
msgid "If you want to display text just in a lightbox"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: gallery-plugin.php:931
|
406 |
+
msgid "Display the Back link"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: gallery-plugin.php:937
|
410 |
+
msgid "Display the Back link in the shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:943
|
414 |
+
msgid "The Back link text"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:949
|
418 |
+
msgid "The Back link URL"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:951
|
422 |
msgid "Gallery page (Page with Gallery Template)"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:953
|
426 |
msgid "(Full URL to custom page)"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:957
|
430 |
+
msgid "The Read More link text"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:965
|
434 |
msgid "Save Changes"
|
435 |
msgstr "Változások mentése"
|
436 |
|
437 |
+
#: gallery-plugin.php:978
|
438 |
msgid "FAQ"
|
439 |
msgstr "Gy.I.K."
|
440 |
|
441 |
+
#: gallery-plugin.php:979
|
442 |
msgid "Support"
|
443 |
msgstr "Támogatás"
|
444 |
|
445 |
+
#: gallery-plugin.php:1186
|
446 |
+
#: template/gallery-single-template.php:76
|
447 |
+
#, fuzzy
|
448 |
+
msgid "Sorry, nothing found."
|
449 |
msgstr "Sajnáljuk - nincs megjelenítendő elem."
|
450 |
|
451 |
+
#: gallery-plugin.php:1208
|
452 |
+
#: template/gallery-single-template.php:101
|
453 |
+
msgid "Download high resolution image"
|
454 |
msgstr ""
|
455 |
|
456 |
#: template/gallery-single-template.php:101
|
457 |
+
msgid "Image"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#~ msgid "Add New"
|
461 |
+
#~ msgstr "Új hozzáadása"
|
462 |
+
#~ msgid "Search Galleries"
|
463 |
+
#~ msgstr "Galéria keresése"
|
464 |
+
#~ msgid "The size of the cover album for gallery"
|
465 |
+
#~ msgstr "Az Album borítójának mérete a Galériában"
|
466 |
+
#~ msgid "Size for gallery image"
|
467 |
+
#~ msgstr "A Galéria képeinek mérete"
|
468 |
+
|
469 |
+
#, fuzzy
|
470 |
+
#~ msgid "date"
|
471 |
+
#~ msgstr "Dátum"
|
472 |
+
|
languages/gallery-it_IT.mo
CHANGED
Binary file
|
languages/gallery-it_IT.po
CHANGED
@@ -2,44 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, "
|
9 |
-
"alfio@amgraphics.it>\n"
|
10 |
-
"Language: it_IT\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
14 |
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:103
|
21 |
-
|
22 |
-
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
23 |
-
"php\"
|
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 |
-
"I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" "
|
28 |
-
"non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-"
|
29 |
-
"content/plugins/gallery-plugin/template/`in quella del tema per far lavorare "
|
30 |
-
"correttamente il plugin dell Galleria."
|
31 |
|
32 |
-
#: gallery-plugin.php:127
|
|
|
33 |
msgid "Galleries"
|
34 |
msgstr "Gallerie"
|
35 |
|
36 |
-
#: gallery-plugin.php:128
|
|
|
37 |
msgid "Gallery"
|
38 |
msgstr "Galleria"
|
39 |
|
40 |
#: gallery-plugin.php:129
|
41 |
-
|
42 |
-
|
|
|
43 |
|
44 |
#: gallery-plugin.php:130
|
45 |
msgid "Add New Gallery"
|
@@ -58,11 +53,13 @@ msgid "View Gallery"
|
|
58 |
msgstr "Vedi galleria"
|
59 |
|
60 |
#: gallery-plugin.php:134
|
61 |
-
|
62 |
-
|
|
|
63 |
|
64 |
#: gallery-plugin.php:135
|
65 |
-
|
|
|
66 |
msgstr "Nessuna galleria trovata"
|
67 |
|
68 |
#: gallery-plugin.php:192
|
@@ -74,17 +71,13 @@ msgid "Gallery Shortcode"
|
|
74 |
msgstr "Opzioni gallerie"
|
75 |
|
76 |
#: gallery-plugin.php:209
|
77 |
-
|
78 |
-
"The gallery temp directory (gallery-plugin/upload/files) not
|
79 |
-
"
|
80 |
-
"(media library)"
|
81 |
-
msgstr ""
|
82 |
-
"La directory temporanea della Galleria (gallery-plugin/upload/files) non "
|
83 |
-
"è scrivibile sul tuo webserver. Usa la funzione standard di WP per "
|
84 |
-
"caricare le immagini (media library)"
|
85 |
|
86 |
#: gallery-plugin.php:213
|
87 |
-
|
|
|
88 |
msgstr "Sceli una immagine da caricare:"
|
89 |
|
90 |
#: gallery-plugin.php:218
|
@@ -92,291 +85,406 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
92 |
msgstr "Per favore abilita JavaScript per usare il file uploader."
|
93 |
|
94 |
#: gallery-plugin.php:225
|
95 |
-
msgid "Allow download link for images in this gallery"
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:226
|
99 |
-
msgid ""
|
100 |
-
"Please use drag and drop function to change the order of the output of "
|
101 |
-
"images and do not forget to save post."
|
102 |
msgstr ""
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
-
msgid "Please
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: gallery-plugin.php:228
|
109 |
-
|
110 |
-
|
|
|
|
|
111 |
|
112 |
#: gallery-plugin.php:228
|
113 |
-
|
114 |
-
|
|
|
115 |
|
116 |
#: gallery-plugin.php:228
|
117 |
-
msgid "
|
118 |
msgstr ""
|
119 |
|
120 |
#: gallery-plugin.php:275
|
121 |
-
msgid "
|
122 |
msgstr ""
|
123 |
|
124 |
#: gallery-plugin.php:275
|
125 |
-
msgid "(
|
126 |
msgstr ""
|
127 |
|
128 |
#: gallery-plugin.php:276
|
129 |
-
msgid "
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
-
msgid ""
|
134 |
-
|
135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
msgstr ""
|
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 |
-
|
142 |
-
"
|
143 |
-
"
|
|
|
|
|
|
|
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 |
-
|
|
|
156 |
msgstr "Foto"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
-
|
|
|
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 |
-
|
201 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
202 |
-
"
|
203 |
-
msgstr ""
|
204 |
-
"Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il "
|
205 |
-
"Form sul nostro sito."
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
-
|
|
|
209 |
msgstr "Guarda foto »"
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
-
|
|
|
213 |
msgstr "Opzioni salvate."
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
-
|
|
|
217 |
msgstr "Opzioni gallerie"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
-
|
221 |
-
"If you would like to add a Single Gallery to your page or post, just copy "
|
222 |
-
"
|
223 |
-
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 |
-
|
229 |
-
|
|
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
-
|
|
|
|
|
|
|
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 |
-
|
245 |
-
|
|
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
-
|
249 |
-
"WordPress will create a
|
250 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
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 "Images with border"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "Border width in px, just numbers"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
-
|
|
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
-
|
|
|
269 |
msgstr "Conta immagini"
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
msgid "Start slideshow"
|
273 |
msgstr "Avvia presentazione"
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
msgid "Slideshow interval"
|
277 |
msgstr "Intervallo presentazione"
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
-
|
|
|
281 |
msgstr "Id di visualizzazione"
|
282 |
|
283 |
-
#: gallery-plugin.php:
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
#: gallery-plugin.php:857
|
288 |
-
msgid "date"
|
289 |
-
msgstr "Data"
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
-
|
293 |
-
"
|
294 |
-
"
|
295 |
-
msgstr ""
|
296 |
-
"Ordine di visualizzazione (dal numero attribuito nel box di dialogo di "
|
297 |
-
"caricamento)"
|
298 |
|
299 |
-
#: gallery-plugin.php:
|
300 |
-
|
|
|
301 |
msgstr "Casuale"
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
-
|
305 |
-
|
|
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
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:
|
314 |
-
msgid ""
|
315 |
-
"DESC
|
316 |
-
msgstr ""
|
317 |
-
"DESC(ordine discendente dal più alto al più basso - 3, 2, 1; "
|
318 |
-
"c, b, a,)"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
-
msgid "Display text above image"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "If you want to display text just in a lightbox"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
-
|
|
|
330 |
msgstr "Mostra lin di ritorno"
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
-
|
|
|
334 |
msgstr "Mostra il link di ritorno col codice"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
-
msgid "
|
338 |
-
msgstr "
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
-
|
342 |
-
|
343 |
-
msgstr "Etichetta per il link di ritorno"
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "Gallery page (Page with Gallery Template)"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "(Full URL to custom page)"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
-
msgid "
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid "Save Changes"
|
359 |
msgstr "Salva cambiamenti"
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid "FAQ"
|
363 |
msgstr "FAQ "
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
msgid "Support"
|
367 |
msgstr "Supporto"
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
-
|
|
|
|
|
371 |
msgstr "Spiacente - non è stato trovato nulla."
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
-
|
|
|
375 |
msgstr ""
|
376 |
|
377 |
#: template/gallery-single-template.php:101
|
378 |
-
|
|
|
379 |
msgstr "Immagine"
|
380 |
|
381 |
-
#~ msgid "
|
382 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Stefano Ferruggiara, alfonso <ferruggiarastefano@gmail.com, alfio@amgraphics.it>\n"
|
|
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: it_IT\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
+
msgstr "I seguenti files \"gallery-template.php\" e\"gallery-single-template.php\" non sono stai trovato nella directory del tema. Copiali dlla directory `/wp-content/plugins/gallery-plugin/template/`in quella del tema per far lavorare correttamente il plugin dell Galleria."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Gallerie"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galleria"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Aggiungi nuova galleria"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Vedi galleria"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Modifica galleria"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Nessuna galleria trovata"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
71 |
msgstr "Opzioni gallerie"
|
72 |
|
73 |
#: gallery-plugin.php:209
|
74 |
+
#, fuzzy
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
76 |
+
msgstr "La directory temporanea della Galleria (gallery-plugin/upload/files) non è scrivibile sul tuo webserver. Usa la funzione standard di WP per caricare le immagini (media library)"
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
+
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "Sceli una immagine da caricare:"
|
82 |
|
83 |
#: gallery-plugin.php:218
|
85 |
msgstr "Per favore abilita JavaScript per usare il file uploader."
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
msgid "Allow the download link for all images in this gallery"
|
89 |
msgstr ""
|
90 |
|
91 |
#: gallery-plugin.php:226
|
92 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
msgid "Please make a choice"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:908
|
101 |
+
#, fuzzy
|
102 |
+
msgid "Sort images by"
|
103 |
+
msgstr "Conta immagini"
|
104 |
|
105 |
#: gallery-plugin.php:228
|
106 |
+
#, fuzzy
|
107 |
+
msgid "sort images"
|
108 |
+
msgstr "Conta immagini"
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
+
msgid "on the plugin settings page ("
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
+
msgid "URL"
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
+
msgid "This setting is available in Pro version"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:277
|
127 |
+
msgid "Open the link"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Current window"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "New window"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: gallery-plugin.php:278
|
139 |
+
msgid "Delete"
|
140 |
msgstr ""
|
|
|
|
|
141 |
|
142 |
#: gallery-plugin.php:292
|
143 |
+
#, fuzzy
|
144 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
145 |
+
msgstr "Puoi aggiungere una singola Galleria in una pagina o un post inserendo questo codice nel contenuto"
|
146 |
+
|
147 |
+
#: gallery-plugin.php:294
|
148 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: gallery-plugin.php:478
|
152 |
msgid "Title"
|
153 |
msgstr "Titolo"
|
154 |
|
155 |
+
#: gallery-plugin.php:479
|
156 |
msgid "Author"
|
157 |
msgstr "Autore"
|
158 |
|
159 |
+
#: gallery-plugin.php:480
|
160 |
+
#, fuzzy
|
161 |
+
msgid "Photo"
|
162 |
msgstr "Foto"
|
163 |
|
164 |
+
#: gallery-plugin.php:481
|
165 |
+
#, fuzzy
|
166 |
+
msgid "Publishing"
|
167 |
msgstr "Pubblico"
|
168 |
|
169 |
+
#: gallery-plugin.php:482
|
170 |
+
#: gallery-plugin.php:912
|
171 |
msgid "Date"
|
172 |
msgstr "Data"
|
173 |
|
174 |
+
#: gallery-plugin.php:630
|
175 |
msgid "Activated plugins"
|
176 |
msgstr "Attivare plugin"
|
177 |
|
178 |
+
#: gallery-plugin.php:632
|
179 |
+
#: gallery-plugin.php:640
|
180 |
+
#: gallery-plugin.php:648
|
181 |
msgid "Read more"
|
182 |
msgstr "Leggi altro"
|
183 |
|
184 |
+
#: gallery-plugin.php:632
|
185 |
+
#: gallery-plugin.php:977
|
186 |
+
#: gallery-plugin.php:992
|
187 |
msgid "Settings"
|
188 |
msgstr "Impostazioni"
|
189 |
|
190 |
+
#: gallery-plugin.php:638
|
191 |
msgid "Installed plugins"
|
192 |
msgstr "Plugin installati"
|
193 |
|
194 |
+
#: gallery-plugin.php:646
|
195 |
msgid "Recommended plugins"
|
196 |
msgstr "Plugin consigliati"
|
197 |
|
198 |
+
#: gallery-plugin.php:648
|
199 |
msgid "Download"
|
200 |
msgstr "Download"
|
201 |
|
202 |
+
#: gallery-plugin.php:648
|
203 |
#, php-format
|
204 |
msgid "Install %s"
|
205 |
msgstr "Installа %s"
|
206 |
|
207 |
+
#: gallery-plugin.php:648
|
208 |
msgid "Install now from wordpress.org"
|
209 |
msgstr "Installa ora da wordpress.org"
|
210 |
|
211 |
+
#: gallery-plugin.php:650
|
212 |
+
#, fuzzy
|
213 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
214 |
+
msgstr "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
|
|
|
|
|
|
|
215 |
|
216 |
+
#: gallery-plugin.php:688
|
217 |
+
#, fuzzy
|
218 |
+
msgid "See images »"
|
219 |
msgstr "Guarda foto »"
|
220 |
|
221 |
+
#: gallery-plugin.php:787
|
222 |
+
#, fuzzy
|
223 |
+
msgid "Settings are saved"
|
224 |
msgstr "Opzioni salvate."
|
225 |
|
226 |
+
#: gallery-plugin.php:801
|
227 |
+
#, fuzzy
|
228 |
+
msgid "Gallery Settings"
|
229 |
msgstr "Opzioni gallerie"
|
230 |
|
231 |
+
#: gallery-plugin.php:804
|
232 |
+
#, fuzzy
|
233 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
234 |
+
msgstr "Se vuoi aggiungere una singola Galleria in una pagina o un post, copia questo codice e inseriscilo nel contenuto della pagina o del post"
|
|
|
|
|
|
|
235 |
|
236 |
+
#: gallery-plugin.php:808
|
237 |
+
#, fuzzy
|
238 |
+
msgid "Image size for the album cover"
|
239 |
+
msgstr "Размер для "
|
240 |
|
241 |
+
#: gallery-plugin.php:810
|
242 |
+
#: gallery-plugin.php:818
|
243 |
+
#: gallery-plugin.php:831
|
244 |
+
#, fuzzy
|
245 |
+
msgid "Image size"
|
246 |
msgstr "Image size name"
|
247 |
|
248 |
+
#: gallery-plugin.php:811
|
249 |
+
#: gallery-plugin.php:819
|
250 |
msgid "Width (in px)"
|
251 |
msgstr "Larghezza in px"
|
252 |
|
253 |
+
#: gallery-plugin.php:812
|
254 |
+
#: gallery-plugin.php:820
|
255 |
msgid "Height (in px)"
|
256 |
msgstr "Altezza in px"
|
257 |
|
258 |
+
#: gallery-plugin.php:816
|
259 |
+
#, fuzzy
|
260 |
+
msgid "Gallery image size"
|
261 |
+
msgstr "Gallerie"
|
262 |
|
263 |
+
#: gallery-plugin.php:824
|
264 |
+
#, fuzzy
|
265 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
266 |
+
msgstr "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
|
267 |
+
|
268 |
+
#: gallery-plugin.php:829
|
269 |
+
msgid "Gallery image size in the lightbox"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: gallery-plugin.php:832
|
273 |
+
#, fuzzy
|
274 |
+
msgid "Max width (in px)"
|
275 |
+
msgstr "Larghezza in px"
|
276 |
+
|
277 |
+
#: gallery-plugin.php:833
|
278 |
+
#, fuzzy
|
279 |
+
msgid "Max height (in px)"
|
280 |
+
msgstr "Altezza in px"
|
281 |
+
|
282 |
+
#: gallery-plugin.php:834
|
283 |
+
msgid "Display a full size image in the lightbox"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: gallery-plugin.php:838
|
287 |
+
msgid "Crop position"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: gallery-plugin.php:840
|
291 |
+
msgid "Horizontal"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: gallery-plugin.php:842
|
295 |
+
msgid "left"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: gallery-plugin.php:843
|
299 |
+
#: gallery-plugin.php:850
|
300 |
+
msgid "center"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: gallery-plugin.php:844
|
304 |
+
msgid "right"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: gallery-plugin.php:847
|
308 |
+
msgid "Vertical"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: gallery-plugin.php:849
|
312 |
+
msgid "top"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: gallery-plugin.php:851
|
316 |
+
msgid "bottom"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: gallery-plugin.php:856
|
320 |
+
msgid "Lightbox background"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: gallery-plugin.php:858
|
324 |
+
msgid "Default"
|
325 |
msgstr ""
|
|
|
|
|
326 |
|
327 |
+
#: gallery-plugin.php:859
|
328 |
+
msgid "Background transparency (from 0 to 1)"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: gallery-plugin.php:861
|
332 |
+
msgid "Select a background color"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: gallery-plugin.php:863
|
336 |
+
msgid "Background color"
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: gallery-plugin.php:870
|
340 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: gallery-plugin.php:877
|
344 |
msgid "Images with border"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: gallery-plugin.php:880
|
348 |
msgid "Border width in px, just numbers"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: gallery-plugin.php:882
|
352 |
+
#: gallery-plugin.php:884
|
353 |
+
msgid "Select a border color"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: gallery-plugin.php:890
|
357 |
+
#, fuzzy
|
358 |
+
msgid "Number of images in the row"
|
359 |
msgstr "Conta immagini"
|
360 |
|
361 |
+
#: gallery-plugin.php:896
|
362 |
msgid "Start slideshow"
|
363 |
msgstr "Avvia presentazione"
|
364 |
|
365 |
+
#: gallery-plugin.php:902
|
366 |
msgid "Slideshow interval"
|
367 |
msgstr "Intervallo presentazione"
|
368 |
|
369 |
+
#: gallery-plugin.php:910
|
370 |
+
#, fuzzy
|
371 |
+
msgid "Attachment ID"
|
372 |
msgstr "Id di visualizzazione"
|
373 |
|
374 |
+
#: gallery-plugin.php:911
|
375 |
+
#, fuzzy
|
376 |
+
msgid "Image Name"
|
377 |
+
msgstr "Immagine"
|
|
|
|
|
|
|
378 |
|
379 |
+
#: gallery-plugin.php:913
|
380 |
+
#, fuzzy
|
381 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
382 |
+
msgstr "Ordine di visualizzazione (dal numero attribuito nel box di dialogo di caricamento)"
|
|
|
|
|
|
|
383 |
|
384 |
+
#: gallery-plugin.php:914
|
385 |
+
#, fuzzy
|
386 |
+
msgid "Random"
|
387 |
msgstr "Casuale"
|
388 |
|
389 |
+
#: gallery-plugin.php:918
|
390 |
+
#, fuzzy
|
391 |
+
msgid "Sort images"
|
392 |
+
msgstr "Conta immagini"
|
393 |
|
394 |
+
#: gallery-plugin.php:920
|
395 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
396 |
+
msgstr "ASC(ordine ascendente dal più basso al più alto - 1, 2, 3; a, b, c,)"
|
|
|
|
|
397 |
|
398 |
+
#: gallery-plugin.php:921
|
399 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
400 |
+
msgstr "DESC(ordine discendente dal più alto al più basso - 3, 2, 1; c, b, a,)"
|
|
|
|
|
|
|
401 |
|
402 |
+
#: gallery-plugin.php:925
|
403 |
+
msgid "Display text above the image"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: gallery-plugin.php:927
|
407 |
msgid "If you want to display text just in a lightbox"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: gallery-plugin.php:931
|
411 |
+
#, fuzzy
|
412 |
+
msgid "Display the Back link"
|
413 |
msgstr "Mostra lin di ritorno"
|
414 |
|
415 |
+
#: gallery-plugin.php:937
|
416 |
+
#, fuzzy
|
417 |
+
msgid "Display the Back link in the shortcode"
|
418 |
msgstr "Mostra il link di ritorno col codice"
|
419 |
|
420 |
+
#: gallery-plugin.php:943
|
421 |
+
msgid "The Back link text"
|
422 |
+
msgstr ""
|
423 |
|
424 |
+
#: gallery-plugin.php:949
|
425 |
+
msgid "The Back link URL"
|
426 |
+
msgstr ""
|
|
|
427 |
|
428 |
+
#: gallery-plugin.php:951
|
429 |
msgid "Gallery page (Page with Gallery Template)"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:953
|
433 |
msgid "(Full URL to custom page)"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: gallery-plugin.php:957
|
437 |
+
msgid "The Read More link text"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: gallery-plugin.php:965
|
441 |
msgid "Save Changes"
|
442 |
msgstr "Salva cambiamenti"
|
443 |
|
444 |
+
#: gallery-plugin.php:978
|
445 |
msgid "FAQ"
|
446 |
msgstr "FAQ "
|
447 |
|
448 |
+
#: gallery-plugin.php:979
|
449 |
msgid "Support"
|
450 |
msgstr "Supporto"
|
451 |
|
452 |
+
#: gallery-plugin.php:1186
|
453 |
+
#: template/gallery-single-template.php:76
|
454 |
+
#, fuzzy
|
455 |
+
msgid "Sorry, nothing found."
|
456 |
msgstr "Spiacente - non è stato trovato nulla."
|
457 |
|
458 |
+
#: gallery-plugin.php:1208
|
459 |
+
#: template/gallery-single-template.php:101
|
460 |
+
msgid "Download high resolution image"
|
461 |
msgstr ""
|
462 |
|
463 |
#: template/gallery-single-template.php:101
|
464 |
+
#, fuzzy
|
465 |
+
msgid "Image"
|
466 |
msgstr "Immagine"
|
467 |
|
468 |
+
#~ msgid "Add New"
|
469 |
+
#~ msgstr "Aggiungi nuova"
|
470 |
+
#~ msgid "Search Galleries"
|
471 |
+
#~ msgstr "Cerca galleria"
|
472 |
+
#~ msgid "Attachments order by"
|
473 |
+
#~ msgstr "Ordine di visualizzazione per"
|
474 |
+
#~ msgid "The size of the cover album for gallery"
|
475 |
+
#~ msgstr "La grandezza della copertina dall'album per la galleria"
|
476 |
+
#~ msgid "Size for gallery image"
|
477 |
+
#~ msgstr "Grandezza per le immagini della galleria"
|
478 |
+
#~ msgid "attachment title"
|
479 |
+
#~ msgstr "Titolo immagine"
|
480 |
+
#~ msgid "date"
|
481 |
+
#~ msgstr "Data"
|
482 |
+
#~ msgid "Attachments order"
|
483 |
+
#~ msgstr "Ordine di visualizzazione"
|
484 |
+
#~ msgid "Label for Return link"
|
485 |
+
#~ msgstr "Etichetta per il link di ritorno"
|
486 |
+
|
487 |
+
#, fuzzy
|
488 |
+
#~ msgid "URL for Return link"
|
489 |
+
#~ msgstr "Etichetta per il link di ritorno"
|
490 |
+
|
languages/gallery-ka_GE.mo
CHANGED
Binary file
|
languages/gallery-ka_GE.po
CHANGED
@@ -2,39 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
9 |
-
"Language: ka_GE\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
|
20 |
-
|
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 |
|
27 |
-
#: gallery-plugin.php:127
|
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "გალერეა"
|
30 |
|
31 |
-
#: gallery-plugin.php:128
|
|
|
32 |
msgid "Gallery"
|
33 |
msgstr "გალერეა"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
|
37 |
-
|
|
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
@@ -53,11 +53,13 @@ msgid "View Gallery"
|
|
53 |
msgstr "გალერეას ნახვა"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
|
57 |
-
|
|
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
|
|
|
61 |
msgstr "გალერეა არ მოძებნა"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -70,15 +72,12 @@ msgid "Gallery Shortcode"
|
|
70 |
msgstr "გალერეის პარამეტრები"
|
71 |
|
72 |
#: gallery-plugin.php:209
|
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:213
|
80 |
#, fuzzy
|
81 |
-
msgid "Choose an image
|
82 |
msgstr "აირჩიეთ სურათი ასატვირთად:"
|
83 |
|
84 |
#: gallery-plugin.php:218
|
@@ -86,281 +85,387 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
86 |
msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
|
87 |
|
88 |
#: gallery-plugin.php:225
|
89 |
-
msgid "Allow download link for images in this gallery"
|
90 |
msgstr ""
|
91 |
|
92 |
#: gallery-plugin.php:226
|
93 |
-
msgid ""
|
94 |
-
"Please use drag and drop function to change the order of the output of "
|
95 |
-
"images and do not forget to save post."
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
-
msgid "Please
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:228
|
103 |
-
|
104 |
-
|
|
|
|
|
105 |
|
106 |
#: gallery-plugin.php:228
|
107 |
-
|
108 |
-
|
|
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
-
msgid "
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
-
msgid "
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
-
msgid "(
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
-
msgid "
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
-
msgid ""
|
128 |
-
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
139 |
msgid "Title"
|
140 |
msgstr "სათაური"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "ავტორი"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
-
|
|
|
148 |
msgstr "ფოტო"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
-
|
|
|
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 |
-
|
193 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
-
"
|
195 |
-
msgstr ""
|
196 |
-
"თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft."
|
197 |
-
"com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
198 |
|
199 |
-
#: gallery-plugin.php:
|
200 |
-
msgid "See
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
-
|
|
|
205 |
msgstr "პარამეტრები შენახულია"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
-
|
|
|
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 |
-
|
219 |
-
|
|
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
-
|
|
|
|
|
|
|
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 |
-
|
235 |
-
|
|
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
-
|
239 |
-
"WordPress will create a
|
240 |
-
"
|
|
|
|
|
|
|
241 |
msgstr ""
|
242 |
-
"ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც "
|
243 |
-
"ატვირთავთ სურათს."
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
-
msgid "
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
msgid "
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
-
msgid "
|
259 |
-
msgstr "
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
-
|
|
|
|
|
|
|
|
|
|
|
263 |
msgstr ""
|
264 |
|
265 |
#: gallery-plugin.php:847
|
266 |
-
msgid "
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
-
msgid "
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
-
msgid "
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
-
|
279 |
-
|
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 "
|
|
|
|
|
|
|
|
|
290 |
msgstr ""
|
291 |
|
292 |
#: gallery-plugin.php:863
|
293 |
-
msgid "
|
|
|
|
|
|
|
|
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
-
msgid ""
|
302 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
-
msgid "Display text above image"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "If you want to display text just in a lightbox"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
-
msgid "Display
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
-
msgid "Display
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
-
msgid "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
-
msgid "
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Gallery page (Page with Gallery Template)"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "(Full URL to custom page)"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
-
msgid "
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "Save Changes"
|
343 |
msgstr "ცვლილებების შენახვა"
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "FAQ"
|
347 |
msgstr "FAQ"
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Support"
|
351 |
msgstr "Support"
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
-
|
|
|
|
|
355 |
msgstr "მაპატიეთ - არაფერია ნაპოვნი."
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
-
|
|
|
359 |
msgstr ""
|
360 |
|
361 |
#: template/gallery-single-template.php:101
|
362 |
-
msgid "Image
|
363 |
msgstr ""
|
364 |
|
365 |
-
#~ msgid "
|
366 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: ka_GE\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "გალერეა"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "გალერეა"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "ახალი გალერეას დამატება"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "გალერეას ნახვა"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "გალერეას შესწორება"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "გალერეა არ მოძებნა"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
72 |
msgstr "გალერეის პარამეტრები"
|
73 |
|
74 |
#: gallery-plugin.php:209
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "აირჩიეთ სურათი ასატვირთად:"
|
82 |
|
83 |
#: gallery-plugin.php:218
|
85 |
msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
msgid "Allow the download link for all images in this gallery"
|
89 |
msgstr ""
|
90 |
|
91 |
#: gallery-plugin.php:226
|
92 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
msgid "Please make a choice"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:908
|
101 |
+
#, fuzzy
|
102 |
+
msgid "Sort images by"
|
103 |
+
msgstr "სურათების რაოდენობა მწკრივში"
|
104 |
|
105 |
#: gallery-plugin.php:228
|
106 |
+
#, fuzzy
|
107 |
+
msgid "sort images"
|
108 |
+
msgstr "სურათების რაოდენობა მწკრივში"
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
+
msgid "on the plugin settings page ("
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
+
msgid "URL"
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
+
msgid "This setting is available in Pro version"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:277
|
127 |
+
msgid "Open the link"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Current window"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "New window"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: gallery-plugin.php:278
|
139 |
+
msgid "Delete"
|
140 |
msgstr ""
|
141 |
|
142 |
#: gallery-plugin.php:292
|
143 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
|
|
|
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: gallery-plugin.php:294
|
147 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: gallery-plugin.php:478
|
151 |
msgid "Title"
|
152 |
msgstr "სათაური"
|
153 |
|
154 |
+
#: gallery-plugin.php:479
|
155 |
msgid "Author"
|
156 |
msgstr "ავტორი"
|
157 |
|
158 |
+
#: gallery-plugin.php:480
|
159 |
+
#, fuzzy
|
160 |
+
msgid "Photo"
|
161 |
msgstr "ფოტო"
|
162 |
|
163 |
+
#: gallery-plugin.php:481
|
164 |
+
#, fuzzy
|
165 |
+
msgid "Publishing"
|
166 |
msgstr "საჯარო"
|
167 |
|
168 |
+
#: gallery-plugin.php:482
|
169 |
+
#: gallery-plugin.php:912
|
170 |
msgid "Date"
|
171 |
msgstr "თარიღი"
|
172 |
|
173 |
+
#: gallery-plugin.php:630
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "გააქტიურებული დანამატები:"
|
176 |
|
177 |
+
#: gallery-plugin.php:632
|
178 |
+
#: gallery-plugin.php:640
|
179 |
+
#: gallery-plugin.php:648
|
180 |
msgid "Read more"
|
181 |
msgstr "სრულად ნახვა"
|
182 |
|
183 |
+
#: gallery-plugin.php:632
|
184 |
+
#: gallery-plugin.php:977
|
185 |
+
#: gallery-plugin.php:992
|
186 |
msgid "Settings"
|
187 |
msgstr "პარამეტრები"
|
188 |
|
189 |
+
#: gallery-plugin.php:638
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "დაყენებული დანამატები"
|
192 |
|
193 |
+
#: gallery-plugin.php:646
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "რეკომენდირებული დანამატები"
|
196 |
|
197 |
+
#: gallery-plugin.php:648
|
198 |
msgid "Download"
|
199 |
msgstr "გადმოტვირთვა"
|
200 |
|
201 |
+
#: gallery-plugin.php:648
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "დაყენებულია %s"
|
205 |
|
206 |
+
#: gallery-plugin.php:648
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "დააყენეთ wordpress.org-იდან"
|
209 |
|
210 |
+
#: gallery-plugin.php:650
|
211 |
+
#, fuzzy
|
212 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
213 |
+
msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
|
|
|
|
|
|
214 |
|
215 |
+
#: gallery-plugin.php:688
|
216 |
+
msgid "See images »"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: gallery-plugin.php:787
|
220 |
+
#, fuzzy
|
221 |
+
msgid "Settings are saved"
|
222 |
msgstr "პარამეტრები შენახულია"
|
223 |
|
224 |
+
#: gallery-plugin.php:801
|
225 |
+
#, fuzzy
|
226 |
+
msgid "Gallery Settings"
|
227 |
msgstr "გალერეის პარამეტრები"
|
228 |
|
229 |
+
#: gallery-plugin.php:804
|
230 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
|
|
|
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: gallery-plugin.php:808
|
234 |
+
#, fuzzy
|
235 |
+
msgid "Image size for the album cover"
|
236 |
+
msgstr "Размер для "
|
237 |
|
238 |
+
#: gallery-plugin.php:810
|
239 |
+
#: gallery-plugin.php:818
|
240 |
+
#: gallery-plugin.php:831
|
241 |
+
#, fuzzy
|
242 |
+
msgid "Image size"
|
243 |
msgstr "ზომის სახელი"
|
244 |
|
245 |
+
#: gallery-plugin.php:811
|
246 |
+
#: gallery-plugin.php:819
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "სიგანე(პიქსელებში)"
|
249 |
|
250 |
+
#: gallery-plugin.php:812
|
251 |
+
#: gallery-plugin.php:820
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "სიმაღლე(პიქსელებში)"
|
254 |
|
255 |
+
#: gallery-plugin.php:816
|
256 |
+
#, fuzzy
|
257 |
+
msgid "Gallery image size"
|
258 |
+
msgstr "გალერეა"
|
259 |
|
260 |
+
#: gallery-plugin.php:824
|
261 |
+
#, fuzzy
|
262 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
+
msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
|
264 |
+
|
265 |
+
#: gallery-plugin.php:829
|
266 |
+
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
|
|
|
|
268 |
|
269 |
+
#: gallery-plugin.php:832
|
270 |
+
#, fuzzy
|
271 |
+
msgid "Max width (in px)"
|
272 |
+
msgstr "სიგანე(პიქსელებში)"
|
273 |
+
|
274 |
+
#: gallery-plugin.php:833
|
275 |
+
#, fuzzy
|
276 |
+
msgid "Max height (in px)"
|
277 |
+
msgstr "სიმაღლე(პიქსელებში)"
|
278 |
+
|
279 |
+
#: gallery-plugin.php:834
|
280 |
+
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: gallery-plugin.php:838
|
284 |
+
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: gallery-plugin.php:840
|
288 |
+
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:842
|
292 |
+
msgid "left"
|
293 |
+
msgstr ""
|
294 |
|
295 |
+
#: gallery-plugin.php:843
|
296 |
+
#: gallery-plugin.php:850
|
297 |
+
msgid "center"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: gallery-plugin.php:844
|
301 |
+
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
#: gallery-plugin.php:847
|
305 |
+
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:849
|
309 |
+
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:851
|
313 |
+
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:856
|
317 |
+
msgid "Lightbox background"
|
318 |
+
msgstr ""
|
|
|
319 |
|
320 |
#: gallery-plugin.php:858
|
321 |
+
msgid "Default"
|
|
|
|
|
322 |
msgstr ""
|
323 |
|
324 |
#: gallery-plugin.php:859
|
325 |
+
msgid "Background transparency (from 0 to 1)"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:861
|
329 |
+
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
#: gallery-plugin.php:863
|
333 |
+
msgid "Background color"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: gallery-plugin.php:870
|
337 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: gallery-plugin.php:877
|
341 |
+
msgid "Images with border"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: gallery-plugin.php:880
|
345 |
+
msgid "Border width in px, just numbers"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: gallery-plugin.php:882
|
349 |
+
#: gallery-plugin.php:884
|
350 |
+
msgid "Select a border color"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:890
|
354 |
+
#, fuzzy
|
355 |
+
msgid "Number of images in the row"
|
356 |
+
msgstr "სურათების რაოდენობა მწკრივში"
|
357 |
+
|
358 |
+
#: gallery-plugin.php:896
|
359 |
+
msgid "Start slideshow"
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: gallery-plugin.php:902
|
363 |
+
msgid "Slideshow interval"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: gallery-plugin.php:910
|
367 |
+
msgid "Attachment ID"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: gallery-plugin.php:911
|
371 |
+
#, fuzzy
|
372 |
+
msgid "Image Name"
|
373 |
+
msgstr "ზომის სახელი"
|
374 |
+
|
375 |
+
#: gallery-plugin.php:913
|
376 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: gallery-plugin.php:914
|
380 |
+
msgid "Random"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: gallery-plugin.php:918
|
384 |
+
#, fuzzy
|
385 |
+
msgid "Sort images"
|
386 |
+
msgstr "სურათების რაოდენობა მწკრივში"
|
387 |
+
|
388 |
+
#: gallery-plugin.php:920
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:921
|
393 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: gallery-plugin.php:925
|
397 |
+
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:927
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:931
|
405 |
+
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: gallery-plugin.php:937
|
409 |
+
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: gallery-plugin.php:943
|
413 |
+
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:949
|
417 |
+
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:951
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: gallery-plugin.php:953
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: gallery-plugin.php:957
|
429 |
+
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:965
|
433 |
msgid "Save Changes"
|
434 |
msgstr "ცვლილებების შენახვა"
|
435 |
|
436 |
+
#: gallery-plugin.php:978
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ"
|
439 |
|
440 |
+
#: gallery-plugin.php:979
|
441 |
msgid "Support"
|
442 |
msgstr "Support"
|
443 |
|
444 |
+
#: gallery-plugin.php:1186
|
445 |
+
#: template/gallery-single-template.php:76
|
446 |
+
#, fuzzy
|
447 |
+
msgid "Sorry, nothing found."
|
448 |
msgstr "მაპატიეთ - არაფერია ნაპოვნი."
|
449 |
|
450 |
+
#: gallery-plugin.php:1208
|
451 |
+
#: template/gallery-single-template.php:101
|
452 |
+
msgid "Download high resolution image"
|
453 |
msgstr ""
|
454 |
|
455 |
#: template/gallery-single-template.php:101
|
456 |
+
msgid "Image"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#~ msgid "Add New"
|
460 |
+
#~ msgstr "ახლის დამატება"
|
461 |
+
#~ msgid "Search Galleries"
|
462 |
+
#~ msgstr "გალერეას ძებნა"
|
463 |
+
#~ msgid "The size of the cover album for gallery"
|
464 |
+
#~ msgstr "ალბომის ყდის ზომა გალერეისთვის"
|
465 |
+
#~ msgid "Size for gallery image"
|
466 |
+
#~ msgstr "ზომა გალერეის სურათისთვის"
|
467 |
+
|
468 |
+
#, fuzzy
|
469 |
+
#~ msgid "date"
|
470 |
+
#~ msgstr "თარიღი"
|
471 |
+
|
languages/gallery-lt_LT.mo
CHANGED
Binary file
|
languages/gallery-lt_LT.po
CHANGED
@@ -2,43 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
|
9 |
-
"Language: lt_LT\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
21 |
-
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
-
"php\"
|
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 |
-
"Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-"
|
27 |
-
"template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome "
|
28 |
-
"nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į "
|
29 |
-
"savo temos aplanką."
|
30 |
|
31 |
-
#: gallery-plugin.php:127
|
|
|
32 |
msgid "Galleries"
|
33 |
msgstr "Galerijos"
|
34 |
|
35 |
-
#: gallery-plugin.php:128
|
|
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galerija"
|
38 |
|
39 |
#: gallery-plugin.php:129
|
40 |
-
|
41 |
-
|
|
|
42 |
|
43 |
#: gallery-plugin.php:130
|
44 |
msgid "Add New Gallery"
|
@@ -57,11 +53,13 @@ msgid "View Gallery"
|
|
57 |
msgstr "Peržiūrėti galeriją"
|
58 |
|
59 |
#: gallery-plugin.php:134
|
60 |
-
|
61 |
-
|
|
|
62 |
|
63 |
#: gallery-plugin.php:135
|
64 |
-
|
|
|
65 |
msgstr "Galerijų nėra"
|
66 |
|
67 |
#: gallery-plugin.php:192
|
@@ -73,17 +71,13 @@ msgid "Gallery Shortcode"
|
|
73 |
msgstr "Galerijos trumpasis kodas"
|
74 |
|
75 |
#: gallery-plugin.php:209
|
76 |
-
|
77 |
-
"The gallery temp directory (gallery-plugin/upload/files) not
|
78 |
-
"
|
79 |
-
"(media library)"
|
80 |
-
msgstr ""
|
81 |
-
"Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-"
|
82 |
-
"plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas "
|
83 |
-
"paveikslėliams įkelti (failų galerija)"
|
84 |
|
85 |
#: gallery-plugin.php:213
|
86 |
-
|
|
|
87 |
msgstr "Pasirinkite paveikslėlį įkėlimui:"
|
88 |
|
89 |
#: gallery-plugin.php:218
|
@@ -91,289 +85,406 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
91 |
msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
|
92 |
|
93 |
#: gallery-plugin.php:225
|
94 |
-
msgid "Allow download link for images in this gallery"
|
95 |
msgstr ""
|
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 |
|
103 |
#: gallery-plugin.php:228
|
104 |
-
msgid "Please
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: gallery-plugin.php:228
|
108 |
-
|
109 |
-
|
|
|
|
|
110 |
|
111 |
#: gallery-plugin.php:228
|
112 |
-
|
113 |
-
|
|
|
114 |
|
115 |
#: gallery-plugin.php:228
|
116 |
-
msgid "
|
117 |
msgstr ""
|
118 |
|
119 |
#: gallery-plugin.php:275
|
120 |
-
msgid "
|
121 |
msgstr ""
|
122 |
|
123 |
#: gallery-plugin.php:275
|
124 |
-
msgid "(
|
125 |
msgstr ""
|
126 |
|
127 |
#: gallery-plugin.php:276
|
128 |
-
msgid "
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: gallery-plugin.php:
|
132 |
-
msgid ""
|
133 |
-
|
134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
msgstr ""
|
136 |
-
"Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į "
|
137 |
-
"turinį"
|
138 |
|
139 |
#: gallery-plugin.php:292
|
140 |
-
|
141 |
-
"
|
142 |
-
"
|
|
|
|
|
|
|
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 |
-
|
|
|
155 |
msgstr "Nuotraukos"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
-
|
|
|
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 |
-
|
200 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
201 |
-
"
|
202 |
-
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 |
-
|
|
|
208 |
msgstr "Peržiūrėti nuotrauką »"
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
-
|
|
|
212 |
msgstr "Pasirinktys išsaugotos."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
-
|
|
|
216 |
msgstr "Galerijų pasirinktys"
|
217 |
|
218 |
-
#: gallery-plugin.php:
|
219 |
-
|
220 |
-
"If you would like to add a Single Gallery to your page or post, just copy "
|
221 |
-
"
|
222 |
-
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 |
-
|
228 |
-
|
|
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
-
|
|
|
|
|
|
|
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 |
-
|
244 |
-
|
|
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
-
|
248 |
-
"WordPress will create a
|
249 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
msgstr ""
|
251 |
-
"WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite "
|
252 |
-
"naują paveikslėlį."
|
253 |
|
254 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
msgid "Images with border"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
msgid "Border width in px, just numbers"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: gallery-plugin.php:
|
263 |
-
|
|
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
-
|
|
|
268 |
msgstr "Paveikslėlių eilėje kiekis"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid "Start slideshow"
|
272 |
msgstr "Pradėti demonstraciją"
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
msgid "Slideshow interval"
|
276 |
msgstr "Demonstracijos trukmė"
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
-
|
|
|
280 |
msgstr "prisegtuko ID"
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
#: gallery-plugin.php:857
|
287 |
-
msgid "date"
|
288 |
-
msgstr "datą"
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
-
|
292 |
-
"
|
293 |
-
"dialog )"
|
294 |
msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
-
|
|
|
298 |
msgstr "atsitiktine tvarka"
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
-
|
302 |
-
|
|
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
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:
|
311 |
-
msgid ""
|
312 |
-
"
|
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:
|
318 |
-
msgid "Display text above image"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "If you want to display text just in a lightbox"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
-
|
|
|
327 |
msgstr "Rodyti Sugrįžimo nuorodą"
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
-
|
|
|
331 |
msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
-
msgid "
|
335 |
-
msgstr "
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
-
|
339 |
-
|
340 |
-
msgstr "Sugrįžimo nuorodos tekstas"
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "Gallery page (Page with Gallery Template)"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "(Full URL to custom page)"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
-
msgid "
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
msgid "Save Changes"
|
356 |
msgstr "Išsaugoti pakeitimus"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "FAQ"
|
360 |
msgstr "D. U. K."
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Support"
|
364 |
msgstr "Palaikymas"
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
-
|
|
|
|
|
368 |
msgstr "Deja, nieko nerasta."
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
-
|
|
|
372 |
msgstr ""
|
373 |
|
374 |
#: template/gallery-single-template.php:101
|
375 |
-
|
|
|
376 |
msgstr "Paveikslėlis"
|
377 |
|
378 |
-
#~ msgid "
|
379 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Naglis Jonaitis <njonaitis@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: lt_LT\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
+
msgstr "Jūsų temos aplanke nėra failų \"gallery-template.php\" bei \"gallery-single-template.php\". Jei norite, kad galerijos įskiepis tinkamai veiktų, prašome nukopijuoti juos iš `/wp-content/plugins/gallery-plugin/template/` aplanko į savo temos aplanką."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Galerijos"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerija"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Pridėti naują galeriją"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Peržiūrėti galeriją"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Redaguoti galeriją"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Galerijų nėra"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
71 |
msgstr "Galerijos trumpasis kodas"
|
72 |
|
73 |
#: gallery-plugin.php:209
|
74 |
+
#, fuzzy
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
76 |
+
msgstr "Serveriui nesuteikta rašymo teisių į galerijos laikinąjį aplanką (gallery-plugin/upload/files). Prašome naudoti numatytąsias WordPress funkcijas paveikslėliams įkelti (failų galerija)"
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
+
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "Pasirinkite paveikslėlį įkėlimui:"
|
82 |
|
83 |
#: gallery-plugin.php:218
|
85 |
msgstr "Prašome įjungti JavaScript jei norite naudotis failų įkėlikliu."
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
msgid "Allow the download link for all images in this gallery"
|
89 |
msgstr ""
|
90 |
|
91 |
#: gallery-plugin.php:226
|
92 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
msgid "Please make a choice"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:908
|
101 |
+
#, fuzzy
|
102 |
+
msgid "Sort images by"
|
103 |
+
msgstr "Paveikslėlių eilėje kiekis"
|
104 |
|
105 |
#: gallery-plugin.php:228
|
106 |
+
#, fuzzy
|
107 |
+
msgid "sort images"
|
108 |
+
msgstr "Paveikslėlių eilėje kiekis"
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
+
msgid "on the plugin settings page ("
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
+
msgid "URL"
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
+
msgid "This setting is available in Pro version"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:277
|
127 |
+
msgid "Open the link"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Current window"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "New window"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: gallery-plugin.php:278
|
139 |
+
msgid "Delete"
|
140 |
msgstr ""
|
|
|
|
|
141 |
|
142 |
#: gallery-plugin.php:292
|
143 |
+
#, fuzzy
|
144 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
145 |
+
msgstr "Galite įterpti galeriją puslapyje ar įraše įterpdami šį trumpąjį kodą į turinį"
|
146 |
+
|
147 |
+
#: gallery-plugin.php:294
|
148 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: gallery-plugin.php:478
|
152 |
msgid "Title"
|
153 |
msgstr "Pavadinimas"
|
154 |
|
155 |
+
#: gallery-plugin.php:479
|
156 |
msgid "Author"
|
157 |
msgstr "Autorius"
|
158 |
|
159 |
+
#: gallery-plugin.php:480
|
160 |
+
#, fuzzy
|
161 |
+
msgid "Photo"
|
162 |
msgstr "Nuotraukos"
|
163 |
|
164 |
+
#: gallery-plugin.php:481
|
165 |
+
#, fuzzy
|
166 |
+
msgid "Publishing"
|
167 |
msgstr "Vieša"
|
168 |
|
169 |
+
#: gallery-plugin.php:482
|
170 |
+
#: gallery-plugin.php:912
|
171 |
msgid "Date"
|
172 |
msgstr "Data"
|
173 |
|
174 |
+
#: gallery-plugin.php:630
|
175 |
msgid "Activated plugins"
|
176 |
msgstr "Įjungti įskiepiai"
|
177 |
|
178 |
+
#: gallery-plugin.php:632
|
179 |
+
#: gallery-plugin.php:640
|
180 |
+
#: gallery-plugin.php:648
|
181 |
msgid "Read more"
|
182 |
msgstr "Skaityti daugiau"
|
183 |
|
184 |
+
#: gallery-plugin.php:632
|
185 |
+
#: gallery-plugin.php:977
|
186 |
+
#: gallery-plugin.php:992
|
187 |
msgid "Settings"
|
188 |
msgstr "Nustatymai"
|
189 |
|
190 |
+
#: gallery-plugin.php:638
|
191 |
msgid "Installed plugins"
|
192 |
msgstr "Įdiegti įskiepiai"
|
193 |
|
194 |
+
#: gallery-plugin.php:646
|
195 |
msgid "Recommended plugins"
|
196 |
msgstr "Rekomenduojami įskiepiai"
|
197 |
|
198 |
+
#: gallery-plugin.php:648
|
199 |
msgid "Download"
|
200 |
msgstr "Atsisiųsti"
|
201 |
|
202 |
+
#: gallery-plugin.php:648
|
203 |
#, php-format
|
204 |
msgid "Install %s"
|
205 |
msgstr "Įdiegti %s"
|
206 |
|
207 |
+
#: gallery-plugin.php:648
|
208 |
msgid "Install now from wordpress.org"
|
209 |
msgstr "Įdiegti tiesiai iš wordpress.org"
|
210 |
|
211 |
+
#: gallery-plugin.php:650
|
212 |
+
#, fuzzy
|
213 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
214 |
+
msgstr "Jei turite klausimų, susisiekite su mumis adresu plugin@bestwebsoft.com, arba užpildykite susisiekimo formą mūsų tinklalapyje"
|
|
|
|
|
|
|
215 |
|
216 |
+
#: gallery-plugin.php:688
|
217 |
+
#, fuzzy
|
218 |
+
msgid "See images »"
|
219 |
msgstr "Peržiūrėti nuotrauką »"
|
220 |
|
221 |
+
#: gallery-plugin.php:787
|
222 |
+
#, fuzzy
|
223 |
+
msgid "Settings are saved"
|
224 |
msgstr "Pasirinktys išsaugotos."
|
225 |
|
226 |
+
#: gallery-plugin.php:801
|
227 |
+
#, fuzzy
|
228 |
+
msgid "Gallery Settings"
|
229 |
msgstr "Galerijų pasirinktys"
|
230 |
|
231 |
+
#: gallery-plugin.php:804
|
232 |
+
#, fuzzy
|
233 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
234 |
+
msgstr "Jei norite įterpti galeriją į savo įrašą ar puslapį, tiesiog nukopijuokite šį trumpąjį kodą į savo įrašo ar puslapio turinį:"
|
|
|
|
|
|
|
235 |
|
236 |
+
#: gallery-plugin.php:808
|
237 |
+
#, fuzzy
|
238 |
+
msgid "Image size for the album cover"
|
239 |
+
msgstr "Размер для "
|
240 |
|
241 |
+
#: gallery-plugin.php:810
|
242 |
+
#: gallery-plugin.php:818
|
243 |
+
#: gallery-plugin.php:831
|
244 |
+
#, fuzzy
|
245 |
+
msgid "Image size"
|
246 |
msgstr "Paveikslėlio matmenų klasės vardas"
|
247 |
|
248 |
+
#: gallery-plugin.php:811
|
249 |
+
#: gallery-plugin.php:819
|
250 |
msgid "Width (in px)"
|
251 |
msgstr "Plotis (pikseliais)"
|
252 |
|
253 |
+
#: gallery-plugin.php:812
|
254 |
+
#: gallery-plugin.php:820
|
255 |
msgid "Height (in px)"
|
256 |
msgstr "Aukštis (pikseliais)"
|
257 |
|
258 |
+
#: gallery-plugin.php:816
|
259 |
+
#, fuzzy
|
260 |
+
msgid "Gallery image size"
|
261 |
+
msgstr "Galerijos"
|
262 |
|
263 |
+
#: gallery-plugin.php:824
|
264 |
+
#, fuzzy
|
265 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
266 |
+
msgstr "WordPress sukurs įrašo nurodytų matmenų miniatiūros kopiją kai įkelsite naują paveikslėlį."
|
267 |
+
|
268 |
+
#: gallery-plugin.php:829
|
269 |
+
msgid "Gallery image size in the lightbox"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: gallery-plugin.php:832
|
273 |
+
#, fuzzy
|
274 |
+
msgid "Max width (in px)"
|
275 |
+
msgstr "Plotis (pikseliais)"
|
276 |
+
|
277 |
+
#: gallery-plugin.php:833
|
278 |
+
#, fuzzy
|
279 |
+
msgid "Max height (in px)"
|
280 |
+
msgstr "Aukštis (pikseliais)"
|
281 |
+
|
282 |
+
#: gallery-plugin.php:834
|
283 |
+
msgid "Display a full size image in the lightbox"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: gallery-plugin.php:838
|
287 |
+
msgid "Crop position"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: gallery-plugin.php:840
|
291 |
+
msgid "Horizontal"
|
292 |
msgstr ""
|
|
|
|
|
293 |
|
294 |
+
#: gallery-plugin.php:842
|
295 |
+
msgid "left"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: gallery-plugin.php:843
|
299 |
+
#: gallery-plugin.php:850
|
300 |
+
msgid "center"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: gallery-plugin.php:844
|
304 |
+
msgid "right"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: gallery-plugin.php:847
|
308 |
+
msgid "Vertical"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: gallery-plugin.php:849
|
312 |
+
msgid "top"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: gallery-plugin.php:851
|
316 |
+
msgid "bottom"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: gallery-plugin.php:856
|
320 |
+
msgid "Lightbox background"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: gallery-plugin.php:858
|
324 |
+
msgid "Default"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: gallery-plugin.php:859
|
328 |
+
msgid "Background transparency (from 0 to 1)"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: gallery-plugin.php:861
|
332 |
+
msgid "Select a background color"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: gallery-plugin.php:863
|
336 |
+
msgid "Background color"
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: gallery-plugin.php:870
|
340 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: gallery-plugin.php:877
|
344 |
msgid "Images with border"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: gallery-plugin.php:880
|
348 |
msgid "Border width in px, just numbers"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: gallery-plugin.php:882
|
352 |
+
#: gallery-plugin.php:884
|
353 |
+
msgid "Select a border color"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: gallery-plugin.php:890
|
357 |
+
#, fuzzy
|
358 |
+
msgid "Number of images in the row"
|
359 |
msgstr "Paveikslėlių eilėje kiekis"
|
360 |
|
361 |
+
#: gallery-plugin.php:896
|
362 |
msgid "Start slideshow"
|
363 |
msgstr "Pradėti demonstraciją"
|
364 |
|
365 |
+
#: gallery-plugin.php:902
|
366 |
msgid "Slideshow interval"
|
367 |
msgstr "Demonstracijos trukmė"
|
368 |
|
369 |
+
#: gallery-plugin.php:910
|
370 |
+
#, fuzzy
|
371 |
+
msgid "Attachment ID"
|
372 |
msgstr "prisegtuko ID"
|
373 |
|
374 |
+
#: gallery-plugin.php:911
|
375 |
+
#, fuzzy
|
376 |
+
msgid "Image Name"
|
377 |
+
msgstr "Paveikslėlis"
|
|
|
|
|
|
|
378 |
|
379 |
+
#: gallery-plugin.php:913
|
380 |
+
#, fuzzy
|
381 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
|
|
382 |
msgstr "prisegtukų tvarką (sveikojo skaičiaus laukelis „Įkelti failą“ dialoge)"
|
383 |
|
384 |
+
#: gallery-plugin.php:914
|
385 |
+
#, fuzzy
|
386 |
+
msgid "Random"
|
387 |
msgstr "atsitiktine tvarka"
|
388 |
|
389 |
+
#: gallery-plugin.php:918
|
390 |
+
#, fuzzy
|
391 |
+
msgid "Sort images"
|
392 |
+
msgstr "Paveikslėlių eilėje kiekis"
|
393 |
|
394 |
+
#: gallery-plugin.php:920
|
395 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
396 |
+
msgstr "Didėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 1, 2, 3; a, b, c)"
|
|
|
|
|
397 |
|
398 |
+
#: gallery-plugin.php:921
|
399 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
400 |
+
msgstr "Mažėjančia tvarka (nuo žemiausios iki aukščiausios reikšmės - 3, 2, 1; c, b, a)"
|
|
|
|
|
|
|
401 |
|
402 |
+
#: gallery-plugin.php:925
|
403 |
+
msgid "Display text above the image"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: gallery-plugin.php:927
|
407 |
msgid "If you want to display text just in a lightbox"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: gallery-plugin.php:931
|
411 |
+
#, fuzzy
|
412 |
+
msgid "Display the Back link"
|
413 |
msgstr "Rodyti Sugrįžimo nuorodą"
|
414 |
|
415 |
+
#: gallery-plugin.php:937
|
416 |
+
#, fuzzy
|
417 |
+
msgid "Display the Back link in the shortcode"
|
418 |
msgstr "Rodyti Sugrįžimo nuorodą naudojantis trumpuoju kodu"
|
419 |
|
420 |
+
#: gallery-plugin.php:943
|
421 |
+
msgid "The Back link text"
|
422 |
+
msgstr ""
|
423 |
|
424 |
+
#: gallery-plugin.php:949
|
425 |
+
msgid "The Back link URL"
|
426 |
+
msgstr ""
|
|
|
427 |
|
428 |
+
#: gallery-plugin.php:951
|
429 |
msgid "Gallery page (Page with Gallery Template)"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:953
|
433 |
msgid "(Full URL to custom page)"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: gallery-plugin.php:957
|
437 |
+
msgid "The Read More link text"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: gallery-plugin.php:965
|
441 |
msgid "Save Changes"
|
442 |
msgstr "Išsaugoti pakeitimus"
|
443 |
|
444 |
+
#: gallery-plugin.php:978
|
445 |
msgid "FAQ"
|
446 |
msgstr "D. U. K."
|
447 |
|
448 |
+
#: gallery-plugin.php:979
|
449 |
msgid "Support"
|
450 |
msgstr "Palaikymas"
|
451 |
|
452 |
+
#: gallery-plugin.php:1186
|
453 |
+
#: template/gallery-single-template.php:76
|
454 |
+
#, fuzzy
|
455 |
+
msgid "Sorry, nothing found."
|
456 |
msgstr "Deja, nieko nerasta."
|
457 |
|
458 |
+
#: gallery-plugin.php:1208
|
459 |
+
#: template/gallery-single-template.php:101
|
460 |
+
msgid "Download high resolution image"
|
461 |
msgstr ""
|
462 |
|
463 |
#: template/gallery-single-template.php:101
|
464 |
+
#, fuzzy
|
465 |
+
msgid "Image"
|
466 |
msgstr "Paveikslėlis"
|
467 |
|
468 |
+
#~ msgid "Add New"
|
469 |
+
#~ msgstr "Pridėti naują"
|
470 |
+
#~ msgid "Search Galleries"
|
471 |
+
#~ msgstr "Ieškoti galerijose"
|
472 |
+
#~ msgid "Attachments order by"
|
473 |
+
#~ msgstr "Prisegtukus rikiuoti pagal"
|
474 |
+
#~ msgid "The size of the cover album for gallery"
|
475 |
+
#~ msgstr "Galerijos viršelio matmenys"
|
476 |
+
#~ msgid "Size for gallery image"
|
477 |
+
#~ msgstr "Galerijos paveikslėlio matmenys"
|
478 |
+
#~ msgid "attachment title"
|
479 |
+
#~ msgstr "prisegtuko pavadinimą"
|
480 |
+
#~ msgid "date"
|
481 |
+
#~ msgstr "datą"
|
482 |
+
#~ msgid "Attachments order"
|
483 |
+
#~ msgstr "Prisegtukų išdėstymas"
|
484 |
+
#~ msgid "Label for Return link"
|
485 |
+
#~ msgstr "Sugrįžimo nuorodos tekstas"
|
486 |
+
|
487 |
+
#, fuzzy
|
488 |
+
#~ msgid "URL for Return link"
|
489 |
+
#~ msgstr "Sugrįžimo nuorodos tekstas"
|
490 |
+
|
languages/gallery-nl_NL.mo
CHANGED
Binary file
|
languages/gallery-nl_NL.po
CHANGED
@@ -2,38 +2,38 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
9 |
-
"Language: nl_NL\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
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 |
|
27 |
-
#: gallery-plugin.php:127
|
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Fotoalbum's"
|
30 |
|
31 |
-
#: gallery-plugin.php:128
|
|
|
32 |
msgid "Gallery"
|
33 |
msgstr "Fotoalbum"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
|
|
|
37 |
msgstr "Nieuw fotoalbum"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
@@ -53,11 +53,13 @@ msgid "View Gallery"
|
|
53 |
msgstr "Foto bekijken"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
|
57 |
-
|
|
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
|
|
|
61 |
msgstr "Niets gevonden"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -70,15 +72,12 @@ msgid "Gallery Shortcode"
|
|
70 |
msgstr "Fotoalbum opties"
|
71 |
|
72 |
#: gallery-plugin.php:209
|
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:213
|
80 |
#, fuzzy
|
81 |
-
msgid "Choose an image
|
82 |
msgstr "Foto's uploaden: "
|
83 |
|
84 |
#: gallery-plugin.php:218
|
@@ -86,278 +85,386 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
86 |
msgstr "Activeer JavaScript om foto's te kunnen uploaden."
|
87 |
|
88 |
#: gallery-plugin.php:225
|
89 |
-
msgid "Allow download link for images in this gallery"
|
90 |
msgstr ""
|
91 |
|
92 |
#: gallery-plugin.php:226
|
93 |
-
msgid ""
|
94 |
-
"Please use drag and drop function to change the order of the output of "
|
95 |
-
"images and do not forget to save post."
|
96 |
msgstr ""
|
97 |
|
98 |
#: gallery-plugin.php:228
|
99 |
-
msgid "Please
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:228
|
103 |
-
|
104 |
-
|
|
|
|
|
105 |
|
106 |
#: gallery-plugin.php:228
|
107 |
-
|
108 |
-
|
|
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
-
msgid "
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
-
msgid "
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
-
msgid "(
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
-
msgid "
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
-
msgid ""
|
128 |
-
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
139 |
msgid "Title"
|
140 |
msgstr "Titel"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "Auteur"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
-
|
|
|
148 |
msgstr "Foto's"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
-
|
|
|
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 |
-
|
193 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
194 |
-
"
|
195 |
-
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 |
-
|
|
|
201 |
msgstr "Bekijk foto »"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
-
|
|
|
205 |
msgstr "Opties opgeslagen"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
-
|
|
|
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 |
-
|
|
|
219 |
msgstr "De afmetingen voor de cover van het album"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
-
|
|
|
|
|
|
|
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 |
-
|
235 |
-
|
|
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
-
|
239 |
-
"WordPress will create a
|
240 |
-
"
|
|
|
|
|
|
|
241 |
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
-
msgid "
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
msgid "
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
-
msgid "
|
259 |
-
msgstr "
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
-
|
|
|
|
|
|
|
|
|
|
|
263 |
msgstr ""
|
264 |
|
265 |
#: gallery-plugin.php:847
|
266 |
-
msgid "
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
-
msgid "
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
-
msgid "
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
-
|
279 |
-
|
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 "
|
|
|
|
|
|
|
|
|
290 |
msgstr ""
|
291 |
|
292 |
#: gallery-plugin.php:863
|
293 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
297 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
-
msgid ""
|
302 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
-
msgid "Display text above image"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "If you want to display text just in a lightbox"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
-
msgid "Display
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
-
msgid "Display
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
-
msgid "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
-
msgid "
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Gallery page (Page with Gallery Template)"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "(Full URL to custom page)"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
-
msgid "
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "Save Changes"
|
343 |
msgstr "Bewaar veranderingen"
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "FAQ"
|
347 |
msgstr "FAQ"
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Support"
|
351 |
msgstr "Support"
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
-
|
|
|
|
|
355 |
msgstr "Helaas - niets gevonden"
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
-
|
|
|
359 |
msgstr ""
|
360 |
|
361 |
#: template/gallery-single-template.php:101
|
362 |
-
msgid "Image
|
363 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:11+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: nl_NL\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Fotoalbum's"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Fotoalbum"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
msgstr "Nieuw fotoalbum"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
53 |
msgstr "Foto bekijken"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Fotoalbum bewerken"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Niets gevonden"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
72 |
msgstr "Fotoalbum opties"
|
73 |
|
74 |
#: gallery-plugin.php:209
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "Foto's uploaden: "
|
82 |
|
83 |
#: gallery-plugin.php:218
|
85 |
msgstr "Activeer JavaScript om foto's te kunnen uploaden."
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
msgid "Allow the download link for all images in this gallery"
|
89 |
msgstr ""
|
90 |
|
91 |
#: gallery-plugin.php:226
|
92 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
msgid "Please make a choice"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:908
|
101 |
+
#, fuzzy
|
102 |
+
msgid "Sort images by"
|
103 |
+
msgstr "Aantal afbeeldingen op een rij"
|
104 |
|
105 |
#: gallery-plugin.php:228
|
106 |
+
#, fuzzy
|
107 |
+
msgid "sort images"
|
108 |
+
msgstr "Aantal afbeeldingen op een rij"
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
+
msgid "on the plugin settings page ("
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
+
msgid "URL"
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
+
msgid "This setting is available in Pro version"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:277
|
127 |
+
msgid "Open the link"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Current window"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "New window"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: gallery-plugin.php:278
|
139 |
+
msgid "Delete"
|
140 |
msgstr ""
|
141 |
|
142 |
#: gallery-plugin.php:292
|
143 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
|
|
|
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: gallery-plugin.php:294
|
147 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: gallery-plugin.php:478
|
151 |
msgid "Title"
|
152 |
msgstr "Titel"
|
153 |
|
154 |
+
#: gallery-plugin.php:479
|
155 |
msgid "Author"
|
156 |
msgstr "Auteur"
|
157 |
|
158 |
+
#: gallery-plugin.php:480
|
159 |
+
#, fuzzy
|
160 |
+
msgid "Photo"
|
161 |
msgstr "Foto's"
|
162 |
|
163 |
+
#: gallery-plugin.php:481
|
164 |
+
#, fuzzy
|
165 |
+
msgid "Publishing"
|
166 |
msgstr "Gepubliceerd"
|
167 |
|
168 |
+
#: gallery-plugin.php:482
|
169 |
+
#: gallery-plugin.php:912
|
170 |
msgid "Date"
|
171 |
msgstr "Datum"
|
172 |
|
173 |
+
#: gallery-plugin.php:630
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "Geactiveerde plugins"
|
176 |
|
177 |
+
#: gallery-plugin.php:632
|
178 |
+
#: gallery-plugin.php:640
|
179 |
+
#: gallery-plugin.php:648
|
180 |
msgid "Read more"
|
181 |
msgstr "Lees verder"
|
182 |
|
183 |
+
#: gallery-plugin.php:632
|
184 |
+
#: gallery-plugin.php:977
|
185 |
+
#: gallery-plugin.php:992
|
186 |
msgid "Settings"
|
187 |
msgstr "Instellingen"
|
188 |
|
189 |
+
#: gallery-plugin.php:638
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "Geinstalleerde plugins"
|
192 |
|
193 |
+
#: gallery-plugin.php:646
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "Aanbevolen plugins"
|
196 |
|
197 |
+
#: gallery-plugin.php:648
|
198 |
msgid "Download"
|
199 |
msgstr "Download"
|
200 |
|
201 |
+
#: gallery-plugin.php:648
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "Install %s"
|
205 |
|
206 |
+
#: gallery-plugin.php:648
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "Installeer nu vanaf wordpress.org"
|
209 |
|
210 |
+
#: gallery-plugin.php:650
|
211 |
+
#, fuzzy
|
212 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
213 |
+
msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
|
|
|
|
|
|
|
214 |
|
215 |
+
#: gallery-plugin.php:688
|
216 |
+
#, fuzzy
|
217 |
+
msgid "See images »"
|
218 |
msgstr "Bekijk foto »"
|
219 |
|
220 |
+
#: gallery-plugin.php:787
|
221 |
+
#, fuzzy
|
222 |
+
msgid "Settings are saved"
|
223 |
msgstr "Opties opgeslagen"
|
224 |
|
225 |
+
#: gallery-plugin.php:801
|
226 |
+
#, fuzzy
|
227 |
+
msgid "Gallery Settings"
|
228 |
msgstr "Fotoalbum opties"
|
229 |
|
230 |
+
#: gallery-plugin.php:804
|
231 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
|
|
|
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: gallery-plugin.php:808
|
235 |
+
#, fuzzy
|
236 |
+
msgid "Image size for the album cover"
|
237 |
msgstr "De afmetingen voor de cover van het album"
|
238 |
|
239 |
+
#: gallery-plugin.php:810
|
240 |
+
#: gallery-plugin.php:818
|
241 |
+
#: gallery-plugin.php:831
|
242 |
+
#, fuzzy
|
243 |
+
msgid "Image size"
|
244 |
msgstr "Afbeelding grootte"
|
245 |
|
246 |
+
#: gallery-plugin.php:811
|
247 |
+
#: gallery-plugin.php:819
|
248 |
msgid "Width (in px)"
|
249 |
msgstr "Breedte (in px)"
|
250 |
|
251 |
+
#: gallery-plugin.php:812
|
252 |
+
#: gallery-plugin.php:820
|
253 |
msgid "Height (in px)"
|
254 |
msgstr "Hoogte (in px)"
|
255 |
|
256 |
+
#: gallery-plugin.php:816
|
257 |
+
#, fuzzy
|
258 |
+
msgid "Gallery image size"
|
259 |
+
msgstr "Fotoalbum's"
|
260 |
|
261 |
+
#: gallery-plugin.php:824
|
262 |
+
#, fuzzy
|
263 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
264 |
+
msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
|
265 |
+
|
266 |
+
#: gallery-plugin.php:829
|
267 |
+
msgid "Gallery image size in the lightbox"
|
268 |
msgstr ""
|
|
|
|
|
269 |
|
270 |
+
#: gallery-plugin.php:832
|
271 |
+
#, fuzzy
|
272 |
+
msgid "Max width (in px)"
|
273 |
+
msgstr "Breedte (in px)"
|
274 |
+
|
275 |
+
#: gallery-plugin.php:833
|
276 |
+
#, fuzzy
|
277 |
+
msgid "Max height (in px)"
|
278 |
+
msgstr "Hoogte (in px)"
|
279 |
+
|
280 |
+
#: gallery-plugin.php:834
|
281 |
+
msgid "Display a full size image in the lightbox"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: gallery-plugin.php:838
|
285 |
+
msgid "Crop position"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: gallery-plugin.php:840
|
289 |
+
msgid "Horizontal"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: gallery-plugin.php:842
|
293 |
+
msgid "left"
|
294 |
+
msgstr ""
|
295 |
|
296 |
+
#: gallery-plugin.php:843
|
297 |
+
#: gallery-plugin.php:850
|
298 |
+
msgid "center"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: gallery-plugin.php:844
|
302 |
+
msgid "right"
|
303 |
msgstr ""
|
304 |
|
305 |
#: gallery-plugin.php:847
|
306 |
+
msgid "Vertical"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:849
|
310 |
+
msgid "top"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:851
|
314 |
+
msgid "bottom"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:856
|
318 |
+
msgid "Lightbox background"
|
319 |
+
msgstr ""
|
|
|
320 |
|
321 |
#: gallery-plugin.php:858
|
322 |
+
msgid "Default"
|
|
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
#: gallery-plugin.php:859
|
326 |
+
msgid "Background transparency (from 0 to 1)"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:861
|
330 |
+
msgid "Select a background color"
|
331 |
msgstr ""
|
332 |
|
333 |
#: gallery-plugin.php:863
|
334 |
+
msgid "Background color"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: gallery-plugin.php:870
|
338 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: gallery-plugin.php:877
|
342 |
+
msgid "Images with border"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: gallery-plugin.php:880
|
346 |
+
msgid "Border width in px, just numbers"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: gallery-plugin.php:882
|
350 |
+
#: gallery-plugin.php:884
|
351 |
+
msgid "Select a border color"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: gallery-plugin.php:890
|
355 |
+
#, fuzzy
|
356 |
+
msgid "Number of images in the row"
|
357 |
+
msgstr "Aantal afbeeldingen op een rij"
|
358 |
+
|
359 |
+
#: gallery-plugin.php:896
|
360 |
+
msgid "Start slideshow"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: gallery-plugin.php:902
|
364 |
+
msgid "Slideshow interval"
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: gallery-plugin.php:910
|
368 |
+
msgid "Attachment ID"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: gallery-plugin.php:911
|
372 |
+
#, fuzzy
|
373 |
+
msgid "Image Name"
|
374 |
+
msgstr "Afbeelding grootte"
|
375 |
+
|
376 |
+
#: gallery-plugin.php:913
|
377 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: gallery-plugin.php:914
|
381 |
+
msgid "Random"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:918
|
385 |
+
#, fuzzy
|
386 |
+
msgid "Sort images"
|
387 |
+
msgstr "Aantal afbeeldingen op een rij"
|
388 |
+
|
389 |
+
#: gallery-plugin.php:920
|
390 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: gallery-plugin.php:921
|
394 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: gallery-plugin.php:925
|
398 |
+
msgid "Display text above the image"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: gallery-plugin.php:927
|
402 |
msgid "If you want to display text just in a lightbox"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: gallery-plugin.php:931
|
406 |
+
msgid "Display the Back link"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: gallery-plugin.php:937
|
410 |
+
msgid "Display the Back link in the shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:943
|
414 |
+
msgid "The Back link text"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:949
|
418 |
+
msgid "The Back link URL"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:951
|
422 |
msgid "Gallery page (Page with Gallery Template)"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:953
|
426 |
msgid "(Full URL to custom page)"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:957
|
430 |
+
msgid "The Read More link text"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:965
|
434 |
msgid "Save Changes"
|
435 |
msgstr "Bewaar veranderingen"
|
436 |
|
437 |
+
#: gallery-plugin.php:978
|
438 |
msgid "FAQ"
|
439 |
msgstr "FAQ"
|
440 |
|
441 |
+
#: gallery-plugin.php:979
|
442 |
msgid "Support"
|
443 |
msgstr "Support"
|
444 |
|
445 |
+
#: gallery-plugin.php:1186
|
446 |
+
#: template/gallery-single-template.php:76
|
447 |
+
#, fuzzy
|
448 |
+
msgid "Sorry, nothing found."
|
449 |
msgstr "Helaas - niets gevonden"
|
450 |
|
451 |
+
#: gallery-plugin.php:1208
|
452 |
+
#: template/gallery-single-template.php:101
|
453 |
+
msgid "Download high resolution image"
|
454 |
msgstr ""
|
455 |
|
456 |
#: template/gallery-single-template.php:101
|
457 |
+
msgid "Image"
|
458 |
msgstr ""
|
459 |
+
|
460 |
+
#~ msgid "Add New"
|
461 |
+
#~ msgstr "Nieuw fotoalbum"
|
462 |
+
#~ msgid "Search Galleries"
|
463 |
+
#~ msgstr "Zoeken"
|
464 |
+
#~ msgid "Size for gallery image"
|
465 |
+
#~ msgstr "Grootte voor album afbeelding"
|
466 |
+
|
467 |
+
#, fuzzy
|
468 |
+
#~ msgid "date"
|
469 |
+
#~ msgstr "Datum"
|
470 |
+
|
languages/gallery-pl_PL.mo
CHANGED
Binary file
|
languages/gallery-pl_PL.po
CHANGED
@@ -2,39 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
9 |
-
"Language: pl_PL\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
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 |
|
27 |
-
#: gallery-plugin.php:127
|
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Galerie zdjęć"
|
30 |
|
31 |
-
#: gallery-plugin.php:128
|
|
|
32 |
msgid "Gallery"
|
33 |
msgstr "Galeria zdjęć"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
|
37 |
-
|
|
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
@@ -53,11 +53,13 @@ msgid "View Gallery"
|
|
53 |
msgstr "Zobacz galerię"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
|
57 |
-
|
|
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
|
|
|
61 |
msgstr "Nie znaleziono żadnej galerii"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -70,299 +72,401 @@ msgid "Gallery Shortcode"
|
|
70 |
msgstr "Opcje galerii."
|
71 |
|
72 |
#: gallery-plugin.php:209
|
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:213
|
80 |
#, fuzzy
|
81 |
-
msgid "Choose an image
|
82 |
msgstr "Wybierz zrzut ekrany do wgrania na serwer"
|
83 |
|
84 |
#: gallery-plugin.php:218
|
85 |
msgid "Please enable JavaScript to use the file uploader."
|
86 |
-
msgstr ""
|
87 |
-
"Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na "
|
88 |
-
"serwer"
|
89 |
|
90 |
#: gallery-plugin.php:225
|
91 |
-
msgid "Allow download link for images in this gallery"
|
92 |
msgstr ""
|
93 |
|
94 |
#: gallery-plugin.php:226
|
95 |
-
msgid ""
|
96 |
-
"Please use drag and drop function to change the order of the output of "
|
97 |
-
"images and do not forget to save post."
|
98 |
msgstr ""
|
99 |
|
100 |
#: gallery-plugin.php:228
|
101 |
-
msgid "Please
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: gallery-plugin.php:228
|
105 |
-
|
106 |
-
|
|
|
|
|
107 |
|
108 |
#: gallery-plugin.php:228
|
109 |
-
|
110 |
-
|
|
|
111 |
|
112 |
#: gallery-plugin.php:228
|
113 |
-
msgid "
|
114 |
msgstr ""
|
115 |
|
116 |
#: gallery-plugin.php:275
|
117 |
-
msgid "
|
118 |
msgstr ""
|
119 |
|
120 |
#: gallery-plugin.php:275
|
121 |
-
msgid "(
|
122 |
msgstr ""
|
123 |
|
124 |
#: gallery-plugin.php:276
|
125 |
-
msgid "
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: gallery-plugin.php:
|
129 |
-
msgid ""
|
130 |
-
|
131 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
141 |
msgid "Title"
|
142 |
msgstr "Tytuł"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Author"
|
146 |
msgstr "Autor"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
-
|
|
|
150 |
msgstr "Zdjęcie"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
|
|
|
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 |
-
|
195 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
196 |
-
"
|
197 |
-
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 |
-
|
|
|
203 |
msgstr "Zobacz zdjęcia »"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
-
|
|
|
207 |
msgstr "Opcje zostały zapisane."
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
-
|
|
|
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 |
-
|
221 |
-
|
|
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
-
|
|
|
|
|
|
|
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 |
-
|
237 |
-
|
|
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
|
241 |
-
"WordPress will create a
|
242 |
-
"
|
|
|
|
|
|
|
243 |
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
msgid "
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
-
msgid "
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
-
msgid "
|
261 |
-
msgstr "
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
-
|
|
|
|
|
|
|
|
|
|
|
265 |
msgstr ""
|
266 |
|
267 |
#: gallery-plugin.php:847
|
268 |
-
msgid "
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
-
msgid "
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
-
msgid "
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
-
|
281 |
-
|
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 "
|
|
|
|
|
|
|
|
|
292 |
msgstr ""
|
293 |
|
294 |
#: gallery-plugin.php:863
|
295 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
299 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
-
msgid ""
|
304 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
-
msgid "Display text above image"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
312 |
msgid "If you want to display text just in a lightbox"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: gallery-plugin.php:
|
316 |
-
msgid "Display
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: gallery-plugin.php:
|
320 |
-
msgid "Display
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: gallery-plugin.php:
|
324 |
-
msgid "
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: gallery-plugin.php:
|
328 |
-
msgid "
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: gallery-plugin.php:
|
332 |
msgid "Gallery page (Page with Gallery Template)"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
msgid "(Full URL to custom page)"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
-
msgid "
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "Save Changes"
|
345 |
msgstr "Zapisz zmiany"
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
msgid "FAQ"
|
349 |
msgstr "FAQ "
|
350 |
|
351 |
-
#: gallery-plugin.php:
|
352 |
msgid "Support"
|
353 |
msgstr "Wsparcie"
|
354 |
|
355 |
-
#: gallery-plugin.php:
|
356 |
-
|
|
|
|
|
357 |
msgstr "Przykro nam - nic nie znaleziono."
|
358 |
|
359 |
-
#: gallery-plugin.php:
|
360 |
-
|
|
|
361 |
msgstr ""
|
362 |
|
363 |
#: template/gallery-single-template.php:101
|
364 |
-
msgid "Image
|
365 |
msgstr ""
|
366 |
|
367 |
-
#~ msgid "
|
368 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:12+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: pl_PL\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Galerie zdjęć"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galeria zdjęć"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Dodaj nową galerię"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Zobacz galerię"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Edytuj galerię"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Nie znaleziono żadnej galerii"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
72 |
msgstr "Opcje galerii."
|
73 |
|
74 |
#: gallery-plugin.php:209
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
76 |
msgstr ""
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "Wybierz zrzut ekrany do wgrania na serwer"
|
82 |
|
83 |
#: gallery-plugin.php:218
|
84 |
msgid "Please enable JavaScript to use the file uploader."
|
85 |
+
msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
|
|
|
|
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
msgid "Allow the download link for all images in this gallery"
|
89 |
msgstr ""
|
90 |
|
91 |
#: gallery-plugin.php:226
|
92 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
93 |
msgstr ""
|
94 |
|
95 |
#: gallery-plugin.php:228
|
96 |
+
msgid "Please make a choice"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: gallery-plugin.php:228
|
100 |
+
#: gallery-plugin.php:908
|
101 |
+
#, fuzzy
|
102 |
+
msgid "Sort images by"
|
103 |
+
msgstr "Ilość obrazków w rzędzie"
|
104 |
|
105 |
#: gallery-plugin.php:228
|
106 |
+
#, fuzzy
|
107 |
+
msgid "sort images"
|
108 |
+
msgstr "Ilość obrazków w rzędzie"
|
109 |
|
110 |
#: gallery-plugin.php:228
|
111 |
+
msgid "on the plugin settings page ("
|
112 |
msgstr ""
|
113 |
|
114 |
#: gallery-plugin.php:275
|
115 |
+
msgid "URL"
|
116 |
msgstr ""
|
117 |
|
118 |
#: gallery-plugin.php:275
|
119 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
120 |
msgstr ""
|
121 |
|
122 |
#: gallery-plugin.php:276
|
123 |
+
msgid "This setting is available in Pro version"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:277
|
127 |
+
msgid "Open the link"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Current window"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "New window"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: gallery-plugin.php:278
|
139 |
+
msgid "Delete"
|
140 |
msgstr ""
|
141 |
|
142 |
#: gallery-plugin.php:292
|
143 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
|
|
|
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: gallery-plugin.php:294
|
147 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: gallery-plugin.php:478
|
151 |
msgid "Title"
|
152 |
msgstr "Tytuł"
|
153 |
|
154 |
+
#: gallery-plugin.php:479
|
155 |
msgid "Author"
|
156 |
msgstr "Autor"
|
157 |
|
158 |
+
#: gallery-plugin.php:480
|
159 |
+
#, fuzzy
|
160 |
+
msgid "Photo"
|
161 |
msgstr "Zdjęcie"
|
162 |
|
163 |
+
#: gallery-plugin.php:481
|
164 |
+
#, fuzzy
|
165 |
+
msgid "Publishing"
|
166 |
msgstr "Publiczne"
|
167 |
|
168 |
+
#: gallery-plugin.php:482
|
169 |
+
#: gallery-plugin.php:912
|
170 |
msgid "Date"
|
171 |
msgstr "Data"
|
172 |
|
173 |
+
#: gallery-plugin.php:630
|
174 |
msgid "Activated plugins"
|
175 |
msgstr "Aktywny plugin"
|
176 |
|
177 |
+
#: gallery-plugin.php:632
|
178 |
+
#: gallery-plugin.php:640
|
179 |
+
#: gallery-plugin.php:648
|
180 |
msgid "Read more"
|
181 |
msgstr "Czytaj dalej"
|
182 |
|
183 |
+
#: gallery-plugin.php:632
|
184 |
+
#: gallery-plugin.php:977
|
185 |
+
#: gallery-plugin.php:992
|
186 |
msgid "Settings"
|
187 |
msgstr "Ustawienia"
|
188 |
|
189 |
+
#: gallery-plugin.php:638
|
190 |
msgid "Installed plugins"
|
191 |
msgstr "Zainstalowane pluginy"
|
192 |
|
193 |
+
#: gallery-plugin.php:646
|
194 |
msgid "Recommended plugins"
|
195 |
msgstr "Rekomendowane pluginy"
|
196 |
|
197 |
+
#: gallery-plugin.php:648
|
198 |
msgid "Download"
|
199 |
msgstr "Pobierz"
|
200 |
|
201 |
+
#: gallery-plugin.php:648
|
202 |
#, php-format
|
203 |
msgid "Install %s"
|
204 |
msgstr "Zainstaluj %s"
|
205 |
|
206 |
+
#: gallery-plugin.php:648
|
207 |
msgid "Install now from wordpress.org"
|
208 |
msgstr "Zainstaluj teraz z wordpress.org"
|
209 |
|
210 |
+
#: gallery-plugin.php:650
|
211 |
+
#, fuzzy
|
212 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
213 |
+
msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
|
|
|
|
|
|
|
214 |
|
215 |
+
#: gallery-plugin.php:688
|
216 |
+
#, fuzzy
|
217 |
+
msgid "See images »"
|
218 |
msgstr "Zobacz zdjęcia »"
|
219 |
|
220 |
+
#: gallery-plugin.php:787
|
221 |
+
#, fuzzy
|
222 |
+
msgid "Settings are saved"
|
223 |
msgstr "Opcje zostały zapisane."
|
224 |
|
225 |
+
#: gallery-plugin.php:801
|
226 |
+
#, fuzzy
|
227 |
+
msgid "Gallery Settings"
|
228 |
msgstr "Opcje galerii."
|
229 |
|
230 |
+
#: gallery-plugin.php:804
|
231 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
|
|
|
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: gallery-plugin.php:808
|
235 |
+
#, fuzzy
|
236 |
+
msgid "Image size for the album cover"
|
237 |
+
msgstr "Размер для "
|
238 |
|
239 |
+
#: gallery-plugin.php:810
|
240 |
+
#: gallery-plugin.php:818
|
241 |
+
#: gallery-plugin.php:831
|
242 |
+
#, fuzzy
|
243 |
+
msgid "Image size"
|
244 |
msgstr "Nazwa rozmiaru obrazka"
|
245 |
|
246 |
+
#: gallery-plugin.php:811
|
247 |
+
#: gallery-plugin.php:819
|
248 |
msgid "Width (in px)"
|
249 |
msgstr "Szerokość (w px)"
|
250 |
|
251 |
+
#: gallery-plugin.php:812
|
252 |
+
#: gallery-plugin.php:820
|
253 |
msgid "Height (in px)"
|
254 |
msgstr "Wysokość (w px)"
|
255 |
|
256 |
+
#: gallery-plugin.php:816
|
257 |
+
#, fuzzy
|
258 |
+
msgid "Gallery image size"
|
259 |
+
msgstr "Galerie zdjęć"
|
260 |
|
261 |
+
#: gallery-plugin.php:824
|
262 |
+
#, fuzzy
|
263 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
264 |
+
msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
|
265 |
+
|
266 |
+
#: gallery-plugin.php:829
|
267 |
+
msgid "Gallery image size in the lightbox"
|
268 |
msgstr ""
|
|
|
|
|
269 |
|
270 |
+
#: gallery-plugin.php:832
|
271 |
+
#, fuzzy
|
272 |
+
msgid "Max width (in px)"
|
273 |
+
msgstr "Szerokość (w px)"
|
274 |
+
|
275 |
+
#: gallery-plugin.php:833
|
276 |
+
#, fuzzy
|
277 |
+
msgid "Max height (in px)"
|
278 |
+
msgstr "Wysokość (w px)"
|
279 |
+
|
280 |
+
#: gallery-plugin.php:834
|
281 |
+
msgid "Display a full size image in the lightbox"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: gallery-plugin.php:838
|
285 |
+
msgid "Crop position"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: gallery-plugin.php:840
|
289 |
+
msgid "Horizontal"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: gallery-plugin.php:842
|
293 |
+
msgid "left"
|
294 |
+
msgstr ""
|
295 |
|
296 |
+
#: gallery-plugin.php:843
|
297 |
+
#: gallery-plugin.php:850
|
298 |
+
msgid "center"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: gallery-plugin.php:844
|
302 |
+
msgid "right"
|
303 |
msgstr ""
|
304 |
|
305 |
#: gallery-plugin.php:847
|
306 |
+
msgid "Vertical"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:849
|
310 |
+
msgid "top"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:851
|
314 |
+
msgid "bottom"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:856
|
318 |
+
msgid "Lightbox background"
|
319 |
+
msgstr ""
|
|
|
320 |
|
321 |
#: gallery-plugin.php:858
|
322 |
+
msgid "Default"
|
|
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
#: gallery-plugin.php:859
|
326 |
+
msgid "Background transparency (from 0 to 1)"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:861
|
330 |
+
msgid "Select a background color"
|
331 |
msgstr ""
|
332 |
|
333 |
#: gallery-plugin.php:863
|
334 |
+
msgid "Background color"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: gallery-plugin.php:870
|
338 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: gallery-plugin.php:877
|
342 |
+
msgid "Images with border"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: gallery-plugin.php:880
|
346 |
+
msgid "Border width in px, just numbers"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: gallery-plugin.php:882
|
350 |
+
#: gallery-plugin.php:884
|
351 |
+
msgid "Select a border color"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: gallery-plugin.php:890
|
355 |
+
#, fuzzy
|
356 |
+
msgid "Number of images in the row"
|
357 |
+
msgstr "Ilość obrazków w rzędzie"
|
358 |
+
|
359 |
+
#: gallery-plugin.php:896
|
360 |
+
msgid "Start slideshow"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: gallery-plugin.php:902
|
364 |
+
msgid "Slideshow interval"
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: gallery-plugin.php:910
|
368 |
+
msgid "Attachment ID"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: gallery-plugin.php:911
|
372 |
+
#, fuzzy
|
373 |
+
msgid "Image Name"
|
374 |
+
msgstr "Nazwa rozmiaru obrazka"
|
375 |
+
|
376 |
+
#: gallery-plugin.php:913
|
377 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: gallery-plugin.php:914
|
381 |
+
msgid "Random"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:918
|
385 |
+
#, fuzzy
|
386 |
+
msgid "Sort images"
|
387 |
+
msgstr "Ilość obrazków w rzędzie"
|
388 |
+
|
389 |
+
#: gallery-plugin.php:920
|
390 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: gallery-plugin.php:921
|
394 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: gallery-plugin.php:925
|
398 |
+
msgid "Display text above the image"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: gallery-plugin.php:927
|
402 |
msgid "If you want to display text just in a lightbox"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: gallery-plugin.php:931
|
406 |
+
msgid "Display the Back link"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: gallery-plugin.php:937
|
410 |
+
msgid "Display the Back link in the shortcode"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:943
|
414 |
+
msgid "The Back link text"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:949
|
418 |
+
msgid "The Back link URL"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:951
|
422 |
msgid "Gallery page (Page with Gallery Template)"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:953
|
426 |
msgid "(Full URL to custom page)"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: gallery-plugin.php:957
|
430 |
+
msgid "The Read More link text"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:965
|
434 |
msgid "Save Changes"
|
435 |
msgstr "Zapisz zmiany"
|
436 |
|
437 |
+
#: gallery-plugin.php:978
|
438 |
msgid "FAQ"
|
439 |
msgstr "FAQ "
|
440 |
|
441 |
+
#: gallery-plugin.php:979
|
442 |
msgid "Support"
|
443 |
msgstr "Wsparcie"
|
444 |
|
445 |
+
#: gallery-plugin.php:1186
|
446 |
+
#: template/gallery-single-template.php:76
|
447 |
+
#, fuzzy
|
448 |
+
msgid "Sorry, nothing found."
|
449 |
msgstr "Przykro nam - nic nie znaleziono."
|
450 |
|
451 |
+
#: gallery-plugin.php:1208
|
452 |
+
#: template/gallery-single-template.php:101
|
453 |
+
msgid "Download high resolution image"
|
454 |
msgstr ""
|
455 |
|
456 |
#: template/gallery-single-template.php:101
|
457 |
+
msgid "Image"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#~ msgid "Add New"
|
461 |
+
#~ msgstr "Dodaj nową"
|
462 |
+
#~ msgid "Search Galleries"
|
463 |
+
#~ msgstr "Szukaj galerii"
|
464 |
+
#~ msgid "The size of the cover album for gallery"
|
465 |
+
#~ msgstr "Rozmiar okładki albumu"
|
466 |
+
#~ msgid "Size for gallery image"
|
467 |
+
#~ msgstr "Rozmiar dla obrazka w galerii"
|
468 |
+
|
469 |
+
#, fuzzy
|
470 |
+
#~ msgid "date"
|
471 |
+
#~ msgstr "Data"
|
472 |
+
|
languages/gallery-pt_BR.mo
CHANGED
Binary file
|
languages/gallery-pt_BR.po
CHANGED
@@ -2,50 +2,45 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
|
9 |
-
"Language: pt_BR\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
"X-Poedit-Basepath: ../\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ gallery
|
23 |
-
#: gallery-plugin.php:103
|
24 |
-
|
25 |
-
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
26 |
-
"php\"
|
27 |
-
"the directory `/wp-content/plugins/gallery-plugin/template/` to the "
|
28 |
-
"directory of your theme for the correct work of the Gallery plugin"
|
29 |
-
msgstr ""
|
30 |
-
"Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template."
|
31 |
-
"php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a "
|
32 |
-
"partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o "
|
33 |
-
"diretório do seu tema para que o plugin Galeria funcione corretamente"
|
34 |
|
35 |
# @ gallery
|
36 |
-
#: gallery-plugin.php:127
|
|
|
37 |
msgid "Galleries"
|
38 |
msgstr "Galerias"
|
39 |
|
40 |
# @ gallery
|
41 |
-
#: gallery-plugin.php:128
|
|
|
42 |
msgid "Gallery"
|
43 |
msgstr "Galeria"
|
44 |
|
45 |
# @ gallery
|
46 |
#: gallery-plugin.php:129
|
47 |
-
|
48 |
-
|
|
|
49 |
|
50 |
# @ gallery
|
51 |
#: gallery-plugin.php:130
|
@@ -69,12 +64,14 @@ msgstr "Ver Galeria"
|
|
69 |
|
70 |
# @ gallery
|
71 |
#: gallery-plugin.php:134
|
72 |
-
|
73 |
-
|
|
|
74 |
|
75 |
# @ gallery
|
76 |
#: gallery-plugin.php:135
|
77 |
-
|
|
|
78 |
msgstr "Nenhuma Galeria Encontrada"
|
79 |
|
80 |
# @ gallery
|
@@ -89,18 +86,14 @@ msgstr "Shortcode da Galeria"
|
|
89 |
|
90 |
# @ gallery
|
91 |
#: gallery-plugin.php:209
|
92 |
-
|
93 |
-
"The gallery temp directory (gallery-plugin/upload/files) not
|
94 |
-
"
|
95 |
-
"(media library)"
|
96 |
-
msgstr ""
|
97 |
-
"O diretório temporário da Galeria (gallery-plugin/upload/files) não pode ser "
|
98 |
-
"gravado pelo seu servidor web. Por favor, use o diretório padrão de imagens "
|
99 |
-
"do WP (media library)"
|
100 |
|
101 |
# @ gallery
|
102 |
#: gallery-plugin.php:213
|
103 |
-
|
|
|
104 |
msgstr "Escolha uma imagem para enviar:"
|
105 |
|
106 |
# @ gallery
|
@@ -109,336 +102,458 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
109 |
msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
|
110 |
|
111 |
#: gallery-plugin.php:225
|
112 |
-
msgid "Allow download link for images in this gallery"
|
113 |
msgstr ""
|
114 |
|
115 |
#: gallery-plugin.php:226
|
116 |
-
msgid ""
|
117 |
-
"Please use drag and drop function to change the order of the output of "
|
118 |
-
"images and do not forget to save post."
|
119 |
msgstr ""
|
120 |
|
121 |
#: gallery-plugin.php:228
|
122 |
-
msgid "Please
|
123 |
msgstr ""
|
124 |
|
125 |
# @ gallery
|
126 |
-
#: gallery-plugin.php:228
|
127 |
-
|
128 |
-
|
|
|
|
|
129 |
|
130 |
# @ gallery
|
131 |
#: gallery-plugin.php:228
|
132 |
-
|
133 |
-
|
|
|
134 |
|
135 |
#: gallery-plugin.php:228
|
136 |
-
msgid "
|
137 |
msgstr ""
|
138 |
|
139 |
#: gallery-plugin.php:275
|
140 |
-
msgid "
|
141 |
msgstr ""
|
142 |
|
143 |
#: gallery-plugin.php:275
|
144 |
-
msgid "(
|
145 |
msgstr ""
|
146 |
|
147 |
#: gallery-plugin.php:276
|
148 |
-
msgid "
|
149 |
msgstr ""
|
150 |
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
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:292
|
161 |
-
|
162 |
-
"
|
163 |
-
"
|
|
|
|
|
|
|
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 |
-
|
|
|
179 |
msgstr "Fotos"
|
180 |
|
181 |
# @ gallery
|
182 |
-
#: gallery-plugin.php:
|
183 |
-
|
|
|
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 |
-
|
235 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
236 |
-
"
|
237 |
-
msgstr ""
|
238 |
-
"Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou "
|
239 |
-
"preencha o formulário de contar em nosso website."
|
240 |
|
241 |
# @ gallery
|
242 |
-
#: gallery-plugin.php:
|
243 |
-
|
|
|
244 |
msgstr "Ver foto »"
|
245 |
|
246 |
# @ gallery
|
247 |
-
#: gallery-plugin.php:
|
248 |
-
|
|
|
249 |
msgstr "Opções salvas."
|
250 |
|
251 |
# @ gallery
|
252 |
-
#: gallery-plugin.php:
|
253 |
-
|
|
|
254 |
msgstr "Opções da Galeria"
|
255 |
|
256 |
# @ gallery
|
257 |
-
#: gallery-plugin.php:
|
258 |
-
|
259 |
-
"If you would like to add a Single Gallery to your page or post, just copy "
|
260 |
-
"
|
261 |
-
msgstr ""
|
262 |
-
"Se você quiser adicionar uma Galeria Única em sua página ou post, basta "
|
263 |
-
"copiar e colocar este shortcode no conteúde de sua página ou post:"
|
264 |
|
265 |
# @ gallery
|
266 |
-
#: gallery-plugin.php:
|
267 |
-
|
|
|
268 |
msgstr "Tamanho da imagem de capa do álbum para as galerias"
|
269 |
|
270 |
# @ gallery
|
271 |
-
#: gallery-plugin.php:
|
272 |
-
|
|
|
|
|
|
|
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 |
-
|
288 |
-
|
|
|
289 |
|
290 |
# @ gallery
|
291 |
-
#: gallery-plugin.php:
|
292 |
-
|
293 |
-
"WordPress will create a
|
294 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
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-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
msgid "Images with border"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "Border width in px, just numbers"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
-
|
|
|
309 |
msgstr ""
|
310 |
|
311 |
# @ gallery
|
312 |
-
#: gallery-plugin.php:
|
313 |
-
|
|
|
314 |
msgstr "Quantidade de imagens por linha"
|
315 |
|
316 |
# @ gallery
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Start slideshow"
|
319 |
msgstr "Iniciar Apresentação de Slides"
|
320 |
|
321 |
# @ gallery
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Slideshow interval"
|
324 |
msgstr "Intervalo de tempo entre cada Slide"
|
325 |
|
326 |
# @ gallery
|
327 |
-
#: gallery-plugin.php:
|
328 |
-
|
|
|
329 |
msgstr "id do anexo"
|
330 |
|
331 |
# @ gallery
|
332 |
-
#: gallery-plugin.php:
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
# @ gallery
|
337 |
-
#: gallery-plugin.php:857
|
338 |
-
msgid "date"
|
339 |
-
msgstr "data"
|
340 |
|
341 |
# @ gallery
|
342 |
-
#: gallery-plugin.php:
|
343 |
-
|
344 |
-
"
|
345 |
-
"
|
346 |
-
msgstr ""
|
347 |
-
"ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / "
|
348 |
-
"Upload na Galeria de Mídia)"
|
349 |
|
350 |
# @ gallery
|
351 |
-
#: gallery-plugin.php:
|
352 |
-
|
|
|
353 |
msgstr "aleatório"
|
354 |
|
355 |
# @ gallery
|
356 |
-
#: gallery-plugin.php:
|
357 |
-
|
358 |
-
|
|
|
359 |
|
360 |
# @ gallery
|
361 |
-
#: gallery-plugin.php:
|
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:
|
369 |
-
msgid ""
|
370 |
-
"DESC (
|
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:
|
376 |
-
msgid "Display text above image"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "If you want to display text just in a lightbox"
|
381 |
msgstr ""
|
382 |
|
383 |
# @ gallery
|
384 |
-
#: gallery-plugin.php:
|
385 |
-
|
|
|
386 |
msgstr "Mostrar link de Retorno"
|
387 |
|
388 |
# @ gallery
|
389 |
-
#: gallery-plugin.php:
|
390 |
-
|
|
|
391 |
msgstr "Mostrar link de Retorno no shortcode"
|
392 |
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
msgstr "Etiqueta para o link de Retorno"
|
397 |
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
msgid "URL for Return link"
|
402 |
-
msgstr "Etiqueta para o link de Retorno"
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Gallery page (Page with Gallery Template)"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "(Full URL to custom page)"
|
410 |
msgstr ""
|
411 |
|
412 |
-
|
413 |
-
|
414 |
-
msgid "Label for Read More link"
|
415 |
msgstr ""
|
416 |
|
417 |
# @ default
|
418 |
-
#: gallery-plugin.php:
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Salvar Alterações"
|
421 |
|
422 |
# @ gallery
|
423 |
-
#: gallery-plugin.php:
|
424 |
msgid "FAQ"
|
425 |
msgstr "FAQ"
|
426 |
|
427 |
# @ gallery
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "Support"
|
430 |
msgstr "Suporte"
|
431 |
|
432 |
# @ gallery
|
433 |
-
#: gallery-plugin.php:
|
434 |
-
|
|
|
|
|
435 |
msgstr "Desculpe - nada foi encontrado."
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
-
|
|
|
439 |
msgstr ""
|
440 |
|
441 |
# @ gallery
|
442 |
#: template/gallery-single-template.php:101
|
443 |
-
|
|
|
444 |
msgstr "Imagem "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery Plugin v3.2\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:12+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: DJIO | www.djio.com.br <wordpress@djio.com.br>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: pt_BR\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
|
|
16 |
"X-Poedit-Basepath: ../\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ gallery
|
22 |
+
#: gallery-plugin.php:103
|
23 |
+
#: gallery-plugin.php:794
|
24 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
25 |
+
msgstr "Os seguintes arquivos \"gallery-template.php\" e \"gallery-single-template.php\" não foram encontrados no diretório do seu tema. Por favor, copie-os a partir do diretório `/wp-content/plugins/gallery-plugin/template/` para o diretório do seu tema para que o plugin Galeria funcione corretamente"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# @ gallery
|
28 |
+
#: gallery-plugin.php:127
|
29 |
+
#: gallery-plugin.php:137
|
30 |
msgid "Galleries"
|
31 |
msgstr "Galerias"
|
32 |
|
33 |
# @ gallery
|
34 |
+
#: gallery-plugin.php:128
|
35 |
+
#: gallery-plugin.php:661
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galeria"
|
38 |
|
39 |
# @ gallery
|
40 |
#: gallery-plugin.php:129
|
41 |
+
#, fuzzy
|
42 |
+
msgid "Add a Gallery"
|
43 |
+
msgstr "Adicionar Nova Galeria"
|
44 |
|
45 |
# @ gallery
|
46 |
#: gallery-plugin.php:130
|
64 |
|
65 |
# @ gallery
|
66 |
#: gallery-plugin.php:134
|
67 |
+
#, fuzzy
|
68 |
+
msgid "Find a Gallery"
|
69 |
+
msgstr "Editar Galeria"
|
70 |
|
71 |
# @ gallery
|
72 |
#: gallery-plugin.php:135
|
73 |
+
#, fuzzy
|
74 |
+
msgid "No Gallery found"
|
75 |
msgstr "Nenhuma Galeria Encontrada"
|
76 |
|
77 |
# @ gallery
|
86 |
|
87 |
# @ gallery
|
88 |
#: gallery-plugin.php:209
|
89 |
+
#, fuzzy
|
90 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
91 |
+
msgstr "O diretório temporário da Galeria (gallery-plugin/upload/files) não pode ser gravado pelo seu servidor web. Por favor, use o diretório padrão de imagens do WP (media library)"
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
# @ gallery
|
94 |
#: gallery-plugin.php:213
|
95 |
+
#, fuzzy
|
96 |
+
msgid "Choose an image for upload:"
|
97 |
msgstr "Escolha uma imagem para enviar:"
|
98 |
|
99 |
# @ gallery
|
102 |
msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
|
103 |
|
104 |
#: gallery-plugin.php:225
|
105 |
+
msgid "Allow the download link for all images in this gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
#: gallery-plugin.php:226
|
109 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
110 |
msgstr ""
|
111 |
|
112 |
#: gallery-plugin.php:228
|
113 |
+
msgid "Please make a choice"
|
114 |
msgstr ""
|
115 |
|
116 |
# @ gallery
|
117 |
+
#: gallery-plugin.php:228
|
118 |
+
#: gallery-plugin.php:908
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Sort images by"
|
121 |
+
msgstr "Quantidade de imagens por linha"
|
122 |
|
123 |
# @ gallery
|
124 |
#: gallery-plugin.php:228
|
125 |
+
#, fuzzy
|
126 |
+
msgid "sort images"
|
127 |
+
msgstr "Quantidade de imagens por linha"
|
128 |
|
129 |
#: gallery-plugin.php:228
|
130 |
+
msgid "on the plugin settings page ("
|
131 |
msgstr ""
|
132 |
|
133 |
#: gallery-plugin.php:275
|
134 |
+
msgid "URL"
|
135 |
msgstr ""
|
136 |
|
137 |
#: gallery-plugin.php:275
|
138 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
139 |
msgstr ""
|
140 |
|
141 |
#: gallery-plugin.php:276
|
142 |
+
msgid "This setting is available in Pro version"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: gallery-plugin.php:277
|
146 |
+
msgid "Open the link"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: gallery-plugin.php:277
|
150 |
+
msgid "Current window"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: gallery-plugin.php:277
|
154 |
+
msgid "New window"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: gallery-plugin.php:278
|
158 |
+
msgid "Delete"
|
159 |
msgstr ""
|
|
|
|
|
160 |
|
161 |
+
# @ gallery
|
162 |
#: gallery-plugin.php:292
|
163 |
+
#, fuzzy
|
164 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
165 |
+
msgstr "Você pode adicionar a Galeria Única na página ou post inserindo este shortcode no conteúdo"
|
166 |
+
|
167 |
+
#: gallery-plugin.php:294
|
168 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
169 |
msgstr ""
|
170 |
|
171 |
# @ gallery
|
172 |
+
#: gallery-plugin.php:478
|
173 |
msgid "Title"
|
174 |
msgstr "Título"
|
175 |
|
176 |
# @ gallery
|
177 |
+
#: gallery-plugin.php:479
|
178 |
msgid "Author"
|
179 |
msgstr "Autor"
|
180 |
|
181 |
# @ gallery
|
182 |
+
#: gallery-plugin.php:480
|
183 |
+
#, fuzzy
|
184 |
+
msgid "Photo"
|
185 |
msgstr "Fotos"
|
186 |
|
187 |
# @ gallery
|
188 |
+
#: gallery-plugin.php:481
|
189 |
+
#, fuzzy
|
190 |
+
msgid "Publishing"
|
191 |
msgstr "Público"
|
192 |
|
193 |
# @ gallery
|
194 |
+
#: gallery-plugin.php:482
|
195 |
+
#: gallery-plugin.php:912
|
196 |
msgid "Date"
|
197 |
msgstr "Data"
|
198 |
|
199 |
# @ gallery
|
200 |
+
#: gallery-plugin.php:630
|
201 |
msgid "Activated plugins"
|
202 |
msgstr "Plugins ativados"
|
203 |
|
204 |
# @ gallery
|
205 |
+
#: gallery-plugin.php:632
|
206 |
+
#: gallery-plugin.php:640
|
207 |
+
#: gallery-plugin.php:648
|
208 |
msgid "Read more"
|
209 |
msgstr "Leia mais"
|
210 |
|
211 |
# @ gallery
|
212 |
+
#: gallery-plugin.php:632
|
213 |
+
#: gallery-plugin.php:977
|
214 |
+
#: gallery-plugin.php:992
|
215 |
msgid "Settings"
|
216 |
msgstr "Configurações"
|
217 |
|
218 |
# @ gallery
|
219 |
+
#: gallery-plugin.php:638
|
220 |
msgid "Installed plugins"
|
221 |
msgstr "Plugins instalados"
|
222 |
|
223 |
# @ gallery
|
224 |
+
#: gallery-plugin.php:646
|
225 |
msgid "Recommended plugins"
|
226 |
msgstr "Plugins recomendados"
|
227 |
|
228 |
# @ gallery
|
229 |
+
#: gallery-plugin.php:648
|
230 |
msgid "Download"
|
231 |
msgstr "Download"
|
232 |
|
233 |
# @ default
|
234 |
+
#: gallery-plugin.php:648
|
235 |
#, php-format
|
236 |
msgid "Install %s"
|
237 |
msgstr "Instalar %s"
|
238 |
|
239 |
# @ gallery
|
240 |
+
#: gallery-plugin.php:648
|
241 |
msgid "Install now from wordpress.org"
|
242 |
msgstr "Instale agora via wordpres.org"
|
243 |
|
244 |
# @ gallery
|
245 |
+
#: gallery-plugin.php:650
|
246 |
+
#, fuzzy
|
247 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
248 |
+
msgstr "Se você tiver dúvidas, favor entrar em contato com plugin@bestwebsoft.com ou preencha o formulário de contar em nosso website."
|
|
|
|
|
|
|
249 |
|
250 |
# @ gallery
|
251 |
+
#: gallery-plugin.php:688
|
252 |
+
#, fuzzy
|
253 |
+
msgid "See images »"
|
254 |
msgstr "Ver foto »"
|
255 |
|
256 |
# @ gallery
|
257 |
+
#: gallery-plugin.php:787
|
258 |
+
#, fuzzy
|
259 |
+
msgid "Settings are saved"
|
260 |
msgstr "Opções salvas."
|
261 |
|
262 |
# @ gallery
|
263 |
+
#: gallery-plugin.php:801
|
264 |
+
#, fuzzy
|
265 |
+
msgid "Gallery Settings"
|
266 |
msgstr "Opções da Galeria"
|
267 |
|
268 |
# @ gallery
|
269 |
+
#: gallery-plugin.php:804
|
270 |
+
#, fuzzy
|
271 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
272 |
+
msgstr "Se você quiser adicionar uma Galeria Única em sua página ou post, basta copiar e colocar este shortcode no conteúde de sua página ou post:"
|
|
|
|
|
|
|
273 |
|
274 |
# @ gallery
|
275 |
+
#: gallery-plugin.php:808
|
276 |
+
#, fuzzy
|
277 |
+
msgid "Image size for the album cover"
|
278 |
msgstr "Tamanho da imagem de capa do álbum para as galerias"
|
279 |
|
280 |
# @ gallery
|
281 |
+
#: gallery-plugin.php:810
|
282 |
+
#: gallery-plugin.php:818
|
283 |
+
#: gallery-plugin.php:831
|
284 |
+
#, fuzzy
|
285 |
+
msgid "Image size"
|
286 |
msgstr "Nome do tamanho"
|
287 |
|
288 |
# @ gallery
|
289 |
+
#: gallery-plugin.php:811
|
290 |
+
#: gallery-plugin.php:819
|
291 |
msgid "Width (in px)"
|
292 |
msgstr "Largura (em px)"
|
293 |
|
294 |
# @ gallery
|
295 |
+
#: gallery-plugin.php:812
|
296 |
+
#: gallery-plugin.php:820
|
297 |
msgid "Height (in px)"
|
298 |
msgstr "Altura (em px)"
|
299 |
|
300 |
# @ gallery
|
301 |
+
#: gallery-plugin.php:816
|
302 |
+
#, fuzzy
|
303 |
+
msgid "Gallery image size"
|
304 |
+
msgstr "Galerias"
|
305 |
|
306 |
# @ gallery
|
307 |
+
#: gallery-plugin.php:824
|
308 |
+
#, fuzzy
|
309 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
310 |
+
msgstr "WordPress irá criar uma cópia da imagem destacada com os tamanhos especificados quando você enviar uma nova foto."
|
311 |
+
|
312 |
+
#: gallery-plugin.php:829
|
313 |
+
msgid "Gallery image size in the lightbox"
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
# @ gallery
|
317 |
+
#: gallery-plugin.php:832
|
318 |
+
#, fuzzy
|
319 |
+
msgid "Max width (in px)"
|
320 |
+
msgstr "Largura (em px)"
|
321 |
+
|
322 |
+
# @ gallery
|
323 |
+
#: gallery-plugin.php:833
|
324 |
+
#, fuzzy
|
325 |
+
msgid "Max height (in px)"
|
326 |
+
msgstr "Altura (em px)"
|
327 |
+
|
328 |
+
#: gallery-plugin.php:834
|
329 |
+
msgid "Display a full size image in the lightbox"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: gallery-plugin.php:838
|
333 |
+
msgid "Crop position"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: gallery-plugin.php:840
|
337 |
+
msgid "Horizontal"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: gallery-plugin.php:842
|
341 |
+
msgid "left"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: gallery-plugin.php:843
|
345 |
+
#: gallery-plugin.php:850
|
346 |
+
msgid "center"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: gallery-plugin.php:844
|
350 |
+
msgid "right"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:847
|
354 |
+
msgid "Vertical"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: gallery-plugin.php:849
|
358 |
+
msgid "top"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: gallery-plugin.php:851
|
362 |
+
msgid "bottom"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: gallery-plugin.php:856
|
366 |
+
msgid "Lightbox background"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: gallery-plugin.php:858
|
370 |
+
msgid "Default"
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: gallery-plugin.php:859
|
374 |
+
msgid "Background transparency (from 0 to 1)"
|
375 |
msgstr ""
|
|
|
|
|
376 |
|
377 |
+
#: gallery-plugin.php:861
|
378 |
+
msgid "Select a background color"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: gallery-plugin.php:863
|
382 |
+
msgid "Background color"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: gallery-plugin.php:870
|
386 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: gallery-plugin.php:877
|
390 |
msgid "Images with border"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: gallery-plugin.php:880
|
394 |
msgid "Border width in px, just numbers"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: gallery-plugin.php:882
|
398 |
+
#: gallery-plugin.php:884
|
399 |
+
msgid "Select a border color"
|
400 |
msgstr ""
|
401 |
|
402 |
# @ gallery
|
403 |
+
#: gallery-plugin.php:890
|
404 |
+
#, fuzzy
|
405 |
+
msgid "Number of images in the row"
|
406 |
msgstr "Quantidade de imagens por linha"
|
407 |
|
408 |
# @ gallery
|
409 |
+
#: gallery-plugin.php:896
|
410 |
msgid "Start slideshow"
|
411 |
msgstr "Iniciar Apresentação de Slides"
|
412 |
|
413 |
# @ gallery
|
414 |
+
#: gallery-plugin.php:902
|
415 |
msgid "Slideshow interval"
|
416 |
msgstr "Intervalo de tempo entre cada Slide"
|
417 |
|
418 |
# @ gallery
|
419 |
+
#: gallery-plugin.php:910
|
420 |
+
#, fuzzy
|
421 |
+
msgid "Attachment ID"
|
422 |
msgstr "id do anexo"
|
423 |
|
424 |
# @ gallery
|
425 |
+
#: gallery-plugin.php:911
|
426 |
+
#, fuzzy
|
427 |
+
msgid "Image Name"
|
428 |
+
msgstr "Imagem "
|
|
|
|
|
|
|
|
|
429 |
|
430 |
# @ gallery
|
431 |
+
#: gallery-plugin.php:913
|
432 |
+
#, fuzzy
|
433 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
434 |
+
msgstr "ordem de anexos (os campos com número inteiro na caixa de diálogo Inserir / Upload na Galeria de Mídia)"
|
|
|
|
|
|
|
435 |
|
436 |
# @ gallery
|
437 |
+
#: gallery-plugin.php:914
|
438 |
+
#, fuzzy
|
439 |
+
msgid "Random"
|
440 |
msgstr "aleatório"
|
441 |
|
442 |
# @ gallery
|
443 |
+
#: gallery-plugin.php:918
|
444 |
+
#, fuzzy
|
445 |
+
msgid "Sort images"
|
446 |
+
msgstr "Quantidade de imagens por linha"
|
447 |
|
448 |
# @ gallery
|
449 |
+
#: gallery-plugin.php:920
|
450 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
451 |
+
msgstr "ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; a, b, c)"
|
|
|
|
|
452 |
|
453 |
# @ gallery
|
454 |
+
#: gallery-plugin.php:921
|
455 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
456 |
+
msgstr "DESC (ordem decrescente dos valores mais altos para os mais baixos - 3, 2, 1; c, b, a)"
|
|
|
|
|
|
|
457 |
|
458 |
+
#: gallery-plugin.php:925
|
459 |
+
msgid "Display text above the image"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: gallery-plugin.php:927
|
463 |
msgid "If you want to display text just in a lightbox"
|
464 |
msgstr ""
|
465 |
|
466 |
# @ gallery
|
467 |
+
#: gallery-plugin.php:931
|
468 |
+
#, fuzzy
|
469 |
+
msgid "Display the Back link"
|
470 |
msgstr "Mostrar link de Retorno"
|
471 |
|
472 |
# @ gallery
|
473 |
+
#: gallery-plugin.php:937
|
474 |
+
#, fuzzy
|
475 |
+
msgid "Display the Back link in the shortcode"
|
476 |
msgstr "Mostrar link de Retorno no shortcode"
|
477 |
|
478 |
+
#: gallery-plugin.php:943
|
479 |
+
msgid "The Back link text"
|
480 |
+
msgstr ""
|
|
|
481 |
|
482 |
+
#: gallery-plugin.php:949
|
483 |
+
msgid "The Back link URL"
|
484 |
+
msgstr ""
|
|
|
|
|
485 |
|
486 |
+
#: gallery-plugin.php:951
|
487 |
msgid "Gallery page (Page with Gallery Template)"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: gallery-plugin.php:953
|
491 |
msgid "(Full URL to custom page)"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: gallery-plugin.php:957
|
495 |
+
msgid "The Read More link text"
|
|
|
496 |
msgstr ""
|
497 |
|
498 |
# @ default
|
499 |
+
#: gallery-plugin.php:965
|
500 |
msgid "Save Changes"
|
501 |
msgstr "Salvar Alterações"
|
502 |
|
503 |
# @ gallery
|
504 |
+
#: gallery-plugin.php:978
|
505 |
msgid "FAQ"
|
506 |
msgstr "FAQ"
|
507 |
|
508 |
# @ gallery
|
509 |
+
#: gallery-plugin.php:979
|
510 |
msgid "Support"
|
511 |
msgstr "Suporte"
|
512 |
|
513 |
# @ gallery
|
514 |
+
#: gallery-plugin.php:1186
|
515 |
+
#: template/gallery-single-template.php:76
|
516 |
+
#, fuzzy
|
517 |
+
msgid "Sorry, nothing found."
|
518 |
msgstr "Desculpe - nada foi encontrado."
|
519 |
|
520 |
+
#: gallery-plugin.php:1208
|
521 |
+
#: template/gallery-single-template.php:101
|
522 |
+
msgid "Download high resolution image"
|
523 |
msgstr ""
|
524 |
|
525 |
# @ gallery
|
526 |
#: template/gallery-single-template.php:101
|
527 |
+
#, fuzzy
|
528 |
+
msgid "Image"
|
529 |
msgstr "Imagem "
|
530 |
+
|
531 |
+
# @ gallery
|
532 |
+
#~ msgid "Add New"
|
533 |
+
#~ msgstr "Adicionar Nova"
|
534 |
+
# @ gallery
|
535 |
+
#~ msgid "Search Galleries"
|
536 |
+
#~ msgstr "Pesquisar Galerias"
|
537 |
+
# @ gallery
|
538 |
+
#~ msgid "Attachments order by"
|
539 |
+
#~ msgstr "Ordem dos anexos por"
|
540 |
+
# @ gallery
|
541 |
+
#~ msgid "Size for gallery image"
|
542 |
+
#~ msgstr "Tamanho da imagem da galeria"
|
543 |
+
# @ gallery
|
544 |
+
#~ msgid "attachment title"
|
545 |
+
#~ msgstr "título do anexo"
|
546 |
+
# @ gallery
|
547 |
+
#~ msgid "date"
|
548 |
+
#~ msgstr "data"
|
549 |
+
# @ gallery
|
550 |
+
#~ msgid "Attachments order"
|
551 |
+
#~ msgstr "ordem dos Anexos"
|
552 |
+
# @ gallery
|
553 |
+
#~ msgid "Label for Return link"
|
554 |
+
#~ msgstr "Etiqueta para o link de Retorno"
|
555 |
+
# @ gallery
|
556 |
+
#, fuzzy
|
557 |
+
#~ msgid "URL for Return link"
|
558 |
+
#~ msgstr "Etiqueta para o link de Retorno"
|
559 |
+
|
languages/gallery-ru_RU.mo
CHANGED
Binary file
|
languages/gallery-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-04-
|
6 |
-
"PO-Revision-Date: 2013-04-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
|
23 |
|
@@ -27,7 +27,7 @@ msgid "Galleries"
|
|
27 |
msgstr "Галереи"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "Галерея"
|
33 |
|
@@ -37,7 +37,7 @@ msgstr "Добавить новую галерею"
|
|
37 |
|
38 |
#: gallery-plugin.php:130
|
39 |
msgid "Add New Gallery"
|
40 |
-
msgstr "
|
41 |
|
42 |
#: gallery-plugin.php:131
|
43 |
msgid "Edit Gallery"
|
@@ -92,7 +92,7 @@ msgid "Please make a choice"
|
|
92 |
msgstr "Пожалуйста, выберите"
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Sort images by"
|
97 |
msgstr "Изображения сортируются по"
|
98 |
|
@@ -113,229 +113,319 @@ msgid "(by click on image <br /> opens a link in a new window)"
|
|
113 |
msgstr "(нажатие на изображение открывает <br /> данную ссылку в новом окне браузера)"
|
114 |
|
115 |
#: gallery-plugin.php:276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
msgid "Delete"
|
117 |
msgstr "Удалить"
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
121 |
msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
125 |
msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
|
126 |
|
127 |
-
#: gallery-plugin.php:
|
128 |
msgid "Title"
|
129 |
msgstr "Название"
|
130 |
|
131 |
-
#: gallery-plugin.php:
|
132 |
msgid "Author"
|
133 |
msgstr "Автор"
|
134 |
|
135 |
-
#: gallery-plugin.php:
|
136 |
msgid "Photo"
|
137 |
msgstr "Фото"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
msgid "Publishing"
|
141 |
msgstr "Опубликование"
|
142 |
|
143 |
-
#: gallery-plugin.php:
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Date"
|
146 |
-
msgstr "
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Activated plugins"
|
150 |
msgstr "Активированные плагины"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Read more"
|
156 |
msgstr "Подробнее..."
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
-
#: gallery-plugin.php:
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Settings"
|
162 |
msgstr "Настройки"
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Installed plugins"
|
166 |
msgstr "Установленные плагины"
|
167 |
|
168 |
-
#: gallery-plugin.php:
|
169 |
msgid "Recommended plugins"
|
170 |
msgstr "Рекомендованные к установке плагины"
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Download"
|
174 |
msgstr "Скачать"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
177 |
#, php-format
|
178 |
msgid "Install %s"
|
179 |
msgstr "Установлено %s"
|
180 |
|
181 |
-
#: gallery-plugin.php:
|
182 |
msgid "Install now from wordpress.org"
|
183 |
msgstr "Установить с wordpress.org"
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
186 |
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
187 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
188 |
|
189 |
-
#: gallery-plugin.php:
|
190 |
msgid "See images »"
|
191 |
msgstr "Смотреть фотографии »"
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
194 |
msgid "Settings are saved"
|
195 |
msgstr "Опции сохранены"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "Gallery Settings"
|
199 |
msgstr "Настройки Галереи"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
203 |
msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Image size for the album cover"
|
207 |
msgstr "Размер изображения для обложки альбома галереи"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
-
#: gallery-plugin.php:
|
|
|
211 |
msgid "Image size"
|
212 |
msgstr "Название размера изображения"
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "Width (in px)"
|
217 |
msgstr "Ширина (в px)"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
-
#: gallery-plugin.php:
|
221 |
msgid "Height (in px)"
|
222 |
msgstr "Высота (в px)"
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
msgid "Gallery image size"
|
226 |
msgstr "Размер изображений Галереи"
|
227 |
|
228 |
-
#: gallery-plugin.php:
|
229 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
230 |
msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
msgid "Images with border"
|
234 |
msgstr "Изображения с рамкой"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
msgid "Border width in px, just numbers"
|
238 |
msgstr "Ширина рамки в px, только числа"
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
-
#: gallery-plugin.php:
|
242 |
msgid "Select a border color"
|
243 |
msgstr "Выберите цвет рамки"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "Number of images in the 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 "id изображения"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "Image Name"
|
263 |
msgstr "названию изображения"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
267 |
msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
msgid "Random"
|
271 |
msgstr "произвольно"
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "Sort images"
|
275 |
msgstr "Сортировать изображения"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
279 |
msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
283 |
msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid "Display text above the image"
|
287 |
msgstr "Отображение текста над изображением"
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
msgid "If you want to display text just in a lightbox"
|
291 |
msgstr "Если вы хотите отображать текст только в лайтбоксе"
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
294 |
msgid "Display the Back link"
|
295 |
msgstr "Отображать ссылку Вернуться"
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Display the Back link in the shortcode"
|
299 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "The Back link text"
|
303 |
msgstr "Текст для ссылки Вернуться"
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "The Back link URL"
|
307 |
msgstr "URL для ссылки Вернуться"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Gallery page (Page with Gallery Template)"
|
311 |
msgstr "Страница галереи (Страница с Gallery Template)"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "(Full URL to custom page)"
|
315 |
msgstr "(Полная ссылка на пользовательскую страницу)"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "The Read More link text"
|
319 |
msgstr "Текст для ссылки Вернуться"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Save Changes"
|
323 |
msgstr "Сохранить изменения"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "FAQ"
|
327 |
msgstr "FAQ"
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "Support"
|
331 |
msgstr "Поддержка"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
#: template/gallery-single-template.php:76
|
335 |
msgid "Sorry, nothing found."
|
336 |
msgstr "Извините, ничего не найдено."
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
#: template/gallery-single-template.php:101
|
340 |
msgid "Download high resolution image"
|
341 |
msgstr "Скачать изображение в высоком разрешении"
|
@@ -344,14 +434,20 @@ msgstr "Скачать изображение в высоком разрешен
|
|
344 |
msgid "Image"
|
345 |
msgstr "Изображение"
|
346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
347 |
#~ msgid "Label for Read More link"
|
348 |
#~ msgstr "Текст для ссылки Читать далее"
|
349 |
|
350 |
#, fuzzy
|
351 |
#~ msgid "URL for Return link"
|
352 |
#~ msgstr "Текст для ссылки Вернуться"
|
353 |
-
#~ msgid "Add New"
|
354 |
-
#~ msgstr "Добавить галерею"
|
355 |
#~ msgid "Search Galleries"
|
356 |
#~ msgstr "Поиск галереи"
|
357 |
#~ msgid "Attachments order by"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:12+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:794
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найден в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Галерея"
|
23 |
|
27 |
msgstr "Галереи"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Галерея"
|
33 |
|
37 |
|
38 |
#: gallery-plugin.php:130
|
39 |
msgid "Add New Gallery"
|
40 |
+
msgstr "Добавить новую галерею"
|
41 |
|
42 |
#: gallery-plugin.php:131
|
43 |
msgid "Edit Gallery"
|
92 |
msgstr "Пожалуйста, выберите"
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
+
#: gallery-plugin.php:908
|
96 |
msgid "Sort images by"
|
97 |
msgstr "Изображения сортируются по"
|
98 |
|
113 |
msgstr "(нажатие на изображение открывает <br /> данную ссылку в новом окне браузера)"
|
114 |
|
115 |
#: gallery-plugin.php:276
|
116 |
+
msgid "This setting is available in Pro version"
|
117 |
+
msgstr "Эти настройки доступны в Pro версии"
|
118 |
+
|
119 |
+
#: gallery-plugin.php:277
|
120 |
+
msgid "Open the link"
|
121 |
+
msgstr "Открыть ссылку"
|
122 |
+
|
123 |
+
#: gallery-plugin.php:277
|
124 |
+
msgid "Current window"
|
125 |
+
msgstr "Текущее окно"
|
126 |
+
|
127 |
+
#: gallery-plugin.php:277
|
128 |
+
msgid "New window"
|
129 |
+
msgstr "Новое окно"
|
130 |
+
|
131 |
+
#: gallery-plugin.php:278
|
132 |
msgid "Delete"
|
133 |
msgstr "Удалить"
|
134 |
|
135 |
+
#: gallery-plugin.php:292
|
136 |
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
137 |
msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместить этот шорткод в контент поста или страницы:"
|
138 |
|
139 |
+
#: gallery-plugin.php:294
|
140 |
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
141 |
msgstr "Если вы хотите вывести краткую форму галереи со ссылкой на Single Gallery Page"
|
142 |
|
143 |
+
#: gallery-plugin.php:478
|
144 |
msgid "Title"
|
145 |
msgstr "Название"
|
146 |
|
147 |
+
#: gallery-plugin.php:479
|
148 |
msgid "Author"
|
149 |
msgstr "Автор"
|
150 |
|
151 |
+
#: gallery-plugin.php:480
|
152 |
msgid "Photo"
|
153 |
msgstr "Фото"
|
154 |
|
155 |
+
#: gallery-plugin.php:481
|
156 |
msgid "Publishing"
|
157 |
msgstr "Опубликование"
|
158 |
|
159 |
+
#: gallery-plugin.php:482
|
160 |
+
#: gallery-plugin.php:912
|
161 |
msgid "Date"
|
162 |
+
msgstr "Дата"
|
163 |
|
164 |
+
#: gallery-plugin.php:630
|
165 |
msgid "Activated plugins"
|
166 |
msgstr "Активированные плагины"
|
167 |
|
168 |
+
#: gallery-plugin.php:632
|
169 |
+
#: gallery-plugin.php:640
|
170 |
+
#: gallery-plugin.php:648
|
171 |
msgid "Read more"
|
172 |
msgstr "Подробнее..."
|
173 |
|
174 |
+
#: gallery-plugin.php:632
|
175 |
+
#: gallery-plugin.php:977
|
176 |
+
#: gallery-plugin.php:992
|
177 |
msgid "Settings"
|
178 |
msgstr "Настройки"
|
179 |
|
180 |
+
#: gallery-plugin.php:638
|
181 |
msgid "Installed plugins"
|
182 |
msgstr "Установленные плагины"
|
183 |
|
184 |
+
#: gallery-plugin.php:646
|
185 |
msgid "Recommended plugins"
|
186 |
msgstr "Рекомендованные к установке плагины"
|
187 |
|
188 |
+
#: gallery-plugin.php:648
|
189 |
msgid "Download"
|
190 |
msgstr "Скачать"
|
191 |
|
192 |
+
#: gallery-plugin.php:648
|
193 |
#, php-format
|
194 |
msgid "Install %s"
|
195 |
msgstr "Установлено %s"
|
196 |
|
197 |
+
#: gallery-plugin.php:648
|
198 |
msgid "Install now from wordpress.org"
|
199 |
msgstr "Установить с wordpress.org"
|
200 |
|
201 |
+
#: gallery-plugin.php:650
|
202 |
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
203 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
204 |
|
205 |
+
#: gallery-plugin.php:688
|
206 |
msgid "See images »"
|
207 |
msgstr "Смотреть фотографии »"
|
208 |
|
209 |
+
#: gallery-plugin.php:787
|
210 |
msgid "Settings are saved"
|
211 |
msgstr "Опции сохранены"
|
212 |
|
213 |
+
#: gallery-plugin.php:801
|
214 |
msgid "Gallery Settings"
|
215 |
msgstr "Настройки Галереи"
|
216 |
|
217 |
+
#: gallery-plugin.php:804
|
218 |
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
219 |
msgstr "Если вы хотели бы добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
|
220 |
|
221 |
+
#: gallery-plugin.php:808
|
222 |
msgid "Image size for the album cover"
|
223 |
msgstr "Размер изображения для обложки альбома галереи"
|
224 |
|
225 |
+
#: gallery-plugin.php:810
|
226 |
+
#: gallery-plugin.php:818
|
227 |
+
#: gallery-plugin.php:831
|
228 |
msgid "Image size"
|
229 |
msgstr "Название размера изображения"
|
230 |
|
231 |
+
#: gallery-plugin.php:811
|
232 |
+
#: gallery-plugin.php:819
|
233 |
msgid "Width (in px)"
|
234 |
msgstr "Ширина (в px)"
|
235 |
|
236 |
+
#: gallery-plugin.php:812
|
237 |
+
#: gallery-plugin.php:820
|
238 |
msgid "Height (in px)"
|
239 |
msgstr "Высота (в px)"
|
240 |
|
241 |
+
#: gallery-plugin.php:816
|
242 |
msgid "Gallery image size"
|
243 |
msgstr "Размер изображений Галереи"
|
244 |
|
245 |
+
#: gallery-plugin.php:824
|
246 |
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
247 |
msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
|
248 |
|
249 |
+
#: gallery-plugin.php:829
|
250 |
+
msgid "Gallery image size in the lightbox"
|
251 |
+
msgstr "Размер изображений Галереи в лайтбоксе"
|
252 |
+
|
253 |
+
#: gallery-plugin.php:832
|
254 |
+
msgid "Max width (in px)"
|
255 |
+
msgstr "Макс. ширина (в px)"
|
256 |
+
|
257 |
+
#: gallery-plugin.php:833
|
258 |
+
msgid "Max height (in px)"
|
259 |
+
msgstr "Макс. высота (в px)"
|
260 |
+
|
261 |
+
#: gallery-plugin.php:834
|
262 |
+
msgid "Display a full size image in the lightbox"
|
263 |
+
msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
|
264 |
+
|
265 |
+
#: gallery-plugin.php:838
|
266 |
+
msgid "Crop position"
|
267 |
+
msgstr "Позиция обрезки"
|
268 |
+
|
269 |
+
#: gallery-plugin.php:840
|
270 |
+
msgid "Horizontal"
|
271 |
+
msgstr "Горизонтальная"
|
272 |
+
|
273 |
+
#: gallery-plugin.php:842
|
274 |
+
msgid "left"
|
275 |
+
msgstr "лево"
|
276 |
+
|
277 |
+
#: gallery-plugin.php:843
|
278 |
+
#: gallery-plugin.php:850
|
279 |
+
msgid "center"
|
280 |
+
msgstr "центр"
|
281 |
+
|
282 |
+
#: gallery-plugin.php:844
|
283 |
+
msgid "right"
|
284 |
+
msgstr "право"
|
285 |
+
|
286 |
+
#: gallery-plugin.php:847
|
287 |
+
msgid "Vertical"
|
288 |
+
msgstr "Вертикальная"
|
289 |
+
|
290 |
+
#: gallery-plugin.php:849
|
291 |
+
msgid "top"
|
292 |
+
msgstr "верх"
|
293 |
+
|
294 |
+
#: gallery-plugin.php:851
|
295 |
+
msgid "bottom"
|
296 |
+
msgstr "низ"
|
297 |
+
|
298 |
+
#: gallery-plugin.php:856
|
299 |
+
msgid "Lightbox background"
|
300 |
+
msgstr "Фон лайтбокса"
|
301 |
+
|
302 |
+
#: gallery-plugin.php:858
|
303 |
+
msgid "Default"
|
304 |
+
msgstr "По-умолчанию"
|
305 |
+
|
306 |
+
#: gallery-plugin.php:859
|
307 |
+
msgid "Background transparency (from 0 to 1)"
|
308 |
+
msgstr "Прозрачность для фона (от 0 до 1)"
|
309 |
+
|
310 |
+
#: gallery-plugin.php:861
|
311 |
+
msgid "Select a background color"
|
312 |
+
msgstr "Выберите цвет фона"
|
313 |
+
|
314 |
+
#: gallery-plugin.php:863
|
315 |
+
msgid "Background color"
|
316 |
+
msgstr "Цвет фона"
|
317 |
+
|
318 |
+
#: gallery-plugin.php:870
|
319 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
320 |
+
msgstr "Этот функционал доступен в Pro версии плагина. Для детального ознакомления, перейдите по ссылке"
|
321 |
+
|
322 |
+
#: gallery-plugin.php:877
|
323 |
msgid "Images with border"
|
324 |
msgstr "Изображения с рамкой"
|
325 |
|
326 |
+
#: gallery-plugin.php:880
|
327 |
msgid "Border width in px, just numbers"
|
328 |
msgstr "Ширина рамки в px, только числа"
|
329 |
|
330 |
+
#: gallery-plugin.php:882
|
331 |
+
#: gallery-plugin.php:884
|
332 |
msgid "Select a border color"
|
333 |
msgstr "Выберите цвет рамки"
|
334 |
|
335 |
+
#: gallery-plugin.php:890
|
336 |
msgid "Number of images in the row"
|
337 |
msgstr "Количество изображений в строке"
|
338 |
|
339 |
+
#: gallery-plugin.php:896
|
340 |
msgid "Start slideshow"
|
341 |
msgstr "Начать слайдшоу"
|
342 |
|
343 |
+
#: gallery-plugin.php:902
|
344 |
msgid "Slideshow interval"
|
345 |
msgstr "Интервал времени при показе слайдшоу"
|
346 |
|
347 |
+
#: gallery-plugin.php:910
|
348 |
msgid "Attachment ID"
|
349 |
msgstr "id изображения"
|
350 |
|
351 |
+
#: gallery-plugin.php:911
|
352 |
msgid "Image Name"
|
353 |
msgstr "названию изображения"
|
354 |
|
355 |
+
#: gallery-plugin.php:913
|
356 |
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
357 |
msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
|
358 |
|
359 |
+
#: gallery-plugin.php:914
|
360 |
msgid "Random"
|
361 |
msgstr "произвольно"
|
362 |
|
363 |
+
#: gallery-plugin.php:918
|
364 |
msgid "Sort images"
|
365 |
msgstr "Сортировать изображения"
|
366 |
|
367 |
+
#: gallery-plugin.php:920
|
368 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
369 |
msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3, а, б, в)"
|
370 |
|
371 |
+
#: gallery-plugin.php:921
|
372 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
373 |
msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1, C, B)"
|
374 |
|
375 |
+
#: gallery-plugin.php:925
|
376 |
msgid "Display text above the image"
|
377 |
msgstr "Отображение текста над изображением"
|
378 |
|
379 |
+
#: gallery-plugin.php:927
|
380 |
msgid "If you want to display text just in a lightbox"
|
381 |
msgstr "Если вы хотите отображать текст только в лайтбоксе"
|
382 |
|
383 |
+
#: gallery-plugin.php:931
|
384 |
msgid "Display the Back link"
|
385 |
msgstr "Отображать ссылку Вернуться"
|
386 |
|
387 |
+
#: gallery-plugin.php:937
|
388 |
msgid "Display the Back link in the shortcode"
|
389 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
390 |
|
391 |
+
#: gallery-plugin.php:943
|
392 |
msgid "The Back link text"
|
393 |
msgstr "Текст для ссылки Вернуться"
|
394 |
|
395 |
+
#: gallery-plugin.php:949
|
396 |
msgid "The Back link URL"
|
397 |
msgstr "URL для ссылки Вернуться"
|
398 |
|
399 |
+
#: gallery-plugin.php:951
|
400 |
msgid "Gallery page (Page with Gallery Template)"
|
401 |
msgstr "Страница галереи (Страница с Gallery Template)"
|
402 |
|
403 |
+
#: gallery-plugin.php:953
|
404 |
msgid "(Full URL to custom page)"
|
405 |
msgstr "(Полная ссылка на пользовательскую страницу)"
|
406 |
|
407 |
+
#: gallery-plugin.php:957
|
408 |
msgid "The Read More link text"
|
409 |
msgstr "Текст для ссылки Вернуться"
|
410 |
|
411 |
+
#: gallery-plugin.php:965
|
412 |
msgid "Save Changes"
|
413 |
msgstr "Сохранить изменения"
|
414 |
|
415 |
+
#: gallery-plugin.php:978
|
416 |
msgid "FAQ"
|
417 |
msgstr "FAQ"
|
418 |
|
419 |
+
#: gallery-plugin.php:979
|
420 |
msgid "Support"
|
421 |
msgstr "Поддержка"
|
422 |
|
423 |
+
#: gallery-plugin.php:1186
|
424 |
#: template/gallery-single-template.php:76
|
425 |
msgid "Sorry, nothing found."
|
426 |
msgstr "Извините, ничего не найдено."
|
427 |
|
428 |
+
#: gallery-plugin.php:1208
|
429 |
#: template/gallery-single-template.php:101
|
430 |
msgid "Download high resolution image"
|
431 |
msgstr "Скачать изображение в высоком разрешении"
|
434 |
msgid "Image"
|
435 |
msgstr "Изображение"
|
436 |
|
437 |
+
#~ msgid "Self"
|
438 |
+
#~ msgstr "Текущее окно"
|
439 |
+
#~ msgid "New"
|
440 |
+
#~ msgstr "Новое окно"
|
441 |
+
#~ msgid "If you want to display full image"
|
442 |
+
#~ msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
|
443 |
+
#~ msgid "The background of the lightbox"
|
444 |
+
#~ msgstr "Фон лайтбокса"
|
445 |
#~ msgid "Label for Read More link"
|
446 |
#~ msgstr "Текст для ссылки Читать далее"
|
447 |
|
448 |
#, fuzzy
|
449 |
#~ msgid "URL for Return link"
|
450 |
#~ msgstr "Текст для ссылки Вернуться"
|
|
|
|
|
451 |
#~ msgid "Search Galleries"
|
452 |
#~ msgstr "Поиск галереи"
|
453 |
#~ msgid "Attachments order by"
|
languages/gallery-sr_RS.mo
CHANGED
Binary file
|
languages/gallery-sr_RS.po
CHANGED
@@ -2,43 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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
|
20 |
-
|
21 |
-
"The following files \"gallery-template.php\" and \"gallery-single-template."
|
22 |
-
"php\"
|
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
|
|
|
32 |
msgid "Galleries"
|
33 |
msgstr "Galerije"
|
34 |
|
35 |
-
#: gallery-plugin.php:128
|
|
|
36 |
msgid "Gallery"
|
37 |
msgstr "Galerija"
|
38 |
|
39 |
#: gallery-plugin.php:129
|
40 |
-
|
41 |
-
|
|
|
42 |
|
43 |
#: gallery-plugin.php:130
|
44 |
msgid "Add New Gallery"
|
@@ -57,11 +53,13 @@ msgid "View Gallery"
|
|
57 |
msgstr "Vidi Galeriju"
|
58 |
|
59 |
#: gallery-plugin.php:134
|
60 |
-
|
61 |
-
|
|
|
62 |
|
63 |
#: gallery-plugin.php:135
|
64 |
-
|
|
|
65 |
msgstr "Nije nađena ni jedna galerija"
|
66 |
|
67 |
#: gallery-plugin.php:192
|
@@ -73,17 +71,13 @@ msgid "Gallery Shortcode"
|
|
73 |
msgstr "Skraćeni kod za Galeriju"
|
74 |
|
75 |
#: gallery-plugin.php:209
|
76 |
-
|
77 |
-
"The gallery temp directory (gallery-plugin/upload/files) not
|
78 |
-
"
|
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 |
-
|
|
|
87 |
msgstr "Izaberite sliku za dodavanje:"
|
88 |
|
89 |
#: gallery-plugin.php:218
|
@@ -91,298 +85,420 @@ 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 |
-
|
|
|
95 |
msgstr "Dozvoli vezu za skidanje za slike iz ove galerije"
|
96 |
|
97 |
#: gallery-plugin.php:226
|
98 |
-
|
99 |
-
"Please use drag and drop function to change
|
100 |
-
"
|
|
|
|
|
|
|
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 "
|
108 |
-
msgstr "
|
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 |
-
|
116 |
-
|
|
|
117 |
|
118 |
#: gallery-plugin.php:228
|
119 |
-
|
|
|
120 |
msgstr "u podešavanjima dodatka"
|
121 |
|
122 |
#: gallery-plugin.php:275
|
123 |
-
msgid "
|
124 |
msgstr ""
|
125 |
|
126 |
#: gallery-plugin.php:275
|
127 |
-
msgid "(
|
128 |
msgstr ""
|
129 |
|
130 |
#: gallery-plugin.php:276
|
131 |
-
msgid "
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
-
msgid ""
|
136 |
-
|
137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
-
"
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
"
|
|
|
150 |
|
151 |
-
#: gallery-plugin.php:
|
152 |
msgid "Title"
|
153 |
msgstr "Naslov"
|
154 |
|
155 |
-
#: gallery-plugin.php:
|
156 |
msgid "Author"
|
157 |
msgstr "Autor"
|
158 |
|
159 |
-
#: gallery-plugin.php:
|
160 |
-
|
|
|
161 |
msgstr "Slike"
|
162 |
|
163 |
-
#: gallery-plugin.php:
|
164 |
-
|
|
|
165 |
msgstr "Javno"
|
166 |
|
167 |
-
#: gallery-plugin.php:
|
|
|
168 |
msgid "Date"
|
169 |
msgstr "Datum"
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Activated plugins"
|
173 |
msgstr "Aktivni dodaci"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
|
|
|
|
176 |
msgid "Read more"
|
177 |
msgstr "Čitaj više..."
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
|
|
|
|
180 |
msgid "Settings"
|
181 |
msgstr "Podešavanja"
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
msgid "Installed plugins"
|
185 |
msgstr "Instalirani dodaci"
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Recommended plugins"
|
189 |
msgstr "Preporučeni dodaci"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Download"
|
193 |
msgstr "Preuzmi"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
#, php-format
|
197 |
msgid "Install %s"
|
198 |
msgstr "Instaliraj %s"
|
199 |
|
200 |
-
#: gallery-plugin.php:
|
201 |
msgid "Install now from wordpress.org"
|
202 |
msgstr "Instaliraj sa wordpress.org"
|
203 |
|
204 |
-
#: gallery-plugin.php:
|
205 |
-
|
206 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
207 |
-
"
|
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:
|
213 |
-
|
|
|
214 |
msgstr "Vidi sliku »"
|
215 |
|
216 |
-
#: gallery-plugin.php:
|
217 |
-
|
|
|
218 |
msgstr "Opcije sačuvane"
|
219 |
|
220 |
-
#: gallery-plugin.php:
|
221 |
-
|
|
|
222 |
msgstr "Opcje Galerije"
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
-
|
226 |
-
"If you would like to add a Single Gallery to your page or post, just copy "
|
227 |
-
"
|
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:
|
234 |
-
|
235 |
-
|
|
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
-
|
|
|
|
|
|
|
239 |
msgstr "Naziv veličine slike"
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
|
|
242 |
msgid "Width (in px)"
|
243 |
msgstr "Širina (u px)"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
|
|
246 |
msgid "Height (in px)"
|
247 |
msgstr "Visina (u px)"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
-
|
251 |
-
|
|
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
-
|
255 |
-
"WordPress will create a
|
256 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
msgstr ""
|
258 |
-
"WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada "
|
259 |
-
"dodate novu sliku."
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
msgid "Images with border"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
msgid "Border width in px, just numbers"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
-
|
|
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
-
|
|
|
275 |
msgstr "Izboj slike u redu"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "Start slideshow"
|
279 |
msgstr "Započni prikaz slajdova"
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "Slideshow interval"
|
283 |
msgstr "Interval prikaza slajdova"
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
-
|
|
|
287 |
msgstr "id priveska"
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
#: gallery-plugin.php:857
|
294 |
-
msgid "date"
|
295 |
-
msgstr "datum"
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
-
|
299 |
-
"
|
300 |
-
"dialog )"
|
301 |
msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
-
|
|
|
305 |
msgstr "nasumično"
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
-
|
309 |
-
|
|
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
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:
|
317 |
-
msgid ""
|
318 |
-
"DESC (
|
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:
|
324 |
-
msgid "Display text above image"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: gallery-plugin.php:
|
328 |
msgid "If you want to display text just in a lightbox"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: gallery-plugin.php:
|
332 |
-
|
|
|
333 |
msgstr "Prikaži Povratnu vezu"
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
-
|
|
|
337 |
msgstr "Prikaži povratnu vezu ka kratak kod"
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
-
|
345 |
-
|
346 |
-
msgstr "Etiketa za Povratnu vezu"
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
msgid "Gallery page (Page with Gallery Template)"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: gallery-plugin.php:
|
353 |
msgid "(Full URL to custom page)"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: gallery-plugin.php:
|
357 |
-
|
|
|
358 |
msgstr "Etiketa za Čitaj Više vezu"
|
359 |
|
360 |
-
#: gallery-plugin.php:
|
361 |
msgid "Save Changes"
|
362 |
msgstr "Sačuvaj Promene"
|
363 |
|
364 |
-
#: gallery-plugin.php:
|
365 |
msgid "FAQ"
|
366 |
msgstr "FAQ"
|
367 |
|
368 |
-
#: gallery-plugin.php:
|
369 |
msgid "Support"
|
370 |
msgstr "Podrška"
|
371 |
|
372 |
-
#: gallery-plugin.php:
|
373 |
-
|
|
|
|
|
374 |
msgstr "Izvinite - ništa nije pronađeno."
|
375 |
|
376 |
-
#: gallery-plugin.php:
|
377 |
-
|
|
|
|
|
378 |
msgstr "Preuzmi sliku visoke rezolucije"
|
379 |
|
380 |
#: template/gallery-single-template.php:101
|
381 |
-
|
|
|
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 "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:12+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Radovan Georgijevic <http://www.georgijevic.info>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: rs_RS\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
+
msgstr "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php\" Nisu pronađeni u direktorijumu teme. Prekopirajte ih iz direktorijuma `/ wp-content/plugins/gallery-plugin/template /` u direktorijum vaše temekako bi dodatak Galerija ispravno funkcionisao"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Galerije"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Galerija"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Dodaj Novu Galeriju"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Vidi Galeriju"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Uredi Galeriju"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Nije nađena ni jedna galerija"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
71 |
msgstr "Skraćeni kod za Galeriju"
|
72 |
|
73 |
#: gallery-plugin.php:209
|
74 |
+
#, fuzzy
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
76 |
+
msgstr "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije dostupan od strane vašeg webservera. Molimo Vas korisitestandardnu funkciju WP-a za ubacivanje datoteka (media-biblioteka)"
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
+
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "Izaberite sliku za dodavanje:"
|
82 |
|
83 |
#: gallery-plugin.php:218
|
85 |
msgstr "Molimo, omogućite JavaScript-u da koristi file uploader."
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
#, fuzzy
|
89 |
+
msgid "Allow the download link for all images in this gallery"
|
90 |
msgstr "Dozvoli vezu za skidanje za slike iz ove galerije"
|
91 |
|
92 |
#: gallery-plugin.php:226
|
93 |
+
#, fuzzy
|
94 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
95 |
+
msgstr "Koristite funkciju prevlačenja da izmenite redosled izlaza zaslike i ne zaboravite da sačuvate članak."
|
96 |
+
|
97 |
+
#: gallery-plugin.php:228
|
98 |
+
msgid "Please make a choice"
|
99 |
msgstr ""
|
|
|
|
|
100 |
|
101 |
#: gallery-plugin.php:228
|
102 |
+
#: gallery-plugin.php:908
|
103 |
#, fuzzy
|
104 |
+
msgid "Sort images by"
|
105 |
+
msgstr "Izboj slike u redu"
|
|
|
|
|
|
|
|
|
106 |
|
107 |
#: gallery-plugin.php:228
|
108 |
+
#, fuzzy
|
109 |
+
msgid "sort images"
|
110 |
+
msgstr "Izboj slike u redu"
|
111 |
|
112 |
#: gallery-plugin.php:228
|
113 |
+
#, fuzzy
|
114 |
+
msgid "on the plugin settings page ("
|
115 |
msgstr "u podešavanjima dodatka"
|
116 |
|
117 |
#: gallery-plugin.php:275
|
118 |
+
msgid "URL"
|
119 |
msgstr ""
|
120 |
|
121 |
#: gallery-plugin.php:275
|
122 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
123 |
msgstr ""
|
124 |
|
125 |
#: gallery-plugin.php:276
|
126 |
+
msgid "This setting is available in Pro version"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: gallery-plugin.php:277
|
130 |
+
msgid "Open the link"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: gallery-plugin.php:277
|
134 |
+
msgid "Current window"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: gallery-plugin.php:277
|
138 |
+
msgid "New window"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: gallery-plugin.php:278
|
142 |
+
msgid "Delete"
|
143 |
msgstr ""
|
|
|
|
|
144 |
|
145 |
#: gallery-plugin.php:292
|
146 |
#, fuzzy
|
147 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
148 |
+
msgstr "Možete dodati Jednu Galeriju na stranicu ili u članak unosom sledećeg kratkog koda u sadržaj:"
|
149 |
+
|
150 |
+
#: gallery-plugin.php:294
|
151 |
+
#, fuzzy
|
152 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
153 |
+
msgstr "Ako želite da uzmete kratak prikaz galerije sa linkom ka Jednoj Stranici Galerije"
|
154 |
|
155 |
+
#: gallery-plugin.php:478
|
156 |
msgid "Title"
|
157 |
msgstr "Naslov"
|
158 |
|
159 |
+
#: gallery-plugin.php:479
|
160 |
msgid "Author"
|
161 |
msgstr "Autor"
|
162 |
|
163 |
+
#: gallery-plugin.php:480
|
164 |
+
#, fuzzy
|
165 |
+
msgid "Photo"
|
166 |
msgstr "Slike"
|
167 |
|
168 |
+
#: gallery-plugin.php:481
|
169 |
+
#, fuzzy
|
170 |
+
msgid "Publishing"
|
171 |
msgstr "Javno"
|
172 |
|
173 |
+
#: gallery-plugin.php:482
|
174 |
+
#: gallery-plugin.php:912
|
175 |
msgid "Date"
|
176 |
msgstr "Datum"
|
177 |
|
178 |
+
#: gallery-plugin.php:630
|
179 |
msgid "Activated plugins"
|
180 |
msgstr "Aktivni dodaci"
|
181 |
|
182 |
+
#: gallery-plugin.php:632
|
183 |
+
#: gallery-plugin.php:640
|
184 |
+
#: gallery-plugin.php:648
|
185 |
msgid "Read more"
|
186 |
msgstr "Čitaj više..."
|
187 |
|
188 |
+
#: gallery-plugin.php:632
|
189 |
+
#: gallery-plugin.php:977
|
190 |
+
#: gallery-plugin.php:992
|
191 |
msgid "Settings"
|
192 |
msgstr "Podešavanja"
|
193 |
|
194 |
+
#: gallery-plugin.php:638
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Instalirani dodaci"
|
197 |
|
198 |
+
#: gallery-plugin.php:646
|
199 |
msgid "Recommended plugins"
|
200 |
msgstr "Preporučeni dodaci"
|
201 |
|
202 |
+
#: gallery-plugin.php:648
|
203 |
msgid "Download"
|
204 |
msgstr "Preuzmi"
|
205 |
|
206 |
+
#: gallery-plugin.php:648
|
207 |
#, php-format
|
208 |
msgid "Install %s"
|
209 |
msgstr "Instaliraj %s"
|
210 |
|
211 |
+
#: gallery-plugin.php:648
|
212 |
msgid "Install now from wordpress.org"
|
213 |
msgstr "Instaliraj sa wordpress.org"
|
214 |
|
215 |
+
#: gallery-plugin.php:650
|
216 |
+
#, fuzzy
|
217 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
218 |
+
msgstr "Ako imate bilo kakva pitanja, kontaktirajte nas na mejl plugin@bestwebsoft.com ili poopunite kontakt formu na našem sajtu"
|
|
|
|
|
|
|
219 |
|
220 |
+
#: gallery-plugin.php:688
|
221 |
+
#, fuzzy
|
222 |
+
msgid "See images »"
|
223 |
msgstr "Vidi sliku »"
|
224 |
|
225 |
+
#: gallery-plugin.php:787
|
226 |
+
#, fuzzy
|
227 |
+
msgid "Settings are saved"
|
228 |
msgstr "Opcije sačuvane"
|
229 |
|
230 |
+
#: gallery-plugin.php:801
|
231 |
+
#, fuzzy
|
232 |
+
msgid "Gallery Settings"
|
233 |
msgstr "Opcje Galerije"
|
234 |
|
235 |
+
#: gallery-plugin.php:804
|
236 |
+
#, fuzzy
|
237 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
238 |
+
msgstr "Ako želite da dodate Jednu Galeriju na vašu stranicu ili u članak, jednostavno kopirajte i postavite ovaj kratak kod u sadržaj članke ili strane:"
|
|
|
|
|
|
|
|
|
239 |
|
240 |
+
#: gallery-plugin.php:808
|
241 |
+
#, fuzzy
|
242 |
+
msgid "Image size for the album cover"
|
243 |
+
msgstr "Veličina za naslovnu albuma "
|
244 |
|
245 |
+
#: gallery-plugin.php:810
|
246 |
+
#: gallery-plugin.php:818
|
247 |
+
#: gallery-plugin.php:831
|
248 |
+
#, fuzzy
|
249 |
+
msgid "Image size"
|
250 |
msgstr "Naziv veličine slike"
|
251 |
|
252 |
+
#: gallery-plugin.php:811
|
253 |
+
#: gallery-plugin.php:819
|
254 |
msgid "Width (in px)"
|
255 |
msgstr "Širina (u px)"
|
256 |
|
257 |
+
#: gallery-plugin.php:812
|
258 |
+
#: gallery-plugin.php:820
|
259 |
msgid "Height (in px)"
|
260 |
msgstr "Visina (u px)"
|
261 |
|
262 |
+
#: gallery-plugin.php:816
|
263 |
+
#, fuzzy
|
264 |
+
msgid "Gallery image size"
|
265 |
+
msgstr "Galerije"
|
266 |
|
267 |
+
#: gallery-plugin.php:824
|
268 |
+
#, fuzzy
|
269 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
270 |
+
msgstr "WordPress će napraviti kopiju sažetka posta sa naznačenim dimenzijama kada dodate novu sliku."
|
271 |
+
|
272 |
+
#: gallery-plugin.php:829
|
273 |
+
msgid "Gallery image size in the lightbox"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: gallery-plugin.php:832
|
277 |
+
#, fuzzy
|
278 |
+
msgid "Max width (in px)"
|
279 |
+
msgstr "Širina (u px)"
|
280 |
+
|
281 |
+
#: gallery-plugin.php:833
|
282 |
+
#, fuzzy
|
283 |
+
msgid "Max height (in px)"
|
284 |
+
msgstr "Visina (u px)"
|
285 |
+
|
286 |
+
#: gallery-plugin.php:834
|
287 |
+
msgid "Display a full size image in the lightbox"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: gallery-plugin.php:838
|
291 |
+
msgid "Crop position"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: gallery-plugin.php:840
|
295 |
+
msgid "Horizontal"
|
296 |
msgstr ""
|
|
|
|
|
297 |
|
298 |
+
#: gallery-plugin.php:842
|
299 |
+
msgid "left"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: gallery-plugin.php:843
|
303 |
+
#: gallery-plugin.php:850
|
304 |
+
msgid "center"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: gallery-plugin.php:844
|
308 |
+
msgid "right"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: gallery-plugin.php:847
|
312 |
+
msgid "Vertical"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: gallery-plugin.php:849
|
316 |
+
msgid "top"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: gallery-plugin.php:851
|
320 |
+
msgid "bottom"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: gallery-plugin.php:856
|
324 |
+
msgid "Lightbox background"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: gallery-plugin.php:858
|
328 |
+
msgid "Default"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: gallery-plugin.php:859
|
332 |
+
msgid "Background transparency (from 0 to 1)"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: gallery-plugin.php:861
|
336 |
+
msgid "Select a background color"
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: gallery-plugin.php:863
|
340 |
+
msgid "Background color"
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: gallery-plugin.php:870
|
344 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
+
#: gallery-plugin.php:877
|
348 |
msgid "Images with border"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: gallery-plugin.php:880
|
352 |
msgid "Border width in px, just numbers"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: gallery-plugin.php:882
|
356 |
+
#: gallery-plugin.php:884
|
357 |
+
msgid "Select a border color"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: gallery-plugin.php:890
|
361 |
+
#, fuzzy
|
362 |
+
msgid "Number of images in the row"
|
363 |
msgstr "Izboj slike u redu"
|
364 |
|
365 |
+
#: gallery-plugin.php:896
|
366 |
msgid "Start slideshow"
|
367 |
msgstr "Započni prikaz slajdova"
|
368 |
|
369 |
+
#: gallery-plugin.php:902
|
370 |
msgid "Slideshow interval"
|
371 |
msgstr "Interval prikaza slajdova"
|
372 |
|
373 |
+
#: gallery-plugin.php:910
|
374 |
+
#, fuzzy
|
375 |
+
msgid "Attachment ID"
|
376 |
msgstr "id priveska"
|
377 |
|
378 |
+
#: gallery-plugin.php:911
|
379 |
+
#, fuzzy
|
380 |
+
msgid "Image Name"
|
381 |
+
msgstr "Slika"
|
|
|
|
|
|
|
382 |
|
383 |
+
#: gallery-plugin.php:913
|
384 |
+
#, fuzzy
|
385 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
|
|
386 |
msgstr "redosled privezaka (celobrojna polja Insert / Upload Media Gallery)"
|
387 |
|
388 |
+
#: gallery-plugin.php:914
|
389 |
+
#, fuzzy
|
390 |
+
msgid "Random"
|
391 |
msgstr "nasumično"
|
392 |
|
393 |
+
#: gallery-plugin.php:918
|
394 |
+
#, fuzzy
|
395 |
+
msgid "Sort images"
|
396 |
+
msgstr "Izboj slike u redu"
|
397 |
|
398 |
+
#: gallery-plugin.php:920
|
399 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
400 |
+
msgstr "ASC (rastući raspored od najnižih do najviših vrednosti - 1, 2, 3, a, b, c)"
|
|
|
401 |
|
402 |
+
#: gallery-plugin.php:921
|
403 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
404 |
+
msgstr "DESC (opadajući raspored od naviših do najnižih vrednosti do - 3, 2, 1, a, b, c)"
|
|
|
|
|
|
|
405 |
|
406 |
+
#: gallery-plugin.php:925
|
407 |
+
msgid "Display text above the image"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: gallery-plugin.php:927
|
411 |
msgid "If you want to display text just in a lightbox"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: gallery-plugin.php:931
|
415 |
+
#, fuzzy
|
416 |
+
msgid "Display the Back link"
|
417 |
msgstr "Prikaži Povratnu vezu"
|
418 |
|
419 |
+
#: gallery-plugin.php:937
|
420 |
+
#, fuzzy
|
421 |
+
msgid "Display the Back link in the shortcode"
|
422 |
msgstr "Prikaži povratnu vezu ka kratak kod"
|
423 |
|
424 |
+
#: gallery-plugin.php:943
|
425 |
+
msgid "The Back link text"
|
426 |
+
msgstr ""
|
427 |
|
428 |
+
#: gallery-plugin.php:949
|
429 |
+
msgid "The Back link URL"
|
430 |
+
msgstr ""
|
|
|
431 |
|
432 |
+
#: gallery-plugin.php:951
|
433 |
msgid "Gallery page (Page with Gallery Template)"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: gallery-plugin.php:953
|
437 |
msgid "(Full URL to custom page)"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: gallery-plugin.php:957
|
441 |
+
#, fuzzy
|
442 |
+
msgid "The Read More link text"
|
443 |
msgstr "Etiketa za Čitaj Više vezu"
|
444 |
|
445 |
+
#: gallery-plugin.php:965
|
446 |
msgid "Save Changes"
|
447 |
msgstr "Sačuvaj Promene"
|
448 |
|
449 |
+
#: gallery-plugin.php:978
|
450 |
msgid "FAQ"
|
451 |
msgstr "FAQ"
|
452 |
|
453 |
+
#: gallery-plugin.php:979
|
454 |
msgid "Support"
|
455 |
msgstr "Podrška"
|
456 |
|
457 |
+
#: gallery-plugin.php:1186
|
458 |
+
#: template/gallery-single-template.php:76
|
459 |
+
#, fuzzy
|
460 |
+
msgid "Sorry, nothing found."
|
461 |
msgstr "Izvinite - ništa nije pronađeno."
|
462 |
|
463 |
+
#: gallery-plugin.php:1208
|
464 |
+
#: template/gallery-single-template.php:101
|
465 |
+
#, fuzzy
|
466 |
+
msgid "Download high resolution image"
|
467 |
msgstr "Preuzmi sliku visoke rezolucije"
|
468 |
|
469 |
#: template/gallery-single-template.php:101
|
470 |
+
#, fuzzy
|
471 |
+
msgid "Image"
|
472 |
msgstr "Slika"
|
473 |
|
474 |
+
#~ msgid "Add New"
|
475 |
+
#~ msgstr "Dodaj Novo"
|
476 |
+
#~ msgid "Search Galleries"
|
477 |
+
#~ msgstr "Pretraži Galeriju"
|
478 |
+
|
479 |
+
#, fuzzy
|
480 |
+
#~ msgid "Please do not forget to select "
|
481 |
+
#~ msgstr "Ne zaboravite da izaberete"
|
482 |
+
#~ msgid "Attachments order by"
|
483 |
+
#~ msgstr "Privesci poređani po"
|
484 |
+
#~ msgid "attachments order"
|
485 |
+
#~ msgstr "Privesci redosled"
|
486 |
+
#~ msgid "The size of the cover album for gallery"
|
487 |
+
#~ msgstr "Veličina za naslovnu albuma za galeriju"
|
488 |
+
#~ msgid "Size for gallery image"
|
489 |
+
#~ msgstr "Veličina za sliku iz galerije"
|
490 |
+
#~ msgid "attachment title"
|
491 |
+
#~ msgstr "naslov priveska"
|
492 |
+
#~ msgid "date"
|
493 |
+
#~ msgstr "datum"
|
494 |
+
#~ msgid "Attachments order"
|
495 |
+
#~ msgstr "Redosled privezaka"
|
496 |
+
#~ msgid "Label for Return link"
|
497 |
+
#~ msgstr "Etiketa za Povratnu vezu"
|
498 |
+
|
499 |
+
#, fuzzy
|
500 |
+
#~ msgid "URL for Return link"
|
501 |
+
#~ msgstr "Etiketa za Povratnu vezu"
|
502 |
#~ msgid "Random order"
|
503 |
#~ msgstr "Proizvoljan raspored"
|
504 |
|
|
|
|
languages/gallery-uk.mo
CHANGED
Binary file
|
languages/gallery-uk.po
CHANGED
@@ -2,39 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
-
"Language: uk_UA\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 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:103
|
20 |
-
|
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 |
|
27 |
-
#: gallery-plugin.php:127
|
|
|
28 |
msgid "Galleries"
|
29 |
msgstr "Галереi"
|
30 |
|
31 |
-
#: gallery-plugin.php:128
|
|
|
32 |
msgid "Gallery"
|
33 |
msgstr "Галерея"
|
34 |
|
35 |
#: gallery-plugin.php:129
|
36 |
-
|
37 |
-
|
|
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
@@ -53,11 +53,13 @@ msgid "View Gallery"
|
|
53 |
msgstr "Перегляд галереї"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
-
|
57 |
-
|
|
|
58 |
|
59 |
#: gallery-plugin.php:135
|
60 |
-
|
|
|
61 |
msgstr "Галереї, не знайдено"
|
62 |
|
63 |
#: gallery-plugin.php:192
|
@@ -69,14 +71,12 @@ msgid "Gallery Shortcode"
|
|
69 |
msgstr "Шорткод галереї"
|
70 |
|
71 |
#: gallery-plugin.php:209
|
72 |
-
msgid ""
|
73 |
-
"The gallery temp directory (gallery-plugin/upload/files) not writeable by "
|
74 |
-
"your webserver. Please use the standard WP functional to upload the images "
|
75 |
-
"(media library)"
|
76 |
msgstr ""
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
-
|
|
|
80 |
msgstr "Вибрати скріншот, щоб завантажити:"
|
81 |
|
82 |
#: gallery-plugin.php:218
|
@@ -84,280 +84,386 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
84 |
msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
|
85 |
|
86 |
#: gallery-plugin.php:225
|
87 |
-
msgid "Allow download link for images in this gallery"
|
88 |
msgstr ""
|
89 |
|
90 |
#: gallery-plugin.php:226
|
91 |
-
msgid ""
|
92 |
-
"Please use drag and drop function to change the order of the output of "
|
93 |
-
"images and do not forget to save post."
|
94 |
msgstr ""
|
95 |
|
96 |
#: gallery-plugin.php:228
|
97 |
-
msgid "Please
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: gallery-plugin.php:228
|
101 |
-
|
102 |
-
|
|
|
|
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
#: gallery-plugin.php:228
|
109 |
-
msgid "
|
110 |
msgstr ""
|
111 |
|
112 |
#: gallery-plugin.php:275
|
113 |
-
msgid "
|
114 |
msgstr ""
|
115 |
|
116 |
#: gallery-plugin.php:275
|
117 |
-
msgid "(
|
118 |
msgstr ""
|
119 |
|
120 |
#: gallery-plugin.php:276
|
121 |
-
msgid "
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
-
msgid ""
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
#: gallery-plugin.php:292
|
131 |
-
msgid ""
|
132 |
-
|
133 |
-
|
|
|
|
|
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 |
-
|
|
|
146 |
msgstr "Фото "
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
-
|
|
|
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 |
-
|
191 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
192 |
-
"
|
193 |
-
msgstr ""
|
194 |
-
"Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через "
|
195 |
-
"plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
-
|
|
|
199 |
msgstr "Дивитися фото »"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
-
|
|
|
203 |
msgstr "Параметри зберігаються."
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
-
|
|
|
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 |
-
|
217 |
-
|
|
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
-
|
|
|
|
|
|
|
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 |
-
|
233 |
-
|
|
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
-
|
237 |
-
"WordPress will create a
|
238 |
-
"
|
|
|
|
|
|
|
239 |
msgstr ""
|
240 |
-
"WordPress створить копію ескізу пост з заданими розмірами, коли ви "
|
241 |
-
"завантажити нову фотографію."
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
244 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
-
msgid "
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
-
msgid "
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
-
|
|
|
|
|
|
|
|
|
|
|
261 |
msgstr ""
|
262 |
|
263 |
#: gallery-plugin.php:847
|
264 |
-
msgid "
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
-
msgid "
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
-
msgid "
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
-
msgid "
|
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 "
|
|
|
|
|
|
|
|
|
287 |
msgstr ""
|
288 |
|
289 |
#: gallery-plugin.php:863
|
290 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
-
msgid ""
|
299 |
-
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
-
msgid "Display text above image"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "If you want to display text just in a lightbox"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
-
msgid "Display
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
-
msgid "Display
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
-
msgid "
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
-
msgid "
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
msgid "Gallery page (Page with Gallery Template)"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
msgid "(Full URL to custom page)"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
-
msgid "
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "Save Changes"
|
340 |
msgstr "Зберегти зміни"
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "FAQ"
|
344 |
msgstr "FAQ "
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "Support"
|
348 |
msgstr "Підтримка"
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
-
|
|
|
|
|
352 |
msgstr "Вибачте - нічого не знайдено."
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
-
|
|
|
356 |
msgstr ""
|
357 |
|
358 |
#: template/gallery-single-template.php:101
|
359 |
-
msgid "Image
|
360 |
msgstr ""
|
361 |
|
362 |
-
#~ msgid "
|
363 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:12+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: uk_UA\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\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
|
20 |
+
#: gallery-plugin.php:794
|
21 |
+
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
|
|
|
|
|
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: gallery-plugin.php:127
|
25 |
+
#: gallery-plugin.php:137
|
26 |
msgid "Galleries"
|
27 |
msgstr "Галереi"
|
28 |
|
29 |
+
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "Галерея"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "Додати нову галерею"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "Перегляд галереї"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "Редагування галерея"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "Галереї, не знайдено"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
71 |
msgstr "Шорткод галереї"
|
72 |
|
73 |
#: gallery-plugin.php:209
|
74 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
|
|
|
|
|
|
75 |
msgstr ""
|
76 |
|
77 |
#: gallery-plugin.php:213
|
78 |
+
#, fuzzy
|
79 |
+
msgid "Choose an image for upload:"
|
80 |
msgstr "Вибрати скріншот, щоб завантажити:"
|
81 |
|
82 |
#: gallery-plugin.php:218
|
84 |
msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
|
85 |
|
86 |
#: gallery-plugin.php:225
|
87 |
+
msgid "Allow the download link for all images in this gallery"
|
88 |
msgstr ""
|
89 |
|
90 |
#: gallery-plugin.php:226
|
91 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
|
|
|
|
92 |
msgstr ""
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
+
msgid "Please make a choice"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: gallery-plugin.php:228
|
99 |
+
#: gallery-plugin.php:908
|
100 |
+
#, fuzzy
|
101 |
+
msgid "Sort images by"
|
102 |
+
msgstr "Кількість зображень у рядку"
|
103 |
|
104 |
#: gallery-plugin.php:228
|
105 |
+
#, fuzzy
|
106 |
+
msgid "sort images"
|
107 |
+
msgstr "Кількість зображень у рядку"
|
108 |
|
109 |
#: gallery-plugin.php:228
|
110 |
+
msgid "on the plugin settings page ("
|
111 |
msgstr ""
|
112 |
|
113 |
#: gallery-plugin.php:275
|
114 |
+
msgid "URL"
|
115 |
msgstr ""
|
116 |
|
117 |
#: gallery-plugin.php:275
|
118 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
119 |
msgstr ""
|
120 |
|
121 |
#: gallery-plugin.php:276
|
122 |
+
msgid "This setting is available in Pro version"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: gallery-plugin.php:277
|
126 |
+
msgid "Open the link"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: gallery-plugin.php:277
|
130 |
+
msgid "Current window"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: gallery-plugin.php:277
|
134 |
+
msgid "New window"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: gallery-plugin.php:278
|
138 |
+
msgid "Delete"
|
139 |
msgstr ""
|
140 |
|
141 |
#: gallery-plugin.php:292
|
142 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: gallery-plugin.php:294
|
146 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: gallery-plugin.php:478
|
150 |
msgid "Title"
|
151 |
msgstr "Назва"
|
152 |
|
153 |
+
#: gallery-plugin.php:479
|
154 |
msgid "Author"
|
155 |
msgstr "Автор "
|
156 |
|
157 |
+
#: gallery-plugin.php:480
|
158 |
+
#, fuzzy
|
159 |
+
msgid "Photo"
|
160 |
msgstr "Фото "
|
161 |
|
162 |
+
#: gallery-plugin.php:481
|
163 |
+
#, fuzzy
|
164 |
+
msgid "Publishing"
|
165 |
msgstr "Громадськості"
|
166 |
|
167 |
+
#: gallery-plugin.php:482
|
168 |
+
#: gallery-plugin.php:912
|
169 |
msgid "Date"
|
170 |
msgstr "Дата "
|
171 |
|
172 |
+
#: gallery-plugin.php:630
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Активоване плагіни"
|
175 |
|
176 |
+
#: gallery-plugin.php:632
|
177 |
+
#: gallery-plugin.php:640
|
178 |
+
#: gallery-plugin.php:648
|
179 |
msgid "Read more"
|
180 |
msgstr "Читати далі"
|
181 |
|
182 |
+
#: gallery-plugin.php:632
|
183 |
+
#: gallery-plugin.php:977
|
184 |
+
#: gallery-plugin.php:992
|
185 |
msgid "Settings"
|
186 |
msgstr "Параметри"
|
187 |
|
188 |
+
#: gallery-plugin.php:638
|
189 |
msgid "Installed plugins"
|
190 |
msgstr "Встановлених модулів"
|
191 |
|
192 |
+
#: gallery-plugin.php:646
|
193 |
msgid "Recommended plugins"
|
194 |
msgstr "Плагіни Рекомендовані"
|
195 |
|
196 |
+
#: gallery-plugin.php:648
|
197 |
msgid "Download"
|
198 |
msgstr "Завантажити"
|
199 |
|
200 |
+
#: gallery-plugin.php:648
|
201 |
#, php-format
|
202 |
msgid "Install %s"
|
203 |
msgstr "Установка %s"
|
204 |
|
205 |
+
#: gallery-plugin.php:648
|
206 |
msgid "Install now from wordpress.org"
|
207 |
msgstr "Установити зараз від wordpress.org"
|
208 |
|
209 |
+
#: gallery-plugin.php:650
|
210 |
+
#, fuzzy
|
211 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
212 |
+
msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
|
|
|
|
|
|
213 |
|
214 |
+
#: gallery-plugin.php:688
|
215 |
+
#, fuzzy
|
216 |
+
msgid "See images »"
|
217 |
msgstr "Дивитися фото »"
|
218 |
|
219 |
+
#: gallery-plugin.php:787
|
220 |
+
#, fuzzy
|
221 |
+
msgid "Settings are saved"
|
222 |
msgstr "Параметри зберігаються."
|
223 |
|
224 |
+
#: gallery-plugin.php:801
|
225 |
+
#, fuzzy
|
226 |
+
msgid "Gallery Settings"
|
227 |
msgstr "Параметри галереї"
|
228 |
|
229 |
+
#: gallery-plugin.php:804
|
230 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
|
|
|
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: gallery-plugin.php:808
|
234 |
+
#, fuzzy
|
235 |
+
msgid "Image size for the album cover"
|
236 |
+
msgstr "Размер для "
|
237 |
|
238 |
+
#: gallery-plugin.php:810
|
239 |
+
#: gallery-plugin.php:818
|
240 |
+
#: gallery-plugin.php:831
|
241 |
+
#, fuzzy
|
242 |
+
msgid "Image size"
|
243 |
msgstr "Ім'я розмір зображення"
|
244 |
|
245 |
+
#: gallery-plugin.php:811
|
246 |
+
#: gallery-plugin.php:819
|
247 |
msgid "Width (in px)"
|
248 |
msgstr "Ширина (в px)"
|
249 |
|
250 |
+
#: gallery-plugin.php:812
|
251 |
+
#: gallery-plugin.php:820
|
252 |
msgid "Height (in px)"
|
253 |
msgstr "Висота (в px)"
|
254 |
|
255 |
+
#: gallery-plugin.php:816
|
256 |
+
#, fuzzy
|
257 |
+
msgid "Gallery image size"
|
258 |
+
msgstr "Галереi"
|
259 |
|
260 |
+
#: gallery-plugin.php:824
|
261 |
+
#, fuzzy
|
262 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
263 |
+
msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
|
264 |
+
|
265 |
+
#: gallery-plugin.php:829
|
266 |
+
msgid "Gallery image size in the lightbox"
|
267 |
msgstr ""
|
|
|
|
|
268 |
|
269 |
+
#: gallery-plugin.php:832
|
270 |
+
#, fuzzy
|
271 |
+
msgid "Max width (in px)"
|
272 |
+
msgstr "Ширина (в px)"
|
273 |
+
|
274 |
+
#: gallery-plugin.php:833
|
275 |
+
#, fuzzy
|
276 |
+
msgid "Max height (in px)"
|
277 |
+
msgstr "Висота (в px)"
|
278 |
+
|
279 |
+
#: gallery-plugin.php:834
|
280 |
+
msgid "Display a full size image in the lightbox"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: gallery-plugin.php:838
|
284 |
+
msgid "Crop position"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: gallery-plugin.php:840
|
288 |
+
msgid "Horizontal"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:842
|
292 |
+
msgid "left"
|
293 |
+
msgstr ""
|
294 |
|
295 |
+
#: gallery-plugin.php:843
|
296 |
+
#: gallery-plugin.php:850
|
297 |
+
msgid "center"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: gallery-plugin.php:844
|
301 |
+
msgid "right"
|
302 |
msgstr ""
|
303 |
|
304 |
#: gallery-plugin.php:847
|
305 |
+
msgid "Vertical"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:849
|
309 |
+
msgid "top"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:851
|
313 |
+
msgid "bottom"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: gallery-plugin.php:856
|
317 |
+
msgid "Lightbox background"
|
318 |
+
msgstr ""
|
319 |
|
320 |
#: gallery-plugin.php:858
|
321 |
+
msgid "Default"
|
|
|
|
|
322 |
msgstr ""
|
323 |
|
324 |
#: gallery-plugin.php:859
|
325 |
+
msgid "Background transparency (from 0 to 1)"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: gallery-plugin.php:861
|
329 |
+
msgid "Select a background color"
|
330 |
msgstr ""
|
331 |
|
332 |
#: gallery-plugin.php:863
|
333 |
+
msgid "Background color"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: gallery-plugin.php:870
|
337 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: gallery-plugin.php:877
|
341 |
+
msgid "Images with border"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: gallery-plugin.php:880
|
345 |
+
msgid "Border width in px, just numbers"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: gallery-plugin.php:882
|
349 |
+
#: gallery-plugin.php:884
|
350 |
+
msgid "Select a border color"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: gallery-plugin.php:890
|
354 |
+
#, fuzzy
|
355 |
+
msgid "Number of images in the row"
|
356 |
+
msgstr "Кількість зображень у рядку"
|
357 |
+
|
358 |
+
#: gallery-plugin.php:896
|
359 |
+
msgid "Start slideshow"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: gallery-plugin.php:902
|
363 |
+
msgid "Slideshow interval"
|
364 |
+
msgstr ""
|
365 |
+
|
366 |
+
#: gallery-plugin.php:910
|
367 |
+
msgid "Attachment ID"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: gallery-plugin.php:911
|
371 |
+
#, fuzzy
|
372 |
+
msgid "Image Name"
|
373 |
+
msgstr "Ім'я розмір зображення"
|
374 |
+
|
375 |
+
#: gallery-plugin.php:913
|
376 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: gallery-plugin.php:914
|
380 |
+
msgid "Random"
|
381 |
+
msgstr ""
|
382 |
+
|
383 |
+
#: gallery-plugin.php:918
|
384 |
+
#, fuzzy
|
385 |
+
msgid "Sort images"
|
386 |
+
msgstr "Кількість зображень у рядку"
|
387 |
+
|
388 |
+
#: gallery-plugin.php:920
|
389 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: gallery-plugin.php:921
|
393 |
+
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
|
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: gallery-plugin.php:925
|
397 |
+
msgid "Display text above the image"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: gallery-plugin.php:927
|
401 |
msgid "If you want to display text just in a lightbox"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:931
|
405 |
+
msgid "Display the Back link"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: gallery-plugin.php:937
|
409 |
+
msgid "Display the Back link in the shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: gallery-plugin.php:943
|
413 |
+
msgid "The Back link text"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:949
|
417 |
+
msgid "The Back link URL"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:951
|
421 |
msgid "Gallery page (Page with Gallery Template)"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: gallery-plugin.php:953
|
425 |
msgid "(Full URL to custom page)"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: gallery-plugin.php:957
|
429 |
+
msgid "The Read More link text"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: gallery-plugin.php:965
|
433 |
msgid "Save Changes"
|
434 |
msgstr "Зберегти зміни"
|
435 |
|
436 |
+
#: gallery-plugin.php:978
|
437 |
msgid "FAQ"
|
438 |
msgstr "FAQ "
|
439 |
|
440 |
+
#: gallery-plugin.php:979
|
441 |
msgid "Support"
|
442 |
msgstr "Підтримка"
|
443 |
|
444 |
+
#: gallery-plugin.php:1186
|
445 |
+
#: template/gallery-single-template.php:76
|
446 |
+
#, fuzzy
|
447 |
+
msgid "Sorry, nothing found."
|
448 |
msgstr "Вибачте - нічого не знайдено."
|
449 |
|
450 |
+
#: gallery-plugin.php:1208
|
451 |
+
#: template/gallery-single-template.php:101
|
452 |
+
msgid "Download high resolution image"
|
453 |
msgstr ""
|
454 |
|
455 |
#: template/gallery-single-template.php:101
|
456 |
+
msgid "Image"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#~ msgid "Add New"
|
460 |
+
#~ msgstr "Додати новий"
|
461 |
+
#~ msgid "Search Galleries"
|
462 |
+
#~ msgstr "Пошук галереї"
|
463 |
+
#~ msgid "The size of the cover album for gallery"
|
464 |
+
#~ msgstr "Розмір обкладинки альбому для галереї"
|
465 |
+
#~ msgid "Size for gallery image"
|
466 |
+
#~ msgstr "Розмір зображення галерея"
|
467 |
+
#~ msgid "date"
|
468 |
+
#~ msgstr "Дата"
|
469 |
+
|
languages/gallery-zh_CN.mo
CHANGED
Binary file
|
languages/gallery-zh_CN.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
|
23 |
|
@@ -27,13 +27,14 @@ msgid "Galleries"
|
|
27 |
msgstr "图库"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
-
#: gallery-plugin.php:
|
31 |
msgid "Gallery"
|
32 |
msgstr "图集"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
-
|
36 |
-
|
|
|
37 |
|
38 |
#: gallery-plugin.php:130
|
39 |
msgid "Add New Gallery"
|
@@ -52,11 +53,13 @@ msgid "View Gallery"
|
|
52 |
msgstr "浏览图集"
|
53 |
|
54 |
#: gallery-plugin.php:134
|
55 |
-
|
56 |
-
|
|
|
57 |
|
58 |
#: gallery-plugin.php:135
|
59 |
-
|
|
|
60 |
msgstr "没有发现图集"
|
61 |
|
62 |
#: gallery-plugin.php:192
|
@@ -68,11 +71,13 @@ msgid "Gallery Shortcode"
|
|
68 |
msgstr "图集简码"
|
69 |
|
70 |
#: gallery-plugin.php:209
|
71 |
-
|
|
|
72 |
msgstr "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用标准WP函数上传图像 (media library)"
|
73 |
|
74 |
#: gallery-plugin.php:213
|
75 |
-
|
|
|
76 |
msgstr "选择一幅图像上传:"
|
77 |
|
78 |
#: gallery-plugin.php:218
|
@@ -80,273 +85,421 @@ msgid "Please enable JavaScript to use the file uploader."
|
|
80 |
msgstr "请打开JavaScript以使用文件上传工具"
|
81 |
|
82 |
#: gallery-plugin.php:225
|
83 |
-
|
|
|
84 |
msgstr "在图集中允许为图像使用下载链接"
|
85 |
|
86 |
#: gallery-plugin.php:226
|
87 |
-
|
|
|
88 |
msgstr "请使用拖拽功能改变图像的输出顺序,且不要忘记保存提交。"
|
89 |
|
90 |
#: gallery-plugin.php:228
|
91 |
-
msgid "Please
|
92 |
-
msgstr "
|
93 |
|
94 |
#: gallery-plugin.php:228
|
95 |
-
#: gallery-plugin.php:
|
96 |
-
|
97 |
-
|
|
|
98 |
|
99 |
#: gallery-plugin.php:228
|
100 |
-
|
101 |
-
|
|
|
102 |
|
103 |
#: gallery-plugin.php:228
|
104 |
-
|
|
|
105 |
msgstr "在插件的设置中 (页面"
|
106 |
|
107 |
#: gallery-plugin.php:275
|
108 |
-
msgid "
|
109 |
-
msgstr "
|
110 |
|
111 |
#: gallery-plugin.php:275
|
112 |
-
|
|
|
113 |
msgstr "(点击图像 <br /> 在新窗口中打开链接)"
|
114 |
|
115 |
#: gallery-plugin.php:276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
msgid "Delete"
|
117 |
msgstr "删除"
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
-
|
|
|
121 |
msgstr "您可以在页面上添加一个图集或在正文中插入简码"
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
-
|
|
|
125 |
msgstr "如果您想使用具有指向一个图集的链接的概要图集"
|
126 |
|
127 |
-
#: gallery-plugin.php:
|
128 |
msgid "Title"
|
129 |
msgstr "标题"
|
130 |
|
131 |
-
#: gallery-plugin.php:
|
132 |
msgid "Author"
|
133 |
msgstr "作者"
|
134 |
|
135 |
-
#: gallery-plugin.php:
|
136 |
-
|
|
|
137 |
msgstr "照片的"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
-
|
|
|
141 |
msgstr "公共的"
|
142 |
|
143 |
-
#: gallery-plugin.php:
|
|
|
144 |
msgid "Date"
|
145 |
msgstr "日期"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
msgid "Activated plugins"
|
149 |
msgstr "已激活的插件"
|
150 |
|
151 |
-
#: gallery-plugin.php:
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Read more"
|
155 |
msgstr "阅读更多"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
-
#: gallery-plugin.php:
|
159 |
-
#: gallery-plugin.php:
|
160 |
msgid "Settings"
|
161 |
msgstr "设置"
|
162 |
|
163 |
-
#: gallery-plugin.php:
|
164 |
msgid "Installed plugins"
|
165 |
msgstr "安装插件"
|
166 |
|
167 |
-
#: gallery-plugin.php:
|
168 |
msgid "Recommended plugins"
|
169 |
msgstr "推荐的插件"
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Download"
|
173 |
msgstr "下载"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
176 |
#, php-format
|
177 |
msgid "Install %s"
|
178 |
msgstr "安装 %s"
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
181 |
msgid "Install now from wordpress.org"
|
182 |
msgstr "现在从 wordpress.org 安装"
|
183 |
|
184 |
-
#: gallery-plugin.php:
|
185 |
-
|
|
|
186 |
msgstr "如果您有任何问题,请通过 plugin@bestwebsoft.com 或在我们的网站上填写联系表格来联系我们"
|
187 |
|
188 |
-
#: gallery-plugin.php:
|
189 |
-
|
|
|
190 |
msgstr "查看照片 »"
|
191 |
|
192 |
-
#: gallery-plugin.php:
|
193 |
-
|
|
|
194 |
msgstr "选项已保存。"
|
195 |
|
196 |
-
#: gallery-plugin.php:
|
197 |
-
|
|
|
198 |
msgstr "图集选项"
|
199 |
|
200 |
-
#: gallery-plugin.php:800
|
201 |
-
msgid "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:"
|
202 |
-
msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
|
203 |
-
|
204 |
#: gallery-plugin.php:804
|
205 |
-
|
206 |
-
|
|
|
207 |
|
208 |
-
#: gallery-plugin.php:
|
209 |
-
|
210 |
-
msgid "Image size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
msgstr "图像尺寸名称"
|
212 |
|
213 |
-
#: gallery-plugin.php:
|
214 |
-
#: gallery-plugin.php:
|
215 |
msgid "Width (in px)"
|
216 |
msgstr "宽度(像素)"
|
217 |
|
218 |
-
#: gallery-plugin.php:
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "Height (in px)"
|
221 |
msgstr "高度(像素)"
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
-
|
225 |
-
|
|
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
-
|
|
|
229 |
msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
msgid "Images with border"
|
233 |
msgstr "图像边缘"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Border width in px, just numbers"
|
237 |
msgstr "边缘宽度,以像素为单位,只能使用数字"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
-
#: gallery-plugin.php:
|
241 |
-
|
|
|
242 |
msgstr "为边缘选择颜色"
|
243 |
|
244 |
-
#: gallery-plugin.php:
|
245 |
-
|
|
|
246 |
msgstr "一行中图像的数目"
|
247 |
|
248 |
-
#: gallery-plugin.php:
|
249 |
msgid "Start slideshow"
|
250 |
msgstr "播放幻灯片"
|
251 |
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Slideshow interval"
|
254 |
msgstr "幻灯片播放间隔"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
-
|
|
|
258 |
msgstr "附件ID"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
#: gallery-plugin.php:858
|
265 |
-
msgid "date"
|
266 |
-
msgstr "日期"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
-
|
|
|
270 |
msgstr "附件顺序(插入/上传媒体图集对话框中的整型字段)"
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
-
|
|
|
274 |
msgstr "随机"
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
-
|
278 |
-
|
|
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
282 |
msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
286 |
msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
-
|
|
|
290 |
msgstr "在图像上方显示文本"
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "If you want to display text just in a lightbox"
|
294 |
msgstr "如果您仅想在收藏夹中显示文本"
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
-
|
|
|
298 |
msgstr "显示返回链接"
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
-
|
|
|
302 |
msgstr "以简码方式显示返回链接"
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
-
msgid "
|
306 |
-
msgstr "
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
-
msgid "
|
310 |
-
msgstr "
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Gallery page (Page with Gallery Template)"
|
314 |
msgstr "图集页面(具有图集模板的页面)"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "(Full URL to custom page)"
|
318 |
msgstr "(到自定义页面的完整地址)"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
-
|
|
|
322 |
msgstr "阅读更多链接的标签"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Save Changes"
|
326 |
msgstr "保存修改"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "FAQ"
|
330 |
msgstr "常问问题"
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "Support"
|
334 |
msgstr "支持"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
#: template/gallery-single-template.php:76
|
338 |
-
|
|
|
339 |
msgstr "对不起 - 没有找到。"
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
#: template/gallery-single-template.php:101
|
343 |
-
|
|
|
344 |
msgstr "下载高分辨率图像"
|
345 |
|
346 |
#: template/gallery-single-template.php:101
|
347 |
-
|
|
|
348 |
msgstr "图像"
|
349 |
|
350 |
-
#~ msgid "
|
351 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-22 16:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-22 16:13+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: gallery-plugin.php:103
|
20 |
+
#: gallery-plugin.php:794
|
21 |
msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
|
22 |
msgstr "在您的主题目录中没有找到文件 \"gallery-template.php\" 和 \"gallery-single-template.php\"。为了图集插件的正常运行,请从目录 `/wp-content/plugins/gallery-plugin/template/` 中复制他们到您的主题目录中"
|
23 |
|
27 |
msgstr "图库"
|
28 |
|
29 |
#: gallery-plugin.php:128
|
30 |
+
#: gallery-plugin.php:661
|
31 |
msgid "Gallery"
|
32 |
msgstr "图集"
|
33 |
|
34 |
#: gallery-plugin.php:129
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Add a Gallery"
|
37 |
+
msgstr "新增图集"
|
38 |
|
39 |
#: gallery-plugin.php:130
|
40 |
msgid "Add New Gallery"
|
53 |
msgstr "浏览图集"
|
54 |
|
55 |
#: gallery-plugin.php:134
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Find a Gallery"
|
58 |
+
msgstr "编辑图集"
|
59 |
|
60 |
#: gallery-plugin.php:135
|
61 |
+
#, fuzzy
|
62 |
+
msgid "No Gallery found"
|
63 |
msgstr "没有发现图集"
|
64 |
|
65 |
#: gallery-plugin.php:192
|
71 |
msgstr "图集简码"
|
72 |
|
73 |
#: gallery-plugin.php:209
|
74 |
+
#, fuzzy
|
75 |
+
msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
|
76 |
msgstr "您网页服务器上的图集临时目录 (gallery-plugin/upload/files) 不可写。请使用标准WP函数上传图像 (media library)"
|
77 |
|
78 |
#: gallery-plugin.php:213
|
79 |
+
#, fuzzy
|
80 |
+
msgid "Choose an image for upload:"
|
81 |
msgstr "选择一幅图像上传:"
|
82 |
|
83 |
#: gallery-plugin.php:218
|
85 |
msgstr "请打开JavaScript以使用文件上传工具"
|
86 |
|
87 |
#: gallery-plugin.php:225
|
88 |
+
#, fuzzy
|
89 |
+
msgid "Allow the download link for all images in this gallery"
|
90 |
msgstr "在图集中允许为图像使用下载链接"
|
91 |
|
92 |
#: gallery-plugin.php:226
|
93 |
+
#, fuzzy
|
94 |
+
msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
|
95 |
msgstr "请使用拖拽功能改变图像的输出顺序,且不要忘记保存提交。"
|
96 |
|
97 |
#: gallery-plugin.php:228
|
98 |
+
msgid "Please make a choice"
|
99 |
+
msgstr ""
|
100 |
|
101 |
#: gallery-plugin.php:228
|
102 |
+
#: gallery-plugin.php:908
|
103 |
+
#, fuzzy
|
104 |
+
msgid "Sort images by"
|
105 |
+
msgstr "一行中图像的数目"
|
106 |
|
107 |
#: gallery-plugin.php:228
|
108 |
+
#, fuzzy
|
109 |
+
msgid "sort images"
|
110 |
+
msgstr "一行中图像的数目"
|
111 |
|
112 |
#: gallery-plugin.php:228
|
113 |
+
#, fuzzy
|
114 |
+
msgid "on the plugin settings page ("
|
115 |
msgstr "在插件的设置中 (页面"
|
116 |
|
117 |
#: gallery-plugin.php:275
|
118 |
+
msgid "URL"
|
119 |
+
msgstr ""
|
120 |
|
121 |
#: gallery-plugin.php:275
|
122 |
+
#, fuzzy
|
123 |
+
msgid "(by click on image <br /> opens a link in a new window)"
|
124 |
msgstr "(点击图像 <br /> 在新窗口中打开链接)"
|
125 |
|
126 |
#: gallery-plugin.php:276
|
127 |
+
msgid "This setting is available in Pro version"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: gallery-plugin.php:277
|
131 |
+
msgid "Open the link"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: gallery-plugin.php:277
|
135 |
+
msgid "Current window"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: gallery-plugin.php:277
|
139 |
+
msgid "New window"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: gallery-plugin.php:278
|
143 |
msgid "Delete"
|
144 |
msgstr "删除"
|
145 |
|
146 |
+
#: gallery-plugin.php:292
|
147 |
+
#, fuzzy
|
148 |
+
msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
|
149 |
msgstr "您可以在页面上添加一个图集或在正文中插入简码"
|
150 |
|
151 |
+
#: gallery-plugin.php:294
|
152 |
+
#, fuzzy
|
153 |
+
msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
|
154 |
msgstr "如果您想使用具有指向一个图集的链接的概要图集"
|
155 |
|
156 |
+
#: gallery-plugin.php:478
|
157 |
msgid "Title"
|
158 |
msgstr "标题"
|
159 |
|
160 |
+
#: gallery-plugin.php:479
|
161 |
msgid "Author"
|
162 |
msgstr "作者"
|
163 |
|
164 |
+
#: gallery-plugin.php:480
|
165 |
+
#, fuzzy
|
166 |
+
msgid "Photo"
|
167 |
msgstr "照片的"
|
168 |
|
169 |
+
#: gallery-plugin.php:481
|
170 |
+
#, fuzzy
|
171 |
+
msgid "Publishing"
|
172 |
msgstr "公共的"
|
173 |
|
174 |
+
#: gallery-plugin.php:482
|
175 |
+
#: gallery-plugin.php:912
|
176 |
msgid "Date"
|
177 |
msgstr "日期"
|
178 |
|
179 |
+
#: gallery-plugin.php:630
|
180 |
msgid "Activated plugins"
|
181 |
msgstr "已激活的插件"
|
182 |
|
183 |
+
#: gallery-plugin.php:632
|
184 |
+
#: gallery-plugin.php:640
|
185 |
+
#: gallery-plugin.php:648
|
186 |
msgid "Read more"
|
187 |
msgstr "阅读更多"
|
188 |
|
189 |
+
#: gallery-plugin.php:632
|
190 |
+
#: gallery-plugin.php:977
|
191 |
+
#: gallery-plugin.php:992
|
192 |
msgid "Settings"
|
193 |
msgstr "设置"
|
194 |
|
195 |
+
#: gallery-plugin.php:638
|
196 |
msgid "Installed plugins"
|
197 |
msgstr "安装插件"
|
198 |
|
199 |
+
#: gallery-plugin.php:646
|
200 |
msgid "Recommended plugins"
|
201 |
msgstr "推荐的插件"
|
202 |
|
203 |
+
#: gallery-plugin.php:648
|
204 |
msgid "Download"
|
205 |
msgstr "下载"
|
206 |
|
207 |
+
#: gallery-plugin.php:648
|
208 |
#, php-format
|
209 |
msgid "Install %s"
|
210 |
msgstr "安装 %s"
|
211 |
|
212 |
+
#: gallery-plugin.php:648
|
213 |
msgid "Install now from wordpress.org"
|
214 |
msgstr "现在从 wordpress.org 安装"
|
215 |
|
216 |
+
#: gallery-plugin.php:650
|
217 |
+
#, fuzzy
|
218 |
+
msgid "If you have any questions, please feel free to contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
219 |
msgstr "如果您有任何问题,请通过 plugin@bestwebsoft.com 或在我们的网站上填写联系表格来联系我们"
|
220 |
|
221 |
+
#: gallery-plugin.php:688
|
222 |
+
#, fuzzy
|
223 |
+
msgid "See images »"
|
224 |
msgstr "查看照片 »"
|
225 |
|
226 |
+
#: gallery-plugin.php:787
|
227 |
+
#, fuzzy
|
228 |
+
msgid "Settings are saved"
|
229 |
msgstr "选项已保存。"
|
230 |
|
231 |
+
#: gallery-plugin.php:801
|
232 |
+
#, fuzzy
|
233 |
+
msgid "Gallery Settings"
|
234 |
msgstr "图集选项"
|
235 |
|
|
|
|
|
|
|
|
|
236 |
#: gallery-plugin.php:804
|
237 |
+
#, fuzzy
|
238 |
+
msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
|
239 |
+
msgstr "如果您想添加一个图集到页面或公告中,仅需要将图集简码放到页面或公告的内容中即可:"
|
240 |
|
241 |
+
#: gallery-plugin.php:808
|
242 |
+
#, fuzzy
|
243 |
+
msgid "Image size for the album cover"
|
244 |
+
msgstr "Размер для "
|
245 |
+
|
246 |
+
#: gallery-plugin.php:810
|
247 |
+
#: gallery-plugin.php:818
|
248 |
+
#: gallery-plugin.php:831
|
249 |
+
#, fuzzy
|
250 |
+
msgid "Image size"
|
251 |
msgstr "图像尺寸名称"
|
252 |
|
253 |
+
#: gallery-plugin.php:811
|
254 |
+
#: gallery-plugin.php:819
|
255 |
msgid "Width (in px)"
|
256 |
msgstr "宽度(像素)"
|
257 |
|
258 |
+
#: gallery-plugin.php:812
|
259 |
+
#: gallery-plugin.php:820
|
260 |
msgid "Height (in px)"
|
261 |
msgstr "高度(像素)"
|
262 |
|
263 |
+
#: gallery-plugin.php:816
|
264 |
+
#, fuzzy
|
265 |
+
msgid "Gallery image size"
|
266 |
+
msgstr "图库"
|
267 |
|
268 |
+
#: gallery-plugin.php:824
|
269 |
+
#, fuzzy
|
270 |
+
msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
|
271 |
msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
|
272 |
|
273 |
+
#: gallery-plugin.php:829
|
274 |
+
msgid "Gallery image size in the lightbox"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: gallery-plugin.php:832
|
278 |
+
#, fuzzy
|
279 |
+
msgid "Max width (in px)"
|
280 |
+
msgstr "宽度(像素)"
|
281 |
+
|
282 |
+
#: gallery-plugin.php:833
|
283 |
+
#, fuzzy
|
284 |
+
msgid "Max height (in px)"
|
285 |
+
msgstr "高度(像素)"
|
286 |
+
|
287 |
+
#: gallery-plugin.php:834
|
288 |
+
msgid "Display a full size image in the lightbox"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: gallery-plugin.php:838
|
292 |
+
msgid "Crop position"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: gallery-plugin.php:840
|
296 |
+
msgid "Horizontal"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: gallery-plugin.php:842
|
300 |
+
#, fuzzy
|
301 |
+
msgid "left"
|
302 |
+
msgstr "删除"
|
303 |
+
|
304 |
+
#: gallery-plugin.php:843
|
305 |
+
#: gallery-plugin.php:850
|
306 |
+
msgid "center"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: gallery-plugin.php:844
|
310 |
+
msgid "right"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: gallery-plugin.php:847
|
314 |
+
msgid "Vertical"
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: gallery-plugin.php:849
|
318 |
+
msgid "top"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: gallery-plugin.php:851
|
322 |
+
msgid "bottom"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: gallery-plugin.php:856
|
326 |
+
msgid "Lightbox background"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: gallery-plugin.php:858
|
330 |
+
#, fuzzy
|
331 |
+
msgid "Default"
|
332 |
+
msgstr "删除"
|
333 |
+
|
334 |
+
#: gallery-plugin.php:859
|
335 |
+
msgid "Background transparency (from 0 to 1)"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: gallery-plugin.php:861
|
339 |
+
msgid "Select a background color"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: gallery-plugin.php:863
|
343 |
+
msgid "Background color"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: gallery-plugin.php:870
|
347 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: gallery-plugin.php:877
|
351 |
msgid "Images with border"
|
352 |
msgstr "图像边缘"
|
353 |
|
354 |
+
#: gallery-plugin.php:880
|
355 |
msgid "Border width in px, just numbers"
|
356 |
msgstr "边缘宽度,以像素为单位,只能使用数字"
|
357 |
|
358 |
+
#: gallery-plugin.php:882
|
359 |
+
#: gallery-plugin.php:884
|
360 |
+
#, fuzzy
|
361 |
+
msgid "Select a border color"
|
362 |
msgstr "为边缘选择颜色"
|
363 |
|
364 |
+
#: gallery-plugin.php:890
|
365 |
+
#, fuzzy
|
366 |
+
msgid "Number of images in the row"
|
367 |
msgstr "一行中图像的数目"
|
368 |
|
369 |
+
#: gallery-plugin.php:896
|
370 |
msgid "Start slideshow"
|
371 |
msgstr "播放幻灯片"
|
372 |
|
373 |
+
#: gallery-plugin.php:902
|
374 |
msgid "Slideshow interval"
|
375 |
msgstr "幻灯片播放间隔"
|
376 |
|
377 |
+
#: gallery-plugin.php:910
|
378 |
+
#, fuzzy
|
379 |
+
msgid "Attachment ID"
|
380 |
msgstr "附件ID"
|
381 |
|
382 |
+
#: gallery-plugin.php:911
|
383 |
+
#, fuzzy
|
384 |
+
msgid "Image Name"
|
385 |
+
msgstr "图像"
|
|
|
|
|
|
|
386 |
|
387 |
+
#: gallery-plugin.php:913
|
388 |
+
#, fuzzy
|
389 |
+
msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
|
390 |
msgstr "附件顺序(插入/上传媒体图集对话框中的整型字段)"
|
391 |
|
392 |
+
#: gallery-plugin.php:914
|
393 |
+
#, fuzzy
|
394 |
+
msgid "Random"
|
395 |
msgstr "随机"
|
396 |
|
397 |
+
#: gallery-plugin.php:918
|
398 |
+
#, fuzzy
|
399 |
+
msgid "Sort images"
|
400 |
+
msgstr "一行中图像的数目"
|
401 |
|
402 |
+
#: gallery-plugin.php:920
|
403 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
404 |
msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
|
405 |
|
406 |
+
#: gallery-plugin.php:921
|
407 |
msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
408 |
msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
|
409 |
|
410 |
+
#: gallery-plugin.php:925
|
411 |
+
#, fuzzy
|
412 |
+
msgid "Display text above the image"
|
413 |
msgstr "在图像上方显示文本"
|
414 |
|
415 |
+
#: gallery-plugin.php:927
|
416 |
msgid "If you want to display text just in a lightbox"
|
417 |
msgstr "如果您仅想在收藏夹中显示文本"
|
418 |
|
419 |
+
#: gallery-plugin.php:931
|
420 |
+
#, fuzzy
|
421 |
+
msgid "Display the Back link"
|
422 |
msgstr "显示返回链接"
|
423 |
|
424 |
+
#: gallery-plugin.php:937
|
425 |
+
#, fuzzy
|
426 |
+
msgid "Display the Back link in the shortcode"
|
427 |
msgstr "以简码方式显示返回链接"
|
428 |
|
429 |
+
#: gallery-plugin.php:943
|
430 |
+
msgid "The Back link text"
|
431 |
+
msgstr ""
|
432 |
|
433 |
+
#: gallery-plugin.php:949
|
434 |
+
msgid "The Back link URL"
|
435 |
+
msgstr ""
|
436 |
|
437 |
+
#: gallery-plugin.php:951
|
438 |
msgid "Gallery page (Page with Gallery Template)"
|
439 |
msgstr "图集页面(具有图集模板的页面)"
|
440 |
|
441 |
+
#: gallery-plugin.php:953
|
442 |
msgid "(Full URL to custom page)"
|
443 |
msgstr "(到自定义页面的完整地址)"
|
444 |
|
445 |
+
#: gallery-plugin.php:957
|
446 |
+
#, fuzzy
|
447 |
+
msgid "The Read More link text"
|
448 |
msgstr "阅读更多链接的标签"
|
449 |
|
450 |
+
#: gallery-plugin.php:965
|
451 |
msgid "Save Changes"
|
452 |
msgstr "保存修改"
|
453 |
|
454 |
+
#: gallery-plugin.php:978
|
455 |
msgid "FAQ"
|
456 |
msgstr "常问问题"
|
457 |
|
458 |
+
#: gallery-plugin.php:979
|
459 |
msgid "Support"
|
460 |
msgstr "支持"
|
461 |
|
462 |
+
#: gallery-plugin.php:1186
|
463 |
#: template/gallery-single-template.php:76
|
464 |
+
#, fuzzy
|
465 |
+
msgid "Sorry, nothing found."
|
466 |
msgstr "对不起 - 没有找到。"
|
467 |
|
468 |
+
#: gallery-plugin.php:1208
|
469 |
#: template/gallery-single-template.php:101
|
470 |
+
#, fuzzy
|
471 |
+
msgid "Download high resolution image"
|
472 |
msgstr "下载高分辨率图像"
|
473 |
|
474 |
#: template/gallery-single-template.php:101
|
475 |
+
#, fuzzy
|
476 |
+
msgid "Image"
|
477 |
msgstr "图像"
|
478 |
|
479 |
+
#~ msgid "Add New"
|
480 |
+
#~ msgstr "新增"
|
481 |
+
#~ msgid "Search Galleries"
|
482 |
+
#~ msgstr "搜索图集"
|
483 |
+
#~ msgid "Please do not forget to select "
|
484 |
+
#~ msgstr "请不要忘记选择"
|
485 |
+
#~ msgid "Attachments order by"
|
486 |
+
#~ msgstr "附件按"
|
487 |
+
#~ msgid "attachments order"
|
488 |
+
#~ msgstr "附件排序"
|
489 |
+
#~ msgid "Link URL"
|
490 |
+
#~ msgstr "链接网址"
|
491 |
+
#~ msgid "The size of the cover album for gallery"
|
492 |
+
#~ msgstr "封面专辑的图像尺寸"
|
493 |
+
#~ msgid "Size for gallery image"
|
494 |
+
#~ msgstr "图集中图像的尺寸"
|
495 |
+
#~ msgid "attachment title"
|
496 |
+
#~ msgstr "附件标题"
|
497 |
+
#~ msgid "date"
|
498 |
+
#~ msgstr "日期"
|
499 |
+
#~ msgid "Attachments order"
|
500 |
+
#~ msgstr "附件排序"
|
501 |
+
#~ msgid "Label for Return link"
|
502 |
+
#~ msgstr "返回链接的标签"
|
503 |
+
#~ msgid "URL for Return link"
|
504 |
+
#~ msgstr "返回链接的地址"
|
505 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
|
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 3.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -65,7 +65,7 @@ We can fix some things for free for the users who provide translation of our plu
|
|
65 |
|
66 |
1. Upload the `Gallery` folder to the directory `/wp-content/plugins/`.
|
67 |
2. Activate the plugin using the 'Plugins' menu in WordPress.
|
68 |
-
3. Please check if you have the template file `gallery-template.php` as well as the template `gallery-single-template.php` in the templates directory. If you
|
69 |
|
70 |
== Frequently Asked Questions ==
|
71 |
|
@@ -86,7 +86,7 @@ We can fix some things for free for the users who provide translation of our plu
|
|
86 |
- Use the option 'Upload a file' in the uploader, choose the necessary pictures and click 'Open'
|
87 |
- The files uploading process will start.
|
88 |
- Once all pictures are uploaded, please save the page.
|
89 |
-
- If you see the message 'Please enable JavaScript to use the file uploader
|
90 |
|
91 |
= How to add many images? =
|
92 |
|
@@ -108,7 +108,7 @@ After that your theme will support thumbnail option and the error will disappear
|
|
108 |
|
109 |
1. Please open the menu "Galleries" and choose random gallery from the list. It will take you to the gallery editing page.
|
110 |
Please use the drag and drop function to change the order of the images and do not forget to save the post.
|
111 |
-
Please do not forget to select `
|
112 |
|
113 |
2. Please go to the "Galleries" menu and select random gallery in the list. It will take you to the gallery editing page.
|
114 |
There will be one or several media upload icons between the title and the content blocks. Please choose any icon.
|
@@ -127,19 +127,23 @@ Just set an order and click the 'Save' button.
|
|
127 |
|
128 |
== Changelog ==
|
129 |
|
|
|
|
|
|
|
|
|
130 |
= V3.8.7 - 10.04.2013 =
|
131 |
-
* NEW : English language file is updated in the plugin.
|
132 |
* Bugfix : We fixed the bug of deleting images.
|
133 |
|
134 |
= V3.8.6 - 26.02.2013 =
|
135 |
-
* NEW : Chinese language file is added to the plugin.
|
136 |
|
137 |
= V3.8.5 - 14.02.2013 =
|
138 |
* Update : We updated th fancybox displaying for iPhone and iPad.
|
139 |
* Update : We updated all functionality for wordpress 3.5.1.
|
140 |
|
141 |
= V3.8.4 - 25.01.2013 =
|
142 |
-
* Update : French language file is updated.
|
143 |
|
144 |
= V3.8.3 - 04.01.2013 =
|
145 |
* Bugfix : We fixed the bug of image order on the Signle Gallery page.
|
@@ -264,8 +268,11 @@ Just set an order and click the 'Save' button.
|
|
264 |
|
265 |
== Upgrade Notice ==
|
266 |
|
|
|
|
|
|
|
267 |
= V3.8.7 =
|
268 |
-
English language file is updated in the plugin. We fixed the bug of deleting images.
|
269 |
|
270 |
= V3.8.6 =
|
271 |
Chinese language file is added to the plugin.
|
@@ -274,7 +281,7 @@ Chinese language file is added to the plugin.
|
|
274 |
We updated displaying fancybox for iPhone and iPad. We updated all functionality for wordpress 3.5.1.
|
275 |
|
276 |
= V3.8.4 =
|
277 |
-
French language file
|
278 |
|
279 |
= V3.8.3 =
|
280 |
The bug with the ability to order images in a single gallery page was fixed.
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 3.8.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
65 |
|
66 |
1. Upload the `Gallery` folder to the directory `/wp-content/plugins/`.
|
67 |
2. Activate the plugin using the 'Plugins' menu in WordPress.
|
68 |
+
3. Please check if you have the template file `gallery-template.php` as well as the template `gallery-single-template.php` in the templates directory. If you can't find these files, then just copy them from the directory `/wp-content/plugins/gallery/template/` to your templates directory.
|
69 |
|
70 |
== Frequently Asked Questions ==
|
71 |
|
86 |
- Use the option 'Upload a file' in the uploader, choose the necessary pictures and click 'Open'
|
87 |
- The files uploading process will start.
|
88 |
- Once all pictures are uploaded, please save the page.
|
89 |
+
- If you see the message 'Please enable JavaScript to use the file uploader', you should enable JavaScript in your browser.
|
90 |
|
91 |
= How to add many images? =
|
92 |
|
108 |
|
109 |
1. Please open the menu "Galleries" and choose random gallery from the list. It will take you to the gallery editing page.
|
110 |
Please use the drag and drop function to change the order of the images and do not forget to save the post.
|
111 |
+
Please do not forget to select `Sort images by` -> `sort images` in the plugin settings (http://your_domain/wp-admin/admin.php?page=gallery-plugin.php)
|
112 |
|
113 |
2. Please go to the "Galleries" menu and select random gallery in the list. It will take you to the gallery editing page.
|
114 |
There will be one or several media upload icons between the title and the content blocks. Please choose any icon.
|
127 |
|
128 |
== Changelog ==
|
129 |
|
130 |
+
= V3.8.8 - 22.04.2013 =
|
131 |
+
* NEW : Added html blocks.
|
132 |
+
* Update : The French language file is updated.
|
133 |
+
|
134 |
= V3.8.7 - 10.04.2013 =
|
135 |
+
* NEW : The English language file is updated in the plugin.
|
136 |
* Bugfix : We fixed the bug of deleting images.
|
137 |
|
138 |
= V3.8.6 - 26.02.2013 =
|
139 |
+
* NEW : The Chinese language file is added to the plugin.
|
140 |
|
141 |
= V3.8.5 - 14.02.2013 =
|
142 |
* Update : We updated th fancybox displaying for iPhone and iPad.
|
143 |
* Update : We updated all functionality for wordpress 3.5.1.
|
144 |
|
145 |
= V3.8.4 - 25.01.2013 =
|
146 |
+
* Update : The French language file is updated.
|
147 |
|
148 |
= V3.8.3 - 04.01.2013 =
|
149 |
* Bugfix : We fixed the bug of image order on the Signle Gallery page.
|
268 |
|
269 |
== Upgrade Notice ==
|
270 |
|
271 |
+
= V3.8.8 =
|
272 |
+
Added html blocks. The French language file is updated.
|
273 |
+
|
274 |
= V3.8.7 =
|
275 |
+
The English language file is updated in the plugin. We fixed the bug of deleting images.
|
276 |
|
277 |
= V3.8.6 =
|
278 |
Chinese language file is added to the plugin.
|
281 |
We updated displaying fancybox for iPhone and iPad. We updated all functionality for wordpress 3.5.1.
|
282 |
|
283 |
= V3.8.4 =
|
284 |
+
The French language file is updated.
|
285 |
|
286 |
= V3.8.3 =
|
287 |
The bug with the ability to order images in a single gallery page was fixed.
|
screenshot-1.jpg
CHANGED
Binary file
|
screenshot-3.jpg
CHANGED
Binary file
|