Document Gallery - Version 3.0.1

Version Description

Download this release

Release Info

Developer dan.rossiter
Plugin Icon 128x128 Document Gallery
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0 to 3.0.1

Files changed (3) hide show
  1. README.txt +1 -1
  2. document-gallery.php +2 -2
  3. languages/document-gallery.pot +127 -114
README.txt CHANGED
@@ -4,7 +4,7 @@ Tags: attachments, thumbnail, documents, gallery, MS office, pdf
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EE5LWRLG933EN&lc=US&item_name=Document%20Gallery%20Plugin&item_number=document%2dgallery&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
5
  Requires at least: 3.6
6
  Tested up to: 4.1.1
7
- Stable tag: 3.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EE5LWRLG933EN&lc=US&item_name=Document%20Gallery%20Plugin&item_number=document%2dgallery&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
5
  Requires at least: 3.6
6
  Tested up to: 4.1.1
7
+ Stable tag: 3.0.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
document-gallery.php CHANGED
@@ -5,14 +5,14 @@ defined('WPINC') OR exit;
5
  Plugin Name: Document Gallery
6
  Plugin URI: http://wordpress.org/extend/plugins/document-gallery/
7
  Description: Display non-images (and images) in gallery format on a page or post with the [dg] shortcode.
8
- Version: 3.0
9
  Author: Dan Rossiter
10
  Author URI: http://danrossiter.org/
11
  License: GPLv2
12
  Text Domain: document-gallery
13
  */
14
 
15
- define('DG_VERSION', '3.0');
16
 
17
  // define helper paths & URLs
18
  define('DG_BASENAME', plugin_basename(__FILE__));
5
  Plugin Name: Document Gallery
6
  Plugin URI: http://wordpress.org/extend/plugins/document-gallery/
7
  Description: Display non-images (and images) in gallery format on a page or post with the [dg] shortcode.
8
+ Version: 3.0.1
9
  Author: Dan Rossiter
10
  Author URI: http://danrossiter.org/
11
  License: GPLv2
12
  Text Domain: document-gallery
13
  */
14
 
15
+ define('DG_VERSION', '3.0.1');
16
 
17
  // define helper paths & URLs
18
  define('DG_BASENAME', plugin_basename(__FILE__));
languages/document-gallery.pot CHANGED
@@ -1,14 +1,14 @@
1
- # Copyright (C) 2014 Document Gallery
2
  # This file is distributed under the same license as the Document Gallery package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Document Gallery 2.3.1\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/document-gallery\n"
7
- "POT-Creation-Date: 2014-12-14 19:30:14+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
@@ -20,7 +20,7 @@ msgstr ""
20
  msgid "Thumbnail Management"
21
  msgstr ""
22
 
23
- #: admin/class-admin.php:32 admin/class-admin.php:932
24
  msgid "Logging"
25
  msgstr ""
26
 
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Advanced"
29
  msgstr ""
30
 
31
- #: admin/class-admin.php:44 admin/class-admin.php:82
32
  msgid "Document Gallery Settings"
33
  msgstr ""
34
 
@@ -36,330 +36,347 @@ msgstr ""
36
  msgid "Settings"
37
  msgstr ""
38
 
39
- #. #-#-#-#-# plugin.pot (Document Gallery 2.3.1) #-#-#-#-#
 
 
 
 
40
  #. Plugin Name of the plugin/theme
41
- #: admin/class-admin.php:83
42
  msgid "Document Gallery"
43
  msgstr ""
44
 
45
- #: admin/class-admin.php:128
46
  msgid "Default Settings"
47
  msgstr ""
48
 
49
- #: admin/class-admin.php:132
50
  msgid "Thumbnail Generation"
51
  msgstr ""
52
 
53
- #: admin/class-admin.php:136
54
  msgid "Custom CSS"
55
  msgstr ""
56
 
57
- #: admin/class-admin.php:148
58
  msgid "Link to attachment page rather than to file"
59
  msgstr ""
60
 
61
- #: admin/class-admin.php:160
62
- msgid "Include document descriptions"
63
  msgstr ""
64
 
65
- #: admin/class-admin.php:172
66
- msgid "Use auto-generated document thumbnails"
67
- msgstr ""
68
-
69
- #: admin/class-admin.php:184
70
- msgid "Include image attachments in gallery"
71
  msgstr ""
