Google Doc Embedder - Version 2.5.12

Version Description

  • Changed: Updated mobile detection library
  • Changed: Updated settings navigation style for WP 3.8+
  • Changed: Updated Dutch translation (thanks Niko)
Download this release

Release Info

Developer k3davis
Plugin Icon wp plugin Google Doc Embedder
Version 2.5.12
Comparing to
See all releases

Code changes from version 2.5.11 to 2.5.12

css/admin-styles.css CHANGED
@@ -147,4 +147,10 @@ input:-moz-placeholder { color: #777777; }
147
 
148
  #pro-submit, #profile-submit, #import-submit, #debugsend {
149
  margin-bottom: 3em;
 
 
 
 
 
 
150
  }
147
 
148
  #pro-submit, #profile-submit, #import-submit, #debugsend {
149
  margin-bottom: 3em;
150
+ }
151
+
152
+ h3.gde-fix-h3 {
153
+ /* fix profile tab heading style (match base h3) */
154
+ font-size: 1.17em !important;
155
+ margin: 12px 0 !important;
156
  }
css/admin-styles38.css ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #gdeadmintabs ul.ui-tabs-nav {
2
+ border: none;
3
+ font-size: 13px;
4
+ height: 23px;
5
+ list-style: none outside none;
6
+ margin: 14px 0 0;
7
+ overflow: visible;
8
+ padding: 0;
9
+ }
10
+
11
+ #gdeadmintabs ul.ui-tabs-nav li {
12
+ display: block;
13
+ float: left;
14
+ line-height: 200%;
15
+ list-style: none outside none;
16
+ margin: 0;
17
+ padding: 0;
18
+ position: relative;
19
+ text-align: center;
20
+ white-space: nowrap;
21
+ width: auto;
22
+ }
23
+
24
+ #gdeadmintabs ul.ui-tabs-nav li a {
25
+ background: none no-repeat scroll 0 50% transparent;
26
+ display: block;
27
+ float: left;
28
+ color: #0074A2;
29
+ font-weight: 600;
30
+ position: relative;
31
+ line-height: 25px;
32
+ text-decoration: none;
33
+ padding: 1px 26px 0 0;
34
+ border-style: none !important;
35
+ }
36
+
37
+ #gdeadmintabs ul.ui-tabs-nav li.ui-tabs-selected a {
38
+ color: #000000;
39
+ outline: 0 !important;
40
+ }
41
+
42
+ #gdeadmintabs ul.ui-tabs-nav li.ui-tabs-selected a:hover, #gdeadmintabs ul.ui-tabs-nav a:hover {
43
+ color: #2EA2CC;
44
+ outline: 0 !important;
45
+ }
46
+
47
+ fieldset.gde-outer {
48
+ padding: 10px;
49
+ border: 1px solid #CCCCCC;
50
+ margin-top: 8px;
51
+ }
52
+
53
+ fieldset.gde-outer > legend, fieldset.gde-inner > legend {
54
+ padding: 0 4px;
55
+ font-weight: bold;
56
+ font-size: 1.17em;
57
+ }
58
+
59
+ .gde-outer > p {
60
+ margin: 0.4em 15px 1em 10px;
61
+ }
62
+
63
+ p.gde-frameset {
64
+ font-style: italic;
65
+ }
66
+
67
+ fieldset.gde-inner {
68
+ padding: 10px 0 10px 10px;
69
+ border-top: 2px solid #333; /* #CCCCCC; */
70
+ border-bottom: 2px solid #333;
71
+ /* background-color: #ECECEC; */
72
+ margin: 8px 0 8px 8px;
73
+ /* background: url('../img/setting-bg.png') repeat-y #ffffff; */
74
+ }
75
+
76
+ fieldset.gde-inner table.form-table {
77
+ margin-top: -0.8em;
78
+ }
79
+
80
+ fieldset.gde-inner table.form-table tbody tr th {
81
+ width: 182px;
82
+ }
83
+
84
+ p.gde-submit {
85
+ padding: 0;
86
+ margin: 10px 0 5px;
87
+ }
88
+
89
+ #toolbuttons td input, #gdet_h, #fs_user, #fs_win, #fs_print, #gdev_t, #gdev_f, #gdev_b, #force, #mask, #docsec td input{
90
+ margin-left: 3px;
91
+ }
92
+
93
+ #gdev_t, #gdev_b {
94
+ margin-top: -6px;
95
+ }
96
+
97
+ #bgcolor label, #pbcolor label {
98
+ vertical-align: super;
99
+ }
100
+
101
+ #toolbuttons td label, #fullscreen td label {
102
+ margin-right: 10px;
103
+ }
104
+
105
+ ::-webkit-input-placeholder { color: #777777; }
106
+ ::-moz-placeholder { color: #777777; } /* firefox 19+ */
107
+ input:-moz-placeholder { color: #777777; }
108
+
109
+ .gde-fnote {
110
+ font-style: italic;
111
+ padding-left: 2px;
112
+ }
113
+
114
+ .gde-tab, .hide {
115
+ display: none;
116
+ }
117
+
118
+ .gde-tab-active {
119
+ display: block;
120
+ }
121
+
122
+ .gde-support-warn {
123
+ margin-top: 1em;
124
+ -moz-border-radius: 5px;
125
+ border-radius: 15px;
126
+ border: 1px solid #CCCCCC;
127
+ padding: 10px 15px;
128
+ float: left;
129
+ background-color: #F9F9F9;
130
+ }
131
+
132
+ #pro-submit, #profile-submit, #import-submit, #debugsend {
133
+ margin-bottom: 3em;
134
+ }
135
+
136
+ .nav-tab {
137
+ font-size: 13px !important;
138
+ }
139
+
140
+ h3.gde-fix-h3 {
141
+ /* fix profile tab heading style (match base h3) */
142
+ font-size: 1.3em !important;
143
+ margin: 12px 0 !important;
144
+ }
functions-admin.php CHANGED
@@ -516,8 +516,14 @@ function gde_sec_cleanup() {
516
  * @return void
517
  */
518
  function gde_admin_custom_css( $hook ) {
 
 
519
  if ( isset( $_GET['page'] ) && ( $_GET['page'] == 'gde-settings' ) ) {
520
- $css = GDE_PLUGIN_URL . 'css/admin-styles.css';
 
 
 
 
521
  wp_enqueue_style( 'gde_css', $css );
522
 
523
  // native color picker
516
  * @return void
517
  */
518
  function gde_admin_custom_css( $hook ) {
519
+ global $wp_version;
520
+
521
  if ( isset( $_GET['page'] ) && ( $_GET['page'] == 'gde-settings' ) ) {
522
+ if ( version_compare( $wp_version, '3.8-RC1', '>=' ) ) {
523
+ $css = GDE_PLUGIN_URL . 'css/admin-styles38.css';
524
+ } else {
525
+ $css = GDE_PLUGIN_URL . 'css/admin-styles.css';
526
+ }
527
  wp_enqueue_style( 'gde_css', $css );
528
 
529
  // native color picker
gviewer.php CHANGED
@@ -8,7 +8,7 @@ Author: Kevin Davis
8
  Author URI: http://www.davistribe.org/
9
  Text Domain: gde
10
  Domain Path: /languages/
11
- Version: 2.5.11
12
  License: GPLv2
13
  */
14
 
@@ -38,7 +38,7 @@ License: GPLv2
38
  */
39
 
40
  // boring init junk
41
- $gde_ver = "2.5.10.98";
42
  $gde_db_ver = "1.2"; // update also in gde_activate()
43
 
44
  require_once( plugin_dir_path( __FILE__ ) . 'functions.php' );
8
  Author URI: http://www.davistribe.org/
9
  Text Domain: gde
10
  Domain Path: /languages/
11
+ Version: 2.5.12
12
  License: GPLv2
13
  */
14
 
38
  */
39
 
40
  // boring init junk
41
+ $gde_ver = "2.5.12.98";
42
  $gde_db_ver = "1.2"; // update also in gde_activate()
43
 
44
  require_once( plugin_dir_path( __FILE__ ) . 'functions.php' );
languages/gde-nl_NL.mo CHANGED
Binary file
languages/gde-nl_NL.po CHANGED
@@ -1,126 +1,129 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Doc Embedder\n"
4
- "POT-Creation-Date: 2012-12-11 08:12-0600\n"
5
- "PO-Revision-Date: 2012-12-13 22:44+0100\n"
6
- "Last-Translator: Robert van den Breemen <robert@vandenbreemen.net>\n"
7
- "Language-Team: Kevin Davis <wpp@tnw.org>\n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
  "X-Poedit-KeywordsList: __;_e\n"
12
- "X-Generator: Poedit 1.5.4\n"
 
 
 
13
  "X-Poedit-SearchPath-0: .\n"
14
 
15
- #: functions-admin.php:258
16
- #, fuzzy
17
  msgid "Import"
18
- msgstr "Importeer"
19
 
20
- #: functions-admin.php:269
21
  msgid "Performing full import..."
22
- msgstr "Voer een volledige import uit..."
23
 
24
- #: functions-admin.php:273 functions-admin.php:298
25
  msgid "Importing profiles"
26
- msgstr "Importeer profielen"
27
 
28
- #: functions-admin.php:279 functions-admin.php:293 functions-admin.php:304
29
- #: functions-admin.php:317
30
  msgid "done"
31
  msgstr "klaar"
32
 
33
- #: functions-admin.php:282 functions-admin.php:291 functions-admin.php:307
34
- #: functions-admin.php:315
35
  msgid "failed"
36
  msgstr "mislukt"
37
 
38
- #: functions-admin.php:288
39
  msgid "Importing settings"
40
- msgstr "Importeer instellingen"
41
 
42
- #: functions-admin.php:311
43
  msgid "Importing settings... "
44
- msgstr "Importeer instellingen..."
45
 
46
- #: functions-admin.php:320 functions-admin.php:592 options.php:138
47
  msgid "Please select a valid export file to import."
48
- msgstr "Selecteer een geldige export file voor importeren."
49
 
50
- #: functions-admin.php:324
51
  msgid "All or part of the import failed. See above for information."
52
  msgstr ""
53
- "Alles of delen van het importeren is mislukt. Zie hierboven voor meer "
54
  "informatie."
55
 
56
- #: functions-admin.php:326
57
  msgid "Import completed successfully."
58
  msgstr "Importeren is volledig succesvol."
59
 
60
- #: functions-admin.php:329
61
  msgid "Return to GDE Settings"
62
- msgstr "Ga terug naar de GDE instellingen"
63
 
64
- #: functions-admin.php:406 functions-admin.php:561 options.php:165
65
- #: libs/tab-advanced.php:140
66
  msgid "Settings"
67
  msgstr "Instellingen"
68
 
69
- #: functions-admin.php:415
70
  msgid "You do not have sufficient permissions to access this page"
71
  msgstr "Je hebt onvoldoende rechten voor toegang tot deze pagina"
72
 
73
- #: functions-admin.php:549
74
  msgid "plugin"
75
- msgstr "plugin"
76
 
77
- #: functions-admin.php:550
78
  msgid "Version"
79
  msgstr "Versie"
80
 
81
- #: functions-admin.php:588
82
  msgid "This profile will be permanently deleted."
83
  msgstr "Dit profiel zal volledig verwijderd worden."
84
 
85
- #: functions-admin.php:588 functions-admin.php:589 functions-admin.php:590
86
- #: functions-admin.php:593
87
  msgid "Are you sure?"
88
  msgstr "Weet je het zeker?"
89
 
90
- #: functions-admin.php:589
91
  msgid "Settings for this profile will overwrite the default profile."
92
  msgstr ""
93
- "Instellingen voor dit profiel zullen de standaard instelling overschrijven."
94
 
95
- #: functions-admin.php:590
96
  msgid ""
97
  "Your profile list will be reset to its original state. All changes will be "
98
  "lost."
99
  msgstr ""
100
- "Je profiel lijst zal teruggezet worden naar de originele instellnigen. Alle "
101
  "aanpassingen gaan verloren."
102
 
103
- #: functions-admin.php:593
104
  msgid ""
105
  "Any settings or duplicate profile names in this import will overwrite the "
106
  "current values."
107
  msgstr ""
108
- "Elke instelling of dubbelen profiel naam die geimporteerd wordt zal "
109
  "bestaande waarden overschrijven."
110
 
111
- #: functions-admin.php:595
112
  msgid "Please include a shortcode or message to request support."
113
  msgstr "Graag inclusief de shortcode of bericht om hulp te verkrijgen."
114
 
115
- #: functions-admin.php:633
116
  msgid "Embed file using Google Doc Embedder"
117
- msgstr "Embed bestand met Google Doc Embedder"
118
 
119
- #: functions-admin.php:650 libs/lib-eddialog.php:85
120
  msgid "Select the GDE viewer profile to use"
121
- msgstr "Selecteer het GDE viewer profiel voor gebruik"
122
 
123
- #: functions-admin.php:783
124
  msgid ""
125
  "You are running a pre-release version of Google Doc Embedder. Please watch "
126
  "this space for important updates."
@@ -128,55 +131,68 @@ msgstr ""
128
  "Je gebruikt een pre-release versie van Google Doc Embedder. Kijk hier om "
129
  "informatie te zien over belangrijke updates"
130
 
131
- #: functions.php:105
132
  msgid "File not specified, check shortcode syntax"
133
- msgstr "Bestand niet gespecificieerd, controleer de shortcode syntax"
134
 
135
- #: functions.php:106
136
  msgid "Requested URL is invalid"
137
  msgstr "Aangevraagde URL is foutief"
138
 
139
- #: functions.php:107
140
  msgid "Unsupported File Type"
141
  msgstr "Niet ondersteund bestandstype"
142
 
 
 
 
 
143
  #: functions.php:108
144
  msgid "Error retrieving file - if necessary turn off error checking"
145
- msgstr "Fout met ophalen van bestand - indien nodig schakel error checking uit"
146
 
147
- #: functions.php:191
148
  msgid "Unknown"
149
  msgstr "Onbekend"
150
 
151
- #: functions.php:291 gviewer.php:292 libs/lib-setup.php:67
152
- #: libs/lib-setup.php:115
 
 
 
 
 
153
  msgid "Download"
154
- msgstr "Download"
155
 
156
- #: functions.php:396 view.php:399
157
  msgid "Error"
158
  msgstr "Fout"
159
 
160
- #: gviewer.php:73
161
  msgid "Unable to load profile settings"
162
- msgstr "Niet in staat om de profiel instellingen te laden"
163
 
164
- #: gviewer.php:108 gviewer.php:120
165
  msgid "Unable to load requested profile."
166
- msgstr "Niet in staat zijn om de gevraagde profiel te laden."
167
 
168
- #: gviewer.php:226
169
  msgid "Unable to secure document"
170
- msgstr "Niet in staat om het document te beveiligen"
 
 
 
 
171
 
172
  #: load.php:8 libs/lib-formsubmit.php:9 libs/lib-secure.php:9
173
- #: libs/lib-service.php:53 libs/lib-service.php:69 libs/lib-service.php:72
174
  msgid "You do not have sufficient permissions to access this page."
175
  msgstr "Je hebt onvoldoende toegangsrechten voor deze pagina."
176
 
177
  #: load.php:45
178
  msgid "Direct access to this file is not permitted."
179
- msgstr "Directe toegang tot deze file is niet toegestaan."
180
 
181
  #: load.php:71
182
  msgid "The requested file was not found."
@@ -184,103 +200,107 @@ msgstr "Gevraagde bestand is niet gevonden."
184
 
185
  #: load.php:76
186
  msgid "Unable to open the requested file. "
187
- msgstr "Het is niet mogelijk om het gevraagde bestand te openen."
188
 
189
- #: load.php:93 load.php:97
190
  msgid "The document file type is not supported."
191
- msgstr "Het document bestandstype wordt niet ondersteund."
192
 
193
- #: options.php:13 options.php:65
194
  msgid "Default profile <strong>updated</strong>."
195
- msgstr "Standaard profile <strong>bijgewerkt</strong>"
196
 
197
- #: options.php:15 options.php:50
198
  msgid "Unable to update profile."
199
  msgstr "Niet mogelijk het profiel bij te werken."
200
 
201
  #: options.php:28
 
 
 
 
202
  msgid "Profile name already exists. Please choose another name."
203
- msgstr "Profiel naam bestaat al. Kies een andere naam."
204
 
205
- #: options.php:35
206
  msgid "New profile <strong>created</strong>."
207
  msgstr "Nieuw profiel <strong>aangemaakt</strong>."
208
 
209
- #: options.php:37 options.php:40
210
  msgid "Unable to create profile."
211
  msgstr "Niet mogelijk een een profiel aan te maken"
212
 
213
- #: options.php:48
214
  msgid "Profile <strong>updated</strong>."
215
- msgstr "Profiel <strong>bijgewerkt</strong>"
216
 
217
- #: options.php:58
218
  msgid "Profile <strong>deleted</strong>."
219
  msgstr "Profiel <strong>verwijderd</strong>."
220
 
221
- #: options.php:60
222
  msgid "Unable to delete profile."
223
- msgstr "Het is niet mogelijk om het profiel te verwijderen."
224
 
225
- #: options.php:102
226
  msgid "Unable to enable diagnostic logging."
227
- msgstr "Het is niet mogelijk om de diagnostische logging in te schakelen."
228
 
229
- #: options.php:114 options.php:116
230
  msgid "Settings <strong>updated</strong>."
231
- msgstr "Instellingen <strong>bijgewerkt</strong>"
232
 
233
- #: options.php:174 options.php:187
234
  msgid "General"
235
  msgstr "Algemeen"
236
 
237
- #: options.php:179 options.php:192 libs/tab-advanced.php:139
238
  msgid "Profiles"
239
  msgstr "Profiel"
240
 
241
- #: options.php:200
242
  msgid "Advanced"
243
  msgstr "Geavanceerd"
244
 
245
- #: options.php:205
246
  msgid "Support"
247
  msgstr "Ondersteuning"
248
 
249
- #: options.php:343
250
  msgid "Help"
251
  msgstr "Help"
252
 
253
- #: options.php:369
254
  msgid "Edit"
255
  msgstr "Bewerken"
256
 
257
- #: options.php:370
258
  msgid "Delete"
259
  msgstr "Verwijderen"
260
 
261
- #: options.php:371
262
  msgid "Make Default"
263
- msgstr "Maak Standaard"
264
 
265
- #: view.php:44
266
  msgid "Invalid URL format"
267
- msgstr "Foutief URL formaat"
268
 
269
- #: view.php:400
270
  msgid ""
271
  "Unable to retrieve document contents. Please try again or switch to Standard "
272
  "Viewer."
273
  msgstr ""
274
  "Het is niet mogelijk om de inhoud van het document op te halen. Probeer "
275
- "opnieuw of schakel naar de standaard viewer."
276
 
277
  #: js/tb-newwin.php:7
278
  msgid "View in full screen"
279
- msgstr "Bekijk in volledig scherm"
280
 
281
  #: js/tb-newwin.php:11
282
  msgid "Open in new window"
283
- msgstr "Open in een nieuw scherm"
284
 
285
  #: libs/lib-eddialog.php:8
286
  msgid "Access denied."
@@ -288,7 +308,7 @@ msgstr "Toegang geweigerd."
288
 
289
  #: libs/lib-eddialog.php:52
290
  msgid "Insert Google Doc Embedder Shortcode"
291
- msgstr "Invoeg Google Doc Embedder Shortcode"
292
 
293
  #: libs/lib-eddialog.php:55
294
  msgid "Required"
@@ -296,20 +316,20 @@ msgstr "Verplicht"
296
 
297
  #: libs/lib-eddialog.php:59
298
  msgid "URL or Filename"
299
- msgstr "URL fo bestandsnaam"
300
 
301
  #: libs/lib-eddialog.php:60
302
  msgid "Full URL or filename to append to profile Base URL"
303
  msgstr ""
304
- "Volledige URL fo bestandnaam dat toegevoegd wordt aan Basis URL profiel"
305
 
306
  #: libs/lib-eddialog.php:65
307
  msgid "Profile Base URL will be prefixed"
308
- msgstr "Basis URL profiel wordt vooraf gegaan door"
309
 
310
  #: libs/lib-eddialog.php:68
311
  msgid "Unsupported file type"
312
- msgstr "Niet ondersteund bestandstype"
313
 
314
  #: libs/lib-eddialog.php:74
315
  msgid "Profile"
@@ -317,506 +337,513 @@ msgstr "Profiel"
317
 
318
  #: libs/lib-eddialog.php:93
319
  msgid "Optional (Override Profile Settings)"
320
- msgstr "Optioneel (overschrijven Profielinstellingen)"
 
 
 
 
321
 
322
- #: libs/lib-eddialog.php:97 libs/lib-profile.php:187
323
  msgid "Height"
324
  msgstr "Hoogte"
325
 
326
- #: libs/lib-eddialog.php:102 libs/lib-profile.php:183
327
  msgid "Width"
328
  msgstr "Breedte"
329
 
330
- #: libs/lib-eddialog.php:103
331
  #, php-format
332
  msgid "Format: 40% or 300px"
333
  msgstr "Formaat: 40% of 300px"
334
 
335
- #: libs/lib-eddialog.php:108
336
  msgid "Start Page #"
337
  msgstr "Start Pagina #"
338
 
339
- #: libs/lib-eddialog.php:116
340
  msgid "Show Download Link"
341
- msgstr "Toon Download link"
342
 
343
- #: libs/lib-eddialog.php:119
344
  msgid "Yes"
345
  msgstr "Ja"
346
 
347
- #: libs/lib-eddialog.php:120
348
  msgid "No"
349
  msgstr "Nee"
350
 
351
- #: libs/lib-eddialog.php:126
352
  msgid "Disable caching (this document is frequently overwritten)"
353
- msgstr "Uitschakelen caching (als dit document vaak wordt overschreven)"
354
 
355
- #: libs/lib-eddialog.php:136
356
  msgid "Shortcode Preview"
357
- msgstr "Shortcode voorbeeld"
358
 
359
- #: libs/lib-eddialog.php:144
360
  msgid "Insert"
361
  msgstr "Invoegen"
362
 
363
- #: libs/lib-eddialog.php:148
364
  msgid "Cancel"
365
  msgstr "Annuleren"
366
 
367
- #: libs/lib-profile.php:12 libs/tab-advanced.php:131 libs/tab-profiles.php:20
368
  msgid ""
369
  "Unable to load profile settings. Please re-activate GDE and if the problem "
370
  "persists, request help using the \"Support\" tab."
371
  msgstr ""
372
- "Niet mogelijk om de profiel instellingen te laden. Her-activeer GDE en als "
373
- "de problemen blijven bestaan, vraag dan hulp aan via de \"Support\" tabblad."
374
 
375
  #: libs/lib-profile.php:25
376
  msgid "Default Settings"
377
- msgstr "Standaard instellingen"
378
 
379
  #: libs/lib-profile.php:26
380
  msgid ""
381
  "These settings define the default viewer profile, which is used when no "
382
  "other profile is specified."
383
  msgstr ""
384
- "Deze instellingen definieren de standaard profiel instellingen, welke worden "
385
- "gebruikt als er geen specifiek profiel wordt gebruikt."
386
 
387
  #: libs/lib-profile.php:30
388
  msgid "Edit Profile"
389
- msgstr "Bewerk profiel"
390
 
391
- #: libs/lib-profile.php:50
392
  msgid "Viewer Mode"
393
- msgstr "Viewer Modus"
394
 
395
- #: libs/lib-profile.php:54
396
  msgid "Standard Viewer"
397
- msgstr "Standaard Viewer"
398
 
399
- #: libs/lib-profile.php:54
400
  msgid "Embed the basic viewer only"
401
- msgstr "Embed alleen de basis viewer"
402
 
403
- #: libs/lib-profile.php:55
404
  msgid "Enhanced Viewer"
405
  msgstr "Geavanceerde Viewer"
406
 
407
- #: libs/lib-profile.php:55
408
  msgid "Enable extended viewer options"
409
- msgstr "Inschakelen van uitgebreide viewer mogelijkheden"
410
 
411
- #: libs/lib-profile.php:65
412
  msgid "Enhanced Viewer Settings"
413
- msgstr "Inschakelen Viewer instellingen"
414
 
415
- #: libs/lib-profile.php:69
416
  msgid "Toolbar"
417
- msgstr "Knoppenbalk"
418
 
419
- #: libs/lib-profile.php:73
420
  msgid "Remove Toolbar"
421
- msgstr "Verwijder knoppenbalk"
422
 
423
- #: libs/lib-profile.php:78
424
  msgid "Use Mobile Toolbar"
425
- msgstr "Gebruik mobiele knoppenbalk"
426
 
427
- #: libs/lib-profile.php:82
428
  msgid "Mobile Devices Only (Default)"
429
- msgstr "Alleen bij Mobiele Devices (Standaard)"
430
 
431
- #: libs/lib-profile.php:82
432
  msgid "Use mobile toolbar when mobile device detected"
433
- msgstr "Gebruik mobiele toolbar als er een mobiel device wordt gedetecteerd"
434
 
435
- #: libs/lib-profile.php:83
436
  msgid "Always"
437
  msgstr "Altijd"
438
 
439
- #: libs/lib-profile.php:83
440
  msgid "Use mobile toolbar for all visitors"
441
- msgstr "Gebruik mobiele knoppenbalk voor alle gebruikers"
442
 
443
- #: libs/lib-profile.php:84
444
  msgid "Never"
445
  msgstr "Nooit"
446
 
447
- #: libs/lib-profile.php:84
448
  msgid "Never use mobile toolbar"
449
- msgstr "Gebruik de mobiele knoppenbalk nooit"
450
 
451
- #: libs/lib-profile.php:91
452
  msgid "Toolbar Items"
453
- msgstr "Knoppenbalk Items"
454
 
455
- #: libs/lib-profile.php:94
456
  msgid "Page Numbers"
457
- msgstr "Pagina Nummers"
458
 
459
- #: libs/lib-profile.php:95
460
  msgid "Previous/Next Page"
461
  msgstr "Vorige/Volgende Pagina"
462
 
463
- #: libs/lib-profile.php:96
464
  msgid "Zoom In/Out"
465
- msgstr "In/Uitzoomen"
466
 
467
- #: libs/lib-profile.php:97
468
  msgid "Full Screen/New Window"
469
  msgstr "Volledige scherm/Nieuw scherm"
470
 
471
- #: libs/lib-profile.php:100
472
  msgid ""
473
  "Uncheck items to remove from toolbar. Buttons will vary based on file type "
474
  "and device used."
475
  msgstr ""
476
- "Vink items uit als ze verwijderd moeten worden van de knoppenbalk. De "
477
- "knoppen zullen varieren afhankelijk van het bestandtype en het gebruikte "
478
- "device"
479
 
480
- #: libs/lib-profile.php:104
481
  msgid "Full Screen Behavior"
482
- msgstr "Gedrag bij volledige scherm"
483
 
484
- #: libs/lib-profile.php:108
485
  msgid "Google-Hosted Page (Default)"
486
  msgstr "Google-Hosted pagina (Standaard)"
487
 
488
- #: libs/lib-profile.php:110
489
  msgid "Full Screen Viewer"
490
- msgstr "Volledige scherm Viewer"
491
 
492
- #: libs/lib-profile.php:114
493
  msgid "Open in New Window"
494
- msgstr "Open in een nieuwe pagina"
 
 
 
 
495
 
496
- #: libs/lib-profile.php:115
497
  msgid "Allow Printing"
498
- msgstr "Sta printen toe"
499
 
500
- #: libs/lib-profile.php:120
501
  msgid "Page Area Background Color"
502
- msgstr "Pagina achtergrond kleur"
503
 
504
- #: libs/lib-profile.php:125
505
  msgid "None (Transparent)"
506
  msgstr "Geen (transparant)"
507
 
508
- #: libs/lib-profile.php:130
509
  msgid "Page Border Color"
510
- msgstr "Pagina rand kleur"
511
 
512
- #: libs/lib-profile.php:135
513
  msgid "No Border"
514
  msgstr "Geen kleur"
515
 
516
- #: libs/lib-profile.php:140
517
  msgid "Custom CSS File"
518
- msgstr "Aangepast CSS bestand"
519
 
520
- #: libs/lib-profile.php:146
521
  msgid "URL of custom CSS file (may override some of the above options)"
522
  msgstr ""
523
- "URL van het aangepaste CSS bestand (enkele van de bovenstaande opties kunnen "
524
  "worden overschreven) "
525
 
526
- #: libs/lib-profile.php:150
527
  msgid "Security"
528
  msgstr "Beveiliging"
529
 
530
- #: libs/lib-profile.php:153
531
  msgid "Hide ability to select/copy/paste text"
532
- msgstr ""
533
- "De mogelijkheid om selecteren/kopieren/plakken van teksten te verbergen"
534
 
535
- #: libs/lib-profile.php:154
536
  msgid "Block all download requests for file"
537
- msgstr "Blokker alle download aanvragen voor het bestand"
538
 
539
- #: libs/lib-profile.php:165
540
  msgid "Default Language"
541
- msgstr "Standaard taal"
542
 
543
- #: libs/lib-profile.php:177
544
  msgid "Language of toolbar button tips"
545
- msgstr "Taal van de knoppenbalk tips"
546
 
547
- #: libs/lib-profile.php:181
548
  msgid "Default Size"
549
- msgstr "Standaard grootte"
550
 
551
- #: libs/lib-profile.php:192
552
  msgid "Enter as pixels or percentage (example: 500px or 100%)"
553
  msgstr "Voer in als pixels of percentage (voorbeeld: 500px of 100%)"
554
 
555
- #: libs/lib-profile.php:196
556
  msgid "File Base URL"
557
- msgstr "Bestands basis URL"
558
 
559
- #: libs/lib-profile.php:202
560
  msgid ""
561
  "Any file not starting with <code>http</code> will be prefixed by this value"
562
  msgstr ""
563
- "Elk bestand dat niet begint met <code>http</code> zal deze waarde aan worden "
564
- "toegevoegd"
565
 
566
- #: libs/lib-profile.php:206
567
  msgid "Download Link"
568
- msgstr "Download link"
569
 
570
- #: libs/lib-profile.php:210
571
  msgid "All Users"
572
- msgstr "Alle gebruikers"
573
 
574
- #: libs/lib-profile.php:210
575
  msgid "Download link visible to everyone by default"
576
- msgstr "Download link standaard voor iedereen zichtbaar"
577
 
578
- #: libs/lib-profile.php:211
579
  msgid "Logged-in Users"
580
- msgstr "Ingelogde gebruikers"
581
 
582
- #: libs/lib-profile.php:211
583
  msgid "Download link visible to logged-in users"
584
- msgstr "Download link zichtbaar voor ingelogde gebruikers"
585
 
586
- #: libs/lib-profile.php:212 libs/tab-advanced.php:90
587
  msgid "None"
588
  msgstr "Geen"
589
 
590
- #: libs/lib-profile.php:212
591
  msgid "Download link is not visible by default"
592
- msgstr "Download link niet standaard zichtbaar"
593
 
594
- #: libs/lib-profile.php:219
595
  msgid "Link Text"
596
- msgstr "Gekoppelde tekst"
597
 
598
- #: libs/lib-profile.php:222
599
  msgid "You can further customize text using these dynamic replacements:"
600
  msgstr ""
601
- "Je kan vder de text aanpassen voor het gebruik van deze dynamische "
602
  "vervangingen:"
603
 
604
- #: libs/lib-profile.php:223
605
  msgid "filename"
606
- msgstr "filename"
607
 
608
- #: libs/lib-profile.php:224
609
  msgid "file type"
610
- msgstr "file type"
611
 
612
- #: libs/lib-profile.php:225
613
  msgid "file size"
614
- msgstr "file size"
615
 
616
- #: libs/lib-profile.php:229
617
  msgid "Link Position"
618
- msgstr "Locatie link"
619
 
620
- #: libs/lib-profile.php:233
621
  msgid "Above Viewer"
622
  msgstr "Boven Viewer"
623
 
624
- #: libs/lib-profile.php:234
625
  msgid "Below Viewer"
626
  msgstr "Onder Viewer"
627
 
628
- #: libs/lib-profile.php:240
629
  msgid "Link Behavior"
630
- msgstr "Gedrag Link"
631
 
632
- #: libs/lib-profile.php:243
633
  msgid "Force download (bypass browser plugins)"
634
- msgstr "Forceerd download (negeer browser plugins)"
635
 
636
- #: libs/lib-profile.php:244
637
  msgid "Shorten URL"
638
- msgstr "Maak URL korter"
639
 
640
- #: libs/lib-profile.php:252 libs/tab-advanced.php:119
641
  msgid "Save Changes"
642
- msgstr "Sla aanpassingen op"
643
 
644
- #: libs/lib-setup.php:49 libs/lib-setup.php:293
645
  msgid "This is the default profile, used when no profile is specified."
646
- msgstr "Dit is het standaard profiel, als er geen profiel is gespecificeerd."
647
 
648
- #: libs/lib-setup.php:73
649
  msgid "Hide document location and text selection, prevent downloads"
650
- msgstr "Verberg het document en de text selecties, voorkom downloads"
651
 
652
- #: libs/lib-setup.php:97
653
  msgid "Dark-colored theme, example of custom CSS option"
654
- msgstr "Donker-gekleurd thema, voorbeeld van de aangepast CSS optie"
655
 
656
  #: libs/tab-advanced.php:19
657
  msgid "Plugin Behavior"
658
- msgstr "Gedrag plugin"
659
 
660
  #: libs/tab-advanced.php:24
661
  msgid "Editor Integration"
662
- msgstr "Integratie van de editor"
663
 
664
  #: libs/tab-advanced.php:27
665
  msgid "Disable all editor integration"
666
- msgstr "Schakel alle editor integratie"
667
 
668
- #: libs/tab-advanced.php:29
669
  msgid "Insert shortcode from Media Library by default"
670
- msgstr "Standaard shortcode invoegen vanuit de Media Library "
671
 
672
- #: libs/tab-advanced.php:31
673
  msgid "Allow uploads of all supported media types"
674
- msgstr "Toestaan van de upload van alle ondersteunde media typen"
675
 
676
- #: libs/tab-advanced.php:36
677
  msgid "Maximum File Size"
678
- msgstr "Maximale bestand grootte"
679
 
680
- #: libs/tab-advanced.php:42
681
  msgid ""
682
  "Very large files (typically 8-12MB) aren't supported by Google Doc Viewer"
683
  msgstr ""
684
- "Erg grote bestanden (maximaal 8-12 MB) worden niet ondersteund door de "
685
- "Google Doc Viewer"
686
 
687
- #: libs/tab-advanced.php:46
688
  msgid "Error Handling"
689
- msgstr "Fout afhandeling"
690
 
691
- #: libs/tab-advanced.php:49
692
  msgid "Show error messages inline (otherwise, they appear in HTML comments)"
693
  msgstr ""
694
- "Toon fout meldingen inline (anders, worden ze getoond als HTML commentaren)"
695
 
696
- #: libs/tab-advanced.php:50
697
  msgid "Check for errors before loading viewer"
698
  msgstr "Controleer op fouten voordat de viewer geladen wordt"
699
 
700
- #: libs/tab-advanced.php:52
701
  msgid "Enable extended diagnostic logging <em>(manually enabled)</em>"
702
  msgstr ""
703
- "Schakel de uitgebreide diagnotische logging <em>(handmatige inschakelen)</em>"
 
704
 
705
- #: libs/tab-advanced.php:54
706
  msgid "Enable extended diagnostic logging"
707
  msgstr "Inschakelen van de uitgebreide logging"
708
 
709
- #: libs/tab-advanced.php:55
710
- msgid "show log"
711
- msgstr "toon log informatie"
712
-
713
- #: libs/tab-advanced.php:56
714
  msgid "clear log"
715
- msgstr "verwijder log informatie"
 
 
 
 
716
 
717
- #: libs/tab-advanced.php:62
718
  msgid "Version Notifications"
719
- msgstr "Versie berichten"
720
 
721
- #: libs/tab-advanced.php:66
722
  msgid "All Versions"
723
- msgstr "Alle versies"
724
 
725
- #: libs/tab-advanced.php:66
726
  msgid "You will receive release and beta notifications"
727
- msgstr "Je krijg een bericht voor elke release en beta versie"
728
 
729
- #: libs/tab-advanced.php:67
730
  msgid "Release Versions Only"
731
- msgstr "Alleen release versie"
732
 
733
- #: libs/tab-advanced.php:67
734
  msgid "You will not receive beta notifications"
735
- msgstr "Je krijgt geen beta berichten"
736
 
737
- #: libs/tab-advanced.php:76
738
  msgid "Google Analytics"
739
  msgstr "Google Analytics"
740
 
741
- #: libs/tab-advanced.php:78
742
  msgid ""
743
  "To use Google Analytics integration, the GA tracking code must already be "
744
  "installed on your site."
745
  msgstr ""
746
- "Om Google Analytics integratie te gebruiken, moet de GA tracking code "
747
  "geïnstalleerd zijn op je site."
748
 
749
- #: libs/tab-advanced.php:79
750
  msgid "More Info"
751
- msgstr "Meer informatie"
752
 
753
- #: libs/tab-advanced.php:84
754
  msgid "Event Tracking"
755
  msgstr "Event Tracking"
756
 
757
- #: libs/tab-advanced.php:88
758
  msgid "Enabled"
759
  msgstr "Ingeschakeld"
760
 
761
- #: libs/tab-advanced.php:88
762
  msgid "Track events in Google Analytics"
763
- msgstr "Track events in Google Analytics"
764
 
765
- #: libs/tab-advanced.php:89
766
  msgid "Enabled (Compatibility Mode)"
767
- msgstr "Inschakelen (Compatibliteits Modus)"
768
 
769
- #: libs/tab-advanced.php:89
770
  msgid "Track events using older GDE format (< 2.5)"
771
- msgstr "Track events met oudere GDE formaat (<2.5)"
772
 
773
- #: libs/tab-advanced.php:90
774
  msgid "Disable Google Analytics integration"
775
- msgstr "Uitschakelen van Google Analytics integratie"
776
 
777
- #: libs/tab-advanced.php:97
778
  msgid "Category"
779
- msgstr "Category"
780
 
781
- #: libs/tab-advanced.php:105
782
  msgid "Label"
783
  msgstr "Label"
784
 
785
- #: libs/tab-advanced.php:109
786
  msgid "Document URL"
787
- msgstr "Document URL"
788
 
789
- #: libs/tab-advanced.php:110
790
  msgid "Document Filename"
791
- msgstr "Document Naam"
792
 
793
- #: libs/tab-advanced.php:127
794
  msgid "Backup and Import"
795
- msgstr "Backup en importeren"
796
 
797
- #: libs/tab-advanced.php:135
798
  msgid ""
799
  "Download a file to your computer containing your profiles, settings, or "
800
  "both, for backup or migration purposes."
801
  msgstr ""
802
- "Download een bestand naar je computer met jou profielen, instellingen, of "
803
- "beiden, voor backup of migratie doeleinden."
804
 
805
- #: libs/tab-advanced.php:138
806
  msgid "All Profiles and Settings"
807
  msgstr "Alle profielen en instellingen."
808
 
809
- #: libs/tab-advanced.php:144
810
  msgid "Download Export File"
811
- msgstr "Download exporteer bestand"
812
 
813
- #: libs/tab-advanced.php:152
814
  msgid "To import, choose a file from your computer:"
815
  msgstr "Om te importeren, kies een bestand van je computer:"
816
 
817
- #: libs/tab-advanced.php:158
818
  msgid "Upload File and Import"
819
- msgstr "Upload bestand en importeer"
820
 
821
  #: libs/tab-profiles.php:34 libs/tab-profiles.php:47
822
  msgid "ID"
@@ -832,24 +859,24 @@ msgstr "Beschrijving"
832
 
833
  #: libs/tab-profiles.php:92
834
  msgid "Reset Profiles"
835
- msgstr "Reset profielen"
836
 
837
  #: libs/tab-profiles.php:100 libs/tab-profiles.php:125
838
  msgid "Add New Profile"
839
- msgstr "Toevoegen nieuw profiel"
840
 
841
  #: libs/tab-profiles.php:106
842
  msgid ""
843
  "The name (or ID number) is used to select the profile via the shortcode. It "
844
  "is all lowercase and contains only letters, numbers, and hyphens."
845
  msgstr ""
846
- "De naam (of ID nummer) dat gebruikt wordt voor het selecteren via de "
847
- "shortcode. Dit zijn alleen kleine letter en mag alleen letters, cijfers en "
848
  "streepjes bevatten."
849
 
850
  #: libs/tab-profiles.php:109
851
  msgid "Parent"
852
- msgstr "Ouder"
853
 
854
  #: libs/tab-profiles.php:117
855
  msgid "Select which profile to use as a starting point."
@@ -860,46 +887,47 @@ msgid "Describe the profile's purpose, for your own reference (optional)."
860
  msgstr ""
861
  "Beschrijf het doel van het profiel, voor je eigen referentie (optioneel)."
862
 
863
- #: libs/tab-support.php:26
864
  msgid ""
865
- "Please review the documentation before submitting a request for support:"
 
866
  msgstr ""
867
- "Lees de documentatie voordat er een verzoek tot ondersteuning gedaan wordt."
868
-
869
- #: libs/tab-support.php:29
870
- msgid "Plugin FAQ"
871
- msgstr "Plugin FAQ"
872
 
873
  #: libs/tab-support.php:30
874
- msgid "Support Forum"
875
- msgstr "Support Forum"
876
-
877
- #: libs/tab-support.php:33
878
- msgid "If you're still experiencing a problem, please complete the form below."
879
- msgstr ""
880
- "Als je nog altijd een probleem hebt, vul dan het onderstaande formulier in."
881
 
882
  #: libs/tab-support.php:37
883
  msgid "Support Request"
884
- msgstr "Aanvraag voor ondersteuning"
 
 
 
 
 
 
 
 
885
 
886
- #: libs/tab-support.php:41
887
  msgid "Your Name"
888
  msgstr "Je naam"
889
 
890
- #: libs/tab-support.php:45
891
  msgid "Your E-mail"
892
  msgstr "Je e-mailadres"
893
 
894
- #: libs/tab-support.php:48
895
  msgid "A valid email address is required."
896
- msgstr "Een geldig e-mail adres is verplicht."
897
 
898
- #: libs/tab-support.php:52
899
  msgid "Shortcode"
900
  msgstr "Shortcode"
901
 
902
- #: libs/tab-support.php:55
903
  msgid ""
904
  "If you're having a problem getting a specific document to work, paste the "
905
  "shortcode you're trying to use here."
@@ -907,62 +935,88 @@ msgstr ""
907
  "Als je een probleem hebt met een specifiek document, plak dan de shortcode "
908
  "hier in die je probeert te gebruiken."
909
 
910
- #: libs/tab-support.php:59
 
 
 
 
 
 
 
 
 
 
 
911
  msgid "Message"
912
  msgstr "Bericht"
913
 
914
- #: libs/tab-support.php:65
915
  msgid "Message Options"
916
- msgstr "Bericht opties"
917
 
918
- #: libs/tab-support.php:67
919
  msgid "Send debug information"
920
- msgstr "Stuur debug informatie"
921
 
922
- #: libs/tab-support.php:68
923
  msgid "View"
924
- msgstr "Toon"
925
 
926
- #: libs/tab-support.php:69
927
  msgid "Hide"
928
- msgstr "Verberg"
929
 
930
- #: libs/tab-support.php:70
931
  msgid "Send me a copy"
932
  msgstr "Stuur me een kopie"
933
 
934
- #: libs/tab-support.php:76
935
  msgid "Debug Information"
936
- msgstr "Debug informatie"
937
 
938
- #: libs/tab-support.php:77
939
  msgid ""
940
  "Note: Profile and settings export and diagnostic log (if present) will be "
941
  "attached."
942
  msgstr ""
943
- "Notitie: Profiel en instellingen exporteren en diagnose log (indien "
944
  "aanwezig) worden bijgevoegd."
945
 
946
- #: libs/tab-support.php:135
947
  msgid ""
948
  "I'm less likely to be able to help you if you do not include debug "
949
  "information."
950
  msgstr ""
951
- "Als je geen debug informatie meestuurd is het minder waarschijnlijk dat ik "
952
  "je kan helpen."
953
 
954
- #: libs/tab-support.php:137
955
  msgid "Send Request"
956
- msgstr "Stuur een verzoek"
957
 
958
- #: libs/tab-support.php:141
959
  msgid "Request Sent"
960
- msgstr "Verzoek verstuurd"
961
 
962
- #: libs/tab-support.php:142
963
  msgid ""
964
  "Delivery failed. You can manually send this information to wpp@tnw.org for "
965
  "help."
966
  msgstr ""
967
- "Afleveren mislukt. Je kan de informatie ook handmatig opsturen aan wpp@tnw."
968
- "org for hulp."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Doc Embedder\n"
4
+ "POT-Creation-Date: 2013-01-29 13:40-0600\n"
5
+ "PO-Revision-Date: 2013-11-29 19:11+0100\n"
6
+ "Last-Translator: Niko Strijbol <strijbol.niko@gmail.com>\n"
7
+ "Language-Team: Niko Strijbol <strijbol.niko@gmail.com>\n"
8
+ "Language: nl_NL\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-Generator: Poedit 1.5.7\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: functions-admin.php:266
 
20
  msgid "Import"
21
+ msgstr "Importeren"
22
 
23
+ #: functions-admin.php:277
24
  msgid "Performing full import..."
25
+ msgstr "Volledige import uitvoeren..."
26
 
27
+ #: functions-admin.php:281 functions-admin.php:306
28
  msgid "Importing profiles"
29
+ msgstr "Profielen importeren"
30
 
31
+ #: functions-admin.php:287 functions-admin.php:301 functions-admin.php:312
32
+ #: functions-admin.php:325
33
  msgid "done"
34
  msgstr "klaar"
35
 
36
+ #: functions-admin.php:290 functions-admin.php:299 functions-admin.php:315
37
+ #: functions-admin.php:323
38
  msgid "failed"
39
  msgstr "mislukt"
40
 
41
+ #: functions-admin.php:296
42
  msgid "Importing settings"
43
+ msgstr "Instellingen importeren"
44
 
45
+ #: functions-admin.php:319
46
  msgid "Importing settings... "
47
+ msgstr "Instellingen importeren..."
48
 
49
+ #: functions-admin.php:328 functions-admin.php:571 options.php:141
50
  msgid "Please select a valid export file to import."
51
+ msgstr "Selecteer een geldige exportbestand om te importeren."
52
 
53
+ #: functions-admin.php:332
54
  msgid "All or part of the import failed. See above for information."
55
  msgstr ""
56
+ "Alles of stukken van het importeren zijn mislukt. Zie hierboven voor meer "
57
  "informatie."
58
 
59
+ #: functions-admin.php:334
60
  msgid "Import completed successfully."
61
  msgstr "Importeren is volledig succesvol."
62
 
63
+ #: functions-admin.php:337
64
  msgid "Return to GDE Settings"
65
+ msgstr "Ga terug naar GDE-instellingen"
66
 
67
+ #: functions-admin.php:414 functions-admin.php:540 options.php:168
68
+ #: libs/tab-advanced.php:143
69
  msgid "Settings"
70
  msgstr "Instellingen"
71
 
72
+ #: functions-admin.php:423
73
  msgid "You do not have sufficient permissions to access this page"
74
  msgstr "Je hebt onvoldoende rechten voor toegang tot deze pagina"
75
 
76
+ #: functions-admin.php:528
77
  msgid "plugin"
78
+ msgstr "plug-in"
79
 
80
+ #: functions-admin.php:529
81
  msgid "Version"
82
  msgstr "Versie"
83
 
84
+ #: functions-admin.php:567
85
  msgid "This profile will be permanently deleted."
86
  msgstr "Dit profiel zal volledig verwijderd worden."
87
 
88
+ #: functions-admin.php:567 functions-admin.php:568 functions-admin.php:569
89
+ #: functions-admin.php:572
90
  msgid "Are you sure?"
91
  msgstr "Weet je het zeker?"
92
 
93
+ #: functions-admin.php:568
94
  msgid "Settings for this profile will overwrite the default profile."
95
  msgstr ""
96
+ "Instellingen voor dit profiel zullen de standaardinstelling overschrijven."
97
 
98
+ #: functions-admin.php:569
99
  msgid ""
100
  "Your profile list will be reset to its original state. All changes will be "
101
  "lost."
102
  msgstr ""
103
+ "Je profiel lijst zal teruggezet worden naar de originele instellingen. Alle "
104
  "aanpassingen gaan verloren."
105
 
106
+ #: functions-admin.php:572
107
  msgid ""
108
  "Any settings or duplicate profile names in this import will overwrite the "
109
  "current values."
110
  msgstr ""
111
+ "Elke instelling of dubbel profielnamen die geïmporteerd worden zullen "
112
  "bestaande waarden overschrijven."
113
 
114
+ #: functions-admin.php:574
115
  msgid "Please include a shortcode or message to request support."
116
  msgstr "Graag inclusief de shortcode of bericht om hulp te verkrijgen."
117
 
118
+ #: functions-admin.php:612
119
  msgid "Embed file using Google Doc Embedder"
120
+ msgstr "Bestand insluiten met Google Doc Embedder"
121
 
122
+ #: functions-admin.php:629 libs/lib-eddialog.php:85
123
  msgid "Select the GDE viewer profile to use"
124
+ msgstr "Selecteer het GDE-viewerprofiel voor gebruik"
125
 
126
+ #: functions-admin.php:780
127
  msgid ""
128
  "You are running a pre-release version of Google Doc Embedder. Please watch "
129
  "this space for important updates."
131
  "Je gebruikt een pre-release versie van Google Doc Embedder. Kijk hier om "
132
  "informatie te zien over belangrijke updates"
133
 
134
+ #: functions.php:104
135
  msgid "File not specified, check shortcode syntax"
136
+ msgstr "Bestand niet gespecificieerd, controleer de shortcode-syntax"
137
 
138
+ #: functions.php:105
139
  msgid "Requested URL is invalid"
140
  msgstr "Aangevraagde URL is foutief"
141
 
142
+ #: functions.php:106
143
  msgid "Unsupported File Type"
144
  msgstr "Niet ondersteund bestandstype"
145
 
146
+ #: functions.php:107
147
+ msgid "Unable to determine file type from URL"
148
+ msgstr "Kan bestandstype niet verkrijgen van URL"
149
+
150
  #: functions.php:108
151
  msgid "Error retrieving file - if necessary turn off error checking"
152
+ msgstr "Fout met ophalen van bestand - schakel indien nodig foutcontrole uit"
153
 
154
+ #: functions.php:232
155
  msgid "Unknown"
156
  msgstr "Onbekend"
157
 
158
+ # Megabytes (for file size reporting)
159
+ #: functions.php:234 libs/tab-advanced.php:38
160
+ msgid "MB"
161
+ msgstr "MB"
162
+
163
+ #: functions.php:366 gviewer.php:304 libs/lib-setup.php:71
164
+ #: libs/lib-setup.php:121
165
  msgid "Download"
166
+ msgstr "Downloaden"
167
 
168
+ #: functions.php:505 view.php:417
169
  msgid "Error"
170
  msgstr "Fout"
171
 
172
+ #: gviewer.php:78
173
  msgid "Unable to load profile settings"
174
+ msgstr "Niet in staat de profielopties te laden"
175
 
176
+ #: gviewer.php:113 gviewer.php:125
177
  msgid "Unable to load requested profile."
178
+ msgstr "Niet in staat het gevraagde profiel te laden."
179
 
180
+ #: gviewer.php:238
181
  msgid "Unable to secure document"
182
+ msgstr "Niet in staat het document te beveiligen"
183
+
184
+ #: gviewer.php:401
185
+ msgid "Setup wasn't able to create the required database tables."
186
+ msgstr "Setup kon de vereiste databasetabellen niet aanmaken."
187
 
188
  #: load.php:8 libs/lib-formsubmit.php:9 libs/lib-secure.php:9
189
+ #: libs/lib-service.php:12 libs/lib-service.php:59 libs/lib-service.php:80
190
  msgid "You do not have sufficient permissions to access this page."
191
  msgstr "Je hebt onvoldoende toegangsrechten voor deze pagina."
192
 
193
  #: load.php:45
194
  msgid "Direct access to this file is not permitted."
195
+ msgstr "Directe toegang tot dit bestand is niet toegestaan."
196
 
197
  #: load.php:71
198
  msgid "The requested file was not found."
200
 
201
  #: load.php:76
202
  msgid "Unable to open the requested file. "
203
+ msgstr "Het is niet mogelijk het gevraagde bestand te openen."
204
 
205
+ #: load.php:92 load.php:96
206
  msgid "The document file type is not supported."
207
+ msgstr "Het document-bestandstype wordt niet ondersteund."
208
 
209
+ #: options.php:13 options.php:68
210
  msgid "Default profile <strong>updated</strong>."
211
+ msgstr "Standaardprofiel <strong>bijgewerkt</strong>."
212
 
213
+ #: options.php:15 options.php:53
214
  msgid "Unable to update profile."
215
  msgstr "Niet mogelijk het profiel bij te werken."
216
 
217
  #: options.php:28
218
+ msgid "Profile name must contain at least one letter."
219
+ msgstr "Profielnaam moet minstens een letter bevatten."
220
+
221
+ #: options.php:31
222
  msgid "Profile name already exists. Please choose another name."
223
+ msgstr "Profielnaam bestaat al. Kies een andere naam."
224
 
225
+ #: options.php:38
226
  msgid "New profile <strong>created</strong>."
227
  msgstr "Nieuw profiel <strong>aangemaakt</strong>."
228
 
229
+ #: options.php:40 options.php:43
230
  msgid "Unable to create profile."
231
  msgstr "Niet mogelijk een een profiel aan te maken"
232
 
233
+ #: options.php:51
234
  msgid "Profile <strong>updated</strong>."
235
+ msgstr "Profiel <strong>bijgewerkt</strong>."
236
 
237
+ #: options.php:61
238
  msgid "Profile <strong>deleted</strong>."
239
  msgstr "Profiel <strong>verwijderd</strong>."
240
 
241
+ #: options.php:63
242
  msgid "Unable to delete profile."
243
+ msgstr "Het is niet mogelijk het profiel te verwijderen."
244
 
245
+ #: options.php:105
246
  msgid "Unable to enable diagnostic logging."
247
+ msgstr "Het is niet mogelijk de diagnostische logging in te schakelen."
248
 
249
+ #: options.php:117 options.php:119
250
  msgid "Settings <strong>updated</strong>."
251
+ msgstr "Instellingen <strong>bijgewerkt</strong>."
252
 
253
+ #: options.php:177 options.php:190
254
  msgid "General"
255
  msgstr "Algemeen"
256
 
257
+ #: options.php:182 options.php:195 libs/tab-advanced.php:142
258
  msgid "Profiles"
259
  msgstr "Profiel"
260
 
261
+ #: options.php:203
262
  msgid "Advanced"
263
  msgstr "Geavanceerd"
264
 
265
+ #: options.php:208
266
  msgid "Support"
267
  msgstr "Ondersteuning"
268
 
269
+ #: options.php:349 libs/tab-support.php:29
270
  msgid "Help"
271
  msgstr "Help"
272
 
273
+ #: options.php:375
274
  msgid "Edit"
275
  msgstr "Bewerken"
276
 
277
+ #: options.php:376
278
  msgid "Delete"
279
  msgstr "Verwijderen"
280
 
281
+ #: options.php:377
282
  msgid "Make Default"
283
+ msgstr "Als Standaard Instellen"
284
 
285
+ #: view.php:42
286
  msgid "Invalid URL format"
287
+ msgstr "Foutief URL-formaat"
288
 
289
+ #: view.php:418
290
  msgid ""
291
  "Unable to retrieve document contents. Please try again or switch to Standard "
292
  "Viewer."
293
  msgstr ""
294
  "Het is niet mogelijk om de inhoud van het document op te halen. Probeer "
295
+ "opnieuw of schakel naar de standaardviewer."
296
 
297
  #: js/tb-newwin.php:7
298
  msgid "View in full screen"
299
+ msgstr "Bekijken in volledig scherm"
300
 
301
  #: js/tb-newwin.php:11
302
  msgid "Open in new window"
303
+ msgstr "Openen in een nieuw scherm"
304
 
305
  #: libs/lib-eddialog.php:8
306
  msgid "Access denied."
308
 
309
  #: libs/lib-eddialog.php:52
310
  msgid "Insert Google Doc Embedder Shortcode"
311
+ msgstr "Google Doc Embedder-shortcode Invoegen"
312
 
313
  #: libs/lib-eddialog.php:55
314
  msgid "Required"
316
 
317
  #: libs/lib-eddialog.php:59
318
  msgid "URL or Filename"
319
+ msgstr "URL of bestandsnaam"
320
 
321
  #: libs/lib-eddialog.php:60
322
  msgid "Full URL or filename to append to profile Base URL"
323
  msgstr ""
324
+ "Volledige URL of bestandnaam dat toegevoegd wordt aan het Base URL-profiel"
325
 
326
  #: libs/lib-eddialog.php:65
327
  msgid "Profile Base URL will be prefixed"
328
+ msgstr "Base URL-profiel wordt vooraf gegaan door"
329
 
330
  #: libs/lib-eddialog.php:68
331
  msgid "Unsupported file type"
332
+ msgstr "Niet-ondersteund bestandstype"
333
 
334
  #: libs/lib-eddialog.php:74
335
  msgid "Profile"
337
 
338
  #: libs/lib-eddialog.php:93
339
  msgid "Optional (Override Profile Settings)"
340
+ msgstr "Optioneel (Profielopties Overschrijven)"
341
+
342
+ #: libs/lib-eddialog.php:98
343
+ msgid "Use selected profile settings"
344
+ msgstr "Gebruik geselecteerde profielopties"
345
 
346
+ #: libs/lib-eddialog.php:103 libs/lib-profile.php:201
347
  msgid "Height"
348
  msgstr "Hoogte"
349
 
350
+ #: libs/lib-eddialog.php:108 libs/lib-profile.php:197
351
  msgid "Width"
352
  msgstr "Breedte"
353
 
354
+ #: libs/lib-eddialog.php:109
355
  #, php-format
356
  msgid "Format: 40% or 300px"
357
  msgstr "Formaat: 40% of 300px"
358
 
359
+ #: libs/lib-eddialog.php:114
360
  msgid "Start Page #"
361
  msgstr "Start Pagina #"
362
 
363
+ #: libs/lib-eddialog.php:122
364
  msgid "Show Download Link"
365
+ msgstr "Downloadlink tonen"
366
 
367
+ #: libs/lib-eddialog.php:125
368
  msgid "Yes"
369
  msgstr "Ja"
370
 
371
+ #: libs/lib-eddialog.php:126
372
  msgid "No"
373
  msgstr "Nee"
374
 
375
+ #: libs/lib-eddialog.php:132
376
  msgid "Disable caching (this document is frequently overwritten)"
377
+ msgstr "Caching uitschakelen (als dit document vaak wordt overschreven)"
378
 
379
+ #: libs/lib-eddialog.php:143
380
  msgid "Shortcode Preview"
381
+ msgstr "Shortcode Preview"
382
 
383
+ #: libs/lib-eddialog.php:151
384
  msgid "Insert"
385
  msgstr "Invoegen"
386
 
387
+ #: libs/lib-eddialog.php:155
388
  msgid "Cancel"
389
  msgstr "Annuleren"
390
 
391
+ #: libs/lib-profile.php:12 libs/tab-advanced.php:134 libs/tab-profiles.php:20
392
  msgid ""
393
  "Unable to load profile settings. Please re-activate GDE and if the problem "
394
  "persists, request help using the \"Support\" tab."
395
  msgstr ""
396
+ "Niet mogelijk om de profielopties te laden. Heractiveer GDE en als de "
397
+ "problemen blijven, vraag dan hulp aan via het \"Ondersteuning\"stabblad."
398
 
399
  #: libs/lib-profile.php:25
400
  msgid "Default Settings"
401
+ msgstr "Standaardinstellingen"
402
 
403
  #: libs/lib-profile.php:26
404
  msgid ""
405
  "These settings define the default viewer profile, which is used when no "
406
  "other profile is specified."
407
  msgstr ""
408
+ "Deze instellingen definiëren de standaardprofielopties, die worden gebruikt "
409
+ "als er geen specifiek profiel is opgegeven."
410
 
411
  #: libs/lib-profile.php:30
412
  msgid "Edit Profile"
413
+ msgstr "Profiel Bewerken"
414
 
415
+ #: libs/lib-profile.php:62
416
  msgid "Viewer Mode"
417
+ msgstr "Viewermodus"
418
 
419
+ #: libs/lib-profile.php:66
420
  msgid "Standard Viewer"
421
+ msgstr "Standaardviewer"
422
 
423
+ #: libs/lib-profile.php:66
424
  msgid "Embed the basic viewer only"
425
+ msgstr "Enkel de basisviewer insluiten"
426
 
427
+ #: libs/lib-profile.php:67
428
  msgid "Enhanced Viewer"
429
  msgstr "Geavanceerde Viewer"
430
 
431
+ #: libs/lib-profile.php:67
432
  msgid "Enable extended viewer options"
433
+ msgstr "Uitgebreide vieweropties inschakelen"
434
 
435
+ #: libs/lib-profile.php:77
436
  msgid "Enhanced Viewer Settings"
437
+ msgstr "Vieweropties Inschakelen"
438
 
439
+ #: libs/lib-profile.php:81
440
  msgid "Toolbar"
441
+ msgstr "Werkbalk"
442
 
443
+ #: libs/lib-profile.php:85
444
  msgid "Remove Toolbar"
445
+ msgstr "Werkbalk Verwijderen"
446
 
447
+ #: libs/lib-profile.php:90
448
  msgid "Use Mobile Toolbar"
449
+ msgstr "Mobiele Werkbalk gebruiken"
450
 
451
+ #: libs/lib-profile.php:94
452
  msgid "Mobile Devices Only (Default)"
453
+ msgstr "Enkel Bij Mobiele Apparaten (Standaard)"
454
 
455
+ #: libs/lib-profile.php:94
456
  msgid "Use mobile toolbar when mobile device detected"
457
+ msgstr "Gebruik mobiele werkbalk als er een mobiel apparaat wordt gedetecteerd"
458
 
459
+ #: libs/lib-profile.php:95
460
  msgid "Always"
461
  msgstr "Altijd"
462
 
463
+ #: libs/lib-profile.php:95
464
  msgid "Use mobile toolbar for all visitors"
465
+ msgstr "Mobiele werkbalk voor alle gebruikers gebruiken"
466
 
467
+ #: libs/lib-profile.php:96
468
  msgid "Never"
469
  msgstr "Nooit"
470
 
471
+ #: libs/lib-profile.php:96
472
  msgid "Never use mobile toolbar"
473
+ msgstr "Mobiele werkbalk nooit gebruiken"
474
 
475
+ #: libs/lib-profile.php:103
476
  msgid "Toolbar Items"
477
+ msgstr "Werkbalkitems"
478
 
479
+ #: libs/lib-profile.php:106
480
  msgid "Page Numbers"
481
+ msgstr "Paginanummers"
482
 
483
+ #: libs/lib-profile.php:107
484
  msgid "Previous/Next Page"
485
  msgstr "Vorige/Volgende Pagina"
486
 
487
+ #: libs/lib-profile.php:108
488
  msgid "Zoom In/Out"
489
+ msgstr "In-/Uitzoomen"
490
 
491
+ #: libs/lib-profile.php:109
492
  msgid "Full Screen/New Window"
493
  msgstr "Volledige scherm/Nieuw scherm"
494
 
495
+ #: libs/lib-profile.php:112
496
  msgid ""
497
  "Uncheck items to remove from toolbar. Buttons will vary based on file type "
498
  "and device used."
499
  msgstr ""
500
+ "Vink items uit als ze verwijderd moeten worden van de werkbalk. De knoppen "
501
+ "zullen variëren, afhankelijk van het bestandstype en het gebruikte apparaat."
 
502
 
503
+ #: libs/lib-profile.php:116
504
  msgid "Full Screen Behavior"
505
+ msgstr "Gedrag Bij Volledig Scherm"
506
 
507
+ #: libs/lib-profile.php:120
508
  msgid "Google-Hosted Page (Default)"
509
  msgstr "Google-Hosted pagina (Standaard)"
510
 
511
+ #: libs/lib-profile.php:122
512
  msgid "Full Screen Viewer"
513
+ msgstr "Volledig schermviewer"
514
 
515
+ #: libs/lib-profile.php:127
516
  msgid "Open in New Window"
517
+ msgstr "Openen in een nieuwe pagina"
518
+
519
+ #: libs/lib-profile.php:128
520
+ msgid "Allow Logged-in Users Only"
521
+ msgstr "Enkel Ingelogde Gebruikers Toestaan"
522
 
523
+ #: libs/lib-profile.php:129
524
  msgid "Allow Printing"
525
+ msgstr "Printen Toestaan"
526
 
527
+ #: libs/lib-profile.php:134
528
  msgid "Page Area Background Color"
529
+ msgstr "Pagina-achtergrondkleur"
530
 
531
+ #: libs/lib-profile.php:139
532
  msgid "None (Transparent)"
533
  msgstr "Geen (transparant)"
534
 
535
+ #: libs/lib-profile.php:144
536
  msgid "Page Border Color"
537
+ msgstr "Paginarandkleur"
538
 
539
+ #: libs/lib-profile.php:149
540
  msgid "No Border"
541
  msgstr "Geen kleur"
542
 
543
+ #: libs/lib-profile.php:154
544
  msgid "Custom CSS File"
545
+ msgstr "Aangepast CSS-bestand"
546
 
547
+ #: libs/lib-profile.php:160
548
  msgid "URL of custom CSS file (may override some of the above options)"
549
  msgstr ""
550
+ "URL van het aangepaste CSS-bestand (enkele van de bovenstaande opties kunnen "
551
  "worden overschreven) "
552
 
553
+ #: libs/lib-profile.php:164
554
  msgid "Security"
555
  msgstr "Beveiliging"
556
 
557
+ #: libs/lib-profile.php:167
558
  msgid "Hide ability to select/copy/paste text"
559
+ msgstr "Selecteren/kopiëren/plakken van teksten verbergen"
 
560
 
561
+ #: libs/lib-profile.php:168
562
  msgid "Block all download requests for file"
563
+ msgstr "Blokeer alle downloadaanvragen voor het bestand"
564
 
565
+ #: libs/lib-profile.php:179
566
  msgid "Default Language"
567
+ msgstr "Standaardtaal"
568
 
569
+ #: libs/lib-profile.php:191
570
  msgid "Language of toolbar button tips"
571
+ msgstr "Taal van de werkbalktips"
572
 
573
+ #: libs/lib-profile.php:195
574
  msgid "Default Size"
575
+ msgstr "Standaardgrootte"
576
 
577
+ #: libs/lib-profile.php:206
578
  msgid "Enter as pixels or percentage (example: 500px or 100%)"
579
  msgstr "Voer in als pixels of percentage (voorbeeld: 500px of 100%)"
580
 
581
+ #: libs/lib-profile.php:210
582
  msgid "File Base URL"
583
+ msgstr "Basis Bestand-URL"
584
 
585
+ #: libs/lib-profile.php:216
586
  msgid ""
587
  "Any file not starting with <code>http</code> will be prefixed by this value"
588
  msgstr ""
589
+ "Elk bestand dat niet begint met <code>http</code> zal deze waarde erbij "
590
+ "krijgen"
591
 
592
+ #: libs/lib-profile.php:220
593
  msgid "Download Link"
594
+ msgstr "Downloadlink"
595
 
596
+ #: libs/lib-profile.php:224
597
  msgid "All Users"
598
+ msgstr "Alle Gebruikers"
599
 
600
+ #: libs/lib-profile.php:224
601
  msgid "Download link visible to everyone by default"
602
+ msgstr "Downloadlink standaard voor iedereen zichtbaar"
603
 
604
+ #: libs/lib-profile.php:225
605
  msgid "Logged-in Users"
606
+ msgstr "Ingelogde Gebruikers"
607
 
608
+ #: libs/lib-profile.php:225
609
  msgid "Download link visible to logged-in users"
610
+ msgstr "Downloadlink zichtbaar voor ingelogde gebruikers"
611
 
612
+ #: libs/lib-profile.php:226 libs/tab-advanced.php:93
613
  msgid "None"
614
  msgstr "Geen"
615
 
616
+ #: libs/lib-profile.php:226
617
  msgid "Download link is not visible by default"
618
+ msgstr "Downloadlink is niet standaard zichtbaar"
619
 
620
+ #: libs/lib-profile.php:233
621
  msgid "Link Text"
622
+ msgstr "Linktekst"
623
 
624
+ #: libs/lib-profile.php:236
625
  msgid "You can further customize text using these dynamic replacements:"
626
  msgstr ""
627
+ "Je kan de tekst verder aanpassen voor het gebruik van deze dynamische "
628
  "vervangingen:"
629
 
630
+ #: libs/lib-profile.php:237
631
  msgid "filename"
632
+ msgstr "bestandsnaam"
633
 
634
+ #: libs/lib-profile.php:238
635
  msgid "file type"
636
+ msgstr "bestandstype"
637
 
638
+ #: libs/lib-profile.php:239
639
  msgid "file size"
640
+ msgstr "bestandsgrootte"
641
 
642
+ #: libs/lib-profile.php:243
643
  msgid "Link Position"
644
+ msgstr "Linklocatie"
645
 
646
+ #: libs/lib-profile.php:247
647
  msgid "Above Viewer"
648
  msgstr "Boven Viewer"
649
 
650
+ #: libs/lib-profile.php:248
651
  msgid "Below Viewer"
652
  msgstr "Onder Viewer"
653
 
654
+ #: libs/lib-profile.php:254
655
  msgid "Link Behavior"
656
+ msgstr "Linkgedrag"
657
 
658
+ #: libs/lib-profile.php:257
659
  msgid "Force download (bypass browser plugins)"
660
+ msgstr "Download forceren (negeer browserplug-ins)"
661
 
662
+ #: libs/lib-profile.php:258
663
  msgid "Shorten URL"
664
+ msgstr "URL Korter Maken"
665
 
666
+ #: libs/lib-profile.php:266 libs/tab-advanced.php:122
667
  msgid "Save Changes"
668
+ msgstr "Wijzigingen Opslaan"
669
 
670
+ #: libs/lib-setup.php:52
671
  msgid "This is the default profile, used when no profile is specified."
672
+ msgstr "Dit is het standaardprofiel, als er geen profiel is gespecifiëerd."
673
 
674
+ #: libs/lib-setup.php:77
675
  msgid "Hide document location and text selection, prevent downloads"
676
+ msgstr "Verberg de documentlocatie en de textselecties, voorkom downloads"
677
 
678
+ #: libs/lib-setup.php:102
679
  msgid "Dark-colored theme, example of custom CSS option"
680
+ msgstr "Donker-gekleurd thema, voorbeeld van de aangepast CSS-optie"
681
 
682
  #: libs/tab-advanced.php:19
683
  msgid "Plugin Behavior"
684
+ msgstr "Plug-ingedrag"
685
 
686
  #: libs/tab-advanced.php:24
687
  msgid "Editor Integration"
688
+ msgstr "Bewerkerintegratie"
689
 
690
  #: libs/tab-advanced.php:27
691
  msgid "Disable all editor integration"
692
+ msgstr "Alle integratie met de tekstbewerker uitschakelen"
693
 
694
+ #: libs/tab-advanced.php:28
695
  msgid "Insert shortcode from Media Library by default"
696
+ msgstr "Standaard shortcode invoegen vanuit de Mediabibliotheek"
697
 
698
+ #: libs/tab-advanced.php:29
699
  msgid "Allow uploads of all supported media types"
700
+ msgstr "Uploaden van alle ondersteunde mediatypes toestaan"
701
 
702
+ #: libs/tab-advanced.php:34
703
  msgid "Maximum File Size"
704
+ msgstr "Maximale bestandsgrootte"
705
 
706
+ #: libs/tab-advanced.php:40
707
  msgid ""
708
  "Very large files (typically 8-12MB) aren't supported by Google Doc Viewer"
709
  msgstr ""
710
+ "Erg grote bestanden (meestal 8-12 MB) worden niet ondersteund door de Google "
711
+ "Doc Viewer"
712
 
713
+ #: libs/tab-advanced.php:44
714
  msgid "Error Handling"
715
+ msgstr "Handelingsfout"
716
 
717
+ #: libs/tab-advanced.php:47
718
  msgid "Show error messages inline (otherwise, they appear in HTML comments)"
719
  msgstr ""
720
+ "Toon foutmeldingen inline (anders worden ze getoond als HTML-commentaren)"
721
 
722
+ #: libs/tab-advanced.php:48
723
  msgid "Check for errors before loading viewer"
724
  msgstr "Controleer op fouten voordat de viewer geladen wordt"
725
 
726
+ #: libs/tab-advanced.php:50
727
  msgid "Enable extended diagnostic logging <em>(manually enabled)</em>"
728
  msgstr ""
729
+ "Schakel de uitgebreide diagnotische logging in <em>(handmatig inschakelen)</"
730
+ "em>"
731
 
732
+ #: libs/tab-advanced.php:52
733
  msgid "Enable extended diagnostic logging"
734
  msgstr "Inschakelen van de uitgebreide logging"
735
 
736
+ #: libs/tab-advanced.php:54
 
 
 
 
737
  msgid "clear log"
738
+ msgstr "log wissen"
739
+
740
+ #: libs/tab-advanced.php:59
741
+ msgid "show log"
742
+ msgstr "log tonen"
743
 
744
+ #: libs/tab-advanced.php:65
745
  msgid "Version Notifications"
746
+ msgstr "Versieberichten"
747
 
748
+ #: libs/tab-advanced.php:69
749
  msgid "All Versions"
750
+ msgstr "Alle Versies"
751
 
752
+ #: libs/tab-advanced.php:69
753
  msgid "You will receive release and beta notifications"
754
+ msgstr "Je krijgt een bericht voor elke release- en betaversie"
755
 
756
+ #: libs/tab-advanced.php:70
757
  msgid "Release Versions Only"
758
+ msgstr "Alleen Releaseversie's"
759
 
760
+ #: libs/tab-advanced.php:70
761
  msgid "You will not receive beta notifications"
762
+ msgstr "Je krijgt geen betaberichten"
763
 
764
+ #: libs/tab-advanced.php:79
765
  msgid "Google Analytics"
766
  msgstr "Google Analytics"
767
 
768
+ #: libs/tab-advanced.php:81
769
  msgid ""
770
  "To use Google Analytics integration, the GA tracking code must already be "
771
  "installed on your site."
772
  msgstr ""
773
+ "Om Google Analytics-integratie te gebruiken, moet de GA-tracking code "
774
  "geïnstalleerd zijn op je site."
775
 
776
+ #: libs/tab-advanced.php:82
777
  msgid "More Info"
778
+ msgstr "Meer Informatie"
779
 
780
+ #: libs/tab-advanced.php:87
781
  msgid "Event Tracking"
782
  msgstr "Event Tracking"
783
 
784
+ #: libs/tab-advanced.php:91
785
  msgid "Enabled"
786
  msgstr "Ingeschakeld"
787
 
788
+ #: libs/tab-advanced.php:91
789
  msgid "Track events in Google Analytics"
790
+ msgstr "Events in Google Analytics traceren"
791
 
792
+ #: libs/tab-advanced.php:92
793
  msgid "Enabled (Compatibility Mode)"
794
+ msgstr "Inschakelen (Compatibliteitsmodus)"
795
 
796
+ #: libs/tab-advanced.php:92
797
  msgid "Track events using older GDE format (< 2.5)"
798
+ msgstr "Track events met oudere GDE-formaat (<2.5)"
799
 
800
+ #: libs/tab-advanced.php:93
801
  msgid "Disable Google Analytics integration"
802
+ msgstr "Uitschakelen van Google Analytics-integratie"
803
 
804
+ #: libs/tab-advanced.php:100
805
  msgid "Category"
806
+ msgstr "Categorie"
807
 
808
+ #: libs/tab-advanced.php:108
809
  msgid "Label"
810
  msgstr "Label"
811
 
812
+ #: libs/tab-advanced.php:112
813
  msgid "Document URL"
814
+ msgstr "Document-URL"
815
 
816
+ #: libs/tab-advanced.php:113
817
  msgid "Document Filename"
818
+ msgstr "Documentnaam"
819
 
820
+ #: libs/tab-advanced.php:130
821
  msgid "Backup and Import"
822
+ msgstr "Back-up en importeren"
823
 
824
+ #: libs/tab-advanced.php:138
825
  msgid ""
826
  "Download a file to your computer containing your profiles, settings, or "
827
  "both, for backup or migration purposes."
828
  msgstr ""
829
+ "Download een bestand naar je computer met uw profielen, instellingen, of "
830
+ "beiden, voor back-up of migratiedoeleinden."
831
 
832
+ #: libs/tab-advanced.php:141
833
  msgid "All Profiles and Settings"
834
  msgstr "Alle profielen en instellingen."
835
 
836
+ #: libs/tab-advanced.php:147
837
  msgid "Download Export File"
838
+ msgstr "Exportbestand Downloaden"
839
 
840
+ #: libs/tab-advanced.php:155
841
  msgid "To import, choose a file from your computer:"
842
  msgstr "Om te importeren, kies een bestand van je computer:"
843
 
844
+ #: libs/tab-advanced.php:161
845
  msgid "Upload File and Import"
846
+ msgstr "Bestand uploaden en importeren"
847
 
848
  #: libs/tab-profiles.php:34 libs/tab-profiles.php:47
849
  msgid "ID"
859
 
860
  #: libs/tab-profiles.php:92
861
  msgid "Reset Profiles"
862
+ msgstr "Rrofielen Resetten"
863
 
864
  #: libs/tab-profiles.php:100 libs/tab-profiles.php:125
865
  msgid "Add New Profile"
866
+ msgstr "Nieuw Profiel Toevoegen"
867
 
868
  #: libs/tab-profiles.php:106
869
  msgid ""
870
  "The name (or ID number) is used to select the profile via the shortcode. It "
871
  "is all lowercase and contains only letters, numbers, and hyphens."
872
  msgstr ""
873
+ "De naam (of ID-nummer) dat gebruikt wordt voor het selecteren via de "
874
+ "shortcode. Dit zijn alleen kleine letters en mag alleen letters, cijfers en "
875
  "streepjes bevatten."
876
 
877
  #: libs/tab-profiles.php:109
878
  msgid "Parent"
879
+ msgstr "Parent"
880
 
881
  #: libs/tab-profiles.php:117
882
  msgid "Select which profile to use as a starting point."
887
  msgstr ""
888
  "Beschrijf het doel van het profiel, voor je eigen referentie (optioneel)."
889
 
890
+ #: libs/tab-support.php:27
891
  msgid ""
892
+ "Most support questions have already been answered. Please review these pages "
893
+ "before asking for support:"
894
  msgstr ""
895
+ "Meeste ondersteuningsvragen zijn al beantwoord. Bekijk a.u.b. deze pagina's "
896
+ "voordat u om hulp vraagt:"
 
 
 
897
 
898
  #: libs/tab-support.php:30
899
+ msgid "Plugin FAQ"
900
+ msgstr "Plug-in-FAQ"
 
 
 
 
 
901
 
902
  #: libs/tab-support.php:37
903
  msgid "Support Request"
904
+ msgstr "Ondersteuningsaanvraag"
905
+
906
+ #: libs/tab-support.php:38
907
+ msgid ""
908
+ "Requests sent from this form are handled by an actual human, so please don't "
909
+ "send test messages or other spam."
910
+ msgstr ""
911
+ "Verzoeken verstuurd met dit formulier worden behandeld door een echte mens, "
912
+ "dus zend a.u.b. geen testberichten of andere spam."
913
 
914
+ #: libs/tab-support.php:42
915
  msgid "Your Name"
916
  msgstr "Je naam"
917
 
918
+ #: libs/tab-support.php:46
919
  msgid "Your E-mail"
920
  msgstr "Je e-mailadres"
921
 
922
+ #: libs/tab-support.php:49
923
  msgid "A valid email address is required."
924
+ msgstr "Een geldig e-mailadres is verplicht."
925
 
926
+ #: libs/tab-support.php:53
927
  msgid "Shortcode"
928
  msgstr "Shortcode"
929
 
930
+ #: libs/tab-support.php:56
931
  msgid ""
932
  "If you're having a problem getting a specific document to work, paste the "
933
  "shortcode you're trying to use here."
935
  "Als je een probleem hebt met een specifiek document, plak dan de shortcode "
936
  "hier in die je probeert te gebruiken."
937
 
938
+ #: libs/tab-support.php:60
939
+ msgid "URL"
940
+ msgstr "URL"
941
+
942
+ #: libs/tab-support.php:63
943
+ msgid ""
944
+ "Paste the full web address of a page where I should be able to see the "
945
+ "problem occurring."
946
+ msgstr ""
947
+ "Plak het volledige webadres van een pagina waar ik het probleem moet zien."
948
+
949
+ #: libs/tab-support.php:67
950
  msgid "Message"
951
  msgstr "Bericht"
952
 
953
+ #: libs/tab-support.php:73
954
  msgid "Message Options"
955
+ msgstr "Berichtopties"
956
 
957
+ #: libs/tab-support.php:75
958
  msgid "Send debug information"
959
+ msgstr "Stuur debuginformatie"
960
 
961
+ #: libs/tab-support.php:76
962
  msgid "View"
963
+ msgstr "Tonen"
964
 
965
+ #: libs/tab-support.php:77
966
  msgid "Hide"
967
+ msgstr "Verbergen"
968
 
969
+ #: libs/tab-support.php:78
970
  msgid "Send me a copy"
971
  msgstr "Stuur me een kopie"
972
 
973
+ #: libs/tab-support.php:84
974
  msgid "Debug Information"
975
+ msgstr "Debuginformatie"
976
 
977
+ #: libs/tab-support.php:85
978
  msgid ""
979
  "Note: Profile and settings export and diagnostic log (if present) will be "
980
  "attached."
981
  msgstr ""
982
+ "Opmerking: profiel en instellingen exporteren en diagnose log (indien "
983
  "aanwezig) worden bijgevoegd."
984
 
985
+ #: libs/tab-support.php:160
986
  msgid ""
987
  "I'm less likely to be able to help you if you do not include debug "
988
  "information."
989
  msgstr ""
990
+ "Als je geen debuginformatie meestuurt, is het minder waarschijnlijk dat ik "
991
  "je kan helpen."
992
 
993
+ #: libs/tab-support.php:162
994
  msgid "Send Request"
995
+ msgstr "Verzoek Sturen"
996
 
997
+ #: libs/tab-support.php:166
998
  msgid "Request Sent"
999
+ msgstr "Verzoek Verstuurd"
1000
 
1001
+ #: libs/tab-support.php:167
1002
  msgid ""
1003
  "Delivery failed. You can manually send this information to wpp@tnw.org for "
1004
  "help."
1005
  msgstr ""
1006
+ "Afleveren mislukt. U kan de informatie ook handmatig opsturen aan wpp@tnw."
1007
+ "org voor hulp."
1008
+
1009
+ #~ msgid ""
1010
+ #~ "Please review the documentation before submitting a request for support:"
1011
+ #~ msgstr ""
1012
+ #~ "Lees de documentatie voordat er een verzoek tot ondersteuning gedaan "
1013
+ #~ "wordt."
1014
+
1015
+ #~ msgid "Support Forum"
1016
+ #~ msgstr "Support Forum"
1017
+
1018
+ #~ msgid ""
1019
+ #~ "If you're still experiencing a problem, please complete the form below."
1020
+ #~ msgstr ""
1021
+ #~ "Als je nog altijd een probleem hebt, vul dan het onderstaande formulier "
1022
+ #~ "in."
libs/lib-bootstrap.php CHANGED
@@ -4,13 +4,16 @@
4
  $path = '';
5
 
6
  // bootstrap for getting ABSPATH constant to wp-load.php outside the admin screen
7
- if ( ! defined('WP_LOAD_PATH') ) {
8
  $classic_root = dirname( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '/';
9
  if ( file_exists( $classic_root . 'wp-load.php' ) ) {
10
- define('WP_LOAD_PATH', $classic_root);
11
  } else {
12
  if ( file_exists( $path . 'wp-load.php' ) ) {
13
- define('WP_LOAD_PATH', $path);
 
 
 
14
  } else {
15
  exit( 'Could not find wp-load.php' );
16
  }
4
  $path = '';
5
 
6
  // bootstrap for getting ABSPATH constant to wp-load.php outside the admin screen
7
+ if ( ! defined( 'WP_LOAD_PATH' ) ) {
8
  $classic_root = dirname( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '/';
9
  if ( file_exists( $classic_root . 'wp-load.php' ) ) {
10
+ define( 'WP_LOAD_PATH', $classic_root );
11
  } else {
12
  if ( file_exists( $path . 'wp-load.php' ) ) {
13
+ define( 'WP_LOAD_PATH', $path );
14
+
15
+ // standardize current working directory
16
+ @chdir( WP_LOAD_PATH );
17
  } else {
18
  exit( 'Could not find wp-load.php' );
19
  }
libs/lib-mobilecheck.php CHANGED
@@ -2,14 +2,14 @@
2
  /*
3
  * Mobile detection adapted from:
4
  * http://detectmobilebrowsers.com/
5
- * This regex ver: 18 October 2012
6
  */
7
 
8
  function gde_is_mobile_browser() {
9
  $useragent = $_SERVER['HTTP_USER_AGENT'];
10
 
11
- if ( preg_match('/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i',$useragent)||preg_match('/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i',
12
- substr( $useragent, 0, 4 ) ) ) {
13
  return true;
14
  } else {
15
  return false;
2
  /*
3
  * Mobile detection adapted from:
4
  * http://detectmobilebrowsers.com/
5
+ * This regex ver: 9 September 2013
6
  */
7
 
8
  function gde_is_mobile_browser() {
9
  $useragent = $_SERVER['HTTP_USER_AGENT'];
10
 
11
+ if ( preg_match( '/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i',$useragent)||preg_match('/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i',
12
+ substr( $useragent, 0, 4 ) ) ) {
13
  return true;
14
  } else {
15
  return false;
libs/tab-profiles.php CHANGED
@@ -97,7 +97,7 @@
97
  <div class="col-wrap">
98
  <div class="form-wrap">
99
  <?php gde_help_link( GDE_PROOPT_URL, 'right' ); ?>
100
- <h3><?php _e('Add New Profile', 'gde'); ?></h3>
101
  <form action="" method="post">
102
  <?php wp_nonce_field('create-new-profile', '_profiles_new'); ?>
103
  <div class="form-field">
97
  <div class="col-wrap">
98
  <div class="form-wrap">
99
  <?php gde_help_link( GDE_PROOPT_URL, 'right' ); ?>
100
+ <h3 class="gde-fix-h3"><?php _e('Add New Profile', 'gde'); ?></h3>
101
  <form action="" method="post">
102
  <?php wp_nonce_field('create-new-profile', '_profiles_new'); ?>
103
  <div class="form-field">
readme.txt CHANGED
@@ -43,7 +43,7 @@ Translations are welcome; see the [web site](http://www.davistribe.org/gde/notes
43
 
44
  * English (en\_US), built-in
45
  * Czech (cs\_CZ) by Jirka, thanks!
46
- * Dutch (nl\_NL) by Robert van den Breemen, thanks!
47
  * French (fr\_FR) by [Erwan](http://profiles.wordpress.org/erwanlescop "Erwan"), thanks!
48
  * Hungarian (hu\_HU) by [szemcse](http://profiles.wordpress.org/szemcse "szemcse"), thanks!
49
  * Russian (ru\_RU) by J&#243;zek, thanks!
@@ -135,9 +135,14 @@ More common questions are answered on the GDE web site [here](http://www.davistr
135
 
136
  (E) Enhanced Viewer
137
 
 
 
 
 
 
138
  = 2.5.11 =
139
  * Fixed: Settings and profiles import
140
- * Changed: Removed beta delivery API (disabled in 2.5.9)
141
 
142
  = 2.5.10 =
143
  * Fixed: PHP warning on multisite during uninstall (thanks TigranTovmasyan)
@@ -147,6 +152,7 @@ More common questions are answered on the GDE web site [here](http://www.davistr
147
  = 2.5.9 =
148
  * Fixed: Mixed content restrictions while parent page is SSL
149
  * Removed: page= shortcode attribute (broken in Google Viewer)
 
150
 
151
  = 2.5.8 =
152
  * Added: (E) Right-click menu disabled on secure documents
@@ -227,5 +233,5 @@ More common questions are answered on the GDE web site [here](http://www.davistr
227
 
228
  == Upgrade Notice ==
229
 
230
- = 2.5.10 =
231
  Maintenance release
43
 
44
  * English (en\_US), built-in
45
  * Czech (cs\_CZ) by Jirka, thanks!
46
+ * Dutch (nl\_NL) by Niko Strijbol, thanks!
47
  * French (fr\_FR) by [Erwan](http://profiles.wordpress.org/erwanlescop "Erwan"), thanks!
48
  * Hungarian (hu\_HU) by [szemcse](http://profiles.wordpress.org/szemcse "szemcse"), thanks!
49
  * Russian (ru\_RU) by J&#243;zek, thanks!
135
 
136
  (E) Enhanced Viewer
137
 
138
+ = 2.5.12 =
139
+ * Changed: Updated mobile detection library
140
+ * Changed: Updated settings navigation style for WP 3.8+
141
+ * Changed: Updated Dutch translation (thanks Niko)
142
+
143
  = 2.5.11 =
144
  * Fixed: Settings and profiles import
145
+ * Changed: Removed more unreachable legacy code
146
 
147
  = 2.5.10 =
148
  * Fixed: PHP warning on multisite during uninstall (thanks TigranTovmasyan)
152
  = 2.5.9 =
153
  * Fixed: Mixed content restrictions while parent page is SSL
154
  * Removed: page= shortcode attribute (broken in Google Viewer)
155
+ * Removed: Beta delivery api (server bandwidth issues/WP repo policies)
156
 
157
  = 2.5.8 =
158
  * Added: (E) Right-click menu disabled on secure documents
233
 
234
  == Upgrade Notice ==
235
 
236
+ = 2.5.12 =
237
  Maintenance release