Gallery by BestWebSoft - Version 2.05

Version Description

  • 18.01.2012 =
  • NEW : Added link on setting plugins page.
  • Change : Added revised Georgian language files for plugin.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Gallery by BestWebSoft
Version 2.05
Comparing to
See all releases

Code changes from version 2.04 to 2.05

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.04
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -667,8 +667,39 @@ if( ! function_exists( 'gllr_settings_page' ) ) {
667
  <?php }
668
  }
669
 
670
- register_activation_hook( __FILE__, 'gllr_plugin_install'); // activate plugin
671
- register_uninstall_hook( __FILE__, 'gllr_plugin_uninstall'); // deactivate plugin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672
 
673
  add_action( 'admin_menu', 'add_gllr_admin_menu' );
674
  add_action( 'init', 'gllr_plugin_init' );
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.05
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
667
  <?php }
668
  }
669
 
670
+ if( ! function_exists( 'gllr_register_plugin_links' ) ) {
671
+ function gllr_register_plugin_links($links, $file) {
672
+ $base = plugin_basename(__FILE__);
673
+ if ($file == $base) {
674
+ $links[] = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
675
+ $links[] = '<a href="http://wordpress.org/extend/plugins/gallery-plugin/faq/" target="_blank">' . __( 'FAQ', 'gallery' ) . '</a>';
676
+ $links[] = '<a href="Mailto:plugin@bestwebsoft.com">' . __( 'Support', 'gallery' ) . '</a>';
677
+ }
678
+ return $links;
679
+ }
680
+ }
681
+
682
+ if( ! function_exists( 'gllr_plugin_action_links' ) ) {
683
+ function gllr_plugin_action_links( $links, $file ) {
684
+ //Static so we don't call plugin_basename on every plugin row.
685
+ static $this_plugin;
686
+ if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
687
+
688
+ if ( $file == $this_plugin ){
689
+ $settings_link = '<a href="admin.php?page=gallery-plugin.php">' . __( 'Settings', 'gallery' ) . '</a>';
690
+ array_unshift( $links, $settings_link );
691
+ }
692
+ return $links;
693
+ } // end function gllr_plugin_action_links
694
+ }
695
+
696
+ register_activation_hook( __FILE__, 'gllr_plugin_install' ); // activate plugin
697
+ register_uninstall_hook( __FILE__, 'gllr_plugin_uninstall' ); // deactivate plugin
698
+
699
+ // adds "Settings" link to the plugin action page
700
+ add_filter( 'plugin_action_links', 'gllr_plugin_action_links', 10, 2 );
701
+ //Additional links on the plugin page
702
+ add_filter( 'plugin_row_meta', 'gllr_register_plugin_links', 10, 2 );
703
 
704
  add_action( 'admin_menu', 'add_gllr_admin_menu' );
705
  add_action( 'init', 'gllr_plugin_init' );
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-01-13 18:11+0200\n"
6
- "PO-Revision-Date: 2012-01-13 18:11+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: Wolforg <contact@wolforg.eu>\n"
9
  "MIME-Version: 1.0\n"
@@ -97,6 +97,8 @@ msgid "Read more"
97
  msgstr "Lire plus..."
98
 
99
  #: gallery-plugin.php:526
 
 
100
  msgid "Settings"
101
  msgstr "Paramètres"
102
 
@@ -168,6 +170,14 @@ msgstr "Nombre d'image par ligne"
168
  msgid "Save Changes"
169
  msgstr "Sauvegarder"
170
 
 
 
 
 
 
 
 
 
171
  #: template/gallery-single-template.php:63
172
  msgid "Sorry - nothing to found."
173
  msgstr "Désolé, rien de trouvé"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-18 12:52+0200\n"
6
+ "PO-Revision-Date: 2012-01-18 12:52+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: Wolforg <contact@wolforg.eu>\n"
9
  "MIME-Version: 1.0\n"