72
 
73
- #: admin/class-admin.php:196
74
- msgid "Only look for attachments in post where [dg] is used"
75
  msgstr ""
76
 
77
- #: admin/class-admin.php:209
78
  msgid "Ascending or descending sorting of documents"
79
  msgstr ""
80
 
81
- #: admin/class-admin.php:222
82
  msgid "Which field to order documents by"
83
  msgstr ""
84
 
85
- #: admin/class-admin.php:235
86
  msgid ""
87
  "Whether matched documents must have all taxa_names (AND) or at least one (OR)"
88
  msgstr ""
89
 
90
- #: admin/class-admin.php:248
91
  msgid "Limit the number of documents included. -1 means no limit."
92
  msgstr ""
93
 
94
- #: admin/class-admin.php:260
 
 
 
 
 
 
95
  msgid "Which post status to look for when querying documents."
96
  msgstr ""
97
 
98
- #: admin/class-admin.php:273
99
  msgid "Which post type to look for when querying documents."
100
  msgstr ""
101
 
102
- #: admin/class-admin.php:285
103
  msgid "Locally generate thumbnails for audio & video files."
104
  msgstr ""
105
 
106
- #: admin/class-admin.php:298
107
  msgid ""
108
  "Use <a href=\"http://www.ghostscript.com/\" target=\"_blank\">Ghostscript</"
109
  "a> for faster local PDF processing (compared to Imagick)."
110
  msgstr ""
111
 
112
- #: admin/class-admin.php:299
113
  msgid ""
114
  "Your server is not configured to run <a href=\"http://www.ghostscript.com/\" "
115
  "target=\"_blank\">Ghostscript</a>."
116
  msgstr ""
117
 
118
- #: admin/class-admin.php:313
119
  msgid ""
120
  "Use <a href=\"http://www.php.net/manual/en/book.imagick.php\" target=\"_blank"
121
  "\">Imagick</a> to handle lots of filetypes locally."
122
  msgstr ""
123
 
124
- #: admin/class-admin.php:314
125
  msgid ""
126
  "Your server is not configured to run <a href=\"http://www.php.net/manual/en/"
127
  "book.imagick.php\" target=\"_blank\">Imagick</a>."
128
  msgstr ""
129
 
130
- #: admin/class-admin.php:328
131
- msgid ""
132
- "Use <a href=\"https://drive.google.com/viewer\" target=\"_blank\">Google "
133
- "Drive Viewer</a> to generate thumbnails for MS Office files and many other "
134
- "file types remotely."
135
- msgstr ""
136
-
137
- #: admin/class-admin.php:329
138
- msgid "Your server does not allow remote HTTP access."
139
- msgstr ""
140
-
141
- #: admin/class-admin.php:351
142
  msgid "The max width and height (in pixels) that thumbnails will be generated."
143
  msgstr ""
144
 
145
- #: admin/class-admin.php:380
146
  msgid "Advanced Thumbnail Generation"
147
  msgstr ""
148
 
149
- #: admin/class-admin.php:392
150
  msgid "Whether to log debug and error information related to Document Gallery."
151
  msgstr ""
152
 
153
- #: admin/class-admin.php:404
154
  msgid ""
155
  "Whether option structure should be validated before save. This is not "
156
  "generally necessary."
157
  msgstr ""
158
 
159
- #: admin/class-admin.php:417
160
  msgid ""
161
  "Max number of seconds to wait for thumbnail generation before defaulting to "
162
  "filetype icons."
163
  msgstr ""
164
 
165
- #: admin/class-admin.php:418
166
  msgid ""
167
  "Note that generation will continue where timeout happened next time the "
168
  "gallery is loaded."
169
  msgstr ""
170
 
171
- #: admin/class-admin.php:430
172
  msgid "Successfully auto-detected the location of Ghostscript."
173
  msgstr ""
174
 
175
- #: admin/class-admin.php:431
176
  msgid "Failed to auto-detect the location of Ghostscript."
177
  msgstr ""
178
 
179
- #: admin/class-admin.php:435
180
  msgid "Options Array Dump"
181
  msgstr ""
182
 
183
- #: admin/class-admin.php:482
184
  msgid "Invalid width given: "
185
  msgstr ""
186
 
