Version Description
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Gallery by BestWebSoft |
Version | 2.11 |
Comparing to | |
See all releases |
Code changes from version 2.10 to 2.11
- gallery-plugin.php +16 -2
- languages/gallery-fr_FR.mo +0 -0
- languages/gallery-fr_FR.po +39 -39
- languages/gallery-ka_GE.mo +0 -0
- languages/gallery-ka_GE.po +39 -39
- languages/gallery-nl_NL.mo +0 -0
- languages/gallery-nl_NL.po +39 -39
- languages/gallery-pl_PL.mo +0 -0
- languages/gallery-pl_PL.po +39 -39
- languages/gallery-ru_RU.mo +0 -0
- languages/gallery-ru_RU.po +39 -39
- languages/gallery-uk.mo +0 -0
- languages/gallery-uk.po +39 -39
- readme.txt +1 -1
gallery-plugin.php
CHANGED
@@ -103,10 +103,24 @@ if( ! function_exists( 'addImageAncestorToMenu' ) ) {
|
|
103 |
global $wpdb, $post;
|
104 |
|
105 |
if ( empty( $post->ancestors ) ) {
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
}
|
|
|
|
|
|
|
108 |
|
109 |
-
$menuQuery = "SELECT DISTINCT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN (" . implode(',', $
|
110 |
$menuItems = $wpdb->get_col( $menuQuery );
|
111 |
|
112 |
if ( is_array( $menuItems ) ) {
|
103 |
global $wpdb, $post;
|
104 |
|
105 |
if ( empty( $post->ancestors ) ) {
|
106 |
+
$parent_id = $wpdb->get_var( "SELECT $wpdb->posts.ID FROM $wpdb->posts, $wpdb->postmeta WHERE meta_key = '_wp_page_template' AND meta_value = 'gallery-template.php' AND post_status = 'publish' AND $wpdb->posts.ID = $wpdb->postmeta.post_id" );
|
107 |
+
while ( $parent_id ) {
|
108 |
+
$page = get_page( $parent_id );
|
109 |
+
if( $page->post_parent > 0 )
|
110 |
+
$parent_id = $page->post_parent;
|
111 |
+
else
|
112 |
+
break;
|
113 |
+
}
|
114 |
+
wp_reset_query();
|
115 |
+
if( empty( $parent_id ) )
|
116 |
+
return $classes;
|
117 |
+
$post_ancestors = array( $parent_id );
|
118 |
}
|
119 |
+
else {
|
120 |
+
$post_ancestors = $post->ancestors;
|
121 |
+
}
|
122 |
|
123 |
+
$menuQuery = "SELECT DISTINCT post_id FROM $wpdb->postmeta WHERE meta_key = '_menu_item_object_id' AND meta_value IN (" . implode(',', $post_ancestors) . ")";
|
124 |
$menuItems = $wpdb->get_col( $menuQuery );
|
125 |
|
126 |
if ( is_array( $menuItems ) ) {
|
languages/gallery-fr_FR.mo
CHANGED
Binary file
|
languages/gallery-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-03-
|
6 |
-
"PO-Revision-Date: 2012-03-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Wolforg <contact@wolforg.eu>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -22,7 +22,7 @@ msgid "Galleries"
|
|
22 |
msgstr "Galeries"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
-
#: gallery-plugin.php:
|
26 |
msgid "Gallery"
|
27 |
msgstr "Galerie"
|
28 |
|
@@ -54,127 +54,127 @@ msgstr "Rechercher une galerie"
|
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Pas de galeries trouvées"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Upload File"
|
59 |
msgstr "Envoi de fichier"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Choix de la capture d'écran à envoyer :"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
msgid "Title"
|
71 |
msgstr "Titre"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "Author"
|
75 |
msgstr "Auteur"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Photo's"
|
79 |
msgstr "Photo's"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
msgid "Public"
|
83 |
msgstr "Public"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
msgid "Date"
|
87 |
msgstr "Date"
|
88 |
|
89 |
-
#: gallery-plugin.php:
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Extensions activées"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
-
#: gallery-plugin.php:
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Read more"
|
97 |
msgstr "Lire plus..."
|
98 |
|
99 |
-
#: gallery-plugin.php:
|
100 |
-
#: gallery-plugin.php:
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid "Settings"
|
103 |
msgstr "Paramètres"
|
104 |
|
105 |
-
#: gallery-plugin.php:
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Extensions installées"
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Extensions recommandées"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Download"
|
115 |
msgstr "Télécharger"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Installation %s"
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Installation à partir via wordpress.org"
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft.com ou remplissez le formulaire de contact sur notre site"
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid "Options saved."
|
132 |
msgstr "Options sauvegardées"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Options de galerie"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Taille de Couverture de la galerie"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Image size name"
|
145 |
msgstr "Nom de la taille"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Largeur (en pixels)"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Hauteur (en pixels)"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Taille de la galerie"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress créera une copie de la miniature d'article avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Nombre d'image par ligne"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Sauvegarder"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Soutien"
|
180 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-26 20:51+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-26 20:51+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Wolforg <contact@wolforg.eu>\n"
|
9 |
"MIME-Version: 1.0\n"
|
22 |
msgstr "Galeries"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
+
#: gallery-plugin.php:532
|
26 |
msgid "Gallery"
|
27 |
msgstr "Galerie"
|
28 |
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Pas de galeries trouvées"
|
56 |
|
57 |
+
#: gallery-plugin.php:140
|
58 |
msgid "Upload File"
|
59 |
msgstr "Envoi de fichier"
|
60 |
|
61 |
+
#: gallery-plugin.php:159
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Choix de la capture d'écran à envoyer :"
|
64 |
|
65 |
+
#: gallery-plugin.php:164
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
|
68 |
|
69 |
+
#: gallery-plugin.php:351
|
70 |
msgid "Title"
|
71 |
msgstr "Titre"
|
72 |
|
73 |
+
#: gallery-plugin.php:352
|
74 |
msgid "Author"
|
75 |
msgstr "Auteur"
|
76 |
|
77 |
+
#: gallery-plugin.php:353
|
78 |
msgid "Photo's"
|
79 |
msgstr "Photo's"
|
80 |
|
81 |
+
#: gallery-plugin.php:354
|
82 |
msgid "Public"
|
83 |
msgstr "Public"
|
84 |
|
85 |
+
#: gallery-plugin.php:355
|
86 |
msgid "Date"
|
87 |
msgstr "Date"
|
88 |
|
89 |
+
#: gallery-plugin.php:501
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Extensions activées"
|
92 |
|
93 |
+
#: gallery-plugin.php:503
|
94 |
+
#: gallery-plugin.php:511
|
95 |
+
#: gallery-plugin.php:519
|
96 |
msgid "Read more"
|
97 |
msgstr "Lire plus..."
|
98 |
|
99 |
+
#: gallery-plugin.php:503
|
100 |
+
#: gallery-plugin.php:651
|
101 |
+
#: gallery-plugin.php:666
|
102 |
msgid "Settings"
|
103 |
msgstr "Paramètres"
|
104 |
|
105 |
+
#: gallery-plugin.php:509
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Extensions installées"
|
108 |
|
109 |
+
#: gallery-plugin.php:517
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Extensions recommandées"
|
112 |
|
113 |
+
#: gallery-plugin.php:519
|
114 |
msgid "Download"
|
115 |
msgstr "Télécharger"
|
116 |
|
117 |
+
#: gallery-plugin.php:519
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Installation %s"
|
121 |
|
122 |
+
#: gallery-plugin.php:519
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Installation à partir via wordpress.org"
|
125 |
|
126 |
+
#: gallery-plugin.php:521
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Si vous avez des questions, merci de nous contacter via plugin@bestwebsoft.com ou remplissez le formulaire de contact sur notre site"
|
129 |
|
130 |
+
#: gallery-plugin.php:600
|
131 |
msgid "Options saved."
|
132 |
msgstr "Options sauvegardées"
|
133 |
|
134 |
+
#: gallery-plugin.php:607
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Options de galerie"
|
137 |
|
138 |
+
#: gallery-plugin.php:613
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Taille de Couverture de la galerie"
|
141 |
|
142 |
+
#: gallery-plugin.php:615
|
143 |
+
#: gallery-plugin.php:623
|
144 |
msgid "Image size name"
|
145 |
msgstr "Nom de la taille"
|
146 |
|
147 |
+
#: gallery-plugin.php:616
|
148 |
+
#: gallery-plugin.php:624
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Largeur (en pixels)"
|
151 |
|
152 |
+
#: gallery-plugin.php:617
|
153 |
+
#: gallery-plugin.php:625
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Hauteur (en pixels)"
|
156 |
|
157 |
+
#: gallery-plugin.php:621
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Taille de la galerie"
|
160 |
|
161 |
+
#: gallery-plugin.php:629
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress créera une copie de la miniature d'article avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
|
164 |
|
165 |
+
#: gallery-plugin.php:632
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Nombre d'image par ligne"
|
168 |
|
169 |
+
#: gallery-plugin.php:640
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Sauvegarder"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
+
#: gallery-plugin.php:653
|
178 |
msgid "Support"
|
179 |
msgstr "Soutien"
|
180 |
|
languages/gallery-ka_GE.mo
CHANGED
Binary file
|
languages/gallery-ka_GE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-03-
|
6 |
-
"PO-Revision-Date: 2012-03-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -22,7 +22,7 @@ msgid "Galleries"
|
|
22 |
msgstr "გალერეა"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
-
#: gallery-plugin.php:
|
26 |
msgid "Gallery"
|
27 |
msgstr "გალერეა"
|
28 |
|
@@ -54,127 +54,127 @@ msgstr "გალერეას ძებნა"
|
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "გალერეა არ მოძებნა"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Upload File"
|
59 |
msgstr "ფაილის ატვირთვა"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "აირჩიეთ სურათი ასატვირთად:"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
msgid "Title"
|
71 |
msgstr "სათაური"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "Author"
|
75 |
msgstr "ავტორი"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Photo's"
|
79 |
msgstr "ფოტო"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
msgid "Public"
|
83 |
msgstr "საჯარო"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
msgid "Date"
|
87 |
msgstr "თარიღი"
|
88 |
|
89 |
-
#: gallery-plugin.php:
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "გააქტიურებული დანამატები:"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
-
#: gallery-plugin.php:
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Read more"
|
97 |
msgstr "სრულად ნახვა"
|
98 |
|
99 |
-
#: gallery-plugin.php:
|
100 |
-
#: gallery-plugin.php:
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid "Settings"
|
103 |
msgstr "პარამეტრები"
|
104 |
|
105 |
-
#: gallery-plugin.php:
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "დაყენებული დანამატები"
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "რეკომენდირებული დანამატები"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Download"
|
115 |
msgstr "გადმოტვირთვა"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "დაყენებულია %s"
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "დააყენეთ wordpress.org-იდან"
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid "Options saved."
|
132 |
msgstr "პარამეტრები შენახულია"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "გალერეის პარამეტრები"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "ალბომის ყდის ზომა გალერეისთვის"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Image size name"
|
145 |
msgstr "ზომის სახელი"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "სიგანე(პიქსელებში)"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "სიმაღლე(პიქსელებში)"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "ზომა გალერეის სურათისთვის"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Count images in row"
|
167 |
msgstr "სურათების რაოდენობა მწკრივში"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Save Changes"
|
171 |
msgstr "ცვლილებების შენახვა"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Support"
|
180 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-26 20:51+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-26 20:51+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Vako Patashuri <vpatashuri@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
22 |
msgstr "გალერეა"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
+
#: gallery-plugin.php:532
|
26 |
msgid "Gallery"
|
27 |
msgstr "გალერეა"
|
28 |
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "გალერეა არ მოძებნა"
|
56 |
|
57 |
+
#: gallery-plugin.php:140
|
58 |
msgid "Upload File"
|
59 |
msgstr "ფაილის ატვირთვა"
|
60 |
|
61 |
+
#: gallery-plugin.php:159
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "აირჩიეთ სურათი ასატვირთად:"
|
64 |
|
65 |
+
#: gallery-plugin.php:164
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "გთხოვთ ჩართეთ JavaScript რომ გამოიყენოთ ფაილების ამტვირთავი."
|
68 |
|
69 |
+
#: gallery-plugin.php:351
|
70 |
msgid "Title"
|
71 |
msgstr "სათაური"
|
72 |
|
73 |
+
#: gallery-plugin.php:352
|
74 |
msgid "Author"
|
75 |
msgstr "ავტორი"
|
76 |
|
77 |
+
#: gallery-plugin.php:353
|
78 |
msgid "Photo's"
|
79 |
msgstr "ფოტო"
|
80 |
|
81 |
+
#: gallery-plugin.php:354
|
82 |
msgid "Public"
|
83 |
msgstr "საჯარო"
|
84 |
|
85 |
+
#: gallery-plugin.php:355
|
86 |
msgid "Date"
|
87 |
msgstr "თარიღი"
|
88 |
|
89 |
+
#: gallery-plugin.php:501
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "გააქტიურებული დანამატები:"
|
92 |
|
93 |
+
#: gallery-plugin.php:503
|
94 |
+
#: gallery-plugin.php:511
|
95 |
+
#: gallery-plugin.php:519
|
96 |
msgid "Read more"
|
97 |
msgstr "სრულად ნახვა"
|
98 |
|
99 |
+
#: gallery-plugin.php:503
|
100 |
+
#: gallery-plugin.php:651
|
101 |
+
#: gallery-plugin.php:666
|
102 |
msgid "Settings"
|
103 |
msgstr "პარამეტრები"
|
104 |
|
105 |
+
#: gallery-plugin.php:509
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "დაყენებული დანამატები"
|
108 |
|
109 |
+
#: gallery-plugin.php:517
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "რეკომენდირებული დანამატები"
|
112 |
|
113 |
+
#: gallery-plugin.php:519
|
114 |
msgid "Download"
|
115 |
msgstr "გადმოტვირთვა"
|
116 |
|
117 |
+
#: gallery-plugin.php:519
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "დაყენებულია %s"
|
121 |
|
122 |
+
#: gallery-plugin.php:519
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "დააყენეთ wordpress.org-იდან"
|
125 |
|
126 |
+
#: gallery-plugin.php:521
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "თუ თქვენ გაქვთ რაიმე შეკითხვა, გთხოვთ მოგვწერეთ ელფოსტაზე plugin@bestwebsoft.com ან შეავსეთ საკონტაქტო ფორმა გამოსაგზავნად"
|
129 |
|
130 |
+
#: gallery-plugin.php:600
|
131 |
msgid "Options saved."
|
132 |
msgstr "პარამეტრები შენახულია"
|
133 |
|
134 |
+
#: gallery-plugin.php:607
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "გალერეის პარამეტრები"
|
137 |
|
138 |
+
#: gallery-plugin.php:613
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "ალბომის ყდის ზომა გალერეისთვის"
|
141 |
|
142 |
+
#: gallery-plugin.php:615
|
143 |
+
#: gallery-plugin.php:623
|
144 |
msgid "Image size name"
|
145 |
msgstr "ზომის სახელი"
|
146 |
|
147 |
+
#: gallery-plugin.php:616
|
148 |
+
#: gallery-plugin.php:624
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "სიგანე(პიქსელებში)"
|
151 |
|
152 |
+
#: gallery-plugin.php:617
|
153 |
+
#: gallery-plugin.php:625
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "სიმაღლე(პიქსელებში)"
|
156 |
|
157 |
+
#: gallery-plugin.php:621
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "ზომა გალერეის სურათისთვის"
|
160 |
|
161 |
+
#: gallery-plugin.php:629
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "ვორდპრესი შექმნის მინიატურული პოსტის კოპიას განსაზღვრულ ზომებში, როდესაც ატვირთავთ სურათს."
|
164 |
|
165 |
+
#: gallery-plugin.php:632
|
166 |
msgid "Count images in row"
|
167 |
msgstr "სურათების რაოდენობა მწკრივში"
|
168 |
|
169 |
+
#: gallery-plugin.php:640
|
170 |
msgid "Save Changes"
|
171 |
msgstr "ცვლილებების შენახვა"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
+
#: gallery-plugin.php:653
|
178 |
msgid "Support"
|
179 |
msgstr "Support"
|
180 |
|
languages/gallery-nl_NL.mo
CHANGED
Binary file
|
languages/gallery-nl_NL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-03-
|
6 |
-
"PO-Revision-Date: 2012-03-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -22,7 +22,7 @@ msgid "Galleries"
|
|
22 |
msgstr "Fotoalbum's"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
-
#: gallery-plugin.php:
|
26 |
msgid "Gallery"
|
27 |
msgstr "Fotoalbum"
|
28 |
|
@@ -54,127 +54,127 @@ msgstr "Zoeken"
|
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Niets gevonden"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Upload File"
|
59 |
msgstr "Foto's uploaden"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Foto's uploaden: "
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Activeer JavaScript om foto's te kunnen uploaden."
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
msgid "Title"
|
71 |
msgstr "Titel"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "Author"
|
75 |
msgstr "Auteur"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Photo's"
|
79 |
msgstr "Foto's"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
msgid "Public"
|
83 |
msgstr "Gepubliceerd"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
msgid "Date"
|
87 |
msgstr "Datum"
|
88 |
|
89 |
-
#: gallery-plugin.php:
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Geactiveerde plugins"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
-
#: gallery-plugin.php:
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Read more"
|
97 |
msgstr "Lees verder"
|
98 |
|
99 |
-
#: gallery-plugin.php:
|
100 |
-
#: gallery-plugin.php:
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid "Settings"
|
103 |
msgstr "Instellingen"
|
104 |
|
105 |
-
#: gallery-plugin.php:
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Geinstalleerde plugins"
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Aanbevolen plugins"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Download"
|
115 |
msgstr "Download"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Install %s"
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Installeer nu vanaf wordpress.org"
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid "Options saved."
|
132 |
msgstr "Opties opgeslagen"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Fotoalbum opties"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "De afmetingen voor de cover van het album"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Image size name"
|
145 |
msgstr "Afbeelding grootte"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Breedte (in px)"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Hoogte (in px)"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Grootte voor album afbeelding"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Aantal afbeeldingen op een rij"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Bewaar veranderingen"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Support"
|
180 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-26 20:51+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-26 20:51+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ronald <ronald@bhi.nl>\n"
|
9 |
"MIME-Version: 1.0\n"
|
22 |
msgstr "Fotoalbum's"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
+
#: gallery-plugin.php:532
|
26 |
msgid "Gallery"
|
27 |
msgstr "Fotoalbum"
|
28 |
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Niets gevonden"
|
56 |
|
57 |
+
#: gallery-plugin.php:140
|
58 |
msgid "Upload File"
|
59 |
msgstr "Foto's uploaden"
|
60 |
|
61 |
+
#: gallery-plugin.php:159
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Foto's uploaden: "
|
64 |
|
65 |
+
#: gallery-plugin.php:164
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Activeer JavaScript om foto's te kunnen uploaden."
|
68 |
|
69 |
+
#: gallery-plugin.php:351
|
70 |
msgid "Title"
|
71 |
msgstr "Titel"
|
72 |
|
73 |
+
#: gallery-plugin.php:352
|
74 |
msgid "Author"
|
75 |
msgstr "Auteur"
|
76 |
|
77 |
+
#: gallery-plugin.php:353
|
78 |
msgid "Photo's"
|
79 |
msgstr "Foto's"
|
80 |
|
81 |
+
#: gallery-plugin.php:354
|
82 |
msgid "Public"
|
83 |
msgstr "Gepubliceerd"
|
84 |
|
85 |
+
#: gallery-plugin.php:355
|
86 |
msgid "Date"
|
87 |
msgstr "Datum"
|
88 |
|
89 |
+
#: gallery-plugin.php:501
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Geactiveerde plugins"
|
92 |
|
93 |
+
#: gallery-plugin.php:503
|
94 |
+
#: gallery-plugin.php:511
|
95 |
+
#: gallery-plugin.php:519
|
96 |
msgid "Read more"
|
97 |
msgstr "Lees verder"
|
98 |
|
99 |
+
#: gallery-plugin.php:503
|
100 |
+
#: gallery-plugin.php:651
|
101 |
+
#: gallery-plugin.php:666
|
102 |
msgid "Settings"
|
103 |
msgstr "Instellingen"
|
104 |
|
105 |
+
#: gallery-plugin.php:509
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Geinstalleerde plugins"
|
108 |
|
109 |
+
#: gallery-plugin.php:517
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Aanbevolen plugins"
|
112 |
|
113 |
+
#: gallery-plugin.php:519
|
114 |
msgid "Download"
|
115 |
msgstr "Download"
|
116 |
|
117 |
+
#: gallery-plugin.php:519
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Install %s"
|
121 |
|
122 |
+
#: gallery-plugin.php:519
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Installeer nu vanaf wordpress.org"
|
125 |
|
126 |
+
#: gallery-plugin.php:521
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Indien u nog vragen heeft, neem contact op via plugin@bestwebsoft.com of vul het contactformulier in op onze website"
|
129 |
|
130 |
+
#: gallery-plugin.php:600
|
131 |
msgid "Options saved."
|
132 |
msgstr "Opties opgeslagen"
|
133 |
|
134 |
+
#: gallery-plugin.php:607
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Fotoalbum opties"
|
137 |
|
138 |
+
#: gallery-plugin.php:613
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "De afmetingen voor de cover van het album"
|
141 |
|
142 |
+
#: gallery-plugin.php:615
|
143 |
+
#: gallery-plugin.php:623
|
144 |
msgid "Image size name"
|
145 |
msgstr "Afbeelding grootte"
|
146 |
|
147 |
+
#: gallery-plugin.php:616
|
148 |
+
#: gallery-plugin.php:624
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Breedte (in px)"
|
151 |
|
152 |
+
#: gallery-plugin.php:617
|
153 |
+
#: gallery-plugin.php:625
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Hoogte (in px)"
|
156 |
|
157 |
+
#: gallery-plugin.php:621
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Grootte voor album afbeelding"
|
160 |
|
161 |
+
#: gallery-plugin.php:629
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "Wordpress zal een kopie maken van de thumbnail in de opgegeven afmetingen als u een nieuwe foto upload."
|
164 |
|
165 |
+
#: gallery-plugin.php:632
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Aantal afbeeldingen op een rij"
|
168 |
|
169 |
+
#: gallery-plugin.php:640
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Bewaar veranderingen"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
+
#: gallery-plugin.php:653
|
178 |
msgid "Support"
|
179 |
msgstr "Support"
|
180 |
|
languages/gallery-pl_PL.mo
CHANGED
Binary file
|
languages/gallery-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-03-
|
6 |
-
"PO-Revision-Date: 2012-03-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -22,7 +22,7 @@ msgid "Galleries"
|
|
22 |
msgstr "Galerie zdjęć"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
-
#: gallery-plugin.php:
|
26 |
msgid "Gallery"
|
27 |
msgstr "Galeria zdjęć"
|
28 |
|
@@ -54,127 +54,127 @@ msgstr "Szukaj galerii"
|
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Nie znaleziono żadnej galerii"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Upload File"
|
59 |
msgstr "Wgraj plik"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Wybierz zrzut ekrany do wgrania na serwer"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
msgid "Title"
|
71 |
msgstr "Tytuł"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "Author"
|
75 |
msgstr "Autor"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Photo's"
|
79 |
msgstr "Zdjęcie"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
msgid "Public"
|
83 |
msgstr "Publiczne"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
msgid "Date"
|
87 |
msgstr "Data"
|
88 |
|
89 |
-
#: gallery-plugin.php:
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Aktywny plugin"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
-
#: gallery-plugin.php:
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Read more"
|
97 |
msgstr "Czytaj dalej"
|
98 |
|
99 |
-
#: gallery-plugin.php:
|
100 |
-
#: gallery-plugin.php:
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid "Settings"
|
103 |
msgstr "Ustawienia"
|
104 |
|
105 |
-
#: gallery-plugin.php:
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Zainstalowane pluginy"
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Rekomendowane pluginy"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Download"
|
115 |
msgstr "Pobierz"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Zainstaluj %s"
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Zainstaluj teraz z wordpress.org"
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid "Options saved."
|
132 |
msgstr "Opcje zostały zapisane."
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Opcje galerii."
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Rozmiar okładki albumu"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Image size name"
|
145 |
msgstr "Nazwa rozmiaru obrazka"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Szerokość (w px)"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Wysokość (w px)"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Rozmiar dla obrazka w galerii"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Ilość obrazków w rzędzie"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Zapisz zmiany"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ "
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Wsparcie"
|
180 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-26 20:51+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-26 20:51+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: BWS <bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
22 |
msgstr "Galerie zdjęć"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
+
#: gallery-plugin.php:532
|
26 |
msgid "Gallery"
|
27 |
msgstr "Galeria zdjęć"
|
28 |
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Nie znaleziono żadnej galerii"
|
56 |
|
57 |
+
#: gallery-plugin.php:140
|
58 |
msgid "Upload File"
|
59 |
msgstr "Wgraj plik"
|
60 |
|
61 |
+
#: gallery-plugin.php:159
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Wybierz zrzut ekrany do wgrania na serwer"
|
64 |
|
65 |
+
#: gallery-plugin.php:164
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Proszę właczyć osbługę JavaScript by skorzystać z opcji wgrywania plików na serwer"
|
68 |
|
69 |
+
#: gallery-plugin.php:351
|
70 |
msgid "Title"
|
71 |
msgstr "Tytuł"
|
72 |
|
73 |
+
#: gallery-plugin.php:352
|
74 |
msgid "Author"
|
75 |
msgstr "Autor"
|
76 |
|
77 |
+
#: gallery-plugin.php:353
|
78 |
msgid "Photo's"
|
79 |
msgstr "Zdjęcie"
|
80 |
|
81 |
+
#: gallery-plugin.php:354
|
82 |
msgid "Public"
|
83 |
msgstr "Publiczne"
|
84 |
|
85 |
+
#: gallery-plugin.php:355
|
86 |
msgid "Date"
|
87 |
msgstr "Data"
|
88 |
|
89 |
+
#: gallery-plugin.php:501
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Aktywny plugin"
|
92 |
|
93 |
+
#: gallery-plugin.php:503
|
94 |
+
#: gallery-plugin.php:511
|
95 |
+
#: gallery-plugin.php:519
|
96 |
msgid "Read more"
|
97 |
msgstr "Czytaj dalej"
|
98 |
|
99 |
+
#: gallery-plugin.php:503
|
100 |
+
#: gallery-plugin.php:651
|
101 |
+
#: gallery-plugin.php:666
|
102 |
msgid "Settings"
|
103 |
msgstr "Ustawienia"
|
104 |
|
105 |
+
#: gallery-plugin.php:509
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Zainstalowane pluginy"
|
108 |
|
109 |
+
#: gallery-plugin.php:517
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Rekomendowane pluginy"
|
112 |
|
113 |
+
#: gallery-plugin.php:519
|
114 |
msgid "Download"
|
115 |
msgstr "Pobierz"
|
116 |
|
117 |
+
#: gallery-plugin.php:519
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Zainstaluj %s"
|
121 |
|
122 |
+
#: gallery-plugin.php:519
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Zainstaluj teraz z wordpress.org"
|
125 |
|
126 |
+
#: gallery-plugin.php:521
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Jeśli masz jakiekolwiek pytania, proszę napisz do nas na adres plugin@bestwebsoft.com albo wypełnij formularz kontaktowy na naszej stronie."
|
129 |
|
130 |
+
#: gallery-plugin.php:600
|
131 |
msgid "Options saved."
|
132 |
msgstr "Opcje zostały zapisane."
|
133 |
|
134 |
+
#: gallery-plugin.php:607
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Opcje galerii."
|
137 |
|
138 |
+
#: gallery-plugin.php:613
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Rozmiar okładki albumu"
|
141 |
|
142 |
+
#: gallery-plugin.php:615
|
143 |
+
#: gallery-plugin.php:623
|
144 |
msgid "Image size name"
|
145 |
msgstr "Nazwa rozmiaru obrazka"
|
146 |
|
147 |
+
#: gallery-plugin.php:616
|
148 |
+
#: gallery-plugin.php:624
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Szerokość (w px)"
|
151 |
|
152 |
+
#: gallery-plugin.php:617
|
153 |
+
#: gallery-plugin.php:625
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Wysokość (w px)"
|
156 |
|
157 |
+
#: gallery-plugin.php:621
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Rozmiar dla obrazka w galerii"
|
160 |
|
161 |
+
#: gallery-plugin.php:629
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress stworzy kopię miniaturki notki według podanych rozmiarów podczas wgrywania nowego zdjęcia na serwer."
|
164 |
|
165 |
+
#: gallery-plugin.php:632
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Ilość obrazków w rzędzie"
|
168 |
|
169 |
+
#: gallery-plugin.php:640
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Zapisz zmiany"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ "
|
176 |
|
177 |
+
#: gallery-plugin.php:653
|
178 |
msgid "Support"
|
179 |
msgstr "Wsparcie"
|
180 |
|
languages/gallery-ru_RU.mo
CHANGED
Binary file
|
languages/gallery-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-03-
|
6 |
-
"PO-Revision-Date: 2012-03-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -22,7 +22,7 @@ msgid "Galleries"
|
|
22 |
msgstr "Галереи"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
-
#: gallery-plugin.php:
|
26 |
msgid "Gallery"
|
27 |
msgstr "Галерея"
|
28 |
|
@@ -54,127 +54,127 @@ msgstr "Поиск галереи"
|
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Ни одной галереи не найдено"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Upload File"
|
59 |
msgstr "Загрузить файлы"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Выбрать файлы для загрузки: "
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
msgid "Title"
|
71 |
msgstr "Название"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "Author"
|
75 |
msgstr "Автор"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Photo's"
|
79 |
msgstr "Фото"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
msgid "Public"
|
83 |
msgstr "Опубликование"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
msgid "Date"
|
87 |
msgstr "Дата"
|
88 |
|
89 |
-
#: gallery-plugin.php:
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Активированные плагины"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
-
#: gallery-plugin.php:
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Read more"
|
97 |
msgstr "Подробнее..."
|
98 |
|
99 |
-
#: gallery-plugin.php:
|
100 |
-
#: gallery-plugin.php:
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid "Settings"
|
103 |
msgstr "Настройки"
|
104 |
|
105 |
-
#: gallery-plugin.php:
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Установленные плагины"
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Рекомендованные к установке плагины"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Download"
|
115 |
msgstr "Скачать"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Установлено %s"
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Установить с wordpress.org"
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid "Options saved."
|
132 |
msgstr "Опции сохранены"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Настройки Галереи"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Размер изображения для обложки альбома галереи"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Image size name"
|
145 |
msgstr "Название размера изображение"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Ширина (в px)"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Высота (в px)"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Размер изображений Галереи"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Количество изображений в строке"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Save Changes"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Поддержка"
|
180 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-26 20:51+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-26 20:51+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
22 |
msgstr "Галереи"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
+
#: gallery-plugin.php:532
|
26 |
msgid "Gallery"
|
27 |
msgstr "Галерея"
|
28 |
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Ни одной галереи не найдено"
|
56 |
|
57 |
+
#: gallery-plugin.php:140
|
58 |
msgid "Upload File"
|
59 |
msgstr "Загрузить файлы"
|
60 |
|
61 |
+
#: gallery-plugin.php:159
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Выбрать файлы для загрузки: "
|
64 |
|
65 |
+
#: gallery-plugin.php:164
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
|
68 |
|
69 |
+
#: gallery-plugin.php:351
|
70 |
msgid "Title"
|
71 |
msgstr "Название"
|
72 |
|
73 |
+
#: gallery-plugin.php:352
|
74 |
msgid "Author"
|
75 |
msgstr "Автор"
|
76 |
|
77 |
+
#: gallery-plugin.php:353
|
78 |
msgid "Photo's"
|
79 |
msgstr "Фото"
|
80 |
|
81 |
+
#: gallery-plugin.php:354
|
82 |
msgid "Public"
|
83 |
msgstr "Опубликование"
|
84 |
|
85 |
+
#: gallery-plugin.php:355
|
86 |
msgid "Date"
|
87 |
msgstr "Дата"
|
88 |
|
89 |
+
#: gallery-plugin.php:501
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Активированные плагины"
|
92 |
|
93 |
+
#: gallery-plugin.php:503
|
94 |
+
#: gallery-plugin.php:511
|
95 |
+
#: gallery-plugin.php:519
|
96 |
msgid "Read more"
|
97 |
msgstr "Подробнее..."
|
98 |
|
99 |
+
#: gallery-plugin.php:503
|
100 |
+
#: gallery-plugin.php:651
|
101 |
+
#: gallery-plugin.php:666
|
102 |
msgid "Settings"
|
103 |
msgstr "Настройки"
|
104 |
|
105 |
+
#: gallery-plugin.php:509
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Установленные плагины"
|
108 |
|
109 |
+
#: gallery-plugin.php:517
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Рекомендованные к установке плагины"
|
112 |
|
113 |
+
#: gallery-plugin.php:519
|
114 |
msgid "Download"
|
115 |
msgstr "Скачать"
|
116 |
|
117 |
+
#: gallery-plugin.php:519
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Установлено %s"
|
121 |
|
122 |
+
#: gallery-plugin.php:519
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Установить с wordpress.org"
|
125 |
|
126 |
+
#: gallery-plugin.php:521
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
129 |
|
130 |
+
#: gallery-plugin.php:600
|
131 |
msgid "Options saved."
|
132 |
msgstr "Опции сохранены"
|
133 |
|
134 |
+
#: gallery-plugin.php:607
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Настройки Галереи"
|
137 |
|
138 |
+
#: gallery-plugin.php:613
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Размер изображения для обложки альбома галереи"
|
141 |
|
142 |
+
#: gallery-plugin.php:615
|
143 |
+
#: gallery-plugin.php:623
|
144 |
msgid "Image size name"
|
145 |
msgstr "Название размера изображение"
|
146 |
|
147 |
+
#: gallery-plugin.php:616
|
148 |
+
#: gallery-plugin.php:624
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Ширина (в px)"
|
151 |
|
152 |
+
#: gallery-plugin.php:617
|
153 |
+
#: gallery-plugin.php:625
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Высота (в px)"
|
156 |
|
157 |
+
#: gallery-plugin.php:621
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Размер изображений Галереи"
|
160 |
|
161 |
+
#: gallery-plugin.php:629
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
|
164 |
|
165 |
+
#: gallery-plugin.php:632
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Количество изображений в строке"
|
168 |
|
169 |
+
#: gallery-plugin.php:640
|
170 |
msgid "Save Changes"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
+
#: gallery-plugin.php:653
|
178 |
msgid "Support"
|
179 |
msgstr "Поддержка"
|
180 |
|
languages/gallery-uk.mo
CHANGED
Binary file
|
languages/gallery-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-03-
|
6 |
-
"PO-Revision-Date: 2012-03-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -22,7 +22,7 @@ msgid "Galleries"
|
|
22 |
msgstr "Галереi"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
-
#: gallery-plugin.php:
|
26 |
msgid "Gallery"
|
27 |
msgstr "Галерея"
|
28 |
|
@@ -54,127 +54,127 @@ msgstr "Пошук галереї"
|
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Галереї, не знайдено"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Upload File"
|
59 |
msgstr "Завантажити файл"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Вибрати скріншот, щоб завантажити:"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
msgid "Title"
|
71 |
msgstr "Назва"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "Author"
|
75 |
msgstr "Автор "
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Photo's"
|
79 |
msgstr "Фото "
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
msgid "Public"
|
83 |
msgstr "Громадськості"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
msgid "Date"
|
87 |
msgstr "Дата "
|
88 |
|
89 |
-
#: gallery-plugin.php:
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Активоване плагіни"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
-
#: gallery-plugin.php:
|
95 |
-
#: gallery-plugin.php:
|
96 |
msgid "Read more"
|
97 |
msgstr "Читати далі"
|
98 |
|
99 |
-
#: gallery-plugin.php:
|
100 |
-
#: gallery-plugin.php:
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid "Settings"
|
103 |
msgstr "Параметри"
|
104 |
|
105 |
-
#: gallery-plugin.php:
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Встановлених модулів"
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Плагіни Рекомендовані"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Download"
|
115 |
msgstr "Завантажити"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Установка %s"
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Установити зараз від wordpress.org"
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
msgid "Options saved."
|
132 |
msgstr "Параметри зберігаються."
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Параметри галереї"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Розмір обкладинки альбому для галереї"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Image size name"
|
145 |
msgstr "Ім'я розмір зображення"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Ширина (в px)"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Висота (в px)"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Розмір зображення галерея"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Кількість зображень у рядку"
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Зберегти зміни"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ "
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Підтримка"
|
180 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-26 20:51+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-26 20:51+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ted Mosby <tmosbyd@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
22 |
msgstr "Галереi"
|
23 |
|
24 |
#: gallery-plugin.php:76
|
25 |
+
#: gallery-plugin.php:532
|
26 |
msgid "Gallery"
|
27 |
msgstr "Галерея"
|
28 |
|
54 |
msgid "No Galleries found"
|
55 |
msgstr "Галереї, не знайдено"
|
56 |
|
57 |
+
#: gallery-plugin.php:140
|
58 |
msgid "Upload File"
|
59 |
msgstr "Завантажити файл"
|
60 |
|
61 |
+
#: gallery-plugin.php:159
|
62 |
msgid "Choose a screenshot to upload:"
|
63 |
msgstr "Вибрати скріншот, щоб завантажити:"
|
64 |
|
65 |
+
#: gallery-plugin.php:164
|
66 |
msgid "Please enable JavaScript to use the file uploader."
|
67 |
msgstr "Будь ласка Дозвольте JavaScript, щоб використовувати файл uploader."
|
68 |
|
69 |
+
#: gallery-plugin.php:351
|
70 |
msgid "Title"
|
71 |
msgstr "Назва"
|
72 |
|
73 |
+
#: gallery-plugin.php:352
|
74 |
msgid "Author"
|
75 |
msgstr "Автор "
|
76 |
|
77 |
+
#: gallery-plugin.php:353
|
78 |
msgid "Photo's"
|
79 |
msgstr "Фото "
|
80 |
|
81 |
+
#: gallery-plugin.php:354
|
82 |
msgid "Public"
|
83 |
msgstr "Громадськості"
|
84 |
|
85 |
+
#: gallery-plugin.php:355
|
86 |
msgid "Date"
|
87 |
msgstr "Дата "
|
88 |
|
89 |
+
#: gallery-plugin.php:501
|
90 |
msgid "Activated plugins"
|
91 |
msgstr "Активоване плагіни"
|
92 |
|
93 |
+
#: gallery-plugin.php:503
|
94 |
+
#: gallery-plugin.php:511
|
95 |
+
#: gallery-plugin.php:519
|
96 |
msgid "Read more"
|
97 |
msgstr "Читати далі"
|
98 |
|
99 |
+
#: gallery-plugin.php:503
|
100 |
+
#: gallery-plugin.php:651
|
101 |
+
#: gallery-plugin.php:666
|
102 |
msgid "Settings"
|
103 |
msgstr "Параметри"
|
104 |
|
105 |
+
#: gallery-plugin.php:509
|
106 |
msgid "Installed plugins"
|
107 |
msgstr "Встановлених модулів"
|
108 |
|
109 |
+
#: gallery-plugin.php:517
|
110 |
msgid "Recommended plugins"
|
111 |
msgstr "Плагіни Рекомендовані"
|
112 |
|
113 |
+
#: gallery-plugin.php:519
|
114 |
msgid "Download"
|
115 |
msgstr "Завантажити"
|
116 |
|
117 |
+
#: gallery-plugin.php:519
|
118 |
#, php-format
|
119 |
msgid "Install %s"
|
120 |
msgstr "Установка %s"
|
121 |
|
122 |
+
#: gallery-plugin.php:519
|
123 |
msgid "Install now from wordpress.org"
|
124 |
msgstr "Установити зараз від wordpress.org"
|
125 |
|
126 |
+
#: gallery-plugin.php:521
|
127 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
128 |
msgstr "Якщо у вас є які-небудь питання, будь ласка, зв'яжіться з нами через plugin@bestwebsoft.com або заповнити нашу контактну форму на нашому сайті"
|
129 |
|
130 |
+
#: gallery-plugin.php:600
|
131 |
msgid "Options saved."
|
132 |
msgstr "Параметри зберігаються."
|
133 |
|
134 |
+
#: gallery-plugin.php:607
|
135 |
msgid "Gallery Options"
|
136 |
msgstr "Параметри галереї"
|
137 |
|
138 |
+
#: gallery-plugin.php:613
|
139 |
msgid "The size of the cover album for gallery"
|
140 |
msgstr "Розмір обкладинки альбому для галереї"
|
141 |
|
142 |
+
#: gallery-plugin.php:615
|
143 |
+
#: gallery-plugin.php:623
|
144 |
msgid "Image size name"
|
145 |
msgstr "Ім'я розмір зображення"
|
146 |
|
147 |
+
#: gallery-plugin.php:616
|
148 |
+
#: gallery-plugin.php:624
|
149 |
msgid "Width (in px)"
|
150 |
msgstr "Ширина (в px)"
|
151 |
|
152 |
+
#: gallery-plugin.php:617
|
153 |
+
#: gallery-plugin.php:625
|
154 |
msgid "Height (in px)"
|
155 |
msgstr "Висота (в px)"
|
156 |
|
157 |
+
#: gallery-plugin.php:621
|
158 |
msgid "Size for gallery image"
|
159 |
msgstr "Розмір зображення галерея"
|
160 |
|
161 |
+
#: gallery-plugin.php:629
|
162 |
msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
|
163 |
msgstr "WordPress створить копію ескізу пост з заданими розмірами, коли ви завантажити нову фотографію."
|
164 |
|
165 |
+
#: gallery-plugin.php:632
|
166 |
msgid "Count images in row"
|
167 |
msgstr "Кількість зображень у рядку"
|
168 |
|
169 |
+
#: gallery-plugin.php:640
|
170 |
msgid "Save Changes"
|
171 |
msgstr "Зберегти зміни"
|
172 |
|
173 |
+
#: gallery-plugin.php:652
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ "
|
176 |
|
177 |
+
#: gallery-plugin.php:653
|
178 |
msgid "Support"
|
179 |
msgstr "Підтримка"
|
180 |
|
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.3.1
|
7 |
-
Stable tag: 2.
|
8 |
|
9 |
This plugin allows you to implement gallery page into your web site.
|
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.3.1
|
7 |
+
Stable tag: 2.11
|
8 |
|
9 |
This plugin allows you to implement gallery page into your web site.
|
10 |
|