97
  msgstr "Lire plus..."
98
 
99
  #: gallery-plugin.php:526
100
+ #: gallery-plugin.php:674
101
+ #: gallery-plugin.php:689
102
  msgid "Settings"
103
  msgstr "Paramètres"
104
 
170
  msgid "Save Changes"
171
  msgstr "Sauvegarder"
172
 
173
+ #: gallery-plugin.php:675
174
+ msgid "FAQ"
175
+ msgstr "FAQ"
176
+
177
+ #: gallery-plugin.php:676
178
+ msgid "Support"
179
+ msgstr "Soutien"
180
+
181
  #: template/gallery-single-template.php:63
182
  msgid "Sorry - nothing to found."
183
  msgstr "Désolé, rien de trouvé"
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-01-11 11:05+0200\n"
6
- "PO-Revision-Date: 2012-01-11 11:05+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"
@@ -97,6 +97,8 @@ msgid "Read more"
97
  msgstr "სრულად ნახვა"
98
 
99
  #: gallery-plugin.php:526
 
 
100
  msgid "Settings"
101
  msgstr "პარამეტრები"
102
 
@@ -131,34 +133,34 @@ msgstr "პარამეტრები შენახულია"
131
 
132
  #: gallery-plugin.php:630
133
  msgid "Gallery Options"
134
- msgstr "გალერეას პარამეტრები"
135
 
136
  #: gallery-plugin.php:636
137
  msgid "The size of the cover album for gallery"
138
- msgstr "ალბომის ყდის ზომა გალერეასთვის"
139
 
140
  #: gallery-plugin.php:638
141
  #: gallery-plugin.php:646
142
  msgid "Image size name"
143
- msgstr "სურათის ზომის სახელი"
144
 
145
  #: gallery-plugin.php:639
146
  #: gallery-plugin.php:647
147
  msgid "Width (in px)"
148
- msgstr "სიგანე (პიქსელებში)"
149
 
150
  #: gallery-plugin.php:640
151
  #: gallery-plugin.php:648
152
  msgid "Height (in px)"
153
- msgstr "სიმაღლე (პიქსელებში)"
154
 
155
  #: gallery-plugin.php:644
156
  msgid "Size for gallery image"
157
- msgstr "ზომა გალერეას სურათისთვის"
158
 
159
  #: gallery-plugin.php:652
160
  msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
161
- msgstr "WordPress შექმნის ახალ მინიატურას მოცემულ ზომებში როდესაც შენ ატვირთავ ახალ სურათს."
162
 
163
  #: gallery-plugin.php:655
164
  msgid "Count images in row"
@@ -168,6 +170,14 @@ msgstr "სურათების რაოდენობა მწკრი
168
  msgid "Save Changes"
169
  msgstr "ცვლილებების შენახვა"
170
 
 
 
 
 
 
 
 
 
171
  #: template/gallery-single-template.php:63
172
  msgid "Sorry - nothing to found."
173
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-18 12:52+0200\n"
6
+ "PO-Revision-Date: 2012-01-18 12:52+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"
97
  msgstr "სრულად ნახვა"
98
 
99
  #: gallery-plugin.php:526
100
+ #: gallery-plugin.php:674
101
+ #: gallery-plugin.php:689
102
  msgid "Settings"
103
  msgstr "პარამეტრები"
104
 
133
 
134
  #: gallery-plugin.php:630
135
  msgid "Gallery Options"
136
+ msgstr "გალერეის პარამეტრები"
137
 
138
  #: gallery-plugin.php:636
139
  msgid "The size of the cover album for gallery"
140
+ msgstr "ალბომის ყდის ზომა გალერეისთვის"
141
 
142
  #: gallery-plugin.php:638
143
  #: gallery-plugin.php:646
144
  msgid "Image size name"
145
+ msgstr "ზომის სახელი"
146
 
147
  #: gallery-plugin.php:639
148
  #: gallery-plugin.php:647