187
- #: admin/class-admin.php:495
188
  msgid "Invalid height given: "
189
  msgstr ""
190
 
191
- #: admin/class-admin.php:600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  msgid "Invalid Ghostscript path given: "
193
  msgstr ""
194
 
195
- #: admin/class-admin.php:611
196
  msgid "Invalid timeout given: "
197
  msgstr ""
198
 
199
- #: admin/class-admin.php:642
200
  msgid ""
201
  "The following values will be used by default in the shortcode. You can still "
202
  "manually set each of these values in each individual shortcode."
203
  msgstr ""
204
 
205
- #: admin/class-admin.php:649
206
  msgid "Select which tools to use when generating thumbnails."
207
  msgstr ""
208
 
209
- #: admin/class-admin.php:658
210
  msgid ""
211
  "Enter custom CSS styling for use with document galleries. To see which ids "
212
  "and classes you can style, take a look at <a href=\"%s\" target=\"_blank"
213
  "\">style.css</a>."
214
  msgstr ""
215
 
216
- #: admin/class-admin.php:676
217
  msgid ""
218
  "Unless you <em>really</em> know what you're doing, you should not touch "
219
  "these values."
220
  msgstr ""
221
 
222
- #: admin/class-admin.php:679
223
  msgid ""
224
  "NOTE: <code>exec()</code> is not accessible. Ghostscript will not function."
225
  msgstr ""
226
 
227
- #: admin/class-admin.php:690
228
  msgid ""
229
  "The following <em>readonly text</em> should be provided when <a href="
230
  "\"http://wordpress.org/support/plugin/document-gallery\" target=\"_blank"
231
  "\">reporting a bug</a>:"
232
  msgstr ""
233
 
234
- #: admin/class-admin.php:791
235
  msgid "Select All"
236
  msgstr ""
237
 
238
- #: admin/class-admin.php:794
239
  msgid "Thumbnail"
240
  msgstr ""
241
 
242
- #: admin/class-admin.php:795
243
  msgid "File name"
244
  msgstr ""
245
 
246
- #: admin/class-admin.php:796 admin/class-admin.php:868
 
 
 
 
247
  msgid "Date"
248
  msgstr ""
249
 
250
- #: admin/class-admin.php:799
251
  msgid "Delete Selected"
252
  msgstr ""
253
 
254
- #: admin/class-admin.php:801
255
  msgid "item"
256
  msgid_plural "items"
257
  msgstr[0] ""
258
  msgstr[1] ""
259
 
260
- #: admin/class-admin.php:804
261
  msgid "Go to the first page"
262
  msgstr ""
263
 
264
- #: admin/class-admin.php:805
265
  msgid "Go to the previous page"
266
  msgstr ""
267
 
268
- #: admin/class-admin.php:807
269
  msgid "Current page"
270
  msgstr ""
271
 
272
- #: admin/class-admin.php:807
273
  msgid "of"
274
  msgstr ""
275
 
276
- #: admin/class-admin.php:808
277
  msgid "Go to the next page"
278
  msgstr ""
279
 
280
- #: admin/class-admin.php:809
281
  msgid "Go to the last page"
282
  msgstr ""
283
 
284
- #: admin/class-admin.php:811
285
  msgid "items per page"
286
  msgstr ""
287
 
288
- #: admin/class-admin.php:849
289
  msgid "View"
290
  msgstr ""
291
 
292
- #: admin/class-admin.php:850
293
  msgid "attachment page"
294
  msgstr ""
295
 
296
- #: admin/class-admin.php:850
297
  msgid "Attachment not found"
298
  msgstr ""
299
 
300
- #: admin/class-admin.php:869
 
 
 
 
301
  msgid "Level"
302
  msgstr ""
303
 
304
- #: admin/class-admin.php:870
305
  msgid "Message"
306
  msgstr ""
307
 
308
- #: admin/class-admin.php:879
309
  msgid "Expand All"
310
  msgstr ""
311
 
312
- #: admin/class-admin.php:882
313
  msgid "Collapse All"
314
  msgstr ""
315
 
316
- #: admin/class-admin.php:925
317
  msgid "Clear Log"
318
  msgstr ""
319
 
320
- #: admin/class-admin.php:932
321
  msgid "There are no log entries at this time."
322
  msgstr ""
