Version Description
- 27.03.2012 =
- NEW : Italian language files are added to the plugin.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Gallery by BestWebSoft |
Version | 2.12 |
Comparing to | |
See all releases |
Code changes from version 2.10 to 2.12
- gallery-plugin.php +17 -3
- languages/gallery-fr_FR.mo +0 -0
- languages/gallery-fr_FR.po +39 -39
- languages/gallery-it_IT.mo +0 -0
- languages/gallery-it_IT.po +190 -0
- 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 +15 -2
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: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -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 ) ) {
|
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: 2.12
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
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-it_IT.mo
ADDED
Binary file
|
languages/gallery-it_IT.po
ADDED
@@ -0,0 +1,190 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: gallery\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-27 19:40+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-27 19:40+0200\n"
|
7 |
+
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: Stefano Ferruggiara <ferruggiarastefano@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 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"X-Poedit-Language: Italian\n"
|
15 |
+
"X-Poedit-Country: ITALY\n"
|
16 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: gallery-plugin.php:75
|
20 |
+
#: gallery-plugin.php:85
|
21 |
+
msgid "Galleries"
|
22 |
+
msgstr "Gallerie"
|
23 |
+
|
24 |
+
#: gallery-plugin.php:76
|
25 |
+
#: gallery-plugin.php:532
|
26 |
+
msgid "Gallery"
|
27 |
+
msgstr "Galleria"
|
28 |
+
|
29 |
+
#: gallery-plugin.php:77
|
30 |
+
msgid "Add New"
|
31 |
+
msgstr "Aggiungi nuova"
|
32 |
+
|
33 |
+
#: gallery-plugin.php:78
|
34 |
+
msgid "Add New Gallery"
|
35 |
+
msgstr "Aggiungi nuova galleria"
|
36 |
+
|
37 |
+
#: gallery-plugin.php:79
|
38 |
+
msgid "Edit Gallery"
|
39 |
+
msgstr "Modifica galleria"
|
40 |
+
|
41 |
+
#: gallery-plugin.php:80
|
42 |
+
msgid "New Gallery"
|
43 |
+
msgstr "Nuova galleria"
|
44 |
+
|
45 |
+
#: gallery-plugin.php:81
|
46 |
+
msgid "View Gallery"
|
47 |
+
msgstr "Vedi galleria"
|
48 |
+
|
49 |
+
#: gallery-plugin.php:82
|
50 |
+
msgid "Search Galleries"
|
51 |
+
msgstr "Cerca galleria"
|
52 |
+
|
53 |
+
#: gallery-plugin.php:83
|
54 |
+
msgid "No Galleries found"
|
55 |
+
msgstr "Nessuna galleria trovata"
|
56 |
+
|
57 |
+
#: gallery-plugin.php:140
|
58 |
+
msgid "Upload File"
|
59 |
+
msgstr "Carica file"
|
60 |
+
|
61 |
+
#: gallery-plugin.php:159
|
62 |
+
msgid "Choose a screenshot to upload:"
|
63 |
+
msgstr "Sceli uno screenshoot da caricare:"
|
64 |
+
|
65 |
+
#: gallery-plugin.php:164
|
66 |
+
msgid "Please enable JavaScript to use the file uploader."
|
67 |
+
msgstr "Per favore abilita JavaScript per usare il file uploadr."
|
68 |
+
|
69 |
+
#: gallery-plugin.php:351
|
70 |
+
msgid "Title"
|
71 |
+
msgstr "Titolo"
|
72 |
+
|
73 |
+
#: gallery-plugin.php:352
|
74 |
+
msgid "Author"
|
75 |
+
msgstr "Autore"
|
76 |
+
|
77 |
+
#: gallery-plugin.php:353
|
78 |
+
msgid "Photo's"
|
79 |
+
msgstr "Foto"
|
80 |
+
|
81 |
+
#: gallery-plugin.php:354
|
82 |
+
msgid "Public"
|
83 |
+
msgstr "Pubblico"
|
84 |
+
|
85 |
+
#: gallery-plugin.php:355
|
86 |
+
msgid "Date"
|
87 |
+
msgstr "Data"
|
88 |
+
|
89 |
+
#: gallery-plugin.php:501
|
90 |
+
msgid "Activated plugins"
|
91 |
+
msgstr "Attivare plugin"
|
92 |
+
|
93 |
+
#: gallery-plugin.php:503
|
94 |
+
#: gallery-plugin.php:511
|
95 |
+
#: gallery-plugin.php:519
|
96 |
+
msgid "Read more"
|
97 |
+
msgstr "Leggi altro"
|
98 |
+
|
99 |
+
#: gallery-plugin.php:503
|
100 |
+
#: gallery-plugin.php:651
|
101 |
+
#: gallery-plugin.php:666
|
102 |
+
msgid "Settings"
|
103 |
+
msgstr "Impostazioni"
|
104 |
+
|
105 |
+
#: gallery-plugin.php:509
|
106 |
+
msgid "Installed plugins"
|
107 |
+
msgstr "Plugin installati"
|
108 |
+
|
109 |
+
#: gallery-plugin.php:517
|
110 |
+
msgid "Recommended plugins"
|
111 |
+
msgstr "Plugin consigliati"
|
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 "Installa ora da 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 "Per qualunque domanda contattaci via plugin@bestwebsoft.com o compila il Form sul nostro sito."
|
129 |
+
|
130 |
+
#: gallery-plugin.php:600
|
131 |
+
msgid "Options saved."
|
132 |
+
msgstr "Opzioni salvate."
|
133 |
+
|
134 |
+
#: gallery-plugin.php:607
|
135 |
+
msgid "Gallery Options"
|
136 |
+
msgstr "Opzioni gallerie"
|
137 |
+
|
138 |
+
#: gallery-plugin.php:613
|
139 |
+
msgid "The size of the cover album for gallery"
|
140 |
+
msgstr "La grandezza della copertina dall'album per la galleria"
|
141 |
+
|
142 |
+
#: gallery-plugin.php:615
|
143 |
+
#: gallery-plugin.php:623
|
144 |
+
msgid "Image size name"
|
145 |
+
msgstr "Image size name"
|
146 |
+
|
147 |
+
#: gallery-plugin.php:616
|
148 |
+
#: gallery-plugin.php:624
|
149 |
+
msgid "Width (in px)"
|
150 |
+
msgstr "Larghezza in px"
|
151 |
+
|
152 |
+
#: gallery-plugin.php:617
|
153 |
+
#: gallery-plugin.php:625
|
154 |
+
msgid "Height (in px)"
|
155 |
+
msgstr "Altezza in px"
|
156 |
+
|
157 |
+
#: gallery-plugin.php:621
|
158 |
+
msgid "Size for gallery image"
|
159 |
+
msgstr "Grandezza per le immagini della galleria"
|
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 "WP creerà una copia delle icone immagine con una specifica dimensione quando carichi una nuova foto."
|
164 |
+
|
165 |
+
#: gallery-plugin.php:632
|
166 |
+
msgid "Count images in row"
|
167 |
+
msgstr "Conta immagini"
|
168 |
+
|
169 |
+
#: gallery-plugin.php:640
|
170 |
+
msgid "Save Changes"
|
171 |
+
msgstr "Salva cambiamenti"
|
172 |
+
|
173 |
+
#: gallery-plugin.php:652
|
174 |
+
msgid "FAQ"
|
175 |
+
msgstr "FAQ "
|
176 |
+
|
177 |
+
#: gallery-plugin.php:653
|
178 |
+
msgid "Support"
|
179 |
+
msgstr "Supporto"
|
180 |
+
|
181 |
+
#: template/gallery-single-template.php:60
|
182 |
+
msgid "Sorry - nothing to found."
|
183 |
+
msgstr "Spiacente - non è stato trovato nulla."
|
184 |
+
|
185 |
+
#: template/gallery-template.php:61
|
186 |
+
msgid "See photo »"
|
187 |
+
msgstr "Guarda foto »"
|
188 |
+
|
189 |
+
#~ msgid "Size for gallery album cover"
|
190 |
+
#~ msgstr "Размер для "
|
languages/gallery-ka_GE.mo
CHANGED
Binary file
|
languages/gallery-ka_GE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 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 |
|
@@ -30,6 +30,7 @@ This plugin makes it possible to implement as many galleries as you want into yo
|
|
30 |
* Dutch (nl_NL) (thanks to <a href="ronald@hostingu.nl">HostingU, Ronald Verheul</a>)
|
31 |
* French (fr_FR) (thanks to Didier)
|
32 |
* Georgian (ka_GE) (thanks to Vako Patashuri)
|
|
|
33 |
* Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
|
34 |
* Russian (ru_RU)
|
35 |
* Ukrainian (uk_UA)(thanks to Ted Mosby)
|
@@ -77,6 +78,12 @@ The multiple files upload is supported by all modern browsers except Internet Ex
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
= V2.10 - 20.03.2012 =
|
81 |
* NEW : Polish language files are added to the plugin.
|
82 |
|
@@ -85,7 +92,7 @@ The multiple files upload is supported by all modern browsers except Internet Ex
|
|
85 |
|
86 |
= V2.08 - 24.02.2012 =
|
87 |
* Change : Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
88 |
-
|
89 |
|
90 |
= V2.07 - 17.02.2012 =
|
91 |
* NEW : Ukrainian language files are added to the plugin.
|
@@ -122,6 +129,12 @@ The multiple files upload is supported by all modern browsers except Internet Ex
|
|
122 |
|
123 |
== Upgrade Notice ==
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
= V2.10 =
|
126 |
Polish language files are added to the plugin.
|
127 |
|
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.12
|
8 |
|
9 |
This plugin allows you to implement gallery page into your web site.
|
10 |
|
30 |
* Dutch (nl_NL) (thanks to <a href="ronald@hostingu.nl">HostingU, Ronald Verheul</a>)
|
31 |
* French (fr_FR) (thanks to Didier)
|
32 |
* Georgian (ka_GE) (thanks to Vako Patashuri)
|
33 |
+
* Italian (it_IT) (thanks to Stefano Ferruggiara)
|
34 |
* Polish (pl_PL) (thanks to Janusz Janczy, Bezcennyczas.pl)
|
35 |
* Russian (ru_RU)
|
36 |
* Ukrainian (uk_UA)(thanks to Ted Mosby)
|
78 |
|
79 |
== Changelog ==
|
80 |
|
81 |
+
= V2.12 - 27.03.2012 =
|
82 |
+
* NEW : Italian language files are added to the plugin.
|
83 |
+
|
84 |
+
= V2.11 - 26.03.2012 =
|
85 |
+
* Bugfix : The bug related with the indication of the menu item on the single page of the gallery was fixed.
|
86 |
+
|
87 |
= V2.10 - 20.03.2012 =
|
88 |
* NEW : Polish language files are added to the plugin.
|
89 |
|
92 |
|
93 |
= V2.08 - 24.02.2012 =
|
94 |
* Change : Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
95 |
+
* Bugfix : The bug with style for image block on admin page was fixed.
|
96 |
|
97 |
= V2.07 - 17.02.2012 =
|
98 |
* NEW : Ukrainian language files are added to the plugin.
|
129 |
|
130 |
== Upgrade Notice ==
|
131 |
|
132 |
+
= V2.12 =
|
133 |
+
Italian language files are added to the plugin.
|
134 |
+
|
135 |
+
= V2.11 =
|
136 |
+
The bug related with the indication of the menu item on the single page of the gallery was fixed.
|
137 |
+
|
138 |
= V2.10 =
|
139 |
Polish language files are added to the plugin.
|
140 |
|