149
  msgid "Width (in px)"
150
+ msgstr "სიგანე(პიქსელებში)"
151
 
152
  #: gallery-plugin.php:640
153
  #: gallery-plugin.php:648
154
  msgid "Height (in px)"
155
+ msgstr "სიმაღლე(პიქსელებში)"
156
 
157
  #: gallery-plugin.php:644
158
  msgid "Size for gallery image"
159
+ msgstr "ზომა გალერეის სურათისთვის"
160
 
161
  #: gallery-plugin.php:652
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:655
166
  msgid "Count images in row"
170
  msgid "Save Changes"
171
  msgstr "ცვლილებების შენახვა"
172
 
173
+ #: gallery-plugin.php:675
174
+ msgid "FAQ"
175
+ msgstr "FAQ"
176
+
177
+ #: gallery-plugin.php:676
178
+ msgid "Support"
179
+ msgstr "Support"
180
+
181
  #: template/gallery-single-template.php:63
182
  msgid "Sorry - nothing to found."
183
  msgstr "მაპატიეთ - არაფერია ნაპოვნი."
languages/gallery-nl_NL.mo CHANGED
Binary file
languages/gallery-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-01-03 18:39+0200\n"
6
- "PO-Revision-Date: 2012-01-03 18:39+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -16,158 +16,168 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:62
20
- #: gallery-plugin.php:72
21
  msgid "Galleries"
22
  msgstr "Fotoalbum's"
23
 
24
- #: gallery-plugin.php:63
25
- #: gallery-plugin.php:553
26
  msgid "Gallery"
27
  msgstr "Fotoalbum"
28
 
29
- #: gallery-plugin.php:64
30
  msgid "Add New"
31
  msgstr "Nieuw fotoalbum"
32
 
33
- #: gallery-plugin.php:65
34
  msgid "Add New Gallery"
35
  msgstr "Nieuw fotoalbum"
36
 
37
- #: gallery-plugin.php:66
38
  msgid "Edit Gallery"
39
  msgstr "Fotoalbum bewerken"
40
 
41
- #: gallery-plugin.php:67
42
  msgid "New Gallery"
43
  msgstr "Nieuwe foto"
44
 
45
- #: gallery-plugin.php:68
46
  msgid "View Gallery"
47
  msgstr "Foto bekijken"
48
 
49
- #: gallery-plugin.php:69
50
  msgid "Search Galleries"
51
  msgstr "Zoeken"
52
 
53
- #: gallery-plugin.php:70
54
  msgid "No Galleries found"
55
  msgstr "Niets gevonden"
56
 
57
- #: gallery-plugin.php:119
58
  msgid "Upload File"
59
  msgstr "Foto's uploaden"
60
 
61
- #: gallery-plugin.php:130
62
  msgid "Choose a screenshot to upload:"
63
  msgstr "Foto's uploaden: "
64
 
65
- #: gallery-plugin.php:134
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:321
70
  msgid "Title"
71
  msgstr "Titel"
72
 
73
- #: gallery-plugin.php:322
74
  msgid "Author"
75
  msgstr "Auteur"
76
 
77
- #: gallery-plugin.php:323
78
  msgid "Photo's"
79
  msgstr "Foto's"
80
 
81
- #: gallery-plugin.php:324
82
  msgid "Public"
83
  msgstr "Gepubliceerd"
84
 
85
- #: gallery-plugin.php:325
86
  msgid "Date"
87
  msgstr "Datum"
88
 
89
- #: gallery-plugin.php:522
90
  msgid "Activated plugins"
91
  msgstr ""
92
 
93
- #: gallery-plugin.php:524
94
- #: gallery-plugin.php:532
95
- #: gallery-plugin.php:540
96
  msgid "Read more"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:524
 
 
100
  msgid "Settings"
101
  msgstr ""
102
 
103
- #: gallery-plugin.php:530
104
  msgid "Installed plugins"