323
 
324
- #: admin/class-admin.php:932
325
  msgid "For Your information:"
326
  msgstr ""
327
 
328
- #: admin/class-admin.php:932
329
  msgid "is turned ON"
330
  msgstr ""
331
 
332
- #: admin/class-admin.php:932
333
  msgid "is turned OFF"
334
  msgstr ""
335
 
336
- #: inc/class-gallery.php:83
337
  msgid "Generated using Document Gallery. Get yours here: "
338
  msgstr ""
339
 
340
- #: inc/class-gallery.php:85
341
  msgid "No attachments to display. How boring! :("
342
  msgstr ""
343
 
344
- #: inc/class-gallery.php:86
345
  msgid "The %s value entered, \"%s\", is not valid."
346
  msgstr ""
347
 
348
- #: inc/class-gallery.php:87
349
  msgid "The %s parameter may only be \"%s\" or \"%s.\" You entered \"%s.\""
350
  msgstr ""
351
 
352
- #: inc/class-gallery.php:185
353
  msgid "Attempted to call invalid function: "
354
  msgstr ""
355
 
356
- #: inc/class-gallery.php:266
357
- msgid "The following ID is invalid: "
358
- msgid_plural "The following IDs are invalid: "
359
- msgstr[0] ""
360
- msgstr[1] ""
361
 
362
- #: inc/class-gallery.php:641
363
  msgid "%s is not a valid term name in %s."
364
  msgstr ""
365
 
@@ -367,47 +384,43 @@ msgstr ""
367
  msgid "Failed to set Imagick page number"
368
  msgstr ""
369
 
370
- #: inc/class-thumber.php:59
371
  msgid "Attempting to generate thumbnail for attachment #%d with (%s)"
372
  msgstr ""
373
 
374
- #: inc/class-thumber.php:138
375
  msgid "Could not open file: "
376
  msgstr ""
377
 
378
- #: inc/class-thumber.php:143
379
  msgid "Could not write file: "
380
  msgstr ""
381
 
382
- #: inc/class-thumber.php:180
383
  msgid "Failed to open file in Imagick: "
384
  msgstr ""
385
 
386
- #: inc/class-thumber.php:191
387
  msgid "Failed to save image in Imagick: "
388
  msgstr ""
389
 
390
- #: inc/class-thumber.php:249
391
  msgid "Ghostscript failed: "
392
  msgstr ""
393
 
394
- #: inc/class-thumber.php:394
395
- msgid "Failed to retrieve thumbnail from Google: "
396
- msgstr ""
397
-
398
- #: inc/class-thumber.php:664
399
  msgid "Thumbnail Generators: "
400
  msgstr ""
401
 
402
- #: inc/class-thumber.php:675
403
  msgid "No thumbnail generators enabled."
404
  msgstr ""
405
 
406
- #: inc/class-thumber.php:718
407
  msgid "Failed to get image editor: "
408
  msgstr ""
409
 
410
- #: inc/class-thumber.php:730
411
  msgid "Failed to save image: "
412
  msgstr ""
413
 
1
+ # Copyright (C) 2015 Document Gallery
2
  # This file is distributed under the same license as the Document Gallery package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Document Gallery 3.0\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/document-gallery\n"
7
+ "POT-Creation-Date: 2015-03-13 01:01:32+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
20
  msgid "Thumbnail Management"
21
  msgstr ""
22
 
23
+ #: admin/class-admin.php:32 admin/class-admin.php:1148
24
  msgid "Logging"
25
  msgstr ""
26
 
28
  msgid "Advanced"
29
  msgstr ""
30
 
31
+ #: admin/class-admin.php:44 admin/class-admin.php:98
32
  msgid "Document Gallery Settings"
33
  msgstr ""
34
 
36
  msgid "Settings"
37
  msgstr ""
38
 
39
+ #: admin/class-admin.php:86
40
+ msgid "Donate"
41
+ msgstr ""
42
+
43
+ #. #-#-#-#-# plugin.pot (Document Gallery 3.0) #-#-#-#-#
44
  #. Plugin Name of the plugin/theme
45
+ #: admin/class-admin.php:99
46
  msgid "Document Gallery"
47
  msgstr ""
48
 
49
+ #: admin/class-admin.php:148
50
  msgid "Default Settings"
51
  msgstr ""
52
 
53
+ #: admin/class-admin.php:152
54
  msgid "Thumbnail Generation"
55
  msgstr ""
56
 
57
+ #: admin/class-admin.php:156
58
  msgid "Custom CSS"
59
  msgstr ""
60
 
61
+ #: admin/class-admin.php:168
62
  msgid "Link to attachment page rather than to file"
63
  msgstr ""
64
 
65
+ #: admin/class-admin.php:181
66
+ msgid "The number of columns to display when not rendering descriptions."
67
  msgstr ""
68
 
69
+ #: admin/class-admin.php:193
70
+ msgid "Include document descriptions"
 
 
 
 
71
  msgstr ""
72
 
73
+ #: admin/class-admin.php:205
74
+ msgid "Use auto-generated document thumbnails"
75
  msgstr ""
76
 
77
+ #: admin/class-admin.php:218
78
  msgid "Ascending or descending sorting of documents"
79
  msgstr ""
80
 
81
+ #: admin/class-admin.php:231
82
  msgid "Which field to order documents by"
83
  msgstr ""
84
 
85
+ #: admin/class-admin.php:244
86
  msgid ""
87
  "Whether matched documents must have all taxa_names (AND) or at least one (OR)"
88
  msgstr ""
89
 
90
+ #: admin/class-admin.php:257
91
  msgid "Limit the number of documents included. -1 means no limit."
92
  msgstr ""
93
 
94
+ #: admin/class-admin.php:270
95
+ msgid ""
96
+ "Comma-delimited list of <a href=\"http://en.wikipedia.org/wiki/"
97
+ "Internet_media_type#List_of_common_media_types\">MIME types</a>."
98
+ msgstr ""
99
+
100
+ #: admin/class-admin.php:283
101
  msgid "Which post status to look for when querying documents."
102
  msgstr ""
103
 
104
+ #: admin/class-admin.php:296
105
  msgid "Which post type to look for when querying documents."
106
  msgstr ""
107
 
108
+ #: admin/class-admin.php:308
109
  msgid "Locally generate thumbnails for audio & video files."
110
  msgstr ""
111
 
112
+ #: admin/class-admin.php:321
113
  msgid ""
114
  "Use <a href=\"http://www.ghostscript.com/\" target=\"_blank\">Ghostscript</"
115
  "a> for faster local PDF processing (compared to Imagick)."
116
  msgstr ""
117
 
118
+ #: admin/class-admin.php:322
119
  msgid ""
120
  "Your server is not configured to run <a href=\"http://www.ghostscript.com/\" "
121
  "target=\"_blank\">Ghostscript</a>."
122
  msgstr ""
123
 
124
+ #: admin/class-admin.php:336
125
  msgid ""
126
  "Use <a href=\"http://www.php.net/manual/en/book.imagick.php\" target=\"_blank"
127
  "\">Imagick</a> to handle lots of filetypes locally."
128
  msgstr ""
129
 
130
+ #: admin/class-admin.php:337
131
  msgid ""
132
  "Your server is not configured to run <a href=\"http://www.php.net/manual/en/"
133
  "book.imagick.php\" target=\"_blank\">Imagick</a>."
134
  msgstr ""
135
 
136
+ #: admin/class-admin.php:359
 
 
 
 
 
 
 
 
 
 
 
137
  msgid "The max width and height (in pixels) that thumbnails will be generated."
138
  msgstr ""
139
 
140
+ #: admin/class-admin.php:388
141
  msgid "Advanced Thumbnail Generation"
142
  msgstr ""
143
 
144
+ #: admin/class-admin.php:400
145
  msgid "Whether to log debug and error information related to Document Gallery."
146
  msgstr ""
147
 
148
+ #: admin/class-admin.php:412
149
  msgid ""
150
  "Whether option structure should be validated before save. This is not "
151
  "generally necessary."
152
  msgstr ""
153
 
154
+ #: admin/class-admin.php:425
155
  msgid ""
156
  "Max number of seconds to wait for thumbnail generation before defaulting to "
157
  "filetype icons."
158
  msgstr ""
159
 
160
+ #: admin/class-admin.php:426
161
  msgid ""
162
  "Note that generation will continue where timeout happened next time the "
163
  "gallery is loaded."