105
  msgstr ""
106
 
107
- #: gallery-plugin.php:538
108
  msgid "Recommended plugins"
109
  msgstr ""
110
 
111
- #: gallery-plugin.php:540
112
  msgid "Download"
113
  msgstr ""
114
 
115
- #: gallery-plugin.php:540
116
  #, php-format
117
  msgid "Install %s"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:540
121
  msgid "Install now from wordpress.org"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:542
125
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
126
  msgstr ""
127
 
128
- #: gallery-plugin.php:621
129
  msgid "Options saved."
130
  msgstr ""
131
 
132
- #: gallery-plugin.php:628
133
  msgid "Gallery Options"
134
  msgstr "Fotoalbum's"
135
 
136
- #: gallery-plugin.php:634
137
  msgid "The size of the cover album for gallery"
138
  msgstr ""
139
 
140
- #: gallery-plugin.php:636
141
- #: gallery-plugin.php:644
142
  msgid "Image size name"
143
  msgstr ""
144
 
145
- #: gallery-plugin.php:637
146
- #: gallery-plugin.php:645
147
  msgid "Width (in px)"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:638
151
- #: gallery-plugin.php:646
152
  msgid "Height (in px)"
153
  msgstr ""
154
 
155
- #: gallery-plugin.php:642
156
  msgid "Size for gallery image"
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:650
160
  msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
161
  msgstr ""
162
 
163
- #: gallery-plugin.php:653
164
  msgid "Count images in row"
165
  msgstr ""
166
 
167
- #: gallery-plugin.php:661
168
  msgid "Save Changes"
169
  msgstr ""
170
 
 
 
 
 
 
 
 
 
171
  #: template/gallery-single-template.php:63
172
  msgid "Sorry - nothing to found."
173
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-18 12:44+0200\n"
6
+ "PO-Revision-Date: 2012-01-18 12:44+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:63
20
+ #: gallery-plugin.php:73
21
  msgid "Galleries"
22
  msgstr "Fotoalbum's"
23
 
24
+ #: gallery-plugin.php:64
25
+ #: gallery-plugin.php:555
26
  msgid "Gallery"
27
  msgstr "Fotoalbum"
28
 
29
+ #: gallery-plugin.php:65
30
  msgid "Add New"
31
  msgstr "Nieuw fotoalbum"
32
 
33
+ #: gallery-plugin.php:66
34
  msgid "Add New Gallery"
35
  msgstr "Nieuw fotoalbum"
36
 
37
+ #: gallery-plugin.php:67
38
  msgid "Edit Gallery"
39
  msgstr "Fotoalbum bewerken"
40
 
41
+ #: gallery-plugin.php:68
42
  msgid "New Gallery"
43
  msgstr "Nieuwe foto"
44
 
45
+ #: gallery-plugin.php:69
46
  msgid "View Gallery"
47
  msgstr "Foto bekijken"
48
 
49
+ #: gallery-plugin.php:70
50
  msgid "Search Galleries"
51
  msgstr "Zoeken"
52
 
53
+ #: gallery-plugin.php:71
54
  msgid "No Galleries found"
55
  msgstr "Niets gevonden"
56
 
57
+ #: gallery-plugin.php:120
58
  msgid "Upload File"
59
  msgstr "Foto's uploaden"
60
 
61
+ #: gallery-plugin.php:131
62
  msgid "Choose a screenshot to upload:"
63
  msgstr "Foto's uploaden: "
64
 
65
+ #: gallery-plugin.php:135
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:323
70
  msgid "Title"
71
  msgstr "Titel"
72
 
73
+ #: gallery-plugin.php:324
74
  msgid "Author"
75
  msgstr "Auteur"
76
 
77
+ #: gallery-plugin.php:325
78
  msgid "Photo's"
79
  msgstr "Foto's"
80
 
81
+ #: gallery-plugin.php:326
82
  msgid "Public"
83
  msgstr "Gepubliceerd"
84
 
85
+ #: gallery-plugin.php:327
86
  msgid "Date"
87
  msgstr "Datum"
88
 
89
+ #: gallery-plugin.php:524
90
  msgid "Activated plugins"
91
  msgstr ""
92
 
93
+ #: gallery-plugin.php:526
94
+ #: gallery-plugin.php:534
95
+ #: gallery-plugin.php:542
96
  msgid "Read more"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:526
100
+ #: gallery-plugin.php:674
101
+ #: gallery-plugin.php:689
102
  msgid "Settings"
103
  msgstr ""
104
 
105
+ #: gallery-plugin.php:532
106
  msgid "Installed plugins"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:540
110
  msgid "Recommended plugins"
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:542
114
  msgid "Download"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:542
118
  #, php-format
119
  msgid "Install %s"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:542
123
  msgid "Install now from wordpress.org"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:544
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 ""
129
 
130
+ #: gallery-plugin.php:623
131
  msgid "Options saved."
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:630
135
  msgid "Gallery Options"
136
  msgstr "Fotoalbum's"
137
 
138
+ #: gallery-plugin.php:636
139
  msgid "The size of the cover album for gallery"
140
  msgstr ""
141
 
142
+ #: gallery-plugin.php:638
143
+ #: gallery-plugin.php:646
144
  msgid "Image size name"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:639
148
+ #: gallery-plugin.php:647
149
  msgid "Width (in px)"
150
  msgstr ""
151
 
152
+ #: gallery-plugin.php:640
153
+ #: gallery-plugin.php:648
154
  msgid "Height (in px)"
155
  msgstr ""
156
 
157
+ #: gallery-plugin.php:644
158
  msgid "Size for gallery image"
159
  msgstr ""
160
 
161
+ #: gallery-plugin.php:652
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:655
166
  msgid "Count images in row"
167
  msgstr ""
168
 
169
+ #: gallery-plugin.php:663
170
  msgid "Save Changes"
171
  msgstr ""
172
 
173
+ #: gallery-plugin.php:675
174
+ msgid "FAQ"
175
+ msgstr ""
176
+
177
+ #: gallery-plugin.php:676
178
+ msgid "Support"
179
+ msgstr ""
180
+
181
  #: template/gallery-single-template.php:63
182
  msgid "Sorry - nothing to found."
183
  msgstr ""
languages/gallery-ru_RU.mo CHANGED
Binary file
languages/gallery-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-01-03 18:36+0200\n"
6
- "PO-Revision-Date: 2012-01-03 18:38+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -16,158 +16,168 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:62
20
- #: gallery-plugin.php:72
21
  msgid "Galleries"
22
  msgstr "Галереи"
23
 
24
- #: gallery-plugin.php:63
25
- #: gallery-plugin.php:553
26
  msgid "Gallery"
27
  msgstr "Галерея"
28
 
29
- #: gallery-plugin.php:64
30
  msgid "Add New"
31
  msgstr "Добавить галерею"
32
 
33
- #: gallery-plugin.php:65
34
  msgid "Add New Gallery"
35
  msgstr "добавить новую галерею"
36
 
37
- #: gallery-plugin.php:66
38
  msgid "Edit Gallery"
39
  msgstr "Редактировать галерею"
40
 
41
- #: gallery-plugin.php:67
42
  msgid "New Gallery"
43
  msgstr "Новая галерея"
44
 
45
- #: gallery-plugin.php:68
46
  msgid "View Gallery"
47
  msgstr "Просмотреть галерею"
48
 
49
- #: gallery-plugin.php:69
50
  msgid "Search Galleries"
51
  msgstr "Поиск галереи"
52
 
53
- #: gallery-plugin.php:70
54
  msgid "No Galleries found"
55
  msgstr "Ни одной галереи не найдено"
56
 
57
- #: gallery-plugin.php:119
58
  msgid "Upload File"