164
  msgstr ""
165
 
166
+ #: admin/class-admin.php:438
167
  msgid "Successfully auto-detected the location of Ghostscript."
168
  msgstr ""
169
 
170
+ #: admin/class-admin.php:439
171
  msgid "Failed to auto-detect the location of Ghostscript."
172
  msgstr ""
173
 
174
+ #: admin/class-admin.php:443
175
  msgid "Options Array Dump"
176
  msgstr ""
177
 
178
+ #: admin/class-admin.php:490
179
  msgid "Invalid width given: "
180
  msgstr ""
181
 
182
+ #: admin/class-admin.php:503
183
  msgid "Invalid height given: "
184
  msgstr ""
185
 
186
+ #: admin/class-admin.php:658
187
+ msgid "File extension doesn't match the MIME type of the image: "
188
+ msgstr ""
189
+
190
+ #: admin/class-admin.php:664
191
+ msgid "Uploaded file size exceeds the allowable limit: "
192
+ msgstr ""
193
+
194
+ #: admin/class-admin.php:671
195
+ msgid "Uploaded file is not an image: "
196
+ msgstr ""
197
+
198
+ #: admin/class-admin.php:680
199
+ msgid "Failed to get uploaded file: "
200
+ msgstr ""
201
+
202
+ #: admin/class-admin.php:717
203
  msgid "Invalid Ghostscript path given: "
204
  msgstr ""
205
 
206
+ #: admin/class-admin.php:728
207
  msgid "Invalid timeout given: "
208
  msgstr ""
209
 
210
+ #: admin/class-admin.php:759
211
  msgid ""
212
  "The following values will be used by default in the shortcode. You can still "
213
  "manually set each of these values in each individual shortcode."
214
  msgstr ""
215
 
216
+ #: admin/class-admin.php:766
217
  msgid "Select which tools to use when generating thumbnails."
218
  msgstr ""
219
 
220
+ #: admin/class-admin.php:775
221
  msgid ""
222
  "Enter custom CSS styling for use with document galleries. To see which ids "
223
  "and classes you can style, take a look at <a href=\"%s\" target=\"_blank"
224
  "\">style.css</a>."
225
  msgstr ""
226
 
227
+ #: admin/class-admin.php:793
228
  msgid ""
229
  "Unless you <em>really</em> know what you're doing, you should not touch "
230
  "these values."
231
  msgstr ""
232
 
233
+ #: admin/class-admin.php:796
234
  msgid ""
235
  "NOTE: <code>exec()</code> is not accessible. Ghostscript will not function."
236
  msgstr ""
237
 
238
+ #: admin/class-admin.php:807
239
  msgid ""
240
  "The following <em>readonly text</em> should be provided when <a href="
241
  "\"http://wordpress.org/support/plugin/document-gallery\" target=\"_blank"
242
  "\">reporting a bug</a>:"
243
  msgstr ""
244
 
245
+ #: admin/class-admin.php:916
246
  msgid "Select All"
247
  msgstr ""
248
 
249
+ #: admin/class-admin.php:919
250
  msgid "Thumbnail"
251
  msgstr ""
252
 
253
+ #: admin/class-admin.php:920
254
  msgid "File name"
255
  msgstr ""
256
 
257
+ #: admin/class-admin.php:921
258
+ msgid "Description"
259
+ msgstr ""
260
+
261
+ #: admin/class-admin.php:923 admin/class-admin.php:1078
262
  msgid "Date"
263
  msgstr ""
264
 
265
+ #: admin/class-admin.php:926
266
  msgid "Delete Selected"
267
  msgstr ""
268
 
269
+ #: admin/class-admin.php:928
270
  msgid "item"
271
  msgid_plural "items"
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
+ #: admin/class-admin.php:931
276
  msgid "Go to the first page"
277
  msgstr ""
278
 
279
+ #: admin/class-admin.php:932
280
  msgid "Go to the previous page"
281
  msgstr ""
282
 
283
+ #: admin/class-admin.php:934
284
  msgid "Current page"
285
  msgstr ""
286
 
287
+ #: admin/class-admin.php:934
288
  msgid "of"
289
  msgstr ""
290
 
291
+ #: admin/class-admin.php:935
292
  msgid "Go to the next page"
293
  msgstr ""
294
 