59
  msgstr "Загрузить файлы"
60
 
61
- #: gallery-plugin.php:130
62
  msgid "Choose a screenshot to upload:"
63
  msgstr "Выбрать файлы для загрузки: "
64
 
65
- #: gallery-plugin.php:134
66
  msgid "Please enable JavaScript to use the file uploader."
67
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
68
 
69
- #: gallery-plugin.php:321
70
  msgid "Title"
71
  msgstr "Название"
72
 
73
- #: gallery-plugin.php:322
74
  msgid "Author"
75
  msgstr "Автор"
76
 
77
- #: gallery-plugin.php:323
78
  msgid "Photo's"
79
  msgstr "Фото"
80
 
81
- #: gallery-plugin.php:324
82
  msgid "Public"
83
  msgstr "Опубликование"
84
 
85
- #: gallery-plugin.php:325
86
  msgid "Date"
87
  msgstr "Дата"
88
 
89
- #: gallery-plugin.php:522
90
  msgid "Activated plugins"
91
  msgstr "Активированные плагины"
92
 
93
- #: gallery-plugin.php:524
94
- #: gallery-plugin.php:532
95
- #: gallery-plugin.php:540
96
  msgid "Read more"
97
  msgstr "Подробнее..."
98
 
99
- #: gallery-plugin.php:524
 
 
100
  msgid "Settings"
101
  msgstr "Настройки"
102
 
103
- #: gallery-plugin.php:530
104
  msgid "Installed plugins"
105
  msgstr "Установленные плагины"
106
 
107
- #: gallery-plugin.php:538
108
  msgid "Recommended plugins"
109
  msgstr "Рекомендованные к установке плагины"
110
 
111
- #: gallery-plugin.php:540
112
  msgid "Download"
113
  msgstr "Скачать"
114
 
115
- #: gallery-plugin.php:540
116
  #, php-format
117
  msgid "Install %s"
118
  msgstr "Установлено %s"
119
 
120
- #: gallery-plugin.php:540
121
  msgid "Install now from wordpress.org"
122
  msgstr "Установить с wordpress.org"
123
 
124
- #: gallery-plugin.php:542
125
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
126
  msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
127
 
128
- #: gallery-plugin.php:621
129
  msgid "Options saved."
130
  msgstr "Опции сохранены"
131
 
132
- #: gallery-plugin.php:628
133
  msgid "Gallery Options"
134
  msgstr "Настройки Галереи"
135
 
136
- #: gallery-plugin.php:634
137
  msgid "The size of the cover album for gallery"
138
  msgstr "Размер изображения для обложки альбома галереи"
139
 
140
- #: gallery-plugin.php:636
141
- #: gallery-plugin.php:644
142
  msgid "Image size name"
143
  msgstr "Название размера изображение"
144
 
145
- #: gallery-plugin.php:637
146
- #: gallery-plugin.php:645
147
  msgid "Width (in px)"
148
  msgstr "Ширина (в px)"
149
 
150
- #: gallery-plugin.php:638
151
- #: gallery-plugin.php:646
152
  msgid "Height (in px)"
153
  msgstr "Высота (в px)"
154
 
155
- #: gallery-plugin.php:642
156
  msgid "Size for gallery image"
157
  msgstr "Размер изображений Галереи"
158
 
159
- #: gallery-plugin.php:650
160
  msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
161
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
162
 
163
- #: gallery-plugin.php:653
164
  msgid "Count images in row"
165
  msgstr "Количество изображений в строке"
166
 
167
- #: gallery-plugin.php:661
168
  msgid "Save Changes"
169
  msgstr ""
170
 
 
 
 
 
 
 
 
 
171
  #: template/gallery-single-template.php:63
172
  msgid "Sorry - nothing to found."
173
  msgstr "Извините, ничего не найдено."
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-18 12:52+0200\n"
6
+ "PO-Revision-Date: 2012-01-18 12:52+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:63
20
+ #: gallery-plugin.php:73
21
  msgid "Galleries"
22
  msgstr "Галереи"
23
 
24
+ #: gallery-plugin.php:64
25
+ #: gallery-plugin.php:555
26
  msgid "Gallery"
27
  msgstr "Галерея"
28
 
29
+ #: gallery-plugin.php:65
30
  msgid "Add New"
31
  msgstr "Добавить галерею"
32
 
33
+ #: gallery-plugin.php:66
34
  msgid "Add New Gallery"
35
  msgstr "добавить новую галерею"
36
 
37
+ #: gallery-plugin.php:67
38
  msgid "Edit Gallery"
39
  msgstr "Редактировать галерею"
40
 
41
+ #: gallery-plugin.php:68
42
  msgid "New Gallery"
43
  msgstr "Новая галерея"
44
 
45
+ #: gallery-plugin.php:69
46
  msgid "View Gallery"
47
  msgstr "Просмотреть галерею"
48
 
49
+ #: gallery-plugin.php:70
50
  msgid "Search Galleries"
51
  msgstr "Поиск галереи"
52
 
53
+ #: gallery-plugin.php:71
54
  msgid "No Galleries found"
55
  msgstr "Ни одной галереи не найдено"
56
 
57
+ #: gallery-plugin.php:120
58
  msgid "Upload File"
59
  msgstr "Загрузить файлы"
60
 
61
+ #: gallery-plugin.php:131
62
  msgid "Choose a screenshot to upload:"
63
  msgstr "Выбрать файлы для загрузки: "
64
 
65
+ #: gallery-plugin.php:135
66
  msgid "Please enable JavaScript to use the file uploader."
67
  msgstr "Пожалуйста, включите javascript для использования загрузчика файлов."
68
 
69
+ #: gallery-plugin.php:323
70
  msgid "Title"
71
  msgstr "Название"
72
 
73
+ #: gallery-plugin.php:324
74
  msgid "Author"
75
  msgstr "Автор"
76
 
77
+ #: gallery-plugin.php:325
78
  msgid "Photo's"
79
  msgstr "Фото"
80
 
81
+ #: gallery-plugin.php:326
82
  msgid "Public"
83
  msgstr "Опубликование"
84
 
85
+ #: gallery-plugin.php:327
86
  msgid "Date"
87
  msgstr "Дата"
88
 
89
+ #: gallery-plugin.php:524
90
  msgid "Activated plugins"
91
  msgstr "Активированные плагины"
92
 
93
+ #: gallery-plugin.php:526
94
+ #: gallery-plugin.php:534
95
+ #: gallery-plugin.php:542
96
  msgid "Read more"
97
  msgstr "Подробнее..."
98
 
99
+ #: gallery-plugin.php:526
100
+ #: gallery-plugin.php:674
101
+ #: gallery-plugin.php:689
102
  msgid "Settings"
103
  msgstr "Настройки"
104
 
105
+ #: gallery-plugin.php:532
106
  msgid "Installed plugins"
107
  msgstr "Установленные плагины"
108
 
109
+ #: gallery-plugin.php:540
110
  msgid "Recommended plugins"
111
  msgstr "Рекомендованные к установке плагины"
112
 
113
+ #: gallery-plugin.php:542
114
  msgid "Download"
115
  msgstr "Скачать"
116
 
117
+ #: gallery-plugin.php:542
118
  #, php-format
119
  msgid "Install %s"
120
  msgstr "Установлено %s"
121
 
122
+ #: gallery-plugin.php:542
123
  msgid "Install now from wordpress.org"
124
  msgstr "Установить с wordpress.org"
125
 
126
+ #: gallery-plugin.php:544
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:623
131
  msgid "Options saved."
132
  msgstr "Опции сохранены"
133
 
134
+ #: gallery-plugin.php:630
135
  msgid "Gallery Options"