295
+ #: admin/class-admin.php:936
296
  msgid "Go to the last page"
297
  msgstr ""
298
 
299
+ #: admin/class-admin.php:938
300
  msgid "items per page"
301
  msgstr ""
302
 
303
+ #: admin/class-admin.php:972
304
  msgid "View"
305
  msgstr ""
306
 
307
+ #: admin/class-admin.php:973
308
  msgid "attachment page"
309
  msgstr ""
310
 
311
+ #: admin/class-admin.php:973
312
  msgid "Attachment not found"
313
  msgstr ""
314
 
315
+ #: admin/class-admin.php:1000
316
+ msgid "<b>Thumbnail</b> for <i><b>Document Gallery</b></i>"
317
+ msgstr ""
318
+
319
+ #: admin/class-admin.php:1079
320
  msgid "Level"
321
  msgstr ""
322
 
323
+ #: admin/class-admin.php:1080
324
  msgid "Message"
325
  msgstr ""
326
 
327
+ #: admin/class-admin.php:1089
328
  msgid "Expand All"
329
  msgstr ""
330
 
331
+ #: admin/class-admin.php:1092
332
  msgid "Collapse All"
333
  msgstr ""
334
 
335
+ #: admin/class-admin.php:1141
336
  msgid "Clear Log"
337
  msgstr ""
338
 
339
+ #: admin/class-admin.php:1148
340
  msgid "There are no log entries at this time."
341
  msgstr ""
342
 
343
+ #: admin/class-admin.php:1148
344
  msgid "For Your information:"
345
  msgstr ""
346
 
347
+ #: admin/class-admin.php:1148
348
  msgid "is turned ON"
349
  msgstr ""
350
 
351
+ #: admin/class-admin.php:1148
352
  msgid "is turned OFF"
353
  msgstr ""
354
 
355
+ #: inc/class-gallery.php:82
356
  msgid "Generated using Document Gallery. Get yours here: "
357
  msgstr ""
358
 
359
+ #: inc/class-gallery.php:84
360
  msgid "No attachments to display. How boring! :("
361
  msgstr ""
362
 
363
+ #: inc/class-gallery.php:85
364
  msgid "The %s value entered, \"%s\", is not valid."
365
  msgstr ""
366
 
367
+ #: inc/class-gallery.php:86
368
  msgid "The %s parameter may only be \"%s\" or \"%s.\" You entered \"%s.\""
369
  msgstr ""
370
 
371
+ #: inc/class-gallery.php:213
372
  msgid "Attempted to call invalid function: "
373
  msgstr ""
374
 
375
+ #: inc/class-gallery.php:322
376
+ msgid "%s may only be a comma-delimited list of integers."
377
+ msgstr ""
 
 
378
 
379
+ #: inc/class-gallery.php:668
380
  msgid "%s is not a valid term name in %s."
381
  msgstr ""
382
 
384
  msgid "Failed to set Imagick page number"
385
  msgstr ""
386
 
387
+ #: inc/class-thumber.php:81
388
  msgid "Attempting to generate thumbnail for attachment #%d with (%s)"
389
  msgstr ""
390
 
391
+ #: inc/class-thumber.php:154
392
  msgid "Could not open file: "
393
  msgstr ""
394
 
395
+ #: inc/class-thumber.php:159
396
  msgid "Could not write file: "
397
  msgstr ""
398
 
399
+ #: inc/class-thumber.php:196
400
  msgid "Failed to open file in Imagick: "
401
  msgstr ""
402
 
403
+ #: inc/class-thumber.php:207
404
  msgid "Failed to save image in Imagick: "
405
  msgstr ""
406
 
407
+ #: inc/class-thumber.php:265
408
  msgid "Ghostscript failed: "
409
  msgstr ""
410
 
411
+ #: inc/class-thumber.php:565
 
 
 
 
412
  msgid "Thumbnail Generators: "
413
  msgstr ""
414
 
415
+ #: inc/class-thumber.php:576
416
  msgid "No thumbnail generators enabled."
417
  msgstr ""
418
 
419
+ #: inc/class-thumber.php:626
420
  msgid "Failed to get image editor: "
421
  msgstr ""
422
 
423
+ #: inc/class-thumber.php:638
424
  msgid "Failed to save image: "
425
  msgstr ""
426