136
  msgstr "Настройки Галереи"
137
 
138
+ #: gallery-plugin.php:636
139
  msgid "The size of the cover album for gallery"
140
  msgstr "Размер изображения для обложки альбома галереи"
141
 
142
+ #: gallery-plugin.php:638
143
+ #: gallery-plugin.php:646
144
  msgid "Image size name"
145
  msgstr "Название размера изображение"
146
 
147
+ #: gallery-plugin.php:639
148
+ #: gallery-plugin.php:647
149
  msgid "Width (in px)"
150
  msgstr "Ширина (в px)"
151
 
152
+ #: gallery-plugin.php:640
153
+ #: gallery-plugin.php:648
154
  msgid "Height (in px)"
155
  msgstr "Высота (в px)"
156
 
157
+ #: gallery-plugin.php:644
158
  msgid "Size for gallery image"
159
  msgstr "Размер изображений Галереи"
160
 
161
+ #: gallery-plugin.php:652
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:655
166
  msgid "Count images in row"
167
  msgstr "Количество изображений в строке"
168
 
169
+ #: gallery-plugin.php:663
170
  msgid "Save Changes"
171
  msgstr ""
172
 
173
+ #: gallery-plugin.php:675
174
+ msgid "FAQ"
175
+ msgstr "FAQ"
176
+
177
+ #: gallery-plugin.php:676
178
+ msgid "Support"
179
+ msgstr "Поддержка"
180
+
181
  #: template/gallery-single-template.php:63
182
  msgid "Sorry - nothing to found."
183
  msgstr "Извините, ничего не найдено."
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bestwebsoft.com/
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum
5
  Requires at least: 3.0
6
  Tested up to: 3.3
7
- Stable tag: 2.04
8
 
9
  This plugin allows you to implement gallery page into web site.
10
 
@@ -75,6 +75,10 @@ The multiple files upload is supported by all modern browsers except Internet Ex
75
 
76
  == Changelog ==
77
 
 
 
 
 
78
  = V2.04 - 13.01.2012 =
79
  * NEW : Added French language files for plugin.
80
 
@@ -99,6 +103,9 @@ The multiple files upload is supported by all modern browsers except Internet Ex
99
 
100
  == Upgrade Notice ==
101
 
 
 
 
102
  = V2.04 =
103
  Added French language files for plugin.
104
 
4
  Tags: gallery, image, gallery image, album, foto, fotoalbum
5
  Requires at least: 3.0
6
  Tested up to: 3.3
7
+ Stable tag: 2.05
8
 
9
  This plugin allows you to implement gallery page into web site.
10
 
75
 
76
  == Changelog ==
77
 
78
+ = V2.05 - 18.01.2012 =
79
+ * NEW : Added link on setting plugins page.
80
+ * Change : Added revised Georgian language files for plugin.
81
+
82
  = V2.04 - 13.01.2012 =
83
  * NEW : Added French language files for plugin.
84
 
103
 
104
  == Upgrade Notice ==
105
 
106
+ = V2.05 =
107
+ Added link on setting plugins page. Added revised Georgian language files for plugin.
108
+
109
  = V2.04 =
110
  Added French language files for plugin.
111
 
template/gallery-single-template.php CHANGED
@@ -67,9 +67,9 @@
67
  </div>
68
  <?php get_sidebar(); ?>
69
  <script type="text/javascript">
70
- var $j = jQuery.noConflict();
71
- $j(document).ready(function(){
72
- $j("a[rel^='prettyPhoto']").prettyPhoto({theme: 'dark_square'});
73
  });
74
  </script>
75
  <?php get_footer(); ?>
67
  </div>
68
  <?php get_sidebar(); ?>
69
  <script type="text/javascript">
70
+ var jQuery = jQuery.noConflict();
71
+ jQuery(document).ready(function(){
72
+ jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme: 'dark_square'});
73
  });
74
  </script>
75
  <?php get_footer(); ?>