Gallery by BestWebSoft - Version 4.2.5

Version Description

  • 06.11.2014 =
  • Update : The French language file is updated.
  • Bugfix : Image hidden title style should be corrected.
  • Update: Changes were made to gallery templates to have 'password protected' functionality.
Download this release

Release Info

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

Code changes from version 4.2.4 to 4.2.5

Files changed (47) hide show
  1. bws_menu/bws_menu.php +9 -1
  2. bws_menu/icons/multilanguage.png +0 -0
  3. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  4. bws_menu/languages/bestwebsoft-de_DE.po +179 -229
  5. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  6. bws_menu/languages/bestwebsoft-fr_FR.po +183 -210
  7. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  8. bws_menu/languages/bestwebsoft-it_IT.po +180 -230
  9. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  10. bws_menu/languages/bestwebsoft-ja.po +166 -209
  11. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  12. bws_menu/languages/bestwebsoft-pt_BR.po +179 -229
  13. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  14. bws_menu/languages/bestwebsoft-ru_RU.po +179 -208
  15. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  16. bws_menu/languages/bestwebsoft-sr_RS.po +169 -212
  17. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  18. bws_menu/languages/bestwebsoft-sv_SE.po +166 -209
  19. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  20. bws_menu/languages/bestwebsoft-uk.po +195 -246
  21. gallery-plugin.php +5 -5
  22. languages/gallery-bg_BG.mo +0 -0
  23. languages/gallery-bg_BG.po +0 -0
  24. languages/gallery-cs_CZ.mo +0 -0
  25. languages/gallery-de_DE.mo +0 -0
  26. languages/gallery-de_DE.po +0 -0
  27. languages/gallery-fr_FR.mo +0 -0
  28. languages/gallery-fr_FR.po +216 -211
  29. languages/gallery-pt_BR.mo +0 -0
  30. languages/gallery-pt_BR.po +0 -0
  31. languages/gallery-ru_RU.mo +0 -0
  32. languages/gallery-ru_RU.po +0 -0
  33. languages/gallery-sk_SK.mo +0 -0
  34. languages/gallery-sk_SK.po +0 -0
  35. languages/gallery-sl_SI.mo +0 -0
  36. languages/gallery-sl_SI.po +0 -0
  37. languages/gallery-sr_RS.mo +0 -0
  38. languages/gallery-sr_RS.po +0 -0
  39. languages/gallery-tr.mo +0 -0
  40. languages/gallery-tr.po +0 -0
  41. languages/gallery-uk.mo +0 -0
  42. languages/gallery-uk.po +0 -0
  43. languages/gallery-zh_CN.mo +0 -0
  44. languages/gallery-zh_CN.po +0 -0
  45. readme.txt +9 -1
  46. template/gallery-single-template.php +57 -53
  47. template/gallery-template.php +94 -88
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.3.8
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -306,6 +306,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
306
  'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
307
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
308
  'settings' => 'admin.php?page=job-board.php'
 
 
 
 
 
 
 
 
309
  )
310
  );
311
 
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.3.9
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
306
  'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
307
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
308
  'settings' => 'admin.php?page=job-board.php'
309
+ ),
310
+ 'multilanguage/multilanguage.php' => array(
311
+ 'name' => 'Multilanguage',
312
+ 'description' => 'Allows to create content on a Wordpress site in different languages.',
313
+ 'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
314
+ 'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
315
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
316
+ 'settings' => 'admin.php?page=mltlngg_settings'
317
  )
318
  );
319
 
bws_menu/icons/multilanguage.png ADDED
Binary file
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: \n"
@@ -19,445 +19,395 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
- #: bws_menu.php:339
23
  msgid "Not set"
24
  msgstr "Nicht festgelegt"
25
 
26
  # @ captcha
27
- #: bws_menu.php:341
28
- #: bws_menu.php:345
29
  msgid "On"
30
  msgstr "Ein"
31
 
32
  # @ captcha
33
- #: bws_menu.php:343
34
- #: bws_menu.php:347
35
  msgid "Off"
36
  msgstr "Ausgeschaltet"
37
 
38
  # @ captcha
39
- #: bws_menu.php:351
40
  #: bws_menu.php:355
 
 
 
41
  #: bws_menu.php:359
42
- #: bws_menu.php:363
43
- #: bws_menu.php:367
44
- #: bws_menu.php:393
45
  msgid "N/A"
46
  msgstr "keine Angaben"
47
 
48
  # @ captcha
49
- #: bws_menu.php:365
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
- #: bws_menu.php:369
55
- #: bws_menu.php:373
56
- #: bws_menu.php:377
57
- #: bws_menu.php:388
58
  msgid "Yes"
59
  msgstr "Ja"
60
 
61
  # @ captcha
62
- #: bws_menu.php:371
63
- #: bws_menu.php:375
64
- #: bws_menu.php:379
65
- #: bws_menu.php:390
66
  msgid "No"
67
  msgstr "Nein"
68
 
69
  # @ captcha
70
- #: bws_menu.php:404
71
  msgid "Operating System"
72
  msgstr "Betriebs-System"
73
 
74
  # @ captcha
75
- #: bws_menu.php:405
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ captcha
80
- #: bws_menu.php:406
81
  msgid "Memory usage"
82
  msgstr "Speichernutzung"
83
 
84
  # @ captcha
85
- #: bws_menu.php:407
86
  msgid "MYSQL Version"
87
  msgstr "MYSQL Version"
88
 
89
  # @ captcha
90
- #: bws_menu.php:408
91
  msgid "SQL Mode"
92
  msgstr "SQL Modus"
93
 
94
  # @ captcha
95
- #: bws_menu.php:409
96
  msgid "PHP Version"
97
  msgstr "PHP Version"
98
 
99
  # @ captcha
100
- #: bws_menu.php:410
101
  msgid "PHP Safe Mode"
102
  msgstr "PHP Gesicherter Modus"
103
 
104
  # @ captcha
105
- #: bws_menu.php:411
106
  msgid "PHP Allow URL fopen"
107
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
108
 
109
  # @ captcha
110
- #: bws_menu.php:412
111
  msgid "PHP Memory Limit"
112
  msgstr "PHP Speicher-Grenze"
113
 
114
  # @ captcha
115
- #: bws_menu.php:413
116
  msgid "PHP Max Upload Size"
117
  msgstr "PHP Maximale Upload Größe"
118
 
119
  # @ captcha
120
- #: bws_menu.php:414
121
  msgid "PHP Max Post Size"
122
  msgstr "PHP Maximale Beitrags-Größe"
123
 
124
  # @ captcha
125
- #: bws_menu.php:415
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "PHP Maximale Script Ausführungszeit"
128
 
129
  # @ captcha
130
- #: bws_menu.php:416
131
  msgid "PHP Exif support"
132
  msgstr "PHP Exif Support"
133
 
134
  # @ captcha
135
- #: bws_menu.php:417
136
  msgid "PHP IPTC support"
137
  msgstr "PHP IPTC Support"
138
 
139
  # @ captcha
140
- #: bws_menu.php:418
141
  msgid "PHP XML support"
142
  msgstr "PHP XML Support"
143
 
144
  # @ captcha
145
- #: bws_menu.php:419
146
  msgid "Site URL"
147
  msgstr "Site URL"
148
 
149
  # @ captcha
150
- #: bws_menu.php:420
151
  msgid "Home URL"
152
  msgstr "Home URL"
153
 
154
  # @ captcha
155
- #: bws_menu.php:421
156
  msgid "WordPress Version"
157
  msgstr "WordPress Version"
158
 
159
  # @ captcha
160
- #: bws_menu.php:422
161
  msgid "WordPress DB Version"
162
  msgstr "WordPress DB Version"
163
 
164
  # @ captcha
165
- #: bws_menu.php:423
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
- #: bws_menu.php:424
171
  msgid "Active Theme"
172
  msgstr "Actives Theme"
173
 
174
  # @ captcha
175
- #: bws_menu.php:440
176
  msgid "Please enter a valid email address."
177
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
178
 
179
  # @ captcha
180
- #: bws_menu.php:444
181
  msgid "Email with system info is sent to "
182
  msgstr "E-Mail-mit System Informationen wird gesendet an "
183
 
184
  # @ captcha
185
- #: bws_menu.php:448
186
  msgid "Thank you for contacting us."
187
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
188
 
189
  # @ captcha
190
- #: bws_menu.php:476
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
193
 
194
- #: bws_menu.php:488
195
- msgid "Switch to new interface"
196
- msgstr ""
197
-
198
- # @ captcha
199
- #: bws_menu.php:495
200
- msgid "Pro plugins"
201
- msgstr "BWS Plugins"
202
-
203
- # @ captcha
204
- #: bws_menu.php:498
205
- #: bws_menu.php:524
206
- msgid "Activated plugins"
207
- msgstr "Aktivierte Plugins"
208
-
209
- # @ captcha
210
- #: bws_menu.php:500
211
- #: bws_menu.php:508
212
- #: bws_menu.php:516
213
- #: bws_menu.php:526
214
- #: bws_menu.php:534
215
- #: bws_menu.php:542
216
- #: bws_menu.php:552
217
- #: bws_menu.php:559
218
- #: bws_menu.php:567
219
- msgid "Read more"
220
- msgstr "Lesen Sie mehr"
221
-
222
- # @ captcha
223
- #: bws_menu.php:500
224
- #: bws_menu.php:526
225
- #: bws_menu.php:678
226
- #: bws_menu.php:706
227
- msgid "Settings"
228
- msgstr "Einstellungen"
229
-
230
- # @ captcha
231
- #: bws_menu.php:506
232
- #: bws_menu.php:532
233
- #: bws_menu.php:658
234
- msgid "Installed plugins"
235
- msgstr "Installierte Plugins"
236
-
237
- # @ captcha
238
- #: bws_menu.php:514
239
- #: bws_menu.php:540
240
- #: bws_menu.php:765
241
- msgid "Recommended plugins"
242
- msgstr "Empfohlene Plugins"
243
-
244
- # @ captcha
245
- #: bws_menu.php:516
246
- msgid "Purchase"
247
- msgstr "Kaufen"
248
-
249
- # @ captcha
250
- #: bws_menu.php:521
251
- msgid "Free plugins"
252
- msgstr "Freie Plugins"
253
-
254
- # @ captcha
255
- #: bws_menu.php:542
256
- #: bws_menu.php:567
257
- msgid "Download"
258
- msgstr "Herunterladen"
259
-
260
- # @ default
261
- #: bws_menu.php:542
262
- #: bws_menu.php:567
263
- #: bws_menu.php:867
264
- #, php-format
265
- msgid "Install %s"
266
- msgstr "Installiere %s"
267
-
268
- # @ captcha
269
- #: bws_menu.php:542
270
- #: bws_menu.php:567
271
- msgid "Install now from wordpress.org"
272
- msgstr "Installiere jetzt von wordpress.org"
273
-
274
- #: bws_menu.php:548
275
- msgid "Free themes"
276
- msgstr ""
277
-
278
- # @ captcha
279
- #: bws_menu.php:551
280
- #, fuzzy
281
- msgid "Activated theme"
282
- msgstr "Actives Theme"
283
-
284
- #: bws_menu.php:552
285
- #, php-format
286
- msgid "Customize &#8220;%s&#8221;"
287
  msgstr ""
288
 
289
- #: bws_menu.php:552
290
- msgid "Customize"
291
  msgstr ""
292
 
293
- # @ default
294
- #: bws_menu.php:557
295
- #, fuzzy
296
- msgid "Installed themes"
297
- msgstr "Installiere %s"
298
-
299
- # @ captcha
300
- #: bws_menu.php:565
301
- #, fuzzy
302
- msgid "Recommended themes"
303
- msgstr "Empfohlene Plugins"
304
-
305
  # @ captcha
306
- #: bws_menu.php:573
307
- msgid "If you have any questions, please contact us via"
308
- msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
309
-
310
- # @ captcha
311
- #: bws_menu.php:580
312
- #: bws_menu.php:648
313
- #: bws_menu.php:903
314
  msgid "System status"
315
  msgstr "System Status"
316
 
317
  # @ captcha
318
- #: bws_menu.php:584
319
- #: bws_menu.php:906
320
- msgid "Environment"
321
- msgstr "Umgebungsvariable"
322
-
323
- # @ captcha
324
- #: bws_menu.php:595
325
- #: bws_menu.php:917
326
- msgid "Active Plugins"
327
- msgstr "Aktivierte Plugins"
328
-
329
- # @ captcha
330
- #: bws_menu.php:606
331
- #: bws_menu.php:928
332
- msgid "Inactive Plugins"
333
- msgstr "Inactive Plugins"
334
-
335
- # @ captcha
336
- #: bws_menu.php:620
337
- #: bws_menu.php:942
338
- msgid "Send to support"
339
- msgstr "Sende zuzm Support"
340
-
341
- # @ captcha
342
- #: bws_menu.php:627
343
- #: bws_menu.php:949
344
- msgid "Send to custom email &#187;"
345
- msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
346
-
347
- #: bws_menu.php:638
348
- msgid "Switch to old interface"
349
- msgstr ""
350
-
351
- # @ captcha
352
- #: bws_menu.php:644
353
  #, fuzzy
354
  msgid "Plugins"
355
  msgstr "BWS Plugins"
356
 
357
- #: bws_menu.php:646
358
  msgid "Themes"
359
  msgstr ""
360
 
361
- #: bws_menu.php:652
362
  msgid "All"
363
  msgstr ""
364
 
365
  # @ default
366
- #: bws_menu.php:653
367
  #, fuzzy
368
  msgid "Installed"
369
  msgstr "Installiere %s"
370
 
371
  # @ captcha
372
- #: bws_menu.php:654
373
  #, fuzzy
374
  msgid "Recommended"
375
  msgstr "Empfohlene Plugins"
376
 
377
  # @ captcha
378
- #: bws_menu.php:676
379
- #: bws_menu.php:704
380
- #: bws_menu.php:726
381
- #: bws_menu.php:754
382
- #: bws_menu.php:795
 
 
 
 
 
383
  #, fuzzy
384
  msgid "Learn more"
385
  msgstr "Lesen Sie mehr"
386
 
387
- #: bws_menu.php:694
388
- #: bws_menu.php:744
389
- #: bws_menu.php:785
390
- msgid "Go"
391
- msgstr ""
392
-
393
- #: bws_menu.php:698
394
- #: bws_menu.php:748
395
- #: bws_menu.php:789
396
- msgid "DONATE"
397
- msgstr ""
398
 
399
  # @ captcha
400
- #: bws_menu.php:728
401
- #: bws_menu.php:756
402
  #, fuzzy
403
  msgid "Activate this plugin"
404
  msgstr "Aktivierte Plugins"
405
 
406
  # @ captcha
407
- #: bws_menu.php:728
408
- #: bws_menu.php:756
409
  #, fuzzy
410
  msgid "Activate"
411
  msgstr "Aktivierte Plugins"
412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  # @ default
414
- #: bws_menu.php:797
415
  #, fuzzy
416
  msgid "Install now"
417
  msgstr "Installiere %s"
418
 
419
- #: bws_menu.php:819
420
  msgid "Try again"
421
  msgstr ""
422
 
423
- #: bws_menu.php:836
424
  #, php-format
425
  msgid "Preview &#8220;%s&#8221;"
426
  msgstr ""
427
 
428
  # @ default
429
- #: bws_menu.php:867
 
 
 
 
 
 
430
  #, fuzzy
431
  msgid "Install Now"
432
  msgstr "Installiere %s"
433
 
434
- #: bws_menu.php:870
435
  #, php-format
436
  msgid "Update to version %s"
437
  msgstr ""
438
 
439
- #: bws_menu.php:870
440
  msgid "Update"
441
  msgstr ""
442
 
443
- #: bws_menu.php:877
444
  #, php-format
445
  msgid "Preview %s"
446
  msgstr ""
447
 
448
- #: bws_menu.php:877
449
  msgid "Preview"
450
  msgstr ""
451
 
452
- #: bws_menu.php:884
 
453
  #, php-format
454
  msgid "By %s"
455
  msgstr ""
456
 
457
- #: bws_menu.php:890
458
  msgid "Details"
459
  msgstr ""
460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  # @ default
462
  #, fuzzy
463
  #~ msgid "installed"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
+ #: bws_menu.php:351
23
  msgid "Not set"
24
  msgstr "Nicht festgelegt"
25
 
26
  # @ captcha
27
+ #: bws_menu.php:353
28
+ #: bws_menu.php:354
29
  msgid "On"
30
  msgstr "Ein"
31
 
32
  # @ captcha
33
+ #: bws_menu.php:353
34
+ #: bws_menu.php:354
35
  msgid "Off"
36
  msgstr "Ausgeschaltet"
37
 
38
  # @ captcha
 
39
  #: bws_menu.php:355
40
+ #: bws_menu.php:356
41
+ #: bws_menu.php:357
42
+ #: bws_menu.php:358
43
  #: bws_menu.php:359
44
+ #: bws_menu.php:371
 
 
45
  msgid "N/A"
46
  msgstr "keine Angaben"
47
 
48
  # @ captcha
49
+ #: bws_menu.php:359
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
+ #: bws_menu.php:360
55
+ #: bws_menu.php:361
56
+ #: bws_menu.php:362
57
+ #: bws_menu.php:367
58
  msgid "Yes"
59
  msgstr "Ja"
60
 
61
  # @ captcha
62
+ #: bws_menu.php:360
63
+ #: bws_menu.php:361
64
+ #: bws_menu.php:362
65
+ #: bws_menu.php:369
66
  msgid "No"
67
  msgstr "Nein"
68
 
69
  # @ captcha
70
+ #: bws_menu.php:379
71
  msgid "Operating System"
72
  msgstr "Betriebs-System"
73
 
74
  # @ captcha
75
+ #: bws_menu.php:380
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ captcha
80
+ #: bws_menu.php:381
81
  msgid "Memory usage"
82
  msgstr "Speichernutzung"
83
 
84
  # @ captcha
85
+ #: bws_menu.php:382
86
  msgid "MYSQL Version"
87
  msgstr "MYSQL Version"
88
 
89
  # @ captcha
90
+ #: bws_menu.php:383
91
  msgid "SQL Mode"
92
  msgstr "SQL Modus"
93
 
94
  # @ captcha
95
+ #: bws_menu.php:384
96
  msgid "PHP Version"
97
  msgstr "PHP Version"
98
 
99
  # @ captcha
100
+ #: bws_menu.php:385
101
  msgid "PHP Safe Mode"
102
  msgstr "PHP Gesicherter Modus"
103
 
104
  # @ captcha
105
+ #: bws_menu.php:386
106
  msgid "PHP Allow URL fopen"
107
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
108
 
109
  # @ captcha
110
+ #: bws_menu.php:387
111
  msgid "PHP Memory Limit"
112
  msgstr "PHP Speicher-Grenze"
113
 
114
  # @ captcha
115
+ #: bws_menu.php:388
116
  msgid "PHP Max Upload Size"
117
  msgstr "PHP Maximale Upload Größe"
118
 
119
  # @ captcha
120
+ #: bws_menu.php:389
121
  msgid "PHP Max Post Size"
122
  msgstr "PHP Maximale Beitrags-Größe"
123
 
124
  # @ captcha
125
+ #: bws_menu.php:390
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "PHP Maximale Script Ausführungszeit"
128
 
129
  # @ captcha
130
+ #: bws_menu.php:391
131
  msgid "PHP Exif support"
132
  msgstr "PHP Exif Support"
133
 
134
  # @ captcha
135
+ #: bws_menu.php:392
136
  msgid "PHP IPTC support"
137
  msgstr "PHP IPTC Support"
138
 
139
  # @ captcha
140
+ #: bws_menu.php:393
141
  msgid "PHP XML support"
142
  msgstr "PHP XML Support"
143
 
144
  # @ captcha
145
+ #: bws_menu.php:394
146
  msgid "Site URL"
147
  msgstr "Site URL"
148
 
149
  # @ captcha
150
+ #: bws_menu.php:395
151
  msgid "Home URL"
152
  msgstr "Home URL"
153
 
154
  # @ captcha
155
+ #: bws_menu.php:398
156
  msgid "WordPress Version"
157
  msgstr "WordPress Version"
158
 
159
  # @ captcha
160
+ #: bws_menu.php:399
161
  msgid "WordPress DB Version"
162
  msgstr "WordPress DB Version"
163
 
164
  # @ captcha
165
+ #: bws_menu.php:400
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
+ #: bws_menu.php:401
171
  msgid "Active Theme"
172
  msgstr "Actives Theme"
173
 
174
  # @ captcha
175
+ #: bws_menu.php:416
176
  msgid "Please enter a valid email address."
177
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
178
 
179
  # @ captcha
180
+ #: bws_menu.php:420
181
  msgid "Email with system info is sent to "
182
  msgstr "E-Mail-mit System Informationen wird gesendet an "
183
 
184
  # @ captcha
185
+ #: bws_menu.php:424
186
  msgid "Thank you for contacting us."
187
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
188
 
189
  # @ captcha
190
+ #: bws_menu.php:457
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
193
 
194
+ #: bws_menu.php:465
195
+ msgid "Need help?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  msgstr ""
197
 
198
+ #: bws_menu.php:466
199
+ msgid "Client area"
200
  msgstr ""
201
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  # @ captcha
203
+ #: bws_menu.php:467
204
+ #: bws_menu.php:778
 
 
 
 
 
 
205
  msgid "System status"
206
  msgstr "System Status"
207
 
208
  # @ captcha
209
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  #, fuzzy
211
  msgid "Plugins"
212
  msgstr "BWS Plugins"
213
 
214
+ #: bws_menu.php:474
215
  msgid "Themes"
216
  msgstr ""
217
 
218
+ #: bws_menu.php:479
219
  msgid "All"
220
  msgstr ""
221
 
222
  # @ default
223
+ #: bws_menu.php:480
224
  #, fuzzy
225
  msgid "Installed"
226
  msgstr "Installiere %s"
227
 
228
  # @ captcha
229
+ #: bws_menu.php:481
230
  #, fuzzy
231
  msgid "Recommended"
232
  msgstr "Empfohlene Plugins"
233
 
234
  # @ captcha
235
+ #: bws_menu.php:485
236
+ msgid "Installed plugins"
237
+ msgstr "Installierte Plugins"
238
+
239
+ # @ captcha
240
+ #: bws_menu.php:514
241
+ #: bws_menu.php:536
242
+ #: bws_menu.php:563
243
+ #: bws_menu.php:593
244
+ #: bws_menu.php:639
245
  #, fuzzy
246
  msgid "Learn more"
247
  msgstr "Lesen Sie mehr"
248
 
249
+ # @ captcha
250
+ #: bws_menu.php:517
251
+ #: bws_menu.php:566
252
+ msgid "Settings"
253
+ msgstr "Einstellungen"
 
 
 
 
 
 
254
 
255
  # @ captcha
256
+ #: bws_menu.php:538
257
+ #: bws_menu.php:595
258
  #, fuzzy
259
  msgid "Activate this plugin"
260
  msgstr "Aktivierte Plugins"
261
 
262
  # @ captcha
263
+ #: bws_menu.php:538
264
+ #: bws_menu.php:595
265
  #, fuzzy
266
  msgid "Activate"
267
  msgstr "Aktivierte Plugins"
268
 
269
+ #: bws_menu.php:553
270
+ #: bws_menu.php:583
271
+ #: bws_menu.php:629
272
+ msgid "Go"
273
+ msgstr ""
274
+
275
+ #: bws_menu.php:557
276
+ #: bws_menu.php:587
277
+ #: bws_menu.php:633
278
+ msgid "DONATE"
279
+ msgstr ""
280
+
281
+ # @ captcha
282
+ #: bws_menu.php:603
283
+ msgid "Recommended plugins"
284
+ msgstr "Empfohlene Plugins"
285
+
286
  # @ default
287
+ #: bws_menu.php:641
288
  #, fuzzy
289
  msgid "Install now"
290
  msgstr "Installiere %s"
291
 
292
+ #: bws_menu.php:662
293
  msgid "Try again"
294
  msgstr ""
295
 
296
+ #: bws_menu.php:680
297
  #, php-format
298
  msgid "Preview &#8220;%s&#8221;"
299
  msgstr ""
300
 
301
  # @ default
302
+ #: bws_menu.php:711
303
+ #, php-format
304
+ msgid "Install %s"
305
+ msgstr "Installiere %s"
306
+
307
+ # @ default
308
+ #: bws_menu.php:711
309
  #, fuzzy
310
  msgid "Install Now"
311
  msgstr "Installiere %s"
312
 
313
+ #: bws_menu.php:714
314
  #, php-format
315
  msgid "Update to version %s"
316
  msgstr ""
317
 
318
+ #: bws_menu.php:714
319
  msgid "Update"
320
  msgstr ""
321
 
322
+ #: bws_menu.php:721
323
  #, php-format
324
  msgid "Preview %s"
325
  msgstr ""
326
 
327
+ #: bws_menu.php:721
328
  msgid "Preview"
329
  msgstr ""
330
 
331
+ #: bws_menu.php:727
332
+ #: bws_menu.php:759
333
  #, php-format
334
  msgid "By %s"
335
  msgstr ""
336
 
337
+ #: bws_menu.php:733
338
  msgid "Details"
339
  msgstr ""
340
 
341
+ # @ default
342
+ #: bws_menu.php:765
343
+ #, fuzzy
344
+ msgid "Already Installed"
345
+ msgstr "Installiere %s"
346
+
347
+ # @ captcha
348
+ #: bws_menu.php:781
349
+ msgid "Environment"
350
+ msgstr "Umgebungsvariable"
351
+
352
+ # @ captcha
353
+ #: bws_menu.php:792
354
+ msgid "Active Plugins"
355
+ msgstr "Aktivierte Plugins"
356
+
357
+ # @ captcha
358
+ #: bws_menu.php:805
359
+ msgid "Inactive Plugins"
360
+ msgstr "Inactive Plugins"
361
+
362
+ # @ captcha
363
+ #: bws_menu.php:821
364
+ msgid "Send to support"
365
+ msgstr "Sende zuzm Support"
366
+
367
+ # @ captcha
368
+ #: bws_menu.php:828
369
+ msgid "Send to custom email &#187;"
370
+ msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
371
+
372
+ # @ captcha
373
+ #~ msgid "Pro plugins"
374
+ #~ msgstr "BWS Plugins"
375
+ # @ captcha
376
+ #~ msgid "Activated plugins"
377
+ #~ msgstr "Aktivierte Plugins"
378
+ # @ captcha
379
+ #~ msgid "Read more"
380
+ #~ msgstr "Lesen Sie mehr"
381
+ # @ captcha
382
+ #~ msgid "Purchase"
383
+ #~ msgstr "Kaufen"
384
+ # @ captcha
385
+ #~ msgid "Free plugins"
386
+ #~ msgstr "Freie Plugins"
387
+ # @ captcha
388
+ #~ msgid "Download"
389
+ #~ msgstr "Herunterladen"
390
+ # @ captcha
391
+ #~ msgid "Install now from wordpress.org"
392
+ #~ msgstr "Installiere jetzt von wordpress.org"
393
+ # @ captcha
394
+ #, fuzzy
395
+ #~ msgid "Activated theme"
396
+ #~ msgstr "Actives Theme"
397
+
398
+ # @ default
399
+ #, fuzzy
400
+ #~ msgid "Installed themes"
401
+ #~ msgstr "Installiere %s"
402
+
403
+ # @ captcha
404
+ #, fuzzy
405
+ #~ msgid "Recommended themes"
406
+ #~ msgstr "Empfohlene Plugins"
407
+
408
+ # @ captcha
409
+ #~ msgid "If you have any questions, please contact us via"
410
+ #~ msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
411
  # @ default
412
  #, fuzzy
413
  #~ msgid "installed"
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-03-03 15:03+0300\n"
6
- "PO-Revision-Date: 2014-03-03 15:03+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -15,376 +15,349 @@ msgstr ""
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
  "X-Generator: Poedit 1.5.7\n"
 
 
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_menu.php:417
21
  msgid "Not set"
22
  msgstr "Not set"
23
 
24
- #: bws_menu.php:419
25
- #: bws_menu.php:423
26
  msgid "On"
27
  msgstr "On"
28
 
29
- #: bws_menu.php:421
30
- #: bws_menu.php:425
31
  msgid "Off"
32
  msgstr "Off"
33
 
34
- #: bws_menu.php:429
35
- #: bws_menu.php:433
36
- #: bws_menu.php:437
37
- #: bws_menu.php:441
38
- #: bws_menu.php:445
39
- #: bws_menu.php:471
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
- #: bws_menu.php:443
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
- #: bws_menu.php:447
48
- #: bws_menu.php:451
49
- #: bws_menu.php:455
50
- #: bws_menu.php:466
51
  msgid "Yes"
52
  msgstr "Yes"
53
 
54
- #: bws_menu.php:449
55
- #: bws_menu.php:453
56
- #: bws_menu.php:457
57
- #: bws_menu.php:468
58
  msgid "No"
59
  msgstr "No"
60
 
61
- #: bws_menu.php:482
62
  msgid "Operating System"
63
  msgstr "Operating System"
64
 
65
- #: bws_menu.php:483
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
- #: bws_menu.php:484
70
  msgid "Memory usage"
71
  msgstr "Memory usage"
72
 
73
- #: bws_menu.php:485
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Version"
76
 
77
- #: bws_menu.php:486
78
  msgid "SQL Mode"
79
  msgstr "SQL Mode"
80
 
81
- #: bws_menu.php:487
82
  msgid "PHP Version"
83
  msgstr "PHP Version"
84
 
85
- #: bws_menu.php:488
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Safe Mode"
88
 
89
- #: bws_menu.php:489
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Allow URL fopen"
92
 
93
- #: bws_menu.php:490
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Memory Limit"
96
 
97
- #: bws_menu.php:491
98
  msgid "PHP Max Upload Size"
99
  msgstr "PHP Max Upload Size"
100
 
101
- #: bws_menu.php:492
102
  msgid "PHP Max Post Size"
103
  msgstr "PHP Max Post Size"
104
 
105
- #: bws_menu.php:493
106
  msgid "PHP Max Script Execute Time"
107
  msgstr "PHP Max Script Execute Time"
108
 
109
- #: bws_menu.php:494
110
  msgid "PHP Exif support"
111
  msgstr "PHP Exif support"
112
 
113
- #: bws_menu.php:495
114
  msgid "PHP IPTC support"
115
  msgstr "PHP IPTC support"
116
 
117
- #: bws_menu.php:496
118
  msgid "PHP XML support"
119
  msgstr "PHP XML support"
120
 
121
- #: bws_menu.php:497
122
  msgid "Site URL"
123
  msgstr "Site URL"
124
 
125
- #: bws_menu.php:498
126
  msgid "Home URL"
127
  msgstr "Home URL"
128
 
129
- #: bws_menu.php:501
130
  msgid "WordPress Version"
131
  msgstr "WordPress Version"
132
 
133
- #: bws_menu.php:502
134
  msgid "WordPress DB Version"
135
  msgstr "WordPress DB Version"
136
 
137
- #: bws_menu.php:503
138
  msgid "Multisite"
139
  msgstr "Multisite"
140
 
141
- #: bws_menu.php:504
142
  msgid "Active Theme"
143
  msgstr "Active Theme"
144
 
145
- #: bws_menu.php:520
146
  msgid "Please enter a valid email address."
147
  msgstr "Merci de saisir une adresse e-mail valide."
148
 
149
- #: bws_menu.php:524
150
  msgid "Email with system info is sent to "
151
  msgstr "Le courriel avec les informations système est envoyé à"
152
 
153
- #: bws_menu.php:528
154
  msgid "Thank you for contacting us."
155
  msgstr "Merci de nous avoir contacté."
156
 
157
- #: bws_menu.php:556
158
  msgid "Sorry, email message could not be delivered."
159
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
160
 
161
- #: bws_menu.php:568
162
- msgid "Switch to new interface"
163
- msgstr "Basculer vers la nouvelle interface"
164
-
165
- #: bws_menu.php:575
166
- msgid "Pro plugins"
167
- msgstr "Plugins Pro"
168
-
169
- #: bws_menu.php:578
170
- #: bws_menu.php:604
171
- msgid "Activated plugins"
172
- msgstr "Plugin activé"
173
-
174
- #: bws_menu.php:580
175
- #: bws_menu.php:588
176
- #: bws_menu.php:596
177
- #: bws_menu.php:606
178
- #: bws_menu.php:614
179
- #: bws_menu.php:622
180
- #: bws_menu.php:632
181
- #: bws_menu.php:639
182
- #: bws_menu.php:647
183
- msgid "Read more"
184
- msgstr "Lire la suite"
185
-
186
- #: bws_menu.php:580
187
- #: bws_menu.php:606
188
- #: bws_menu.php:779
189
- #: bws_menu.php:806
190
- msgid "Settings"
191
- msgstr "Réglages"
192
-
193
- #: bws_menu.php:586
194
- #: bws_menu.php:612
195
- #: bws_menu.php:741
196
- msgid "Installed plugins"
197
- msgstr "Plugin installé"
198
-
199
- #: bws_menu.php:594
200
- #: bws_menu.php:620
201
- #: bws_menu.php:863
202
- msgid "Recommended plugins"
203
- msgstr "Plugin recommandé"
204
-
205
- #: bws_menu.php:596
206
- msgid "Purchase"
207
- msgstr "Achetez"
208
-
209
- #: bws_menu.php:601
210
- msgid "Free plugins"
211
- msgstr "Plugins gratuits"
212
-
213
- #: bws_menu.php:622
214
- #: bws_menu.php:647
215
- msgid "Download"
216
- msgstr "Téléchargement"
217
-
218
- #: bws_menu.php:622
219
- #: bws_menu.php:647
220
- #: bws_menu.php:980
221
- #, php-format
222
- msgid "Install %s"
223
- msgstr "%s installé"
224
-
225
- #: bws_menu.php:622
226
- #: bws_menu.php:647
227
- msgid "Install now from wordpress.org"
228
- msgstr "Installer maintenant depuis wordpress.org"
229
-
230
- #: bws_menu.php:628
231
- msgid "Free themes"
232
- msgstr "Thèmes gratuits"
233
-
234
- #: bws_menu.php:631
235
- msgid "Activated theme"
236
- msgstr "Thème actif"
237
-
238
- #: bws_menu.php:632
239
- #, php-format
240
- msgid "Customize &#8220;%s&#8221;"
241
- msgstr "Personnaliser &#8220;%s&#8221;"
242
-
243
- #: bws_menu.php:632
244
- msgid "Customize"
245
- msgstr "Personnaliser"
246
-
247
- #: bws_menu.php:637
248
- msgid "Installed themes"
249
- msgstr "Thèmes installés"
250
 
251
- #: bws_menu.php:645
252
- msgid "Recommended themes"
253
- msgstr "Thèmes recommandés"
254
-
255
- #: bws_menu.php:653
256
- msgid "If you have any questions, please contact us via"
257
- msgstr "Si vous avez des questions, merci de contacter via "
258
 
259
- #: bws_menu.php:660
260
- #: bws_menu.php:731
261
- #: bws_menu.php:1016
262
  msgid "System status"
263
  msgstr "System status"
264
 
265
- #: bws_menu.php:664
266
- #: bws_menu.php:1019
267
- msgid "Environment"
268
- msgstr "Environment"
269
-
270
- #: bws_menu.php:675
271
- #: bws_menu.php:1030
272
- msgid "Active Plugins"
273
- msgstr "Plugin actifs"
274
-
275
- #: bws_menu.php:686
276
- #: bws_menu.php:1041
277
- msgid "Inactive Plugins"
278
- msgstr "Plugin inactifs"
279
-
280
- #: bws_menu.php:703
281
- #: bws_menu.php:1058
282
- msgid "Send to support"
283
- msgstr "Envoyé au support"
284
-
285
- #: bws_menu.php:710
286
- #: bws_menu.php:1065
287
- msgid "Send to custom email &#187;"
288
- msgstr "Envoyer un e-mail spécifique &#187;"
289
-
290
- #: bws_menu.php:721
291
- msgid "Switch to old interface"
292
- msgstr "Basculer vers l'ancienne interface"
293
-
294
- #: bws_menu.php:727
295
  msgid "Plugins"
296
  msgstr "Externsions"
297
 
298
- #: bws_menu.php:729
299
  msgid "Themes"
300
  msgstr "Thèmes"
301
 
302
- #: bws_menu.php:735
303
  msgid "All"
304
  msgstr "Tous"
305
 
306
- #: bws_menu.php:736
307
  msgid "Installed"
308
  msgstr "Installé"
309
 
310
- #: bws_menu.php:737
311
  msgid "Recommended"
312
  msgstr "Recommandé"
313
 
314
- #: bws_menu.php:777
315
- #: bws_menu.php:804
316
- #: bws_menu.php:825
317
- #: bws_menu.php:852
318
- #: bws_menu.php:908
 
 
 
 
319
  msgid "Learn more"
320
  msgstr "En savoir plus"
321
 
322
- #: bws_menu.php:794
323
- #: bws_menu.php:842
324
- #: bws_menu.php:898
325
- msgid "Go"
326
- msgstr "Allez"
327
-
328
- #: bws_menu.php:798
329
- #: bws_menu.php:846
330
- #: bws_menu.php:902
331
- msgid "DONATE"
332
- msgstr "Faire un don"
333
 
334
- #: bws_menu.php:827
335
- #: bws_menu.php:854
336
  msgid "Activate this plugin"
337
  msgstr "Activer cette extension"
338
 
339
- #: bws_menu.php:827
340
- #: bws_menu.php:854
341
  msgid "Activate"
342
  msgstr "Activé"
343
 
344
- #: bws_menu.php:910
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  msgid "Install now"
346
  msgstr "Installer maintenant"
347
 
348
- #: bws_menu.php:932
349
  msgid "Try again"
350
  msgstr "Essayer de nouveau"
351
 
352
- #: bws_menu.php:949
353
  #, php-format
354
  msgid "Preview &#8220;%s&#8221;"
355
  msgstr "Pré-visualiser &#8220;%s&#8221;"
356
 
357
- #: bws_menu.php:980
 
 
 
 
 
358
  msgid "Install Now"
359
  msgstr "Installa Ora"
360
 
361
- #: bws_menu.php:983
362
  #, php-format
363
  msgid "Update to version %s"
364
  msgstr "Mettre à jour pour la version %s"
365
 
366
- #: bws_menu.php:983
367
  msgid "Update"
368
  msgstr "Mettre à jour"
369
 
370
- #: bws_menu.php:990
371
  #, php-format
372
  msgid "Preview %s"
373
  msgstr "Pré-visualiser %s"
374
 
375
- #: bws_menu.php:990
376
  msgid "Preview"
377
  msgstr "Pré-visualiser"
378
 
379
- #: bws_menu.php:997
 
380
  #, php-format
381
  msgid "By %s"
382
  msgstr "Par %s"
383
 
384
- #: bws_menu.php:1003
385
  msgid "Details"
386
  msgstr "Détails"
387
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  #, fuzzy
389
  #~ msgid "installed"
390
  #~ msgstr "%s installé"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
+ "X-Poedit-Language: French\n"
19
+ "X-Poedit-Country: FRANCE\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: bws_menu.php:351
23
  msgid "Not set"
24
  msgstr "Not set"
25
 
26
+ #: bws_menu.php:353
27
+ #: bws_menu.php:354
28
  msgid "On"
29
  msgstr "On"
30
 
31
+ #: bws_menu.php:353
32
+ #: bws_menu.php:354
33
  msgid "Off"
34
  msgstr "Off"
35
 
36
+ #: bws_menu.php:355
37
+ #: bws_menu.php:356
38
+ #: bws_menu.php:357
39
+ #: bws_menu.php:358
40
+ #: bws_menu.php:359
41
+ #: bws_menu.php:371
42
  msgid "N/A"
43
  msgstr "N/A"
44
 
45
+ #: bws_menu.php:359
46
  msgid " Mb"
47
  msgstr " Mb"
48
 
49
+ #: bws_menu.php:360
50
+ #: bws_menu.php:361
51
+ #: bws_menu.php:362
52
+ #: bws_menu.php:367
53
  msgid "Yes"
54
  msgstr "Yes"
55
 
56
+ #: bws_menu.php:360
57
+ #: bws_menu.php:361
58
+ #: bws_menu.php:362
59
+ #: bws_menu.php:369
60
  msgid "No"
61
  msgstr "No"
62
 
63
+ #: bws_menu.php:379
64
  msgid "Operating System"
65
  msgstr "Operating System"
66
 
67
+ #: bws_menu.php:380
68
  msgid "Server"
69
  msgstr "Server"
70
 
71
+ #: bws_menu.php:381
72
  msgid "Memory usage"
73
  msgstr "Memory usage"
74
 
75
+ #: bws_menu.php:382
76
  msgid "MYSQL Version"
77
  msgstr "MYSQL Version"
78
 
79
+ #: bws_menu.php:383
80
  msgid "SQL Mode"
81
  msgstr "SQL Mode"
82
 
83
+ #: bws_menu.php:384
84
  msgid "PHP Version"
85
  msgstr "PHP Version"
86
 
87
+ #: bws_menu.php:385
88
  msgid "PHP Safe Mode"
89
  msgstr "PHP Safe Mode"
90
 
91
+ #: bws_menu.php:386
92
  msgid "PHP Allow URL fopen"
93
  msgstr "PHP Allow URL fopen"
94
 
95
+ #: bws_menu.php:387
96
  msgid "PHP Memory Limit"
97
  msgstr "PHP Memory Limit"
98
 
99
+ #: bws_menu.php:388
100
  msgid "PHP Max Upload Size"
101
  msgstr "PHP Max Upload Size"
102
 
103
+ #: bws_menu.php:389
104
  msgid "PHP Max Post Size"
105
  msgstr "PHP Max Post Size"
106
 
107
+ #: bws_menu.php:390
108
  msgid "PHP Max Script Execute Time"
109
  msgstr "PHP Max Script Execute Time"
110
 
111
+ #: bws_menu.php:391
112
  msgid "PHP Exif support"
113
  msgstr "PHP Exif support"
114
 
115
+ #: bws_menu.php:392
116
  msgid "PHP IPTC support"
117
  msgstr "PHP IPTC support"
118
 
119
+ #: bws_menu.php:393
120
  msgid "PHP XML support"
121
  msgstr "PHP XML support"
122
 
123
+ #: bws_menu.php:394
124
  msgid "Site URL"
125
  msgstr "Site URL"
126
 
127
+ #: bws_menu.php:395
128
  msgid "Home URL"
129
  msgstr "Home URL"
130
 
131
+ #: bws_menu.php:398
132
  msgid "WordPress Version"
133
  msgstr "WordPress Version"
134
 
135
+ #: bws_menu.php:399
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Version"
138
 
139
+ #: bws_menu.php:400
140
  msgid "Multisite"
141
  msgstr "Multisite"
142
 
143
+ #: bws_menu.php:401
144
  msgid "Active Theme"
145
  msgstr "Active Theme"
146
 
147
+ #: bws_menu.php:416
148
  msgid "Please enter a valid email address."
149
  msgstr "Merci de saisir une adresse e-mail valide."
150
 
151
+ #: bws_menu.php:420
152
  msgid "Email with system info is sent to "
153
  msgstr "Le courriel avec les informations système est envoyé à"
154
 
155
+ #: bws_menu.php:424
156
  msgid "Thank you for contacting us."
157
  msgstr "Merci de nous avoir contacté."
158
 
159
+ #: bws_menu.php:457
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
162
 
163
+ #: bws_menu.php:465
164
+ msgid "Need help?"
165
+ msgstr "Besoin d'aide ?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
 
167
+ #: bws_menu.php:466
168
+ msgid "Client area"
169
+ msgstr "Espace client"
 
 
 
 
170
 
171
+ #: bws_menu.php:467
172
+ #: bws_menu.php:778
 
173
  msgid "System status"
174
  msgstr "System status"
175
 
176
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  msgid "Plugins"
178
  msgstr "Externsions"
179
 
180
+ #: bws_menu.php:474
181
  msgid "Themes"
182
  msgstr "Thèmes"
183
 
184
+ #: bws_menu.php:479
185
  msgid "All"
186
  msgstr "Tous"
187
 
188
+ #: bws_menu.php:480
189
  msgid "Installed"
190
  msgstr "Installé"
191
 
192
+ #: bws_menu.php:481
193
  msgid "Recommended"
194
  msgstr "Recommandé"
195
 
196
+ #: bws_menu.php:485
197
+ msgid "Installed plugins"
198
+ msgstr "Plugin installé"
199
+
200
+ #: bws_menu.php:514
201
+ #: bws_menu.php:536
202
+ #: bws_menu.php:563
203
+ #: bws_menu.php:593
204
+ #: bws_menu.php:639
205
  msgid "Learn more"
206
  msgstr "En savoir plus"
207
 
208
+ #: bws_menu.php:517
209
+ #: bws_menu.php:566
210
+ msgid "Settings"
211
+ msgstr "Réglages"
 
 
 
 
 
 
 
212
 
213
+ #: bws_menu.php:538
214
+ #: bws_menu.php:595
215
  msgid "Activate this plugin"
216
  msgstr "Activer cette extension"
217
 
218
+ #: bws_menu.php:538
219
+ #: bws_menu.php:595
220
  msgid "Activate"
221
  msgstr "Activé"
222
 
223
+ #: bws_menu.php:553
224
+ #: bws_menu.php:583
225
+ #: bws_menu.php:629
226
+ msgid "Go"
227
+ msgstr "Passez"
228
+
229
+ #: bws_menu.php:557
230
+ #: bws_menu.php:587
231
+ #: bws_menu.php:633
232
+ msgid "DONATE"
233
+ msgstr "Faire un don"
234
+
235
+ #: bws_menu.php:603
236
+ msgid "Recommended plugins"
237
+ msgstr "Plugin recommandé"
238
+
239
+ #: bws_menu.php:641
240
  msgid "Install now"
241
  msgstr "Installer maintenant"
242
 
243
+ #: bws_menu.php:662
244
  msgid "Try again"
245
  msgstr "Essayer de nouveau"
246
 
247
+ #: bws_menu.php:680
248
  #, php-format
249
  msgid "Preview &#8220;%s&#8221;"
250
  msgstr "Pré-visualiser &#8220;%s&#8221;"
251
 
252
+ #: bws_menu.php:711
253
+ #, php-format
254
+ msgid "Install %s"
255
+ msgstr "%s installé"
256
+
257
+ #: bws_menu.php:711
258
  msgid "Install Now"
259
  msgstr "Installa Ora"
260
 
261
+ #: bws_menu.php:714
262
  #, php-format
263
  msgid "Update to version %s"
264
  msgstr "Mettre à jour pour la version %s"
265
 
266
+ #: bws_menu.php:714
267
  msgid "Update"
268
  msgstr "Mettre à jour"
269
 
270
+ #: bws_menu.php:721
271
  #, php-format
272
  msgid "Preview %s"
273
  msgstr "Pré-visualiser %s"
274
 
275
+ #: bws_menu.php:721
276
  msgid "Preview"
277
  msgstr "Pré-visualiser"
278
 
279
+ #: bws_menu.php:727
280
+ #: bws_menu.php:759
281
  #, php-format
282
  msgid "By %s"
283
  msgstr "Par %s"
284
 
285
+ #: bws_menu.php:733
286
  msgid "Details"
287
  msgstr "Détails"
288
 
289
+ #: bws_menu.php:765
290
+ msgid "Already Installed"
291
+ msgstr "Déjà installé"
292
+
293
+ #: bws_menu.php:781
294
+ msgid "Environment"
295
+ msgstr "Environment"
296
+
297
+ #: bws_menu.php:792
298
+ msgid "Active Plugins"
299
+ msgstr "Plugin actifs"
300
+
301
+ #: bws_menu.php:805
302
+ msgid "Inactive Plugins"
303
+ msgstr "Plugin inactifs"
304
+
305
+ #: bws_menu.php:821
306
+ msgid "Send to support"
307
+ msgstr "Envoyé au support"
308
+
309
+ #: bws_menu.php:828
310
+ msgid "Send to custom email &#187;"
311
+ msgstr "Envoyer un e-mail spécifique &#187;"
312
+
313
+ #~ msgid "Switch to new interface"
314
+ #~ msgstr "Basculer vers la nouvelle interface"
315
+
316
+ #~ msgid "Pro plugins"
317
+ #~ msgstr "Plugins Pro"
318
+
319
+ #~ msgid "Activated plugins"
320
+ #~ msgstr "Plugin activé"
321
+
322
+ #~ msgid "Read more"
323
+ #~ msgstr "Lire la suite"
324
+
325
+ #~ msgid "Purchase"
326
+ #~ msgstr "Achetez"
327
+
328
+ #~ msgid "Free plugins"
329
+ #~ msgstr "Plugins gratuits"
330
+
331
+ #~ msgid "Download"
332
+ #~ msgstr "Téléchargement"
333
+
334
+ #~ msgid "Install now from wordpress.org"
335
+ #~ msgstr "Installer maintenant depuis wordpress.org"
336
+
337
+ #~ msgid "Free themes"
338
+ #~ msgstr "Thèmes gratuits"
339
+
340
+ #~ msgid "Activated theme"
341
+ #~ msgstr "Thème actif"
342
+
343
+ #~ msgid "Customize &#8220;%s&#8221;"
344
+ #~ msgstr "Personnaliser &#8220;%s&#8221;"
345
+
346
+ #~ msgid "Customize"
347
+ #~ msgstr "Personnaliser"
348
+
349
+ #~ msgid "Installed themes"
350
+ #~ msgstr "Thèmes installés"
351
+
352
+ #~ msgid "Recommended themes"
353
+ #~ msgstr "Thèmes recommandés"
354
+
355
+ #~ msgid "If you have any questions, please contact us via"
356
+ #~ msgstr "Si vous avez des questions, merci de contacter via "
357
+
358
+ #~ msgid "Switch to old interface"
359
+ #~ msgstr "Basculer vers l'ancienne interface"
360
+
361
  #, fuzzy
362
  #~ msgid "installed"
363
  #~ msgstr "%s installé"
bws_menu/languages/bestwebsoft-it_IT.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: \n"
@@ -19,446 +19,396 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ bestwebsoft
22
- #: bws_menu.php:339
23
  msgid "Not set"
24
  msgstr "Non impostato"
25
 
26
  # @ bestwebsoft
27
- #: bws_menu.php:341
28
- #: bws_menu.php:345
29
  msgid "On"
30
  msgstr "Abilitato"
31
 
32
  # @ bestwebsoft
33
- #: bws_menu.php:343
34
- #: bws_menu.php:347
35
  msgid "Off"
36
  msgstr "Disabilitato"
37
 
38
  # @ bestwebsoft
39
- #: bws_menu.php:351
40
  #: bws_menu.php:355
 
 
 
41
  #: bws_menu.php:359
42
- #: bws_menu.php:363
43
- #: bws_menu.php:367
44
- #: bws_menu.php:393
45
  msgid "N/A"
46
  msgstr "Non disponibile"
47
 
48
  # @ bestwebsoft
49
- #: bws_menu.php:365
50
  msgid " Mb"
51
  msgstr "Mb"
52
 
53
  # @ bestwebsoft
54
- #: bws_menu.php:369
55
- #: bws_menu.php:373
56
- #: bws_menu.php:377
57
- #: bws_menu.php:388
58
  msgid "Yes"
59
  msgstr "Sì"
60
 
61
  # @ bestwebsoft
62
- #: bws_menu.php:371
63
- #: bws_menu.php:375
64
- #: bws_menu.php:379
65
- #: bws_menu.php:390
66
  msgid "No"
67
  msgstr "No"
68
 
69
  # @ bestwebsoft
70
- #: bws_menu.php:404
71
  msgid "Operating System"
72
  msgstr "Sistema operativo"
73
 
74
  # @ bestwebsoft
75
- #: bws_menu.php:405
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ bestwebsoft
80
- #: bws_menu.php:406
81
  msgid "Memory usage"
82
  msgstr "Utilizzo memoria"
83
 
84
  # @ bestwebsoft
85
- #: bws_menu.php:407
86
  msgid "MYSQL Version"
87
  msgstr "Versione MYSQL"
88
 
89
  # @ bestwebsoft
90
- #: bws_menu.php:408
91
  msgid "SQL Mode"
92
  msgstr "Modalità SQL"
93
 
94
  # @ bestwebsoft
95
- #: bws_menu.php:409
96
  msgid "PHP Version"
97
  msgstr "Versione PHP"
98
 
99
  # @ bestwebsoft
100
- #: bws_menu.php:410
101
  msgid "PHP Safe Mode"
102
  msgstr "Safe Mode PHP"
103
 
104
  # @ bestwebsoft
105
- #: bws_menu.php:411
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Consenti URL fopen PHP"
108
 
109
  # @ bestwebsoft
110
- #: bws_menu.php:412
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite di memoria PHP"
113
 
114
  # @ bestwebsoft
115
- #: bws_menu.php:413
116
  msgid "PHP Max Upload Size"
117
  msgstr "Dimensione upload massima PHP"
118
 
119
  # @ bestwebsoft
120
- #: bws_menu.php:414
121
  msgid "PHP Max Post Size"
122
  msgstr "Dimensione massima Post PHP"
123
 
124
  # @ bestwebsoft
125
- #: bws_menu.php:415
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo massimo di esecuzione PHP"
128
 
129
  # @ bestwebsoft
130
- #: bws_menu.php:416
131
  msgid "PHP Exif support"
132
  msgstr "Supporto Exif PHP"
133
 
134
  # @ bestwebsoft
135
- #: bws_menu.php:417
136
  msgid "PHP IPTC support"
137
  msgstr "Supporto IPTC PHP"
138
 
139
  # @ bestwebsoft
140
- #: bws_menu.php:418
141
  msgid "PHP XML support"
142
  msgstr "Supporto XML PHP"
143
 
144
  # @ bestwebsoft
145
- #: bws_menu.php:419
146
  msgid "Site URL"
147
  msgstr "URL sito"
148
 
149
  # @ bestwebsoft
150
- #: bws_menu.php:420
151
  msgid "Home URL"
152
  msgstr "URL home"
153
 
154
  # @ bestwebsoft
155
- #: bws_menu.php:421
156
  msgid "WordPress Version"
157
  msgstr "Versione WordPress"
158
 
159
  # @ bestwebsoft
160
- #: bws_menu.php:422
161
  msgid "WordPress DB Version"
162
  msgstr "Versione DB WordPress"
163
 
164
  # @ bestwebsoft
165
- #: bws_menu.php:423
166
  msgid "Multisite"
167
  msgstr "Multisito"
168
 
169
  # @ bestwebsoft
170
- #: bws_menu.php:424
171
  msgid "Active Theme"
172
  msgstr "Tema attivo"
173
 
174
  # @ bestwebsoft
175
- #: bws_menu.php:440
176
  msgid "Please enter a valid email address."
177
  msgstr "Per favore inserisci un indirizzo e-mail valido."
178
 
179
  # @ bestwebsoft
180
- #: bws_menu.php:444
181
  msgid "Email with system info is sent to "
182
  msgstr "Email con informazioni di sistema spedita a "
183
 
184
  # @ bestwebsoft
185
- #: bws_menu.php:448
186
  msgid "Thank you for contacting us."
187
  msgstr "Grazie per averci contattato."
188
 
189
  # @ bestwebsoft
190
- #: bws_menu.php:476
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Spiacenti, il messaggio email non può essere inviato."
193
 
194
- #: bws_menu.php:488
195
- msgid "Switch to new interface"
196
  msgstr ""
197
 
198
- # @ bestwebsoft
199
- #: bws_menu.php:495
200
- msgid "Pro plugins"
201
- msgstr "Plugin Pro"
202
-
203
- # @ bestwebsoft
204
- #: bws_menu.php:498
205
- #: bws_menu.php:524
206
- msgid "Activated plugins"
207
- msgstr "Plugin attivi"
208
-
209
- # @ bestwebsoft
210
- #: bws_menu.php:500
211
- #: bws_menu.php:508
212
- #: bws_menu.php:516
213
- #: bws_menu.php:526
214
- #: bws_menu.php:534
215
- #: bws_menu.php:542
216
- #: bws_menu.php:552
217
- #: bws_menu.php:559
218
- #: bws_menu.php:567
219
- msgid "Read more"
220
- msgstr "Leggi tutto"
221
-
222
- # @ bestwebsoft
223
- # @ captcha
224
- #: bws_menu.php:500
225
- #: bws_menu.php:526
226
- #: bws_menu.php:678
227
- #: bws_menu.php:706
228
- msgid "Settings"
229
- msgstr "Impostazioni"
230
-
231
- # @ bestwebsoft
232
- #: bws_menu.php:506
233
- #: bws_menu.php:532
234
- #: bws_menu.php:658
235
- msgid "Installed plugins"
236
- msgstr "Plugin installati"
237
-
238
- # @ bestwebsoft
239
- #: bws_menu.php:514
240
- #: bws_menu.php:540
241
- #: bws_menu.php:765
242
- msgid "Recommended plugins"
243
- msgstr "Plugin raccomandati"
244
-
245
- # @ bestwebsoft
246
- #: bws_menu.php:516
247
- msgid "Purchase"
248
- msgstr "Acquista"
249
-
250
- # @ bestwebsoft
251
- #: bws_menu.php:521
252
- msgid "Free plugins"
253
- msgstr "Plugin gratuiti"
254
-
255
- # @ bestwebsoft
256
- #: bws_menu.php:542
257
- #: bws_menu.php:567
258
- msgid "Download"
259
- msgstr "Scarica"
260
-
261
- # @ default
262
- #: bws_menu.php:542
263
- #: bws_menu.php:567
264
- #: bws_menu.php:867
265
- #, php-format
266
- msgid "Install %s"
267
- msgstr "Installa %s"
268
-
269
- # @ bestwebsoft
270
- #: bws_menu.php:542
271
- #: bws_menu.php:567
272
- msgid "Install now from wordpress.org"
273
- msgstr "Installa ora da wordpress.org"
274
-
275
- #: bws_menu.php:548
276
- msgid "Free themes"
277
- msgstr ""
278
-
279
- # @ bestwebsoft
280
- #: bws_menu.php:551
281
- #, fuzzy
282
- msgid "Activated theme"
283
- msgstr "Tema attivo"
284
-
285
- #: bws_menu.php:552
286
- #, php-format
287
- msgid "Customize &#8220;%s&#8221;"
288
  msgstr ""
289
 
290
- #: bws_menu.php:552
291
- msgid "Customize"
292
- msgstr ""
293
-
294
- # @ default
295
- #: bws_menu.php:557
296
- #, fuzzy
297
- msgid "Installed themes"
298
- msgstr "Installa %s"
299
-
300
- # @ bestwebsoft
301
- #: bws_menu.php:565
302
- #, fuzzy
303
- msgid "Recommended themes"
304
- msgstr "Plugin raccomandati"
305
-
306
  # @ bestwebsoft
307
- #: bws_menu.php:573
308
- msgid "If you have any questions, please contact us via"
309
- msgstr "Se hai domande, contattaci tramite"
310
-
311
- # @ bestwebsoft
312
- #: bws_menu.php:580
313
- #: bws_menu.php:648
314
- #: bws_menu.php:903
315
  msgid "System status"
316
  msgstr "Stato sistema"
317
 
318
  # @ bestwebsoft
319
- #: bws_menu.php:584
320
- #: bws_menu.php:906
321
- msgid "Environment"
322
- msgstr "Ambiente"
323
-
324
- # @ bestwebsoft
325
- #: bws_menu.php:595
326
- #: bws_menu.php:917
327
- msgid "Active Plugins"
328
- msgstr "Plugin attivi"
329
-
330
- # @ bestwebsoft
331
- #: bws_menu.php:606
332
- #: bws_menu.php:928
333
- msgid "Inactive Plugins"
334
- msgstr "Plugin inattivi"
335
-
336
- # @ bestwebsoft
337
- #: bws_menu.php:620
338
- #: bws_menu.php:942
339
- msgid "Send to support"
340
- msgstr "Invia al supporto"
341
-
342
- # @ bestwebsoft
343
- #: bws_menu.php:627
344
- #: bws_menu.php:949
345
- msgid "Send to custom email &#187;"
346
- msgstr "Invia a una email personalizzata &#187;"
347
-
348
- #: bws_menu.php:638
349
- msgid "Switch to old interface"
350
- msgstr ""
351
-
352
- # @ bestwebsoft
353
- #: bws_menu.php:644
354
  #, fuzzy
355
  msgid "Plugins"
356
  msgstr "Plugin Pro"
357
 
358
- #: bws_menu.php:646
359
  msgid "Themes"
360
  msgstr ""
361
 
362
- #: bws_menu.php:652
363
  msgid "All"
364
  msgstr ""
365
 
366
  # @ default
367
- #: bws_menu.php:653
368
  #, fuzzy
369
  msgid "Installed"
370
  msgstr "Installa %s"
371
 
372
  # @ bestwebsoft
373
- #: bws_menu.php:654
374
  #, fuzzy
375
  msgid "Recommended"
376
  msgstr "Plugin raccomandati"
377
 
378
  # @ bestwebsoft
379
- #: bws_menu.php:676
380
- #: bws_menu.php:704
381
- #: bws_menu.php:726
382
- #: bws_menu.php:754
383
- #: bws_menu.php:795
 
 
 
 
 
384
  #, fuzzy
385
  msgid "Learn more"
386
  msgstr "Leggi tutto"
387
 
388
- #: bws_menu.php:694
389
- #: bws_menu.php:744
390
- #: bws_menu.php:785
391
- msgid "Go"
392
- msgstr ""
393
-
394
- #: bws_menu.php:698
395
- #: bws_menu.php:748
396
- #: bws_menu.php:789
397
- msgid "DONATE"
398
- msgstr ""
399
 
400
  # @ bestwebsoft
401
- #: bws_menu.php:728
402
- #: bws_menu.php:756
403
  #, fuzzy
404
  msgid "Activate this plugin"
405
  msgstr "Plugin attivi"
406
 
407
  # @ bestwebsoft
408
- #: bws_menu.php:728
409
- #: bws_menu.php:756
410
  #, fuzzy
411
  msgid "Activate"
412
  msgstr "Plugin attivi"
413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  # @ default
415
- #: bws_menu.php:797
416
  #, fuzzy
417
  msgid "Install now"
418
  msgstr "Installa %s"
419
 
420
- #: bws_menu.php:819
421
  msgid "Try again"
422
  msgstr ""
423
 
424
- #: bws_menu.php:836
425
  #, php-format
426
  msgid "Preview &#8220;%s&#8221;"
427
  msgstr ""
428
 
429
  # @ default
430
- #: bws_menu.php:867
 
 
 
 
 
 
431
  #, fuzzy
432
  msgid "Install Now"
433
  msgstr "Installa %s"
434
 
435
- #: bws_menu.php:870
436
  #, php-format
437
  msgid "Update to version %s"
438
  msgstr ""
439
 
440
- #: bws_menu.php:870
441
  msgid "Update"
442
  msgstr ""
443
 
444
- #: bws_menu.php:877
445
  #, php-format
446
  msgid "Preview %s"
447
  msgstr ""
448
 
449
- #: bws_menu.php:877
450
  msgid "Preview"
451
  msgstr ""
452
 
453
- #: bws_menu.php:884
 
454
  #, php-format
455
  msgid "By %s"
456
  msgstr ""
457
 
458
- #: bws_menu.php:890
459
  msgid "Details"
460
  msgstr ""
461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
462
  # @ default
463
  #, fuzzy
464
  #~ msgid "installed"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ bestwebsoft
22
+ #: bws_menu.php:351
23
  msgid "Not set"
24
  msgstr "Non impostato"
25
 
26
  # @ bestwebsoft
27
+ #: bws_menu.php:353
28
+ #: bws_menu.php:354
29
  msgid "On"
30
  msgstr "Abilitato"
31
 
32
  # @ bestwebsoft
33
+ #: bws_menu.php:353
34
+ #: bws_menu.php:354
35
  msgid "Off"
36
  msgstr "Disabilitato"
37
 
38
  # @ bestwebsoft
 
39
  #: bws_menu.php:355
40
+ #: bws_menu.php:356
41
+ #: bws_menu.php:357
42
+ #: bws_menu.php:358
43
  #: bws_menu.php:359
44
+ #: bws_menu.php:371
 
 
45
  msgid "N/A"
46
  msgstr "Non disponibile"
47
 
48
  # @ bestwebsoft
49
+ #: bws_menu.php:359
50
  msgid " Mb"
51
  msgstr "Mb"
52
 
53
  # @ bestwebsoft
54
+ #: bws_menu.php:360
55
+ #: bws_menu.php:361
56
+ #: bws_menu.php:362
57
+ #: bws_menu.php:367
58
  msgid "Yes"
59
  msgstr "Sì"
60
 
61
  # @ bestwebsoft
62
+ #: bws_menu.php:360
63
+ #: bws_menu.php:361
64
+ #: bws_menu.php:362
65
+ #: bws_menu.php:369
66
  msgid "No"
67
  msgstr "No"
68
 
69
  # @ bestwebsoft
70
+ #: bws_menu.php:379
71
  msgid "Operating System"
72
  msgstr "Sistema operativo"
73
 
74
  # @ bestwebsoft
75
+ #: bws_menu.php:380
76
  msgid "Server"
77
  msgstr "Server"
78
 
79
  # @ bestwebsoft
80
+ #: bws_menu.php:381
81
  msgid "Memory usage"
82
  msgstr "Utilizzo memoria"
83
 
84
  # @ bestwebsoft
85
+ #: bws_menu.php:382
86
  msgid "MYSQL Version"
87
  msgstr "Versione MYSQL"
88
 
89
  # @ bestwebsoft
90
+ #: bws_menu.php:383
91
  msgid "SQL Mode"
92
  msgstr "Modalità SQL"
93
 
94
  # @ bestwebsoft
95
+ #: bws_menu.php:384
96
  msgid "PHP Version"
97
  msgstr "Versione PHP"
98
 
99
  # @ bestwebsoft
100
+ #: bws_menu.php:385
101
  msgid "PHP Safe Mode"
102
  msgstr "Safe Mode PHP"
103
 
104
  # @ bestwebsoft
105
+ #: bws_menu.php:386
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Consenti URL fopen PHP"
108
 
109
  # @ bestwebsoft
110
+ #: bws_menu.php:387
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite di memoria PHP"
113
 
114
  # @ bestwebsoft
115
+ #: bws_menu.php:388
116
  msgid "PHP Max Upload Size"
117
  msgstr "Dimensione upload massima PHP"
118
 
119
  # @ bestwebsoft
120
+ #: bws_menu.php:389
121
  msgid "PHP Max Post Size"
122
  msgstr "Dimensione massima Post PHP"
123
 
124
  # @ bestwebsoft
125
+ #: bws_menu.php:390
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo massimo di esecuzione PHP"
128
 
129
  # @ bestwebsoft
130
+ #: bws_menu.php:391
131
  msgid "PHP Exif support"
132
  msgstr "Supporto Exif PHP"
133
 
134
  # @ bestwebsoft
135
+ #: bws_menu.php:392
136
  msgid "PHP IPTC support"
137
  msgstr "Supporto IPTC PHP"
138
 
139
  # @ bestwebsoft
140
+ #: bws_menu.php:393
141
  msgid "PHP XML support"
142
  msgstr "Supporto XML PHP"
143
 
144
  # @ bestwebsoft
145
+ #: bws_menu.php:394
146
  msgid "Site URL"
147
  msgstr "URL sito"
148
 
149
  # @ bestwebsoft
150
+ #: bws_menu.php:395
151
  msgid "Home URL"
152
  msgstr "URL home"
153
 
154
  # @ bestwebsoft
155
+ #: bws_menu.php:398
156
  msgid "WordPress Version"
157
  msgstr "Versione WordPress"
158
 
159
  # @ bestwebsoft
160
+ #: bws_menu.php:399
161
  msgid "WordPress DB Version"
162
  msgstr "Versione DB WordPress"
163
 
164
  # @ bestwebsoft
165
+ #: bws_menu.php:400
166
  msgid "Multisite"
167
  msgstr "Multisito"
168
 
169
  # @ bestwebsoft
170
+ #: bws_menu.php:401
171
  msgid "Active Theme"
172
  msgstr "Tema attivo"
173
 
174
  # @ bestwebsoft
175
+ #: bws_menu.php:416
176
  msgid "Please enter a valid email address."
177
  msgstr "Per favore inserisci un indirizzo e-mail valido."
178
 
179
  # @ bestwebsoft
180
+ #: bws_menu.php:420
181
  msgid "Email with system info is sent to "
182
  msgstr "Email con informazioni di sistema spedita a "
183
 
184
  # @ bestwebsoft
185
+ #: bws_menu.php:424
186
  msgid "Thank you for contacting us."
187
  msgstr "Grazie per averci contattato."
188
 
189
  # @ bestwebsoft
190
+ #: bws_menu.php:457
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Spiacenti, il messaggio email non può essere inviato."
193
 
194
+ #: bws_menu.php:465
195
+ msgid "Need help?"
196
  msgstr ""
197
 
198
+ #: bws_menu.php:466
199
+ msgid "Client area"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  msgstr ""
201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  # @ bestwebsoft
203
+ #: bws_menu.php:467
204
+ #: bws_menu.php:778
 
 
 
 
 
 
205
  msgid "System status"
206
  msgstr "Stato sistema"
207
 
208
  # @ bestwebsoft
209
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  #, fuzzy
211
  msgid "Plugins"
212
  msgstr "Plugin Pro"
213
 
214
+ #: bws_menu.php:474
215
  msgid "Themes"
216
  msgstr ""
217
 
218
+ #: bws_menu.php:479
219
  msgid "All"
220
  msgstr ""
221
 
222
  # @ default
223
+ #: bws_menu.php:480
224
  #, fuzzy
225
  msgid "Installed"
226
  msgstr "Installa %s"
227
 
228
  # @ bestwebsoft
229
+ #: bws_menu.php:481
230
  #, fuzzy
231
  msgid "Recommended"
232
  msgstr "Plugin raccomandati"
233
 
234
  # @ bestwebsoft
235
+ #: bws_menu.php:485
236
+ msgid "Installed plugins"
237
+ msgstr "Plugin installati"
238
+
239
+ # @ bestwebsoft
240
+ #: bws_menu.php:514
241
+ #: bws_menu.php:536
242
+ #: bws_menu.php:563
243
+ #: bws_menu.php:593
244
+ #: bws_menu.php:639
245
  #, fuzzy
246
  msgid "Learn more"
247
  msgstr "Leggi tutto"
248
 
249
+ # @ bestwebsoft
250
+ # @ captcha
251
+ #: bws_menu.php:517
252
+ #: bws_menu.php:566
253
+ msgid "Settings"
254
+ msgstr "Impostazioni"
 
 
 
 
 
255
 
256
  # @ bestwebsoft
257
+ #: bws_menu.php:538
258
+ #: bws_menu.php:595
259
  #, fuzzy
260
  msgid "Activate this plugin"
261
  msgstr "Plugin attivi"
262
 
263
  # @ bestwebsoft
264
+ #: bws_menu.php:538
265
+ #: bws_menu.php:595
266
  #, fuzzy
267
  msgid "Activate"
268
  msgstr "Plugin attivi"
269
 
270
+ #: bws_menu.php:553
271
+ #: bws_menu.php:583
272
+ #: bws_menu.php:629
273
+ msgid "Go"
274
+ msgstr ""
275
+
276
+ #: bws_menu.php:557
277
+ #: bws_menu.php:587
278
+ #: bws_menu.php:633
279
+ msgid "DONATE"
280
+ msgstr ""
281
+
282
+ # @ bestwebsoft
283
+ #: bws_menu.php:603
284
+ msgid "Recommended plugins"
285
+ msgstr "Plugin raccomandati"
286
+
287
  # @ default
288
+ #: bws_menu.php:641
289
  #, fuzzy
290
  msgid "Install now"
291
  msgstr "Installa %s"
292
 
293
+ #: bws_menu.php:662
294
  msgid "Try again"
295
  msgstr ""
296
 
297
+ #: bws_menu.php:680
298
  #, php-format
299
  msgid "Preview &#8220;%s&#8221;"
300
  msgstr ""
301
 
302
  # @ default
303
+ #: bws_menu.php:711
304
+ #, php-format
305
+ msgid "Install %s"
306
+ msgstr "Installa %s"
307
+
308
+ # @ default
309
+ #: bws_menu.php:711
310
  #, fuzzy
311
  msgid "Install Now"
312
  msgstr "Installa %s"
313
 
314
+ #: bws_menu.php:714
315
  #, php-format
316
  msgid "Update to version %s"
317
  msgstr ""
318
 
319
+ #: bws_menu.php:714
320
  msgid "Update"
321
  msgstr ""
322
 
323
+ #: bws_menu.php:721
324
  #, php-format
325
  msgid "Preview %s"
326
  msgstr ""
327
 
328
+ #: bws_menu.php:721
329
  msgid "Preview"
330
  msgstr ""
331
 
332
+ #: bws_menu.php:727
333
+ #: bws_menu.php:759
334
  #, php-format
335
  msgid "By %s"
336
  msgstr ""
337
 
338
+ #: bws_menu.php:733
339
  msgid "Details"
340
  msgstr ""
341
 
342
+ # @ default
343
+ #: bws_menu.php:765
344
+ #, fuzzy
345
+ msgid "Already Installed"
346
+ msgstr "Installa %s"
347
+
348
+ # @ bestwebsoft
349
+ #: bws_menu.php:781
350
+ msgid "Environment"
351
+ msgstr "Ambiente"
352
+
353
+ # @ bestwebsoft
354
+ #: bws_menu.php:792
355
+ msgid "Active Plugins"
356
+ msgstr "Plugin attivi"
357
+
358
+ # @ bestwebsoft
359
+ #: bws_menu.php:805
360
+ msgid "Inactive Plugins"
361
+ msgstr "Plugin inattivi"
362
+
363
+ # @ bestwebsoft
364
+ #: bws_menu.php:821
365
+ msgid "Send to support"
366
+ msgstr "Invia al supporto"
367
+
368
+ # @ bestwebsoft
369
+ #: bws_menu.php:828
370
+ msgid "Send to custom email &#187;"
371
+ msgstr "Invia a una email personalizzata &#187;"
372
+
373
+ # @ bestwebsoft
374
+ #~ msgid "Pro plugins"
375
+ #~ msgstr "Plugin Pro"
376
+ # @ bestwebsoft
377
+ #~ msgid "Activated plugins"
378
+ #~ msgstr "Plugin attivi"
379
+ # @ bestwebsoft
380
+ #~ msgid "Read more"
381
+ #~ msgstr "Leggi tutto"
382
+ # @ bestwebsoft
383
+ #~ msgid "Purchase"
384
+ #~ msgstr "Acquista"
385
+ # @ bestwebsoft
386
+ #~ msgid "Free plugins"
387
+ #~ msgstr "Plugin gratuiti"
388
+ # @ bestwebsoft
389
+ #~ msgid "Download"
390
+ #~ msgstr "Scarica"
391
+ # @ bestwebsoft
392
+ #~ msgid "Install now from wordpress.org"
393
+ #~ msgstr "Installa ora da wordpress.org"
394
+ # @ bestwebsoft
395
+ #, fuzzy
396
+ #~ msgid "Activated theme"
397
+ #~ msgstr "Tema attivo"
398
+
399
+ # @ default
400
+ #, fuzzy
401
+ #~ msgid "Installed themes"
402
+ #~ msgstr "Installa %s"
403
+
404
+ # @ bestwebsoft
405
+ #, fuzzy
406
+ #~ msgid "Recommended themes"
407
+ #~ msgstr "Plugin raccomandati"
408
+
409
+ # @ bestwebsoft
410
+ #~ msgid "If you have any questions, please contact us via"
411
+ #~ msgstr "Se hai domande, contattaci tramite"
412
  # @ default
413
  #, fuzzy
414
  #~ msgid "installed"
bws_menu/languages/bestwebsoft-ja.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,384 +16,341 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:339
20
  msgid "Not set"
21
  msgstr "未設定"
22
 
23
- #: bws_menu.php:341
24
- #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "On"
27
 
28
- #: bws_menu.php:343
29
- #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Off"
32
 
33
- #: bws_menu.php:351
34
  #: bws_menu.php:355
 
 
 
35
  #: bws_menu.php:359
36
- #: bws_menu.php:363
37
- #: bws_menu.php:367
38
- #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "該当なし"
41
 
42
- #: bws_menu.php:365
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:369
47
- #: bws_menu.php:373
48
- #: bws_menu.php:377
49
- #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "はい"
52
 
53
- #: bws_menu.php:371
54
- #: bws_menu.php:375
55
- #: bws_menu.php:379
56
- #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "いいえ"
59
 
60
- #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "オペレーション・システム"
63
 
64
- #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "サーバ"
67
 
68
- #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "メモリー使用"
71
 
72
- #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "MYSQL バージョン"
75
 
76
- #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "SQLモード"
79
 
80
- #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "PHP バージョン"
83
 
84
- #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Memory Limit"
95
 
96
- #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max Upload Size"
99
 
100
- #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max Post Size"
103
 
104
- #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max Script Execute Time"
107
 
108
- #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exif サポート"
111
 
112
- #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "PHP IPTC サポート"
115
 
116
- #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "PHP XML サポート"
119
 
120
- #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "サイトURL"
123
 
124
- #: bws_menu.php:420
125
  msgid "Home URL"
126
  msgstr "ホームURL"
127
 
128
- #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "WordPress バージョン"
131
 
132
- #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress データベース バージョン"
135
 
136
- #: bws_menu.php:423
137
  msgid "Multisite"
138
  msgstr "複数サイト"
139
 
140
- #: bws_menu.php:424
141
  msgid "Active Theme"
142
  msgstr "有効なテーマ"
143
 
144
- #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
  msgstr "正確なEメール・アドレスを入力して下さい。"
147
 
148
- #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
  msgstr "システム情報をメールで送信:"
151
 
152
- #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
  msgstr "ご連絡ありがとうございます"
155
 
156
- #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
 
160
- #: bws_menu.php:488
161
- msgid "Switch to new interface"
162
- msgstr ""
163
-
164
- #: bws_menu.php:495
165
- msgid "Pro plugins"
166
- msgstr "Pro Plugins"
167
-
168
- #: bws_menu.php:498
169
- #: bws_menu.php:524
170
- msgid "Activated plugins"
171
- msgstr "有効なプラグイン"
172
-
173
- #: bws_menu.php:500
174
- #: bws_menu.php:508
175
- #: bws_menu.php:516
176
- #: bws_menu.php:526
177
- #: bws_menu.php:534
178
- #: bws_menu.php:542
179
- #: bws_menu.php:552
180
- #: bws_menu.php:559
181
- #: bws_menu.php:567
182
- msgid "Read more"
183
- msgstr "もっと読む"
184
-
185
- #: bws_menu.php:500
186
- #: bws_menu.php:526
187
- #: bws_menu.php:678
188
- #: bws_menu.php:706
189
- msgid "Settings"
190
- msgstr "設定"
191
-
192
- #: bws_menu.php:506
193
- #: bws_menu.php:532
194
- #: bws_menu.php:658
195
- msgid "Installed plugins"
196
- msgstr "導入済みプラグイン"
197
-
198
- #: bws_menu.php:514
199
- #: bws_menu.php:540
200
- #: bws_menu.php:765
201
- msgid "Recommended plugins"
202
- msgstr "推奨プラグイン"
203
-
204
- #: bws_menu.php:516
205
- msgid "Purchase"
206
- msgstr "購入"
207
-
208
- #: bws_menu.php:521
209
- msgid "Free plugins"
210
- msgstr "無料プラグイン"
211
-
212
- #: bws_menu.php:542
213
- #: bws_menu.php:567
214
- msgid "Download"
215
- msgstr "ダウンロード"
216
-
217
- #: bws_menu.php:542
218
- #: bws_menu.php:567
219
- #: bws_menu.php:867
220
- #, php-format
221
- msgid "Install %s"
222
- msgstr "%s 導入"
223
-
224
- #: bws_menu.php:542
225
- #: bws_menu.php:567
226
- msgid "Install now from wordpress.org"
227
- msgstr "wordpress.org から直ぐに導入"
228
-
229
- #: bws_menu.php:548
230
- msgid "Free themes"
231
- msgstr ""
232
-
233
- #: bws_menu.php:551
234
- #, fuzzy
235
- msgid "Activated theme"
236
- msgstr "有効なテーマ"
237
-
238
- #: bws_menu.php:552
239
- #, php-format
240
- msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
- #: bws_menu.php:552
244
- msgid "Customize"
245
  msgstr ""
246
 
247
- #: bws_menu.php:557
248
- #, fuzzy
249
- msgid "Installed themes"
250
- msgstr "%s 導入"
251
-
252
- #: bws_menu.php:565
253
- #, fuzzy
254
- msgid "Recommended themes"
255
- msgstr "推奨プラグイン"
256
-
257
- #: bws_menu.php:573
258
- msgid "If you have any questions, please contact us via"
259
- msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
260
-
261
- #: bws_menu.php:580
262
- #: bws_menu.php:648
263
- #: bws_menu.php:903
264
  msgid "System status"
265
  msgstr "システム状況"
266
 
267
- #: bws_menu.php:584
268
- #: bws_menu.php:906
269
- msgid "Environment"
270
- msgstr "環境"
271
-
272
- #: bws_menu.php:595
273
- #: bws_menu.php:917
274
- msgid "Active Plugins"
275
- msgstr "有効なプラグイン"
276
-
277
- #: bws_menu.php:606
278
- #: bws_menu.php:928
279
- msgid "Inactive Plugins"
280
- msgstr "無効なプラグイン"
281
-
282
- #: bws_menu.php:620
283
- #: bws_menu.php:942
284
- msgid "Send to support"
285
- msgstr "サポートに送信"
286
-
287
- #: bws_menu.php:627
288
- #: bws_menu.php:949
289
- msgid "Send to custom email &#187;"
290
- msgstr "カスタムEメールに送信&#187;"
291
-
292
- #: bws_menu.php:638
293
- msgid "Switch to old interface"
294
- msgstr ""
295
-
296
- #: bws_menu.php:644
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Pro Plugins"
300
 
301
- #: bws_menu.php:646
302
  msgid "Themes"
303
  msgstr ""
304
 
305
- #: bws_menu.php:652
306
  msgid "All"
307
  msgstr ""
308
 
309
- #: bws_menu.php:653
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "%s 導入"
313
 
314
- #: bws_menu.php:654
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "推奨プラグイン"
318
 
319
- #: bws_menu.php:676
320
- #: bws_menu.php:704
321
- #: bws_menu.php:726
322
- #: bws_menu.php:754
323
- #: bws_menu.php:795
 
 
 
 
324
  #, fuzzy
325
  msgid "Learn more"
326
  msgstr "もっと読む"
327
 
328
- #: bws_menu.php:694
329
- #: bws_menu.php:744
330
- #: bws_menu.php:785
331
- msgid "Go"
332
- msgstr ""
333
-
334
- #: bws_menu.php:698
335
- #: bws_menu.php:748
336
- #: bws_menu.php:789
337
- msgid "DONATE"
338
- msgstr ""
339
 
340
- #: bws_menu.php:728
341
- #: bws_menu.php:756
342
  #, fuzzy
343
  msgid "Activate this plugin"
344
  msgstr "有効なプラグイン"
345
 
346
- #: bws_menu.php:728
347
- #: bws_menu.php:756
348
  #, fuzzy
349
  msgid "Activate"
350
  msgstr "有効なcaptcha"
351
 
352
- #: bws_menu.php:797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  #, fuzzy
354
  msgid "Install now"
355
  msgstr "Installa Ora"
356
 
357
- #: bws_menu.php:819
358
  msgid "Try again"
359
  msgstr ""
360
 
361
- #: bws_menu.php:836
362
  #, php-format
363
  msgid "Preview &#8220;%s&#8221;"
364
  msgstr ""
365
 
366
- #: bws_menu.php:867
 
 
 
 
 
367
  msgid "Install Now"
368
  msgstr "Installa Ora"
369
 
370
- #: bws_menu.php:870
371
  #, php-format
372
  msgid "Update to version %s"
373
  msgstr ""
374
 
375
- #: bws_menu.php:870
376
  msgid "Update"
377
  msgstr ""
378
 
379
- #: bws_menu.php:877
380
  #, php-format
381
  msgid "Preview %s"
382
  msgstr ""
383
 
384
- #: bws_menu.php:877
385
  msgid "Preview"
386
  msgstr ""
387
 
388
- #: bws_menu.php:884
 
389
  #, php-format
390
  msgid "By %s"
391
  msgstr ""
392
 
393
- #: bws_menu.php:890
394
  msgid "Details"
395
  msgstr ""
396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  #, fuzzy
398
  #~ msgid "installed"
399
  #~ msgstr "%s 導入"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:351
20
  msgid "Not set"
21
  msgstr "未設定"
22
 
23
+ #: bws_menu.php:353
24
+ #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "On"
27
 
28
+ #: bws_menu.php:353
29
+ #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Off"
32
 
 
33
  #: bws_menu.php:355
34
+ #: bws_menu.php:356
35
+ #: bws_menu.php:357
36
+ #: bws_menu.php:358
37
  #: bws_menu.php:359
38
+ #: bws_menu.php:371
 
 
39
  msgid "N/A"
40
  msgstr "該当なし"
41
 
42
+ #: bws_menu.php:359
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
+ #: bws_menu.php:360
47
+ #: bws_menu.php:361
48
+ #: bws_menu.php:362
49
+ #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "はい"
52
 
53
+ #: bws_menu.php:360
54
+ #: bws_menu.php:361
55
+ #: bws_menu.php:362
56
+ #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "いいえ"
59
 
60
+ #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "オペレーション・システム"
63
 
64
+ #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "サーバ"
67
 
68
+ #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "メモリー使用"
71
 
72
+ #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "MYSQL バージョン"
75
 
76
+ #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "SQLモード"
79
 
80
+ #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "PHP バージョン"
83
 
84
+ #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
+ #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Memory Limit"
95
 
96
+ #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max Upload Size"
99
 
100
+ #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max Post Size"
103
 
104
+ #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max Script Execute Time"
107
 
108
+ #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exif サポート"
111
 
112
+ #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "PHP IPTC サポート"
115
 
116
+ #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "PHP XML サポート"
119
 
120
+ #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "サイトURL"
123
 
124
+ #: bws_menu.php:395
125
  msgid "Home URL"
126
  msgstr "ホームURL"
127
 
128
+ #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "WordPress バージョン"
131
 
132
+ #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress データベース バージョン"
135
 
136
+ #: bws_menu.php:400
137
  msgid "Multisite"
138
  msgstr "複数サイト"
139
 
140
+ #: bws_menu.php:401
141
  msgid "Active Theme"
142
  msgstr "有効なテーマ"
143
 
144
+ #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
  msgstr "正確なEメール・アドレスを入力して下さい。"
147
 
148
+ #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
  msgstr "システム情報をメールで送信:"
151
 
152
+ #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
  msgstr "ご連絡ありがとうございます"
155
 
156
+ #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
 
160
+ #: bws_menu.php:465
161
+ msgid "Need help?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  msgstr ""
163
 
164
+ #: bws_menu.php:466
165
+ msgid "Client area"
166
  msgstr ""
167
 
168
+ #: bws_menu.php:467
169
+ #: bws_menu.php:778
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  msgid "System status"
171
  msgstr "システム状況"
172
 
173
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #, fuzzy
175
  msgid "Plugins"
176
  msgstr "Pro Plugins"
177
 
178
+ #: bws_menu.php:474
179
  msgid "Themes"
180
  msgstr ""
181
 
182
+ #: bws_menu.php:479
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: bws_menu.php:480
187
  #, fuzzy
188
  msgid "Installed"
189
  msgstr "%s 導入"
190
 
191
+ #: bws_menu.php:481
192
  #, fuzzy
193
  msgid "Recommended"
194
  msgstr "推奨プラグイン"
195
 
196
+ #: bws_menu.php:485
197
+ msgid "Installed plugins"
198
+ msgstr "導入済みプラグイン"
199
+
200
+ #: bws_menu.php:514
201
+ #: bws_menu.php:536
202
+ #: bws_menu.php:563
203
+ #: bws_menu.php:593
204
+ #: bws_menu.php:639
205
  #, fuzzy
206
  msgid "Learn more"
207
  msgstr "もっと読む"
208
 
209
+ #: bws_menu.php:517
210
+ #: bws_menu.php:566
211
+ msgid "Settings"
212
+ msgstr "設定"
 
 
 
 
 
 
 
213
 
214
+ #: bws_menu.php:538
215
+ #: bws_menu.php:595
216
  #, fuzzy
217
  msgid "Activate this plugin"
218
  msgstr "有効なプラグイン"
219
 
220
+ #: bws_menu.php:538
221
+ #: bws_menu.php:595
222
  #, fuzzy
223
  msgid "Activate"
224
  msgstr "有効なcaptcha"
225
 
226
+ #: bws_menu.php:553
227
+ #: bws_menu.php:583
228
+ #: bws_menu.php:629
229
+ msgid "Go"
230
+ msgstr ""
231
+
232
+ #: bws_menu.php:557
233
+ #: bws_menu.php:587
234
+ #: bws_menu.php:633
235
+ msgid "DONATE"
236
+ msgstr ""
237
+
238
+ #: bws_menu.php:603
239
+ msgid "Recommended plugins"
240
+ msgstr "推奨プラグイン"
241
+
242
+ #: bws_menu.php:641
243
  #, fuzzy
244
  msgid "Install now"
245
  msgstr "Installa Ora"
246
 
247
+ #: bws_menu.php:662
248
  msgid "Try again"
249
  msgstr ""
250
 
251
+ #: bws_menu.php:680
252
  #, php-format
253
  msgid "Preview &#8220;%s&#8221;"
254
  msgstr ""
255
 
256
+ #: bws_menu.php:711
257
+ #, php-format
258
+ msgid "Install %s"
259
+ msgstr "%s 導入"
260
+
261
+ #: bws_menu.php:711
262
  msgid "Install Now"
263
  msgstr "Installa Ora"
264
 
265
+ #: bws_menu.php:714
266
  #, php-format
267
  msgid "Update to version %s"
268
  msgstr ""
269
 
270
+ #: bws_menu.php:714
271
  msgid "Update"
272
  msgstr ""
273
 
274
+ #: bws_menu.php:721
275
  #, php-format
276
  msgid "Preview %s"
277
  msgstr ""
278
 
279
+ #: bws_menu.php:721
280
  msgid "Preview"
281
  msgstr ""
282
 
283
+ #: bws_menu.php:727
284
+ #: bws_menu.php:759
285
  #, php-format
286
  msgid "By %s"
287
  msgstr ""
288
 
289
+ #: bws_menu.php:733
290
  msgid "Details"
291
  msgstr ""
292
 
293
+ #: bws_menu.php:765
294
+ #, fuzzy
295
+ msgid "Already Installed"
296
+ msgstr "%s 導入"
297
+
298
+ #: bws_menu.php:781
299
+ msgid "Environment"
300
+ msgstr "環境"
301
+
302
+ #: bws_menu.php:792
303
+ msgid "Active Plugins"
304
+ msgstr "有効なプラグイン"
305
+
306
+ #: bws_menu.php:805
307
+ msgid "Inactive Plugins"
308
+ msgstr "無効なプラグイン"
309
+
310
+ #: bws_menu.php:821
311
+ msgid "Send to support"
312
+ msgstr "サポートに送信"
313
+
314
+ #: bws_menu.php:828
315
+ msgid "Send to custom email &#187;"
316
+ msgstr "カスタムEメールに送信&#187;"
317
+
318
+ #~ msgid "Pro plugins"
319
+ #~ msgstr "Pro Plugins"
320
+
321
+ #~ msgid "Activated plugins"
322
+ #~ msgstr "有効なプラグイン"
323
+
324
+ #~ msgid "Read more"
325
+ #~ msgstr "もっと読む"
326
+
327
+ #~ msgid "Purchase"
328
+ #~ msgstr "購入"
329
+
330
+ #~ msgid "Free plugins"
331
+ #~ msgstr "無料プラグイン"
332
+
333
+ #~ msgid "Download"
334
+ #~ msgstr "ダウンロード"
335
+
336
+ #~ msgid "Install now from wordpress.org"
337
+ #~ msgstr "wordpress.org から直ぐに導入"
338
+
339
+ #, fuzzy
340
+ #~ msgid "Activated theme"
341
+ #~ msgstr "有効なテーマ"
342
+
343
+ #, fuzzy
344
+ #~ msgid "Installed themes"
345
+ #~ msgstr "%s 導入"
346
+
347
+ #, fuzzy
348
+ #~ msgid "Recommended themes"
349
+ #~ msgstr "推奨プラグイン"
350
+
351
+ #~ msgid "If you have any questions, please contact us via"
352
+ #~ msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
353
+
354
  #, fuzzy
355
  #~ msgid "installed"
356
  #~ msgstr "%s 導入"
bws_menu/languages/bestwebsoft-pt_BR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -19,445 +19,395 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
- #: bws_menu.php:339
23
  msgid "Not set"
24
  msgstr "Não definido"
25
 
26
  # @ captcha
27
- #: bws_menu.php:341
28
- #: bws_menu.php:345
29
  msgid "On"
30
  msgstr "Ligado"
31
 
32
  # @ captcha
33
- #: bws_menu.php:343
34
- #: bws_menu.php:347
35
  msgid "Off"
36
  msgstr "Desligado"
37
 
38
  # @ captcha
39
- #: bws_menu.php:351
40
  #: bws_menu.php:355
 
 
 
41
  #: bws_menu.php:359
42
- #: bws_menu.php:363
43
- #: bws_menu.php:367
44
- #: bws_menu.php:393
45
  msgid "N/A"
46
  msgstr "N/D"
47
 
48
  # @ captcha
49
- #: bws_menu.php:365
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
- #: bws_menu.php:369
55
- #: bws_menu.php:373
56
- #: bws_menu.php:377
57
- #: bws_menu.php:388
58
  msgid "Yes"
59
  msgstr "Sim"
60
 
61
  # @ captcha
62
- #: bws_menu.php:371
63
- #: bws_menu.php:375
64
- #: bws_menu.php:379
65
- #: bws_menu.php:390
66
  msgid "No"
67
  msgstr "Não"
68
 
69
  # @ captcha
70
- #: bws_menu.php:404
71
  msgid "Operating System"
72
  msgstr "Sistema Operacional"
73
 
74
  # @ captcha
75
- #: bws_menu.php:405
76
  msgid "Server"
77
  msgstr "Servidor"
78
 
79
  # @ captcha
80
- #: bws_menu.php:406
81
  msgid "Memory usage"
82
  msgstr "Uso de memória"
83
 
84
  # @ captcha
85
- #: bws_menu.php:407
86
  msgid "MYSQL Version"
87
  msgstr "Versão do MySQL"
88
 
89
  # @ captcha
90
- #: bws_menu.php:408
91
  msgid "SQL Mode"
92
  msgstr "Modo SQL"
93
 
94
  # @ captcha
95
- #: bws_menu.php:409
96
  msgid "PHP Version"
97
  msgstr "Versão do PHP"
98
 
99
  # @ captcha
100
- #: bws_menu.php:410
101
  msgid "PHP Safe Mode"
102
  msgstr "Modo de Segurança do PHP"
103
 
104
  # @ captcha
105
- #: bws_menu.php:411
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Permissão de fopen de URL do PHP"
108
 
109
  # @ captcha
110
- #: bws_menu.php:412
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite de Memória do PHP"
113
 
114
  # @ captcha
115
- #: bws_menu.php:413
116
  msgid "PHP Max Upload Size"
117
  msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
  # @ captcha
120
- #: bws_menu.php:414
121
  msgid "PHP Max Post Size"
122
  msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
  # @ captcha
125
- #: bws_menu.php:415
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo de Execução Máximo do PHP"
128
 
129
  # @ captcha
130
- #: bws_menu.php:416
131
  msgid "PHP Exif support"
132
  msgstr "Suporte a Exif no PHP"
133
 
134
  # @ captcha
135
- #: bws_menu.php:417
136
  msgid "PHP IPTC support"
137
  msgstr "Suporte da IPTC no PHP"
138
 
139
  # @ captcha
140
- #: bws_menu.php:418
141
  msgid "PHP XML support"
142
  msgstr "Suporte a XML no PHP"
143
 
144
  # @ captcha
145
- #: bws_menu.php:419
146
  msgid "Site URL"
147
  msgstr "URL do Site"
148
 
149
  # @ captcha
150
- #: bws_menu.php:420
151
  msgid "Home URL"
152
  msgstr "URL da Página Inicial"
153
 
154
  # @ captcha
155
- #: bws_menu.php:421
156
  msgid "WordPress Version"
157
  msgstr "Versão do WordPress"
158
 
159
  # @ captcha
160
- #: bws_menu.php:422
161
  msgid "WordPress DB Version"
162
  msgstr "Versão do DB do WordPress"
163
 
164
  # @ captcha
165
- #: bws_menu.php:423
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
- #: bws_menu.php:424
171
  msgid "Active Theme"
172
  msgstr "Tema Ativo"
173
 
174
  # @ captcha
175
- #: bws_menu.php:440
176
  msgid "Please enter a valid email address."
177
  msgstr "Por favor, informe um endereço de email válido."
178
 
179
  # @ captcha
180
- #: bws_menu.php:444
181
  msgid "Email with system info is sent to "
182
  msgstr "Email com informações do sistema é enviado para "
183
 
184
  # @ captcha
185
- #: bws_menu.php:448
186
  msgid "Thank you for contacting us."
187
  msgstr "Obrigado por nos contatar."
188
 
189
  # @ captcha
190
- #: bws_menu.php:476
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
 
194
- #: bws_menu.php:488
195
- msgid "Switch to new interface"
196
- msgstr ""
197
-
198
- # @ captcha
199
- #: bws_menu.php:495
200
- msgid "Pro plugins"
201
- msgstr "Plugins Pro"
202
-
203
- # @ captcha
204
- #: bws_menu.php:498
205
- #: bws_menu.php:524
206
- msgid "Activated plugins"
207
- msgstr "Plugins ativados"
208
-
209
- # @ captcha
210
- #: bws_menu.php:500
211
- #: bws_menu.php:508
212
- #: bws_menu.php:516
213
- #: bws_menu.php:526
214
- #: bws_menu.php:534
215
- #: bws_menu.php:542
216
- #: bws_menu.php:552
217
- #: bws_menu.php:559
218
- #: bws_menu.php:567
219
- msgid "Read more"
220
- msgstr "Leia Mais"
221
-
222
- # @ captcha
223
- #: bws_menu.php:500
224
- #: bws_menu.php:526
225
- #: bws_menu.php:678
226
- #: bws_menu.php:706
227
- msgid "Settings"
228
- msgstr "Configurações"
229
-
230
- # @ captcha
231
- #: bws_menu.php:506
232
- #: bws_menu.php:532
233
- #: bws_menu.php:658
234
- msgid "Installed plugins"
235
- msgstr "Plugins Instalados"
236
-
237
- # @ captcha
238
- #: bws_menu.php:514
239
- #: bws_menu.php:540
240
- #: bws_menu.php:765
241
- msgid "Recommended plugins"
242
- msgstr "Plugins Recomendados"
243
-
244
- # @ captcha
245
- #: bws_menu.php:516
246
- msgid "Purchase"
247
- msgstr "Compra"
248
-
249
- # @ captcha
250
- #: bws_menu.php:521
251
- msgid "Free plugins"
252
- msgstr "Plugins Grátis"
253
-
254
- # @ captcha
255
- #: bws_menu.php:542
256
- #: bws_menu.php:567
257
- msgid "Download"
258
- msgstr "Baixar"
259
-
260
- # @ default
261
- #: bws_menu.php:542
262
- #: bws_menu.php:567
263
- #: bws_menu.php:867
264
- #, php-format
265
- msgid "Install %s"
266
- msgstr "Instalar %s"
267
-
268
- # @ captcha
269
- #: bws_menu.php:542
270
- #: bws_menu.php:567
271
- msgid "Install now from wordpress.org"
272
- msgstr "Instale agora do site do wordpress (wordpress.org)"
273
-
274
- #: bws_menu.php:548
275
- msgid "Free themes"
276
- msgstr ""
277
-
278
- # @ captcha
279
- #: bws_menu.php:551
280
- #, fuzzy
281
- msgid "Activated theme"
282
- msgstr "Tema Ativo"
283
-
284
- #: bws_menu.php:552
285
- #, php-format
286
- msgid "Customize &#8220;%s&#8221;"
287
  msgstr ""
288
 
289
- #: bws_menu.php:552
290
- msgid "Customize"
291
  msgstr ""
292
 
293
- # @ default
294
- #: bws_menu.php:557
295
- #, fuzzy
296
- msgid "Installed themes"
297
- msgstr "Instalar %s"
298
-
299
- # @ captcha
300
- #: bws_menu.php:565
301
- #, fuzzy
302
- msgid "Recommended themes"
303
- msgstr "Plugins Recomendados"
304
-
305
  # @ captcha
306
- #: bws_menu.php:573
307
- msgid "If you have any questions, please contact us via"
308
- msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
309
-
310
- # @ captcha
311
- #: bws_menu.php:580
312
- #: bws_menu.php:648
313
- #: bws_menu.php:903
314
  msgid "System status"
315
  msgstr "Status do sistema"
316
 
317
  # @ captcha
318
- #: bws_menu.php:584
319
- #: bws_menu.php:906
320
- msgid "Environment"
321
- msgstr "Ambiente"
322
-
323
- # @ captcha
324
- #: bws_menu.php:595
325
- #: bws_menu.php:917
326
- msgid "Active Plugins"
327
- msgstr "Plugins Ativos"
328
-
329
- # @ captcha
330
- #: bws_menu.php:606
331
- #: bws_menu.php:928
332
- msgid "Inactive Plugins"
333
- msgstr "Plugins Inativos"
334
-
335
- # @ captcha
336
- #: bws_menu.php:620
337
- #: bws_menu.php:942
338
- msgid "Send to support"
339
- msgstr "Enviar para o suporte"
340
-
341
- # @ captcha
342
- #: bws_menu.php:627
343
- #: bws_menu.php:949
344
- msgid "Send to custom email &#187;"
345
- msgstr "Enviar para email personalizado &#187;"
346
-
347
- #: bws_menu.php:638
348
- msgid "Switch to old interface"
349
- msgstr ""
350
-
351
- # @ captcha
352
- #: bws_menu.php:644
353
  #, fuzzy
354
  msgid "Plugins"
355
  msgstr "Plugins Pro"
356
 
357
- #: bws_menu.php:646
358
  msgid "Themes"
359
  msgstr ""
360
 
361
- #: bws_menu.php:652
362
  msgid "All"
363
  msgstr ""
364
 
365
  # @ default
366
- #: bws_menu.php:653
367
  #, fuzzy
368
  msgid "Installed"
369
  msgstr "Instalar %s"
370
 
371
  # @ captcha
372
- #: bws_menu.php:654
373
  #, fuzzy
374
  msgid "Recommended"
375
  msgstr "Plugins Recomendados"
376
 
377
  # @ captcha
378
- #: bws_menu.php:676
379
- #: bws_menu.php:704
380
- #: bws_menu.php:726
381
- #: bws_menu.php:754
382
- #: bws_menu.php:795
 
 
 
 
 
383
  #, fuzzy
384
  msgid "Learn more"
385
  msgstr "Leia Mais"
386
 
387
- #: bws_menu.php:694
388
- #: bws_menu.php:744
389
- #: bws_menu.php:785
390
- msgid "Go"
391
- msgstr ""
392
-
393
- #: bws_menu.php:698
394
- #: bws_menu.php:748
395
- #: bws_menu.php:789
396
- msgid "DONATE"
397
- msgstr ""
398
 
399
  # @ captcha
400
- #: bws_menu.php:728
401
- #: bws_menu.php:756
402
  #, fuzzy
403
  msgid "Activate this plugin"
404
  msgstr "Plugins ativados"
405
 
406
  # @ captcha
407
- #: bws_menu.php:728
408
- #: bws_menu.php:756
409
  #, fuzzy
410
  msgid "Activate"
411
  msgstr "Plugins ativados"
412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  # @ default
414
- #: bws_menu.php:797
415
  #, fuzzy
416
  msgid "Install now"
417
  msgstr "Instalar %s"
418
 
419
- #: bws_menu.php:819
420
  msgid "Try again"
421
  msgstr ""
422
 
423
- #: bws_menu.php:836
424
  #, php-format
425
  msgid "Preview &#8220;%s&#8221;"
426
  msgstr ""
427
 
428
  # @ default
429
- #: bws_menu.php:867
 
 
 
 
 
 
430
  #, fuzzy
431
  msgid "Install Now"
432
  msgstr "Instalar %s"
433
 
434
- #: bws_menu.php:870
435
  #, php-format
436
  msgid "Update to version %s"
437
  msgstr ""
438
 
439
- #: bws_menu.php:870
440
  msgid "Update"
441
  msgstr ""
442
 
443
- #: bws_menu.php:877
444
  #, php-format
445
  msgid "Preview %s"
446
  msgstr ""
447
 
448
- #: bws_menu.php:877
449
  msgid "Preview"
450
  msgstr ""
451
 
452
- #: bws_menu.php:884
 
453
  #, php-format
454
  msgid "By %s"
455
  msgstr ""
456
 
457
- #: bws_menu.php:890
458
  msgid "Details"
459
  msgstr ""
460
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  # @ default
462
  #, fuzzy
463
  #~ msgid "installed"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ captcha
22
+ #: bws_menu.php:351
23
  msgid "Not set"
24
  msgstr "Não definido"
25
 
26
  # @ captcha
27
+ #: bws_menu.php:353
28
+ #: bws_menu.php:354
29
  msgid "On"
30
  msgstr "Ligado"
31
 
32
  # @ captcha
33
+ #: bws_menu.php:353
34
+ #: bws_menu.php:354
35
  msgid "Off"
36
  msgstr "Desligado"
37
 
38
  # @ captcha
 
39
  #: bws_menu.php:355
40
+ #: bws_menu.php:356
41
+ #: bws_menu.php:357
42
+ #: bws_menu.php:358
43
  #: bws_menu.php:359
44
+ #: bws_menu.php:371
 
 
45
  msgid "N/A"
46
  msgstr "N/D"
47
 
48
  # @ captcha
49
+ #: bws_menu.php:359
50
  msgid " Mb"
51
  msgstr " Mb"
52
 
53
  # @ captcha
54
+ #: bws_menu.php:360
55
+ #: bws_menu.php:361
56
+ #: bws_menu.php:362
57
+ #: bws_menu.php:367
58
  msgid "Yes"
59
  msgstr "Sim"
60
 
61
  # @ captcha
62
+ #: bws_menu.php:360
63
+ #: bws_menu.php:361
64
+ #: bws_menu.php:362
65
+ #: bws_menu.php:369
66
  msgid "No"
67
  msgstr "Não"
68
 
69
  # @ captcha
70
+ #: bws_menu.php:379
71
  msgid "Operating System"
72
  msgstr "Sistema Operacional"
73
 
74
  # @ captcha
75
+ #: bws_menu.php:380
76
  msgid "Server"
77
  msgstr "Servidor"
78
 
79
  # @ captcha
80
+ #: bws_menu.php:381
81
  msgid "Memory usage"
82
  msgstr "Uso de memória"
83
 
84
  # @ captcha
85
+ #: bws_menu.php:382
86
  msgid "MYSQL Version"
87
  msgstr "Versão do MySQL"
88
 
89
  # @ captcha
90
+ #: bws_menu.php:383
91
  msgid "SQL Mode"
92
  msgstr "Modo SQL"
93
 
94
  # @ captcha
95
+ #: bws_menu.php:384
96
  msgid "PHP Version"
97
  msgstr "Versão do PHP"
98
 
99
  # @ captcha
100
+ #: bws_menu.php:385
101
  msgid "PHP Safe Mode"
102
  msgstr "Modo de Segurança do PHP"
103
 
104
  # @ captcha
105
+ #: bws_menu.php:386
106
  msgid "PHP Allow URL fopen"
107
  msgstr "Permissão de fopen de URL do PHP"
108
 
109
  # @ captcha
110
+ #: bws_menu.php:387
111
  msgid "PHP Memory Limit"
112
  msgstr "Limite de Memória do PHP"
113
 
114
  # @ captcha
115
+ #: bws_menu.php:388
116
  msgid "PHP Max Upload Size"
117
  msgstr "Tamanho Máximo de Upload no PHP"
118
 
119
  # @ captcha
120
+ #: bws_menu.php:389
121
  msgid "PHP Max Post Size"
122
  msgstr "Tamanho Máximo de Envio do PHP"
123
 
124
  # @ captcha
125
+ #: bws_menu.php:390
126
  msgid "PHP Max Script Execute Time"
127
  msgstr "Tempo de Execução Máximo do PHP"
128
 
129
  # @ captcha
130
+ #: bws_menu.php:391
131
  msgid "PHP Exif support"
132
  msgstr "Suporte a Exif no PHP"
133
 
134
  # @ captcha
135
+ #: bws_menu.php:392
136
  msgid "PHP IPTC support"
137
  msgstr "Suporte da IPTC no PHP"
138
 
139
  # @ captcha
140
+ #: bws_menu.php:393
141
  msgid "PHP XML support"
142
  msgstr "Suporte a XML no PHP"
143
 
144
  # @ captcha
145
+ #: bws_menu.php:394
146
  msgid "Site URL"
147
  msgstr "URL do Site"
148
 
149
  # @ captcha
150
+ #: bws_menu.php:395
151
  msgid "Home URL"
152
  msgstr "URL da Página Inicial"
153
 
154
  # @ captcha
155
+ #: bws_menu.php:398
156
  msgid "WordPress Version"
157
  msgstr "Versão do WordPress"
158
 
159
  # @ captcha
160
+ #: bws_menu.php:399
161
  msgid "WordPress DB Version"
162
  msgstr "Versão do DB do WordPress"
163
 
164
  # @ captcha
165
+ #: bws_menu.php:400
166
  msgid "Multisite"
167
  msgstr "Multisite"
168
 
169
  # @ captcha
170
+ #: bws_menu.php:401
171
  msgid "Active Theme"
172
  msgstr "Tema Ativo"
173
 
174
  # @ captcha
175
+ #: bws_menu.php:416
176
  msgid "Please enter a valid email address."
177
  msgstr "Por favor, informe um endereço de email válido."
178
 
179
  # @ captcha
180
+ #: bws_menu.php:420
181
  msgid "Email with system info is sent to "
182
  msgstr "Email com informações do sistema é enviado para "
183
 
184
  # @ captcha
185
+ #: bws_menu.php:424
186
  msgid "Thank you for contacting us."
187
  msgstr "Obrigado por nos contatar."
188
 
189
  # @ captcha
190
+ #: bws_menu.php:457
191
  msgid "Sorry, email message could not be delivered."
192
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
 
194
+ #: bws_menu.php:465
195
+ msgid "Need help?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  msgstr ""
197
 
198
+ #: bws_menu.php:466
199
+ msgid "Client area"
200
  msgstr ""
201
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  # @ captcha
203
+ #: bws_menu.php:467
204
+ #: bws_menu.php:778
 
 
 
 
 
 
205
  msgid "System status"
206
  msgstr "Status do sistema"
207
 
208
  # @ captcha
209
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  #, fuzzy
211
  msgid "Plugins"
212
  msgstr "Plugins Pro"
213
 
214
+ #: bws_menu.php:474
215
  msgid "Themes"
216
  msgstr ""
217
 
218
+ #: bws_menu.php:479
219
  msgid "All"
220
  msgstr ""
221
 
222
  # @ default
223
+ #: bws_menu.php:480
224
  #, fuzzy
225
  msgid "Installed"
226
  msgstr "Instalar %s"
227
 
228
  # @ captcha
229
+ #: bws_menu.php:481
230
  #, fuzzy
231
  msgid "Recommended"
232
  msgstr "Plugins Recomendados"
233
 
234
  # @ captcha
235
+ #: bws_menu.php:485
236
+ msgid "Installed plugins"
237
+ msgstr "Plugins Instalados"
238
+
239
+ # @ captcha
240
+ #: bws_menu.php:514
241
+ #: bws_menu.php:536
242
+ #: bws_menu.php:563
243
+ #: bws_menu.php:593
244
+ #: bws_menu.php:639
245
  #, fuzzy
246
  msgid "Learn more"
247
  msgstr "Leia Mais"
248
 
249
+ # @ captcha
250
+ #: bws_menu.php:517
251
+ #: bws_menu.php:566
252
+ msgid "Settings"
253
+ msgstr "Configurações"
 
 
 
 
 
 
254
 
255
  # @ captcha
256
+ #: bws_menu.php:538
257
+ #: bws_menu.php:595
258
  #, fuzzy
259
  msgid "Activate this plugin"
260
  msgstr "Plugins ativados"
261
 
262
  # @ captcha
263
+ #: bws_menu.php:538
264
+ #: bws_menu.php:595
265
  #, fuzzy
266
  msgid "Activate"
267
  msgstr "Plugins ativados"
268
 
269
+ #: bws_menu.php:553
270
+ #: bws_menu.php:583
271
+ #: bws_menu.php:629
272
+ msgid "Go"
273
+ msgstr ""
274
+
275
+ #: bws_menu.php:557
276
+ #: bws_menu.php:587
277
+ #: bws_menu.php:633
278
+ msgid "DONATE"
279
+ msgstr ""
280
+
281
+ # @ captcha
282
+ #: bws_menu.php:603
283
+ msgid "Recommended plugins"
284
+ msgstr "Plugins Recomendados"
285
+
286
  # @ default
287
+ #: bws_menu.php:641
288
  #, fuzzy
289
  msgid "Install now"
290
  msgstr "Instalar %s"
291
 
292
+ #: bws_menu.php:662
293
  msgid "Try again"
294
  msgstr ""
295
 
296
+ #: bws_menu.php:680
297
  #, php-format
298
  msgid "Preview &#8220;%s&#8221;"
299
  msgstr ""
300
 
301
  # @ default
302
+ #: bws_menu.php:711
303
+ #, php-format
304
+ msgid "Install %s"
305
+ msgstr "Instalar %s"
306
+
307
+ # @ default
308
+ #: bws_menu.php:711
309
  #, fuzzy
310
  msgid "Install Now"
311
  msgstr "Instalar %s"
312
 
313
+ #: bws_menu.php:714
314
  #, php-format
315
  msgid "Update to version %s"
316
  msgstr ""
317
 
318
+ #: bws_menu.php:714
319
  msgid "Update"
320
  msgstr ""
321
 
322
+ #: bws_menu.php:721
323
  #, php-format
324
  msgid "Preview %s"
325
  msgstr ""
326
 
327
+ #: bws_menu.php:721
328
  msgid "Preview"
329
  msgstr ""
330
 
331
+ #: bws_menu.php:727
332
+ #: bws_menu.php:759
333
  #, php-format
334
  msgid "By %s"
335
  msgstr ""
336
 
337
+ #: bws_menu.php:733
338
  msgid "Details"
339
  msgstr ""
340
 
341
+ # @ default
342
+ #: bws_menu.php:765
343
+ #, fuzzy
344
+ msgid "Already Installed"
345
+ msgstr "Instalar %s"
346
+
347
+ # @ captcha
348
+ #: bws_menu.php:781
349
+ msgid "Environment"
350
+ msgstr "Ambiente"
351
+
352
+ # @ captcha
353
+ #: bws_menu.php:792
354
+ msgid "Active Plugins"
355
+ msgstr "Plugins Ativos"
356
+
357
+ # @ captcha
358
+ #: bws_menu.php:805
359
+ msgid "Inactive Plugins"
360
+ msgstr "Plugins Inativos"
361
+
362
+ # @ captcha
363
+ #: bws_menu.php:821
364
+ msgid "Send to support"
365
+ msgstr "Enviar para o suporte"
366
+
367
+ # @ captcha
368
+ #: bws_menu.php:828
369
+ msgid "Send to custom email &#187;"
370
+ msgstr "Enviar para email personalizado &#187;"
371
+
372
+ # @ captcha
373
+ #~ msgid "Pro plugins"
374
+ #~ msgstr "Plugins Pro"
375
+ # @ captcha
376
+ #~ msgid "Activated plugins"
377
+ #~ msgstr "Plugins ativados"
378
+ # @ captcha
379
+ #~ msgid "Read more"
380
+ #~ msgstr "Leia Mais"
381
+ # @ captcha
382
+ #~ msgid "Purchase"
383
+ #~ msgstr "Compra"
384
+ # @ captcha
385
+ #~ msgid "Free plugins"
386
+ #~ msgstr "Plugins Grátis"
387
+ # @ captcha
388
+ #~ msgid "Download"
389
+ #~ msgstr "Baixar"
390
+ # @ captcha
391
+ #~ msgid "Install now from wordpress.org"
392
+ #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
393
+ # @ captcha
394
+ #, fuzzy
395
+ #~ msgid "Activated theme"
396
+ #~ msgstr "Tema Ativo"
397
+
398
+ # @ default
399
+ #, fuzzy
400
+ #~ msgid "Installed themes"
401
+ #~ msgstr "Instalar %s"
402
+
403
+ # @ captcha
404
+ #, fuzzy
405
+ #~ msgid "Recommended themes"
406
+ #~ msgstr "Plugins Recomendados"
407
+
408
+ # @ captcha
409
+ #~ msgid "If you have any questions, please contact us via"
410
+ #~ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
411
  # @ default
412
  #, fuzzy
413
  #~ msgid "installed"
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:51+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,374 +16,345 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:339
20
  msgid "Not set"
21
  msgstr "Не задан"
22
 
23
- #: bws_menu.php:341
24
- #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "Вкл"
27
 
28
- #: bws_menu.php:343
29
- #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Выкл"
32
 
33
- #: bws_menu.php:351
34
  #: bws_menu.php:355
 
 
 
35
  #: bws_menu.php:359
36
- #: bws_menu.php:363
37
- #: bws_menu.php:367
38
- #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "Неизвестно"
41
 
42
- #: bws_menu.php:365
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
- #: bws_menu.php:369
47
- #: bws_menu.php:373
48
- #: bws_menu.php:377
49
- #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "Да"
52
 
53
- #: bws_menu.php:371
54
- #: bws_menu.php:375
55
- #: bws_menu.php:379
56
- #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "Нет"
59
 
60
- #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "Операционная система"
63
 
64
- #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "Тип сервера"
67
 
68
- #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "Памяти использовано"
71
 
72
- #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "Версия MYSQL"
75
 
76
- #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
- #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "Версия PHP"
83
 
84
- #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
- #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "Лимит памяти"
95
 
96
- #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. размер загружаемого файла"
99
 
100
- #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. размер записи"
103
 
104
- #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. время выполнения сценария"
107
 
108
- #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "Поддержка PHP Exif"
111
 
112
- #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "Поддержка PHP IPTC"
115
 
116
- #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "Поддержка PHP XML"
119
 
120
- #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "Адрес сайта"
123
 
124
- #: bws_menu.php:420
125
  msgid "Home URL"
126
  msgstr "Основной адрес сайта"
127
 
128
- #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "Версия WordPress"
131
 
132
- #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "Версия базы данных WordPress"
135
 
136
- #: bws_menu.php:423
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
- #: bws_menu.php:424
141
  msgid "Active Theme"
142
  msgstr "Текущая тема"
143
 
144
- #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
  msgstr "Пожалуйста, введите валидный емайл."
147
 
148
- #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
  msgstr "E-mail с системной информацией отправлен на"
151
 
152
- #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
  msgstr "Спасибо что связались с нами."
155
 
156
- #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Извините, ваш email не может быть отправлен."
159
 
160
- #: bws_menu.php:488
161
- msgid "Switch to new interface"
162
- msgstr "Переключится на новый интерфейс"
163
-
164
- #: bws_menu.php:495
165
- msgid "Pro plugins"
166
- msgstr "Pro плагины"
167
-
168
- #: bws_menu.php:498
169
- #: bws_menu.php:524
170
- msgid "Activated plugins"
171
- msgstr "Активированные плагины"
172
-
173
- #: bws_menu.php:500
174
- #: bws_menu.php:508
175
- #: bws_menu.php:516
176
- #: bws_menu.php:526
177
- #: bws_menu.php:534
178
- #: bws_menu.php:542
179
- #: bws_menu.php:552
180
- #: bws_menu.php:559
181
- #: bws_menu.php:567
182
- msgid "Read more"
183
- msgstr "Подробнее..."
184
-
185
- #: bws_menu.php:500
186
- #: bws_menu.php:526
187
- #: bws_menu.php:678
188
- #: bws_menu.php:706
189
- msgid "Settings"
190
- msgstr "Настройки"
191
 
192
- #: bws_menu.php:506
193
- #: bws_menu.php:532
194
- #: bws_menu.php:658
195
- msgid "Installed plugins"
196
- msgstr "Установленные плагины"
197
 
198
- #: bws_menu.php:514
199
- #: bws_menu.php:540
200
- #: bws_menu.php:765
201
- msgid "Recommended plugins"
202
- msgstr "Рекомендованные к установке плагины"
203
-
204
- #: bws_menu.php:516
205
- msgid "Purchase"
206
- msgstr "Купить"
207
-
208
- #: bws_menu.php:521
209
- msgid "Free plugins"
210
- msgstr "Бесплатные плагины"
211
-
212
- #: bws_menu.php:542
213
- #: bws_menu.php:567
214
- msgid "Download"
215
- msgstr "Скачать"
216
-
217
- #: bws_menu.php:542
218
- #: bws_menu.php:567
219
- #: bws_menu.php:867
220
- #, php-format
221
- msgid "Install %s"
222
- msgstr "Установлено %s"
223
-
224
- #: bws_menu.php:542
225
- #: bws_menu.php:567
226
- msgid "Install now from wordpress.org"
227
- msgstr "Установить с wordpress.org"
228
-
229
- #: bws_menu.php:548
230
- msgid "Free themes"
231
- msgstr "Бесплатные темы"
232
-
233
- #: bws_menu.php:551
234
- msgid "Activated theme"
235
- msgstr "Активная тема"
236
-
237
- #: bws_menu.php:552
238
- #, php-format
239
- msgid "Customize &#8220;%s&#8221;"
240
- msgstr "Кастомизировать &#8220;%s&#8221;"
241
-
242
- #: bws_menu.php:552
243
- msgid "Customize"
244
- msgstr "Кастомизировать"
245
-
246
- #: bws_menu.php:557
247
- msgid "Installed themes"
248
- msgstr "Установленные темы"
249
-
250
- #: bws_menu.php:565
251
- msgid "Recommended themes"
252
- msgstr "Рекомендованные темы"
253
-
254
- #: bws_menu.php:573
255
- msgid "If you have any questions, please contact us via"
256
- msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
257
-
258
- #: bws_menu.php:580
259
- #: bws_menu.php:648
260
- #: bws_menu.php:903
261
  msgid "System status"
262
  msgstr "Системная информация"
263
 
264
- #: bws_menu.php:584
265
- #: bws_menu.php:906
266
- msgid "Environment"
267
- msgstr "Системная среда"
268
-
269
- #: bws_menu.php:595
270
- #: bws_menu.php:917
271
- msgid "Active Plugins"
272
- msgstr "Активированные плагины"
273
-
274
- #: bws_menu.php:606
275
- #: bws_menu.php:928
276
- msgid "Inactive Plugins"
277
- msgstr "Неактивированные плагины"
278
-
279
- #: bws_menu.php:620
280
- #: bws_menu.php:942
281
- msgid "Send to support"
282
- msgstr "Отправить в тех. поддержку"
283
-
284
- #: bws_menu.php:627
285
- #: bws_menu.php:949
286
- msgid "Send to custom email &#187;"
287
- msgstr "Отправить на емейл &#187;"
288
-
289
- #: bws_menu.php:638
290
- msgid "Switch to old interface"
291
- msgstr "Переключится на старый интерфейс"
292
-
293
- #: bws_menu.php:644
294
  msgid "Plugins"
295
  msgstr "Плагины"
296
 
297
- #: bws_menu.php:646
298
  msgid "Themes"
299
  msgstr "Темы"
300
 
301
- #: bws_menu.php:652
302
  msgid "All"
303
  msgstr "Все"
304
 
305
- #: bws_menu.php:653
306
  msgid "Installed"
307
  msgstr "Установленные"
308
 
309
- #: bws_menu.php:654
310
  msgid "Recommended"
311
  msgstr "Рекомендованные"
312
 
313
- #: bws_menu.php:676
314
- #: bws_menu.php:704
315
- #: bws_menu.php:726
316
- #: bws_menu.php:754
317
- #: bws_menu.php:795
 
 
 
 
318
  msgid "Learn more"
319
  msgstr "Подробнее"
320
 
321
- #: bws_menu.php:694
322
- #: bws_menu.php:744
323
- #: bws_menu.php:785
324
- msgid "Go"
325
- msgstr "Перейти на"
326
-
327
- #: bws_menu.php:698
328
- #: bws_menu.php:748
329
- #: bws_menu.php:789
330
- msgid "DONATE"
331
- msgstr "Пожертвовать"
332
 
333
- #: bws_menu.php:728
334
- #: bws_menu.php:756
335
  msgid "Activate this plugin"
336
  msgstr "Активировать плагин"
337
 
338
- #: bws_menu.php:728
339
- #: bws_menu.php:756
340
  msgid "Activate"
341
  msgstr "Активировать"
342
 
343
- #: bws_menu.php:797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Install now"
345
  msgstr "Установить"
346
 
347
- #: bws_menu.php:819
348
  msgid "Try again"
349
  msgstr "Попробовать снова"
350
 
351
- #: bws_menu.php:836
352
  #, php-format
353
  msgid "Preview &#8220;%s&#8221;"
354
  msgstr "Просмотр &#8220;%s&#8221;"
355
 
356
- #: bws_menu.php:867
 
 
 
 
 
357
  msgid "Install Now"
358
  msgstr "Установить"
359
 
360
- #: bws_menu.php:870
361
  #, php-format
362
  msgid "Update to version %s"
363
  msgstr "Обновить до версии %s"
364
 
365
- #: bws_menu.php:870
366
  msgid "Update"
367
  msgstr "Обновить"
368
 
369
- #: bws_menu.php:877
370
  #, php-format
371
  msgid "Preview %s"
372
  msgstr "Просмотр %s"
373
 
374
- #: bws_menu.php:877
375
  msgid "Preview"
376
  msgstr "Просмотр"
377
 
378
- #: bws_menu.php:884
 
379
  #, php-format
380
  msgid "By %s"
381
  msgstr "%s"
382
 
383
- #: bws_menu.php:890
384
  msgid "Details"
385
  msgstr "Детали"
386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
387
  #~ msgid "Donate"
388
  #~ msgstr "Пожертвовать"
389
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:30+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:31+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:351
20
  msgid "Not set"
21
  msgstr "Не задан"
22
 
23
+ #: bws_menu.php:353
24
+ #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "Вкл"
27
 
28
+ #: bws_menu.php:353
29
+ #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Выкл"
32
 
 
33
  #: bws_menu.php:355
34
+ #: bws_menu.php:356
35
+ #: bws_menu.php:357
36
+ #: bws_menu.php:358
37
  #: bws_menu.php:359
38
+ #: bws_menu.php:371
 
 
39
  msgid "N/A"
40
  msgstr "Неизвестно"
41
 
42
+ #: bws_menu.php:359
43
  msgid " Mb"
44
  msgstr "Mb"
45
 
46
+ #: bws_menu.php:360
47
+ #: bws_menu.php:361
48
+ #: bws_menu.php:362
49
+ #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "Да"
52
 
53
+ #: bws_menu.php:360
54
+ #: bws_menu.php:361
55
+ #: bws_menu.php:362
56
+ #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "Нет"
59
 
60
+ #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "Операционная система"
63
 
64
+ #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "Тип сервера"
67
 
68
+ #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "Памяти использовано"
71
 
72
+ #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "Версия MYSQL"
75
 
76
+ #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
+ #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "Версия PHP"
83
 
84
+ #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Safe Mode"
87
 
88
+ #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP Allow URL fopen"
91
 
92
+ #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "Лимит памяти"
95
 
96
+ #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. размер загружаемого файла"
99
 
100
+ #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
  msgstr "Макс. размер записи"
103
 
104
+ #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. время выполнения сценария"
107
 
108
+ #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "Поддержка PHP Exif"
111
 
112
+ #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "Поддержка PHP IPTC"
115
 
116
+ #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "Поддержка PHP XML"
119
 
120
+ #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "Адрес сайта"
123
 
124
+ #: bws_menu.php:395
125
  msgid "Home URL"
126
  msgstr "Основной адрес сайта"
127
 
128
+ #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "Версия WordPress"
131
 
132
+ #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "Версия базы данных WordPress"
135
 
136
+ #: bws_menu.php:400
137
  msgid "Multisite"
138
  msgstr "Мультиблог"
139
 
140
+ #: bws_menu.php:401
141
  msgid "Active Theme"
142
  msgstr "Текущая тема"
143
 
144
+ #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
  msgstr "Пожалуйста, введите валидный емайл."
147
 
148
+ #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
  msgstr "E-mail с системной информацией отправлен на"
151
 
152
+ #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
  msgstr "Спасибо что связались с нами."
155
 
156
+ #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Извините, ваш email не может быть отправлен."
159
 
160
+ #: bws_menu.php:465
161
+ msgid "Need help?"
162
+ msgstr "Нужна помощь?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
 
164
+ #: bws_menu.php:466
165
+ msgid "Client area"
166
+ msgstr "Client area"
 
 
167
 
168
+ #: bws_menu.php:467
169
+ #: bws_menu.php:778
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  msgid "System status"
171
  msgstr "Системная информация"
172
 
173
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Plugins"
175
  msgstr "Плагины"
176
 
177
+ #: bws_menu.php:474
178
  msgid "Themes"
179
  msgstr "Темы"
180
 
181
+ #: bws_menu.php:479
182
  msgid "All"
183
  msgstr "Все"
184
 
185
+ #: bws_menu.php:480
186
  msgid "Installed"
187
  msgstr "Установленные"
188
 
189
+ #: bws_menu.php:481
190
  msgid "Recommended"
191
  msgstr "Рекомендованные"
192
 
193
+ #: bws_menu.php:485
194
+ msgid "Installed plugins"
195
+ msgstr "Установленные плагины"
196
+
197
+ #: bws_menu.php:514
198
+ #: bws_menu.php:536
199
+ #: bws_menu.php:563
200
+ #: bws_menu.php:593
201
+ #: bws_menu.php:639
202
  msgid "Learn more"
203
  msgstr "Подробнее"
204
 
205
+ #: bws_menu.php:517
206
+ #: bws_menu.php:566
207
+ msgid "Settings"
208
+ msgstr "Настройки"
 
 
 
 
 
 
 
209
 
210
+ #: bws_menu.php:538
211
+ #: bws_menu.php:595
212
  msgid "Activate this plugin"
213
  msgstr "Активировать плагин"
214
 
215
+ #: bws_menu.php:538
216
+ #: bws_menu.php:595
217
  msgid "Activate"
218
  msgstr "Активировать"
219
 
220
+ #: bws_menu.php:553
221
+ #: bws_menu.php:583
222
+ #: bws_menu.php:629
223
+ msgid "Go"
224
+ msgstr "Перейти на"
225
+
226
+ #: bws_menu.php:557
227
+ #: bws_menu.php:587
228
+ #: bws_menu.php:633
229
+ msgid "DONATE"
230
+ msgstr "Пожертвовать"
231
+
232
+ #: bws_menu.php:603
233
+ msgid "Recommended plugins"
234
+ msgstr "Рекомендованные к установке плагины"
235
+
236
+ #: bws_menu.php:641
237
  msgid "Install now"
238
  msgstr "Установить"
239
 
240
+ #: bws_menu.php:662
241
  msgid "Try again"
242
  msgstr "Попробовать снова"
243
 
244
+ #: bws_menu.php:680
245
  #, php-format
246
  msgid "Preview &#8220;%s&#8221;"
247
  msgstr "Просмотр &#8220;%s&#8221;"
248
 
249
+ #: bws_menu.php:711
250
+ #, php-format
251
+ msgid "Install %s"
252
+ msgstr "Установлено %s"
253
+
254
+ #: bws_menu.php:711
255
  msgid "Install Now"
256
  msgstr "Установить"
257
 
258
+ #: bws_menu.php:714
259
  #, php-format
260
  msgid "Update to version %s"
261
  msgstr "Обновить до версии %s"
262
 
263
+ #: bws_menu.php:714
264
  msgid "Update"
265
  msgstr "Обновить"
266
 
267
+ #: bws_menu.php:721
268
  #, php-format
269
  msgid "Preview %s"
270
  msgstr "Просмотр %s"
271
 
272
+ #: bws_menu.php:721
273
  msgid "Preview"
274
  msgstr "Просмотр"
275
 
276
+ #: bws_menu.php:727
277
+ #: bws_menu.php:759
278
  #, php-format
279
  msgid "By %s"
280
  msgstr "%s"
281
 
282
+ #: bws_menu.php:733
283
  msgid "Details"
284
  msgstr "Детали"
285
 
286
+ #: bws_menu.php:765
287
+ msgid "Already Installed"
288
+ msgstr "Уже установлена"
289
+
290
+ #: bws_menu.php:781
291
+ msgid "Environment"
292
+ msgstr "Системная среда"
293
+
294
+ #: bws_menu.php:792
295
+ msgid "Active Plugins"
296
+ msgstr "Активированные плагины"
297
+
298
+ #: bws_menu.php:805
299
+ msgid "Inactive Plugins"
300
+ msgstr "Неактивированные плагины"
301
+
302
+ #: bws_menu.php:821
303
+ msgid "Send to support"
304
+ msgstr "Отправить в тех. поддержку"
305
+
306
+ #: bws_menu.php:828
307
+ msgid "Send to custom email &#187;"
308
+ msgstr "Отправить на емейл &#187;"
309
+
310
+ #~ msgid "Switch to new interface"
311
+ #~ msgstr "Переключится на новый интерфейс"
312
+
313
+ #~ msgid "Pro plugins"
314
+ #~ msgstr "Pro плагины"
315
+
316
+ #~ msgid "Activated plugins"
317
+ #~ msgstr "Активированные плагины"
318
+
319
+ #~ msgid "Read more"
320
+ #~ msgstr "Подробнее..."
321
+
322
+ #~ msgid "Purchase"
323
+ #~ msgstr "Купить"
324
+
325
+ #~ msgid "Free plugins"
326
+ #~ msgstr "Бесплатные плагины"
327
+
328
+ #~ msgid "Download"
329
+ #~ msgstr "Скачать"
330
+
331
+ #~ msgid "Install now from wordpress.org"
332
+ #~ msgstr "Установить с wordpress.org"
333
+
334
+ #~ msgid "Free themes"
335
+ #~ msgstr "Бесплатные темы"
336
+
337
+ #~ msgid "Activated theme"
338
+ #~ msgstr "Активная тема"
339
+
340
+ #~ msgid "Customize &#8220;%s&#8221;"
341
+ #~ msgstr "Кастомизировать &#8220;%s&#8221;"
342
+
343
+ #~ msgid "Customize"
344
+ #~ msgstr "Кастомизировать"
345
+
346
+ #~ msgid "Installed themes"
347
+ #~ msgstr "Установленные темы"
348
+
349
+ #~ msgid "Recommended themes"
350
+ #~ msgstr "Рекомендованные темы"
351
+
352
+ #~ msgid "If you have any questions, please contact us via"
353
+ #~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
354
+
355
+ #~ msgid "Switch to old interface"
356
+ #~ msgstr "Переключится на старый интерфейс"
357
+
358
  #~ msgid "Donate"
359
  #~ msgstr "Пожертвовать"
360
 
bws_menu/languages/bestwebsoft-sr_RS.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:13+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
@@ -17,391 +17,348 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_menu.php:339
21
  msgid "Not set"
22
  msgstr "Nije podešeno"
23
 
24
- #: bws_menu.php:341
25
- #: bws_menu.php:345
26
  msgid "On"
27
  msgstr "Uključeno"
28
 
29
- #: bws_menu.php:343
30
- #: bws_menu.php:347
31
  msgid "Off"
32
  msgstr "Isključeno"
33
 
34
- #: bws_menu.php:351
35
  #: bws_menu.php:355
 
 
 
36
  #: bws_menu.php:359
37
- #: bws_menu.php:363
38
- #: bws_menu.php:367
39
- #: bws_menu.php:393
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
- #: bws_menu.php:365
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
- #: bws_menu.php:369
48
- #: bws_menu.php:373
49
- #: bws_menu.php:377
50
- #: bws_menu.php:388
51
  msgid "Yes"
52
  msgstr "Da"
53
 
54
- #: bws_menu.php:371
55
- #: bws_menu.php:375
56
- #: bws_menu.php:379
57
- #: bws_menu.php:390
58
  msgid "No"
59
  msgstr "Ne"
60
 
61
- #: bws_menu.php:404
62
  msgid "Operating System"
63
  msgstr "Operativni Sistem"
64
 
65
- #: bws_menu.php:405
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
- #: bws_menu.php:406
70
  msgid "Memory usage"
71
  msgstr "Upotreba memorije"
72
 
73
- #: bws_menu.php:407
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Verzija"
76
 
77
- #: bws_menu.php:408
78
  msgid "SQL Mode"
79
  msgstr "SQL način"
80
 
81
- #: bws_menu.php:409
82
  msgid "PHP Version"
83
  msgstr "PHP Verzija"
84
 
85
- #: bws_menu.php:410
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Sigurni način"
88
 
89
- #: bws_menu.php:411
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Dozvoli URL fopen"
92
 
93
- #: bws_menu.php:412
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Ograničenje memorije"
96
 
97
- #: bws_menu.php:413
98
  #, fuzzy
99
  msgid "PHP Max Upload Size"
100
  msgstr "Envoi de fichier"
101
 
102
- #: bws_menu.php:414
103
  msgid "PHP Max Post Size"
104
  msgstr "PHP Max veličina za učitavanje"
105
 
106
- #: bws_menu.php:415
107
  msgid "PHP Max Script Execute Time"
108
  msgstr "PHP Max veličina posta"
109
 
110
- #: bws_menu.php:416
111
  msgid "PHP Exif support"
112
  msgstr "PHP Exif podrška"
113
 
114
- #: bws_menu.php:417
115
  msgid "PHP IPTC support"
116
  msgstr "PHP IPTC podrška"
117
 
118
- #: bws_menu.php:418
119
  msgid "PHP XML support"
120
  msgstr "PHP XML podrška"
121
 
122
- #: bws_menu.php:419
123
  #, fuzzy
124
  msgid "Site URL"
125
  msgstr "URL du lien"
126
 
127
- #: bws_menu.php:420
128
  msgid "Home URL"
129
  msgstr "URL naslovne"
130
 
131
- #: bws_menu.php:421
132
  msgid "WordPress Version"
133
  msgstr "WordPress Verzija"
134
 
135
- #: bws_menu.php:422
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Verzija"
138
 
139
- #: bws_menu.php:423
140
  msgid "Multisite"
141
  msgstr "Višenamenski sajt"
142
 
143
- #: bws_menu.php:424
144
  msgid "Active Theme"
145
  msgstr "Aktivna tema"
146
 
147
- #: bws_menu.php:440
148
  msgid "Please enter a valid email address."
149
  msgstr "Molimo unesite važeću mejl adresu"
150
 
151
- #: bws_menu.php:444
152
  msgid "Email with system info is sent to "
153
  msgstr "Mejl sa sistemskim informacijama je poslat na"
154
 
155
- #: bws_menu.php:448
156
  msgid "Thank you for contacting us."
157
  msgstr "Hvala što ste nas kontaktirali"
158
 
159
- #: bws_menu.php:476
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Nažalost mejl poruka nije prosleđena"
162
 
163
- #: bws_menu.php:488
164
- msgid "Switch to new interface"
165
  msgstr ""
166
 
167
- #: bws_menu.php:495
168
- msgid "Pro plugins"
169
- msgstr "Pro moduli"
170
-
171
- #: bws_menu.php:498
172
- #: bws_menu.php:524
173
- msgid "Activated plugins"
174
- msgstr "Aktivirani moduli"
175
-
176
- #: bws_menu.php:500
177
- #: bws_menu.php:508
178
- #: bws_menu.php:516
179
- #: bws_menu.php:526
180
- #: bws_menu.php:534
181
- #: bws_menu.php:542
182
- #: bws_menu.php:552
183
- #: bws_menu.php:559
184
- #: bws_menu.php:567
185
- msgid "Read more"
186
- msgstr "Pročitaj više"
187
-
188
- #: bws_menu.php:500
189
- #: bws_menu.php:526
190
- #: bws_menu.php:678
191
- #: bws_menu.php:706
192
- msgid "Settings"
193
- msgstr "Podešavanja"
194
-
195
- #: bws_menu.php:506
196
- #: bws_menu.php:532
197
- #: bws_menu.php:658
198
- msgid "Installed plugins"
199
- msgstr "Instalirani moduli"
200
-
201
- #: bws_menu.php:514
202
- #: bws_menu.php:540
203
- #: bws_menu.php:765
204
- msgid "Recommended plugins"
205
- msgstr "Preporučeni moduli"
206
-
207
- #: bws_menu.php:516
208
- msgid "Purchase"
209
- msgstr "Kupovina"
210
-
211
- #: bws_menu.php:521
212
- msgid "Free plugins"
213
- msgstr "Besplatni moduli"
214
-
215
- #: bws_menu.php:542
216
- #: bws_menu.php:567
217
- msgid "Download"
218
- msgstr "Prezimanje"
219
-
220
- #: bws_menu.php:542
221
- #: bws_menu.php:567
222
- #: bws_menu.php:867
223
- #, php-format
224
- msgid "Install %s"
225
- msgstr "Instalacija %s"
226
-
227
- #: bws_menu.php:542
228
- #: bws_menu.php:567
229
- msgid "Install now from wordpress.org"
230
- msgstr "Instaliraj sada sa wordpress.org"
231
-
232
- #: bws_menu.php:548
233
- msgid "Free themes"
234
  msgstr ""
235
 
236
- #: bws_menu.php:551
237
- #, fuzzy
238
- msgid "Activated theme"
239
- msgstr "Aktivna tema"
240
-
241
- #: bws_menu.php:552
242
- #, php-format
243
- msgid "Customize &#8220;%s&#8221;"
244
- msgstr ""
245
-
246
- #: bws_menu.php:552
247
- msgid "Customize"
248
- msgstr ""
249
-
250
- #: bws_menu.php:557
251
- #, fuzzy
252
- msgid "Installed themes"
253
- msgstr "Instalacija %s"
254
-
255
- #: bws_menu.php:565
256
- #, fuzzy
257
- msgid "Recommended themes"
258
- msgstr "Preporučeni moduli"
259
-
260
- #: bws_menu.php:573
261
- msgid "If you have any questions, please contact us via"
262
- msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
263
-
264
- #: bws_menu.php:580
265
- #: bws_menu.php:648
266
- #: bws_menu.php:903
267
  msgid "System status"
268
  msgstr "Sistemski status"
269
 
270
- #: bws_menu.php:584
271
- #: bws_menu.php:906
272
- msgid "Environment"
273
- msgstr "Okruženje"
274
-
275
- #: bws_menu.php:595
276
- #: bws_menu.php:917
277
- #, fuzzy
278
- msgid "Active Plugins"
279
- msgstr "Extensions activées"
280
-
281
- #: bws_menu.php:606
282
- #: bws_menu.php:928
283
- #, fuzzy
284
- msgid "Inactive Plugins"
285
- msgstr "Extensions activées"
286
-
287
- #: bws_menu.php:620
288
- #: bws_menu.php:942
289
- #, fuzzy
290
- msgid "Send to support"
291
- msgstr "Soutien"
292
-
293
- #: bws_menu.php:627
294
- #: bws_menu.php:949
295
- msgid "Send to custom email &#187;"
296
- msgstr "Pošalji na korisnički mejl &#187;"
297
-
298
- #: bws_menu.php:638
299
- msgid "Switch to old interface"
300
- msgstr ""
301
-
302
- #: bws_menu.php:644
303
  #, fuzzy
304
  msgid "Plugins"
305
  msgstr "Pro moduli"
306
 
307
- #: bws_menu.php:646
308
  msgid "Themes"
309
  msgstr ""
310
 
311
- #: bws_menu.php:652
312
  msgid "All"
313
  msgstr ""
314
 
315
- #: bws_menu.php:653
316
  #, fuzzy
317
  msgid "Installed"
318
  msgstr "Instalacija %s"
319
 
320
- #: bws_menu.php:654
321
  #, fuzzy
322
  msgid "Recommended"
323
  msgstr "Preporučeni moduli"
324
 
325
- #: bws_menu.php:676
326
- #: bws_menu.php:704
327
- #: bws_menu.php:726
328
- #: bws_menu.php:754
329
- #: bws_menu.php:795
 
 
 
 
330
  #, fuzzy
331
  msgid "Learn more"
332
  msgstr "Pročitaj više"
333
 
334
- #: bws_menu.php:694
335
- #: bws_menu.php:744
336
- #: bws_menu.php:785
337
- msgid "Go"
338
- msgstr ""
339
-
340
- #: bws_menu.php:698
341
- #: bws_menu.php:748
342
- #: bws_menu.php:789
343
- msgid "DONATE"
344
- msgstr ""
345
 
346
- #: bws_menu.php:728
347
- #: bws_menu.php:756
348
  #, fuzzy
349
  msgid "Activate this plugin"
350
  msgstr "Aktivirani moduli"
351
 
352
- #: bws_menu.php:728
353
- #: bws_menu.php:756
354
  #, fuzzy
355
  msgid "Activate"
356
  msgstr "Aktivirani moduli"
357
 
358
- #: bws_menu.php:797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
359
  #, fuzzy
360
  msgid "Install now"
361
  msgstr "Instalacija %s"
362
 
363
- #: bws_menu.php:819
364
  msgid "Try again"
365
  msgstr ""
366
 
367
- #: bws_menu.php:836
368
  #, php-format
369
  msgid "Preview &#8220;%s&#8221;"
370
  msgstr ""
371
 
372
- #: bws_menu.php:867
 
 
 
 
 
373
  #, fuzzy
374
  msgid "Install Now"
375
  msgstr "Instalacija %s"
376
 
377
- #: bws_menu.php:870
378
  #, php-format
379
  msgid "Update to version %s"
380
  msgstr ""
381
 
382
- #: bws_menu.php:870
383
  #, fuzzy
384
  msgid "Update"
385
  msgstr "date"
386
 
387
- #: bws_menu.php:877
388
  #, php-format
389
  msgid "Preview %s"
390
  msgstr ""
391
 
392
- #: bws_menu.php:877
393
  msgid "Preview"
394
  msgstr ""
395
 
396
- #: bws_menu.php:884
 
397
  #, php-format
398
  msgid "By %s"
399
  msgstr ""
400
 
401
- #: bws_menu.php:890
402
  msgid "Details"
403
  msgstr ""
404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  #, fuzzy
406
  #~ msgid "installed"
407
  #~ msgstr "Instalacija %s"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:31+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:31+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_menu.php:351
21
  msgid "Not set"
22
  msgstr "Nije podešeno"
23
 
24
+ #: bws_menu.php:353
25
+ #: bws_menu.php:354
26
  msgid "On"
27
  msgstr "Uključeno"
28
 
29
+ #: bws_menu.php:353
30
+ #: bws_menu.php:354
31
  msgid "Off"
32
  msgstr "Isključeno"
33
 
 
34
  #: bws_menu.php:355
35
+ #: bws_menu.php:356
36
+ #: bws_menu.php:357
37
+ #: bws_menu.php:358
38
  #: bws_menu.php:359
39
+ #: bws_menu.php:371
 
 
40
  msgid "N/A"
41
  msgstr "N/A"
42
 
43
+ #: bws_menu.php:359
44
  msgid " Mb"
45
  msgstr " Mb"
46
 
47
+ #: bws_menu.php:360
48
+ #: bws_menu.php:361
49
+ #: bws_menu.php:362
50
+ #: bws_menu.php:367
51
  msgid "Yes"
52
  msgstr "Da"
53
 
54
+ #: bws_menu.php:360
55
+ #: bws_menu.php:361
56
+ #: bws_menu.php:362
57
+ #: bws_menu.php:369
58
  msgid "No"
59
  msgstr "Ne"
60
 
61
+ #: bws_menu.php:379
62
  msgid "Operating System"
63
  msgstr "Operativni Sistem"
64
 
65
+ #: bws_menu.php:380
66
  msgid "Server"
67
  msgstr "Server"
68
 
69
+ #: bws_menu.php:381
70
  msgid "Memory usage"
71
  msgstr "Upotreba memorije"
72
 
73
+ #: bws_menu.php:382
74
  msgid "MYSQL Version"
75
  msgstr "MYSQL Verzija"
76
 
77
+ #: bws_menu.php:383
78
  msgid "SQL Mode"
79
  msgstr "SQL način"
80
 
81
+ #: bws_menu.php:384
82
  msgid "PHP Version"
83
  msgstr "PHP Verzija"
84
 
85
+ #: bws_menu.php:385
86
  msgid "PHP Safe Mode"
87
  msgstr "PHP Sigurni način"
88
 
89
+ #: bws_menu.php:386
90
  msgid "PHP Allow URL fopen"
91
  msgstr "PHP Dozvoli URL fopen"
92
 
93
+ #: bws_menu.php:387
94
  msgid "PHP Memory Limit"
95
  msgstr "PHP Ograničenje memorije"
96
 
97
+ #: bws_menu.php:388
98
  #, fuzzy
99
  msgid "PHP Max Upload Size"
100
  msgstr "Envoi de fichier"
101
 
102
+ #: bws_menu.php:389
103
  msgid "PHP Max Post Size"
104
  msgstr "PHP Max veličina za učitavanje"
105
 
106
+ #: bws_menu.php:390
107
  msgid "PHP Max Script Execute Time"
108
  msgstr "PHP Max veličina posta"
109
 
110
+ #: bws_menu.php:391
111
  msgid "PHP Exif support"
112
  msgstr "PHP Exif podrška"
113
 
114
+ #: bws_menu.php:392
115
  msgid "PHP IPTC support"
116
  msgstr "PHP IPTC podrška"
117
 
118
+ #: bws_menu.php:393
119
  msgid "PHP XML support"
120
  msgstr "PHP XML podrška"
121
 
122
+ #: bws_menu.php:394
123
  #, fuzzy
124
  msgid "Site URL"
125
  msgstr "URL du lien"
126
 
127
+ #: bws_menu.php:395
128
  msgid "Home URL"
129
  msgstr "URL naslovne"
130
 
131
+ #: bws_menu.php:398
132
  msgid "WordPress Version"
133
  msgstr "WordPress Verzija"
134
 
135
+ #: bws_menu.php:399
136
  msgid "WordPress DB Version"
137
  msgstr "WordPress DB Verzija"
138
 
139
+ #: bws_menu.php:400
140
  msgid "Multisite"
141
  msgstr "Višenamenski sajt"
142
 
143
+ #: bws_menu.php:401
144
  msgid "Active Theme"
145
  msgstr "Aktivna tema"
146
 
147
+ #: bws_menu.php:416
148
  msgid "Please enter a valid email address."
149
  msgstr "Molimo unesite važeću mejl adresu"
150
 
151
+ #: bws_menu.php:420
152
  msgid "Email with system info is sent to "
153
  msgstr "Mejl sa sistemskim informacijama je poslat na"
154
 
155
+ #: bws_menu.php:424
156
  msgid "Thank you for contacting us."
157
  msgstr "Hvala što ste nas kontaktirali"
158
 
159
+ #: bws_menu.php:457
160
  msgid "Sorry, email message could not be delivered."
161
  msgstr "Nažalost mejl poruka nije prosleđena"
162
 
163
+ #: bws_menu.php:465
164
+ msgid "Need help?"
165
  msgstr ""
166
 
167
+ #: bws_menu.php:466
168
+ msgid "Client area"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  msgstr ""
170
 
171
+ #: bws_menu.php:467
172
+ #: bws_menu.php:778
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  msgid "System status"
174
  msgstr "Sistemski status"
175
 
176
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Pro moduli"
180
 
181
+ #: bws_menu.php:474
182
  msgid "Themes"
183
  msgstr ""
184
 
185
+ #: bws_menu.php:479
186
  msgid "All"
187
  msgstr ""
188
 
189
+ #: bws_menu.php:480
190
  #, fuzzy
191
  msgid "Installed"
192
  msgstr "Instalacija %s"
193
 
194
+ #: bws_menu.php:481
195
  #, fuzzy
196
  msgid "Recommended"
197
  msgstr "Preporučeni moduli"
198
 
199
+ #: bws_menu.php:485
200
+ msgid "Installed plugins"
201
+ msgstr "Instalirani moduli"
202
+
203
+ #: bws_menu.php:514
204
+ #: bws_menu.php:536
205
+ #: bws_menu.php:563
206
+ #: bws_menu.php:593
207
+ #: bws_menu.php:639
208
  #, fuzzy
209
  msgid "Learn more"
210
  msgstr "Pročitaj više"
211
 
212
+ #: bws_menu.php:517
213
+ #: bws_menu.php:566
214
+ msgid "Settings"
215
+ msgstr "Podešavanja"
 
 
 
 
 
 
 
216
 
217
+ #: bws_menu.php:538
218
+ #: bws_menu.php:595
219
  #, fuzzy
220
  msgid "Activate this plugin"
221
  msgstr "Aktivirani moduli"
222
 
223
+ #: bws_menu.php:538
224
+ #: bws_menu.php:595
225
  #, fuzzy
226
  msgid "Activate"
227
  msgstr "Aktivirani moduli"
228
 
229
+ #: bws_menu.php:553
230
+ #: bws_menu.php:583
231
+ #: bws_menu.php:629
232
+ msgid "Go"
233
+ msgstr ""
234
+
235
+ #: bws_menu.php:557
236
+ #: bws_menu.php:587
237
+ #: bws_menu.php:633
238
+ msgid "DONATE"
239
+ msgstr ""
240
+
241
+ #: bws_menu.php:603
242
+ msgid "Recommended plugins"
243
+ msgstr "Preporučeni moduli"
244
+
245
+ #: bws_menu.php:641
246
  #, fuzzy
247
  msgid "Install now"
248
  msgstr "Instalacija %s"
249
 
250
+ #: bws_menu.php:662
251
  msgid "Try again"
252
  msgstr ""
253
 
254
+ #: bws_menu.php:680
255
  #, php-format
256
  msgid "Preview &#8220;%s&#8221;"
257
  msgstr ""
258
 
259
+ #: bws_menu.php:711
260
+ #, php-format
261
+ msgid "Install %s"
262
+ msgstr "Instalacija %s"
263
+
264
+ #: bws_menu.php:711
265
  #, fuzzy
266
  msgid "Install Now"
267
  msgstr "Instalacija %s"
268
 
269
+ #: bws_menu.php:714
270
  #, php-format
271
  msgid "Update to version %s"
272
  msgstr ""
273
 
274
+ #: bws_menu.php:714
275
  #, fuzzy
276
  msgid "Update"
277
  msgstr "date"
278
 
279
+ #: bws_menu.php:721
280
  #, php-format
281
  msgid "Preview %s"
282
  msgstr ""
283
 
284
+ #: bws_menu.php:721
285
  msgid "Preview"
286
  msgstr ""
287
 
288
+ #: bws_menu.php:727
289
+ #: bws_menu.php:759
290
  #, php-format
291
  msgid "By %s"
292
  msgstr ""
293
 
294
+ #: bws_menu.php:733
295
  msgid "Details"
296
  msgstr ""
297
 
298
+ #: bws_menu.php:765
299
+ #, fuzzy
300
+ msgid "Already Installed"
301
+ msgstr "Instalacija %s"
302
+
303
+ #: bws_menu.php:781
304
+ msgid "Environment"
305
+ msgstr "Okruženje"
306
+
307
+ #: bws_menu.php:792
308
+ #, fuzzy
309
+ msgid "Active Plugins"
310
+ msgstr "Extensions activées"
311
+
312
+ #: bws_menu.php:805
313
+ #, fuzzy
314
+ msgid "Inactive Plugins"
315
+ msgstr "Extensions activées"
316
+
317
+ #: bws_menu.php:821
318
+ #, fuzzy
319
+ msgid "Send to support"
320
+ msgstr "Soutien"
321
+
322
+ #: bws_menu.php:828
323
+ msgid "Send to custom email &#187;"
324
+ msgstr "Pošalji na korisnički mejl &#187;"
325
+
326
+ #~ msgid "Pro plugins"
327
+ #~ msgstr "Pro moduli"
328
+
329
+ #~ msgid "Activated plugins"
330
+ #~ msgstr "Aktivirani moduli"
331
+
332
+ #~ msgid "Read more"
333
+ #~ msgstr "Pročitaj više"
334
+
335
+ #~ msgid "Purchase"
336
+ #~ msgstr "Kupovina"
337
+
338
+ #~ msgid "Free plugins"
339
+ #~ msgstr "Besplatni moduli"
340
+
341
+ #~ msgid "Download"
342
+ #~ msgstr "Prezimanje"
343
+
344
+ #~ msgid "Install now from wordpress.org"
345
+ #~ msgstr "Instaliraj sada sa wordpress.org"
346
+
347
+ #, fuzzy
348
+ #~ msgid "Activated theme"
349
+ #~ msgstr "Aktivna tema"
350
+
351
+ #, fuzzy
352
+ #~ msgid "Installed themes"
353
+ #~ msgstr "Instalacija %s"
354
+
355
+ #, fuzzy
356
+ #~ msgid "Recommended themes"
357
+ #~ msgstr "Preporučeni moduli"
358
+
359
+ #~ msgid "If you have any questions, please contact us via"
360
+ #~ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
361
+
362
  #, fuzzy
363
  #~ msgid "installed"
364
  #~ msgstr "Instalacija %s"
bws_menu/languages/bestwebsoft-sv_SE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:14+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
@@ -16,384 +16,341 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:339
20
  msgid "Not set"
21
  msgstr "Inte angiven"
22
 
23
- #: bws_menu.php:341
24
- #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "På"
27
 
28
- #: bws_menu.php:343
29
- #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Av"
32
 
33
- #: bws_menu.php:351
34
  #: bws_menu.php:355
 
 
 
35
  #: bws_menu.php:359
36
- #: bws_menu.php:363
37
- #: bws_menu.php:367
38
- #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "Finns ej"
41
 
42
- #: bws_menu.php:365
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
- #: bws_menu.php:369
47
- #: bws_menu.php:373
48
- #: bws_menu.php:377
49
- #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "Ja"
52
 
53
- #: bws_menu.php:371
54
- #: bws_menu.php:375
55
- #: bws_menu.php:379
56
- #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "Nej"
59
 
60
- #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "Operativsystem"
63
 
64
- #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "Server"
67
 
68
- #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "Minnesanvändning"
71
 
72
- #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "MySQL-version"
75
 
76
- #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "SQL-läge"
79
 
80
- #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "PHP-version"
83
 
84
- #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP säkert läge"
87
 
88
- #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP tillåt URL fopen"
91
 
92
- #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Minnesgräns"
95
 
96
- #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max uppladdningstorlek"
99
 
100
- #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max poststorlek"
103
 
104
- #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max skriptexekverinstid"
107
 
108
- #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exifstöd"
111
 
112
- #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "PHP ITPC-stöd"
115
 
116
- #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "PHP XML-stöd"
119
 
120
- #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "SajtURL"
123
 
124
- #: bws_menu.php:420
125
  msgid "Home URL"
126
  msgstr "HemURL"
127
 
128
- #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "WordPress-version"
131
 
132
- #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress-DB-version"
135
 
136
- #: bws_menu.php:423
137
  msgid "Multisite"
138
  msgstr "Multisajt"
139
 
140
- #: bws_menu.php:424
141
  msgid "Active Theme"
142
  msgstr "Aktivt tema"
143
 
144
- #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
  msgstr "Var god ange en giltig epost-adress."
147
 
148
- #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
  msgstr "Epost med systeminfo är skickat till"
151
 
152
- #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
  msgstr "Tack för att du kontaktade oss."
155
 
156
- #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Ledsen, eposten kunde inte levereras."
159
 
160
- #: bws_menu.php:488
161
- msgid "Switch to new interface"
162
- msgstr ""
163
-
164
- #: bws_menu.php:495
165
- msgid "Pro plugins"
166
- msgstr "Betaltillägg"
167
-
168
- #: bws_menu.php:498
169
- #: bws_menu.php:524
170
- msgid "Activated plugins"
171
- msgstr "Aktiverade tillägg"
172
-
173
- #: bws_menu.php:500
174
- #: bws_menu.php:508
175
- #: bws_menu.php:516
176
- #: bws_menu.php:526
177
- #: bws_menu.php:534
178
- #: bws_menu.php:542
179
- #: bws_menu.php:552
180
- #: bws_menu.php:559
181
- #: bws_menu.php:567
182
- msgid "Read more"
183
- msgstr "Läs mer"
184
-
185
- #: bws_menu.php:500
186
- #: bws_menu.php:526
187
- #: bws_menu.php:678
188
- #: bws_menu.php:706
189
- msgid "Settings"
190
- msgstr "Inställningar"
191
-
192
- #: bws_menu.php:506
193
- #: bws_menu.php:532
194
- #: bws_menu.php:658
195
- msgid "Installed plugins"
196
- msgstr "Installerade tillägg"
197
-
198
- #: bws_menu.php:514
199
- #: bws_menu.php:540
200
- #: bws_menu.php:765
201
- msgid "Recommended plugins"
202
- msgstr "Rekommenderade tillägg"
203
-
204
- #: bws_menu.php:516
205
- msgid "Purchase"
206
- msgstr "Köp"
207
-
208
- #: bws_menu.php:521
209
- msgid "Free plugins"
210
- msgstr "Gratis tillägg"
211
-
212
- #: bws_menu.php:542
213
- #: bws_menu.php:567
214
- msgid "Download"
215
- msgstr "Hämta"
216
-
217
- #: bws_menu.php:542
218
- #: bws_menu.php:567
219
- #: bws_menu.php:867
220
- #, php-format
221
- msgid "Install %s"
222
- msgstr "Installera %s"
223
-
224
- #: bws_menu.php:542
225
- #: bws_menu.php:567
226
- msgid "Install now from wordpress.org"
227
- msgstr "Installera nu från wordpress.org"
228
-
229
- #: bws_menu.php:548
230
- msgid "Free themes"
231
- msgstr ""
232
-
233
- #: bws_menu.php:551
234
- #, fuzzy
235
- msgid "Activated theme"
236
- msgstr "Aktivt tema"
237
-
238
- #: bws_menu.php:552
239
- #, php-format
240
- msgid "Customize &#8220;%s&#8221;"
241
  msgstr ""
242
 
243
- #: bws_menu.php:552
244
- msgid "Customize"
245
  msgstr ""
246
 
247
- #: bws_menu.php:557
248
- #, fuzzy
249
- msgid "Installed themes"
250
- msgstr "Installera %s"
251
-
252
- #: bws_menu.php:565
253
- #, fuzzy
254
- msgid "Recommended themes"
255
- msgstr "Rekommenderade tillägg"
256
-
257
- #: bws_menu.php:573
258
- msgid "If you have any questions, please contact us via"
259
- msgstr "Om du har några frågor, kontakta oss via"
260
-
261
- #: bws_menu.php:580
262
- #: bws_menu.php:648
263
- #: bws_menu.php:903
264
  msgid "System status"
265
  msgstr "Systemstatus"
266
 
267
- #: bws_menu.php:584
268
- #: bws_menu.php:906
269
- msgid "Environment"
270
- msgstr "Miljövariabler"
271
-
272
- #: bws_menu.php:595
273
- #: bws_menu.php:917
274
- msgid "Active Plugins"
275
- msgstr "Aktiverade tillägg"
276
-
277
- #: bws_menu.php:606
278
- #: bws_menu.php:928
279
- msgid "Inactive Plugins"
280
- msgstr "Inaktiverade tillägg"
281
-
282
- #: bws_menu.php:620
283
- #: bws_menu.php:942
284
- msgid "Send to support"
285
- msgstr "Skicka till support"
286
-
287
- #: bws_menu.php:627
288
- #: bws_menu.php:949
289
- msgid "Send to custom email &#187;"
290
- msgstr "Skicka till anpassad epost &#187;"
291
-
292
- #: bws_menu.php:638
293
- msgid "Switch to old interface"
294
- msgstr ""
295
-
296
- #: bws_menu.php:644
297
  #, fuzzy
298
  msgid "Plugins"
299
  msgstr "Betaltillägg"
300
 
301
- #: bws_menu.php:646
302
  msgid "Themes"
303
  msgstr ""
304
 
305
- #: bws_menu.php:652
306
  msgid "All"
307
  msgstr ""
308
 
309
- #: bws_menu.php:653
310
  #, fuzzy
311
  msgid "Installed"
312
  msgstr "Installera %s"
313
 
314
- #: bws_menu.php:654
315
  #, fuzzy
316
  msgid "Recommended"
317
  msgstr "Rekommenderade tillägg"
318
 
319
- #: bws_menu.php:676
320
- #: bws_menu.php:704
321
- #: bws_menu.php:726
322
- #: bws_menu.php:754
323
- #: bws_menu.php:795
 
 
 
 
324
  #, fuzzy
325
  msgid "Learn more"
326
  msgstr "Läs mer"
327
 
328
- #: bws_menu.php:694
329
- #: bws_menu.php:744
330
- #: bws_menu.php:785
331
- msgid "Go"
332
- msgstr ""
333
-
334
- #: bws_menu.php:698
335
- #: bws_menu.php:748
336
- #: bws_menu.php:789
337
- msgid "DONATE"
338
- msgstr ""
339
 
340
- #: bws_menu.php:728
341
- #: bws_menu.php:756
342
  #, fuzzy
343
  msgid "Activate this plugin"
344
  msgstr "Aktiverade tillägg"
345
 
346
- #: bws_menu.php:728
347
- #: bws_menu.php:756
348
  #, fuzzy
349
  msgid "Activate"
350
  msgstr "Aktiverade tillägg"
351
 
352
- #: bws_menu.php:797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  #, fuzzy
354
  msgid "Install now"
355
  msgstr "Установить сейчас"
356
 
357
- #: bws_menu.php:819
358
  msgid "Try again"
359
  msgstr ""
360
 
361
- #: bws_menu.php:836
362
  #, php-format
363
  msgid "Preview &#8220;%s&#8221;"
364
  msgstr ""
365
 
366
- #: bws_menu.php:867
 
 
 
 
 
367
  msgid "Install Now"
368
  msgstr "Установить сейчас"
369
 
370
- #: bws_menu.php:870
371
  #, php-format
372
  msgid "Update to version %s"
373
  msgstr ""
374
 
375
- #: bws_menu.php:870
376
  msgid "Update"
377
  msgstr ""
378
 
379
- #: bws_menu.php:877
380
  #, php-format
381
  msgid "Preview %s"
382
  msgstr ""
383
 
384
- #: bws_menu.php:877
385
  msgid "Preview"
386
  msgstr ""
387
 
388
- #: bws_menu.php:884
 
389
  #, php-format
390
  msgid "By %s"
391
  msgstr ""
392
 
393
- #: bws_menu.php:890
394
  msgid "Details"
395
  msgstr ""
396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  #, fuzzy
398
  #~ msgid "installed"
399
  #~ msgstr "Installera %s"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:32+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:32+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:351
20
  msgid "Not set"
21
  msgstr "Inte angiven"
22
 
23
+ #: bws_menu.php:353
24
+ #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "På"
27
 
28
+ #: bws_menu.php:353
29
+ #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Av"
32
 
 
33
  #: bws_menu.php:355
34
+ #: bws_menu.php:356
35
+ #: bws_menu.php:357
36
+ #: bws_menu.php:358
37
  #: bws_menu.php:359
38
+ #: bws_menu.php:371
 
 
39
  msgid "N/A"
40
  msgstr "Finns ej"
41
 
42
+ #: bws_menu.php:359
43
  msgid " Mb"
44
  msgstr " Mb"
45
 
46
+ #: bws_menu.php:360
47
+ #: bws_menu.php:361
48
+ #: bws_menu.php:362
49
+ #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "Ja"
52
 
53
+ #: bws_menu.php:360
54
+ #: bws_menu.php:361
55
+ #: bws_menu.php:362
56
+ #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "Nej"
59
 
60
+ #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "Operativsystem"
63
 
64
+ #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "Server"
67
 
68
+ #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "Minnesanvändning"
71
 
72
+ #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "MySQL-version"
75
 
76
+ #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "SQL-läge"
79
 
80
+ #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "PHP-version"
83
 
84
+ #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP säkert läge"
87
 
88
+ #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
  msgstr "PHP tillåt URL fopen"
91
 
92
+ #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "PHP Minnesgräns"
95
 
96
+ #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "PHP Max uppladdningstorlek"
99
 
100
+ #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
  msgstr "PHP Max poststorlek"
103
 
104
+ #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "PHP Max skriptexekverinstid"
107
 
108
+ #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "PHP Exifstöd"
111
 
112
+ #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "PHP ITPC-stöd"
115
 
116
+ #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "PHP XML-stöd"
119
 
120
+ #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "SajtURL"
123
 
124
+ #: bws_menu.php:395
125
  msgid "Home URL"
126
  msgstr "HemURL"
127
 
128
+ #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "WordPress-version"
131
 
132
+ #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "WordPress-DB-version"
135
 
136
+ #: bws_menu.php:400
137
  msgid "Multisite"
138
  msgstr "Multisajt"
139
 
140
+ #: bws_menu.php:401
141
  msgid "Active Theme"
142
  msgstr "Aktivt tema"
143
 
144
+ #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
  msgstr "Var god ange en giltig epost-adress."
147
 
148
+ #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
  msgstr "Epost med systeminfo är skickat till"
151
 
152
+ #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
  msgstr "Tack för att du kontaktade oss."
155
 
156
+ #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
  msgstr "Ledsen, eposten kunde inte levereras."
159
 
160
+ #: bws_menu.php:465
161
+ msgid "Need help?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  msgstr ""
163
 
164
+ #: bws_menu.php:466
165
+ msgid "Client area"
166
  msgstr ""
167
 
168
+ #: bws_menu.php:467
169
+ #: bws_menu.php:778
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  msgid "System status"
171
  msgstr "Systemstatus"
172
 
173
+ #: bws_menu.php:472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #, fuzzy
175
  msgid "Plugins"
176
  msgstr "Betaltillägg"
177
 
178
+ #: bws_menu.php:474
179
  msgid "Themes"
180
  msgstr ""
181
 
182
+ #: bws_menu.php:479
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: bws_menu.php:480
187
  #, fuzzy
188
  msgid "Installed"
189
  msgstr "Installera %s"
190
 
191
+ #: bws_menu.php:481
192
  #, fuzzy
193
  msgid "Recommended"
194
  msgstr "Rekommenderade tillägg"
195
 
196
+ #: bws_menu.php:485
197
+ msgid "Installed plugins"
198
+ msgstr "Installerade tillägg"
199
+
200
+ #: bws_menu.php:514
201
+ #: bws_menu.php:536
202
+ #: bws_menu.php:563
203
+ #: bws_menu.php:593
204
+ #: bws_menu.php:639
205
  #, fuzzy
206
  msgid "Learn more"
207
  msgstr "Läs mer"
208
 
209
+ #: bws_menu.php:517
210
+ #: bws_menu.php:566
211
+ msgid "Settings"
212
+ msgstr "Inställningar"
 
 
 
 
 
 
 
213
 
214
+ #: bws_menu.php:538
215
+ #: bws_menu.php:595
216
  #, fuzzy
217
  msgid "Activate this plugin"
218
  msgstr "Aktiverade tillägg"
219
 
220
+ #: bws_menu.php:538
221
+ #: bws_menu.php:595
222
  #, fuzzy
223
  msgid "Activate"
224
  msgstr "Aktiverade tillägg"
225
 
226
+ #: bws_menu.php:553
227
+ #: bws_menu.php:583
228
+ #: bws_menu.php:629
229
+ msgid "Go"
230
+ msgstr ""
231
+
232
+ #: bws_menu.php:557
233
+ #: bws_menu.php:587
234
+ #: bws_menu.php:633
235
+ msgid "DONATE"
236
+ msgstr ""
237
+
238
+ #: bws_menu.php:603
239
+ msgid "Recommended plugins"
240
+ msgstr "Rekommenderade tillägg"
241
+
242
+ #: bws_menu.php:641
243
  #, fuzzy
244
  msgid "Install now"
245
  msgstr "Установить сейчас"
246
 
247
+ #: bws_menu.php:662
248
  msgid "Try again"
249
  msgstr ""
250
 
251
+ #: bws_menu.php:680
252
  #, php-format
253
  msgid "Preview &#8220;%s&#8221;"
254
  msgstr ""
255
 
256
+ #: bws_menu.php:711
257
+ #, php-format
258
+ msgid "Install %s"
259
+ msgstr "Installera %s"
260
+
261
+ #: bws_menu.php:711
262
  msgid "Install Now"
263
  msgstr "Установить сейчас"
264
 
265
+ #: bws_menu.php:714
266
  #, php-format
267
  msgid "Update to version %s"
268
  msgstr ""
269
 
270
+ #: bws_menu.php:714
271
  msgid "Update"
272
  msgstr ""
273
 
274
+ #: bws_menu.php:721
275
  #, php-format
276
  msgid "Preview %s"
277
  msgstr ""
278
 
279
+ #: bws_menu.php:721
280
  msgid "Preview"
281
  msgstr ""
282
 
283
+ #: bws_menu.php:727
284
+ #: bws_menu.php:759
285
  #, php-format
286
  msgid "By %s"
287
  msgstr ""
288
 
289
+ #: bws_menu.php:733
290
  msgid "Details"
291
  msgstr ""
292
 
293
+ #: bws_menu.php:765
294
+ #, fuzzy
295
+ msgid "Already Installed"
296
+ msgstr "Installera %s"
297
+
298
+ #: bws_menu.php:781
299
+ msgid "Environment"
300
+ msgstr "Miljövariabler"
301
+
302
+ #: bws_menu.php:792
303
+ msgid "Active Plugins"
304
+ msgstr "Aktiverade tillägg"
305
+
306
+ #: bws_menu.php:805
307
+ msgid "Inactive Plugins"
308
+ msgstr "Inaktiverade tillägg"
309
+
310
+ #: bws_menu.php:821
311
+ msgid "Send to support"
312
+ msgstr "Skicka till support"
313
+
314
+ #: bws_menu.php:828
315
+ msgid "Send to custom email &#187;"
316
+ msgstr "Skicka till anpassad epost &#187;"
317
+
318
+ #~ msgid "Pro plugins"
319
+ #~ msgstr "Betaltillägg"
320
+
321
+ #~ msgid "Activated plugins"
322
+ #~ msgstr "Aktiverade tillägg"
323
+
324
+ #~ msgid "Read more"
325
+ #~ msgstr "Läs mer"
326
+
327
+ #~ msgid "Purchase"
328
+ #~ msgstr "Köp"
329
+
330
+ #~ msgid "Free plugins"
331
+ #~ msgstr "Gratis tillägg"
332
+
333
+ #~ msgid "Download"
334
+ #~ msgstr "Hämta"
335
+
336
+ #~ msgid "Install now from wordpress.org"
337
+ #~ msgstr "Installera nu från wordpress.org"
338
+
339
+ #, fuzzy
340
+ #~ msgid "Activated theme"
341
+ #~ msgstr "Aktivt tema"
342
+
343
+ #, fuzzy
344
+ #~ msgid "Installed themes"
345
+ #~ msgstr "Installera %s"
346
+
347
+ #, fuzzy
348
+ #~ msgid "Recommended themes"
349
+ #~ msgstr "Rekommenderade tillägg"
350
+
351
+ #~ msgid "If you have any questions, please contact us via"
352
+ #~ msgstr "Om du har några frågor, kontakta oss via"
353
+
354
  #, fuzzy
355
  #~ msgid "installed"
356
  #~ msgstr "Installera %s"
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-01-17 12:14+0300\n"
6
- "PO-Revision-Date: 2014-01-17 12:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -13,386 +13,335 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_menu.php:339
20
  msgid "Not set"
21
- msgstr "Не завдано"
22
 
23
- #: bws_menu.php:341
24
- #: bws_menu.php:345
25
  msgid "On"
26
  msgstr "Увімк."
27
 
28
- #: bws_menu.php:343
29
- #: bws_menu.php:347
30
  msgid "Off"
31
  msgstr "Вимк."
32
 
33
- #: bws_menu.php:351
34
  #: bws_menu.php:355
 
 
 
35
  #: bws_menu.php:359
36
- #: bws_menu.php:363
37
- #: bws_menu.php:367
38
- #: bws_menu.php:393
39
  msgid "N/A"
40
  msgstr "Невідомо"
41
 
42
- #: bws_menu.php:365
43
  msgid " Mb"
44
- msgstr "Mb"
45
 
46
- #: bws_menu.php:369
47
- #: bws_menu.php:373
48
- #: bws_menu.php:377
49
- #: bws_menu.php:388
50
  msgid "Yes"
51
  msgstr "Так"
52
 
53
- #: bws_menu.php:371
54
- #: bws_menu.php:375
55
- #: bws_menu.php:379
56
- #: bws_menu.php:390
57
  msgid "No"
58
  msgstr "Ні"
59
 
60
- #: bws_menu.php:404
61
  msgid "Operating System"
62
  msgstr "Операційна система"
63
 
64
- #: bws_menu.php:405
65
  msgid "Server"
66
  msgstr "Тип серверу"
67
 
68
- #: bws_menu.php:406
69
  msgid "Memory usage"
70
  msgstr "Пам’яті використано"
71
 
72
- #: bws_menu.php:407
73
  msgid "MYSQL Version"
74
  msgstr "Версія MYSQL"
75
 
76
- #: bws_menu.php:408
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
- #: bws_menu.php:409
81
  msgid "PHP Version"
82
  msgstr "Версія PHP"
83
 
84
- #: bws_menu.php:410
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Безпечний режим"
87
 
88
- #: bws_menu.php:411
89
  msgid "PHP Allow URL fopen"
90
- msgstr "PHP Allow URL fopen"
91
 
92
- #: bws_menu.php:412
93
  msgid "PHP Memory Limit"
94
  msgstr "Ліміт пам’яті"
95
 
96
- #: bws_menu.php:413
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. розмір файлу, що завантажується"
99
 
100
- #: bws_menu.php:414
101
  msgid "PHP Max Post Size"
102
- msgstr "Макс. розмір запису"
103
 
104
- #: bws_menu.php:415
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. час виконання сценарію"
107
 
108
- #: bws_menu.php:416
109
  msgid "PHP Exif support"
110
  msgstr "Підтримка PHP Exif"
111
 
112
- #: bws_menu.php:417
113
  msgid "PHP IPTC support"
114
  msgstr "Підтримка PHP IPTC"
115
 
116
- #: bws_menu.php:418
117
  msgid "PHP XML support"
118
  msgstr "Підтримка PHP XML"
119
 
120
- #: bws_menu.php:419
121
  msgid "Site URL"
122
  msgstr "Адреса сайту"
123
 
124
- #: bws_menu.php:420
125
  msgid "Home URL"
126
- msgstr "Основна адреса сайту"
127
 
128
- #: bws_menu.php:421
129
  msgid "WordPress Version"
130
  msgstr "Версія WordPress"
131
 
132
- #: bws_menu.php:422
133
  msgid "WordPress DB Version"
134
  msgstr "Версія бази даних WordPress"
135
 
136
- #: bws_menu.php:423
137
  msgid "Multisite"
138
- msgstr "Мультиблог"
139
 
140
- #: bws_menu.php:424
141
  msgid "Active Theme"
142
- msgstr "Поточна тема"
143
 
144
- #: bws_menu.php:440
145
  msgid "Please enter a valid email address."
146
- msgstr "Будь ласка, введіть коректну електронну адресу."
147
 
148
- #: bws_menu.php:444
149
  msgid "Email with system info is sent to "
150
- msgstr "Електронній лист з системною інформацією відправлено на"
151
 
152
- #: bws_menu.php:448
153
  msgid "Thank you for contacting us."
154
- msgstr "Дякуємо, що звернулися до нас."
155
 
156
- #: bws_menu.php:476
157
  msgid "Sorry, email message could not be delivered."
158
- msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
159
 
160
- #: bws_menu.php:488
161
- msgid "Switch to new interface"
162
- msgstr ""
163
 
164
- #: bws_menu.php:495
165
- msgid "Pro plugins"
166
- msgstr "Плагіни про-версії"
167
-
168
- #: bws_menu.php:498
169
- #: bws_menu.php:524
170
- msgid "Activated plugins"
171
- msgstr "Активовані плагіни"
172
-
173
- #: bws_menu.php:500
174
- #: bws_menu.php:508
175
- #: bws_menu.php:516
176
- #: bws_menu.php:526
177
- #: bws_menu.php:534
178
- #: bws_menu.php:542
179
- #: bws_menu.php:552
180
- #: bws_menu.php:559
181
- #: bws_menu.php:567
182
- msgid "Read more"
183
- msgstr "Детальніше..."
184
-
185
- #: bws_menu.php:500
186
- #: bws_menu.php:526
187
- #: bws_menu.php:678
188
- #: bws_menu.php:706
189
- msgid "Settings"
190
- msgstr "Установки"
 
191
 
192
- #: bws_menu.php:506
193
- #: bws_menu.php:532
194
- #: bws_menu.php:658
195
  msgid "Installed plugins"
196
- msgstr "Установлені плагіни"
197
 
198
  #: bws_menu.php:514
199
- #: bws_menu.php:540
200
- #: bws_menu.php:765
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  msgid "Recommended plugins"
202
- msgstr "Рекомендовані до установки плагіни"
203
 
204
- #: bws_menu.php:516
205
- msgid "Purchase"
206
- msgstr "Купити"
207
 
208
- #: bws_menu.php:521
209
- msgid "Free plugins"
210
- msgstr "Безкоштовні плагіни"
211
 
212
- #: bws_menu.php:542
213
- #: bws_menu.php:567
214
- msgid "Download"
215
- msgstr "Завантажити"
216
 
217
- #: bws_menu.php:542
218
- #: bws_menu.php:567
219
- #: bws_menu.php:867
220
  #, php-format
221
  msgid "Install %s"
222
- msgstr "Установлено %s"
223
 
224
- #: bws_menu.php:542
225
- #: bws_menu.php:567
226
- msgid "Install now from wordpress.org"
227
- msgstr "Установити з wordpress.org"
228
 
229
- #: bws_menu.php:548
230
- msgid "Free themes"
231
- msgstr ""
 
232
 
233
- #: bws_menu.php:551
234
- #, fuzzy
235
- msgid "Activated theme"
236
- msgstr "Поточна тема"
237
 
238
- #: bws_menu.php:552
239
  #, php-format
240
- msgid "Customize &#8220;%s&#8221;"
241
- msgstr ""
242
-
243
- #: bws_menu.php:552
244
- msgid "Customize"
245
- msgstr ""
246
 
247
- #: bws_menu.php:557
248
- #, fuzzy
249
- msgid "Installed themes"
250
- msgstr "Установлено %s"
251
 
252
- #: bws_menu.php:565
253
- #, fuzzy
254
- msgid "Recommended themes"
255
- msgstr "Рекомендовані до установки плагіни"
 
256
 
257
- #: bws_menu.php:573
258
- msgid "If you have any questions, please contact us via"
259
- msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
260
 
261
- #: bws_menu.php:580
262
- #: bws_menu.php:648
263
- #: bws_menu.php:903
264
- msgid "System status"
265
- msgstr "Системна інформація"
266
 
267
- #: bws_menu.php:584
268
- #: bws_menu.php:906
269
  msgid "Environment"
270
  msgstr "Системне оточення"
271
 
272
- #: bws_menu.php:595
273
- #: bws_menu.php:917
274
  msgid "Active Plugins"
275
- msgstr "Активовані плагіни"
276
 
277
- #: bws_menu.php:606
278
- #: bws_menu.php:928
279
  msgid "Inactive Plugins"
280
- msgstr "Неактивовані плагіни"
281
 
282
- #: bws_menu.php:620
283
- #: bws_menu.php:942
284
  msgid "Send to support"
285
- msgstr "Відправити до служби тех. підтримки"
286
 
287
- #: bws_menu.php:627
288
- #: bws_menu.php:949
289
  msgid "Send to custom email &#187;"
290
  msgstr "Відправити на електронну адресу &#187;"
291
 
292
- #: bws_menu.php:638
293
- msgid "Switch to old interface"
294
- msgstr ""
295
 
296
- #: bws_menu.php:644
297
- #, fuzzy
298
- msgid "Plugins"
299
- msgstr "Плагіни про-версії"
300
 
301
- #: bws_menu.php:646
302
- msgid "Themes"
303
- msgstr ""
304
-
305
- #: bws_menu.php:652
306
- msgid "All"
307
- msgstr ""
308
 
309
- #: bws_menu.php:653
310
- #, fuzzy
311
- msgid "Installed"
312
- msgstr "Установлено %s"
313
-
314
- #: bws_menu.php:654
315
- #, fuzzy
316
- msgid "Recommended"
317
- msgstr "Рекомендовані до установки плагіни"
318
 
319
- #: bws_menu.php:676
320
- #: bws_menu.php:704
321
- #: bws_menu.php:726
322
- #: bws_menu.php:754
323
- #: bws_menu.php:795
324
- #, fuzzy
325
- msgid "Learn more"
326
- msgstr "Детальніше..."
327
 
328
- #: bws_menu.php:694
329
- #: bws_menu.php:744
330
- #: bws_menu.php:785
331
- msgid "Go"
332
- msgstr ""
333
 
334
- #: bws_menu.php:698
335
- #: bws_menu.php:748
336
- #: bws_menu.php:789
337
- msgid "DONATE"
338
- msgstr ""
339
 
340
- #: bws_menu.php:728
341
- #: bws_menu.php:756
342
  #, fuzzy
343
- msgid "Activate this plugin"
344
- msgstr "Активовані плагіни"
345
 
346
- #: bws_menu.php:728
347
- #: bws_menu.php:756
348
  #, fuzzy
349
- msgid "Activate"
350
- msgstr "Активовані плагіни"
351
 
352
- #: bws_menu.php:797
353
  #, fuzzy
354
- msgid "Install now"
355
- msgstr "Установить"
356
-
357
- #: bws_menu.php:819
358
- msgid "Try again"
359
- msgstr ""
360
-
361
- #: bws_menu.php:836
362
- #, php-format
363
- msgid "Preview &#8220;%s&#8221;"
364
- msgstr ""
365
-
366
- #: bws_menu.php:867
367
- msgid "Install Now"
368
- msgstr "Установить"
369
-
370
- #: bws_menu.php:870
371
- #, php-format
372
- msgid "Update to version %s"
373
- msgstr ""
374
 
375
- #: bws_menu.php:870
376
- msgid "Update"
377
- msgstr ""
378
-
379
- #: bws_menu.php:877
380
- #, php-format
381
- msgid "Preview %s"
382
- msgstr ""
383
-
384
- #: bws_menu.php:877
385
- msgid "Preview"
386
- msgstr ""
387
-
388
- #: bws_menu.php:884
389
- #, php-format
390
- msgid "By %s"
391
- msgstr ""
392
-
393
- #: bws_menu.php:890
394
- msgid "Details"
395
- msgstr ""
396
 
397
  #, fuzzy
398
  #~ msgid "installed"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:32+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.6.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_menu.php:351
20
  msgid "Not set"
21
+ msgstr "Не задано"
22
 
23
+ #: bws_menu.php:353
24
+ #: bws_menu.php:354
25
  msgid "On"
26
  msgstr "Увімк."
27
 
28
+ #: bws_menu.php:353
29
+ #: bws_menu.php:354
30
  msgid "Off"
31
  msgstr "Вимк."
32
 
 
33
  #: bws_menu.php:355
34
+ #: bws_menu.php:356
35
+ #: bws_menu.php:357
36
+ #: bws_menu.php:358
37
  #: bws_menu.php:359
38
+ #: bws_menu.php:371
 
 
39
  msgid "N/A"
40
  msgstr "Невідомо"
41
 
42
+ #: bws_menu.php:359
43
  msgid " Mb"
44
+ msgstr "Мб"
45
 
46
+ #: bws_menu.php:360
47
+ #: bws_menu.php:361
48
+ #: bws_menu.php:362
49
+ #: bws_menu.php:367
50
  msgid "Yes"
51
  msgstr "Так"
52
 
53
+ #: bws_menu.php:360
54
+ #: bws_menu.php:361
55
+ #: bws_menu.php:362
56
+ #: bws_menu.php:369
57
  msgid "No"
58
  msgstr "Ні"
59
 
60
+ #: bws_menu.php:379
61
  msgid "Operating System"
62
  msgstr "Операційна система"
63
 
64
+ #: bws_menu.php:380
65
  msgid "Server"
66
  msgstr "Тип серверу"
67
 
68
+ #: bws_menu.php:381
69
  msgid "Memory usage"
70
  msgstr "Пам’яті використано"
71
 
72
+ #: bws_menu.php:382
73
  msgid "MYSQL Version"
74
  msgstr "Версія MYSQL"
75
 
76
+ #: bws_menu.php:383
77
  msgid "SQL Mode"
78
  msgstr "Режим SQL"
79
 
80
+ #: bws_menu.php:384
81
  msgid "PHP Version"
82
  msgstr "Версія PHP"
83
 
84
+ #: bws_menu.php:385
85
  msgid "PHP Safe Mode"
86
  msgstr "PHP Безпечний режим"
87
 
88
+ #: bws_menu.php:386
89
  msgid "PHP Allow URL fopen"
90
+ msgstr "Дозволити PHP URL fopen"
91
 
92
+ #: bws_menu.php:387
93
  msgid "PHP Memory Limit"
94
  msgstr "Ліміт пам’яті"
95
 
96
+ #: bws_menu.php:388
97
  msgid "PHP Max Upload Size"
98
  msgstr "Макс. розмір файлу, що завантажується"
99
 
100
+ #: bws_menu.php:389
101
  msgid "PHP Max Post Size"
102
+ msgstr "Макс. розмір посту"
103
 
104
+ #: bws_menu.php:390
105
  msgid "PHP Max Script Execute Time"
106
  msgstr "Макс. час виконання сценарію"
107
 
108
+ #: bws_menu.php:391
109
  msgid "PHP Exif support"
110
  msgstr "Підтримка PHP Exif"
111
 
112
+ #: bws_menu.php:392
113
  msgid "PHP IPTC support"
114
  msgstr "Підтримка PHP IPTC"
115
 
116
+ #: bws_menu.php:393
117
  msgid "PHP XML support"
118
  msgstr "Підтримка PHP XML"
119
 
120
+ #: bws_menu.php:394
121
  msgid "Site URL"
122
  msgstr "Адреса сайту"
123
 
124
+ #: bws_menu.php:395
125
  msgid "Home URL"
126
+ msgstr "Адреса домашньої сторінки"
127
 
128
+ #: bws_menu.php:398
129
  msgid "WordPress Version"
130
  msgstr "Версія WordPress"
131
 
132
+ #: bws_menu.php:399
133
  msgid "WordPress DB Version"
134
  msgstr "Версія бази даних WordPress"
135
 
136
+ #: bws_menu.php:400
137
  msgid "Multisite"
138
+ msgstr "Мультисайт"
139
 
140
+ #: bws_menu.php:401
141
  msgid "Active Theme"
142
+ msgstr "Активна тема"
143
 
144
+ #: bws_menu.php:416
145
  msgid "Please enter a valid email address."
146
+ msgstr "Будь ласка, введіть коректний емейл."
147
 
148
+ #: bws_menu.php:420
149
  msgid "Email with system info is sent to "
150
+ msgstr "Емейл з системною інформацією надіслано на"
151
 
152
+ #: bws_menu.php:424
153
  msgid "Thank you for contacting us."
154
+ msgstr "Дякуємо, що звернулись до нас."
155
 
156
+ #: bws_menu.php:457
157
  msgid "Sorry, email message could not be delivered."
158
+ msgstr "Вибачте, ваше емейл не може бути доставлено"
159
 
160
+ #: bws_menu.php:465
161
+ msgid "Need help?"
162
+ msgstr "Потрібна допомога?"
163
 
164
+ #: bws_menu.php:466
165
+ msgid "Client area"
166
+ msgstr "Клієнтам"
167
+
168
+ #: bws_menu.php:467
169
+ #: bws_menu.php:778
170
+ msgid "System status"
171
+ msgstr "Системна інформація"
172
+
173
+ #: bws_menu.php:472
174
+ msgid "Plugins"
175
+ msgstr "Плагіни"
176
+
177
+ #: bws_menu.php:474
178
+ msgid "Themes"
179
+ msgstr "Теми"
180
+
181
+ #: bws_menu.php:479
182
+ msgid "All"
183
+ msgstr "Всі"
184
+
185
+ #: bws_menu.php:480
186
+ msgid "Installed"
187
+ msgstr "Встановлені"
188
+
189
+ #: bws_menu.php:481
190
+ msgid "Recommended"
191
+ msgstr "Рекомендовані "
192
 
193
+ #: bws_menu.php:485
 
 
194
  msgid "Installed plugins"
195
+ msgstr "Встановлені плагіни"
196
 
197
  #: bws_menu.php:514
198
+ #: bws_menu.php:536
199
+ #: bws_menu.php:563
200
+ #: bws_menu.php:593
201
+ #: bws_menu.php:639
202
+ msgid "Learn more"
203
+ msgstr "Дізнатись більше"
204
+
205
+ #: bws_menu.php:517
206
+ #: bws_menu.php:566
207
+ msgid "Settings"
208
+ msgstr "Налаштування"
209
+
210
+ #: bws_menu.php:538
211
+ #: bws_menu.php:595
212
+ msgid "Activate this plugin"
213
+ msgstr "Активувати плагін"
214
+
215
+ #: bws_menu.php:538
216
+ #: bws_menu.php:595
217
+ msgid "Activate"
218
+ msgstr "Активувати"
219
+
220
+ #: bws_menu.php:553
221
+ #: bws_menu.php:583
222
+ #: bws_menu.php:629
223
+ msgid "Go"
224
+ msgstr "Перейти"
225
+
226
+ #: bws_menu.php:557
227
+ #: bws_menu.php:587
228
+ #: bws_menu.php:633
229
+ msgid "DONATE"
230
+ msgstr "Підтримати нас"
231
+
232
+ #: bws_menu.php:603
233
  msgid "Recommended plugins"
234
+ msgstr "Рекомендовані плагіни"
235
 
236
+ #: bws_menu.php:641
237
+ msgid "Install now"
238
+ msgstr "Встановити"
239
 
240
+ #: bws_menu.php:662
241
+ msgid "Try again"
242
+ msgstr "Спробувати ще раз"
243
 
244
+ #: bws_menu.php:680
245
+ #, php-format
246
+ msgid "Preview &#8220;%s&#8221;"
247
+ msgstr "Попередній перегляд &#8220;%s&#8221;"
248
 
249
+ #: bws_menu.php:711
 
 
250
  #, php-format
251
  msgid "Install %s"
252
+ msgstr "Встановити %s"
253
 
254
+ #: bws_menu.php:711
255
+ msgid "Install Now"
256
+ msgstr "Встановити"
 
257
 
258
+ #: bws_menu.php:714
259
+ #, php-format
260
+ msgid "Update to version %s"
261
+ msgstr "Оновити до версії %s"
262
 
263
+ #: bws_menu.php:714
264
+ msgid "Update"
265
+ msgstr "Оновити"
 
266
 
267
+ #: bws_menu.php:721
268
  #, php-format
269
+ msgid "Preview %s"
270
+ msgstr "Попередній перегляд %s"
 
 
 
 
271
 
272
+ #: bws_menu.php:721
273
+ msgid "Preview"
274
+ msgstr "Попередній перегляд"
 
275
 
276
+ #: bws_menu.php:727
277
+ #: bws_menu.php:759
278
+ #, php-format
279
+ msgid "By %s"
280
+ msgstr "За %s"
281
 
282
+ #: bws_menu.php:733
283
+ msgid "Details"
284
+ msgstr "Деталі"
285
 
286
+ #: bws_menu.php:765
287
+ msgid "Already Installed"
288
+ msgstr "Уже встановлено %s"
 
 
289
 
290
+ #: bws_menu.php:781
 
291
  msgid "Environment"
292
  msgstr "Системне оточення"
293
 
294
+ #: bws_menu.php:792
 
295
  msgid "Active Plugins"
296
+ msgstr "Активні плагіни"
297
 
298
+ #: bws_menu.php:805
 
299
  msgid "Inactive Plugins"
300
+ msgstr "Не активні плагіни"
301
 
302
+ #: bws_menu.php:821
 
303
  msgid "Send to support"
304
+ msgstr "Відправити службі тех. підтримки"
305
 
306
+ #: bws_menu.php:828
 
307
  msgid "Send to custom email &#187;"
308
  msgstr "Відправити на електронну адресу &#187;"
309
 
310
+ #~ msgid "Pro plugins"
311
+ #~ msgstr "Плагіни про-версії"
 
312
 
313
+ #~ msgid "Activated plugins"
314
+ #~ msgstr "Активовані плагіни"
 
 
315
 
316
+ #~ msgid "Read more"
317
+ #~ msgstr "Детальніше..."
 
 
 
 
 
318
 
319
+ #~ msgid "Purchase"
320
+ #~ msgstr "Купити"
 
 
 
 
 
 
 
321
 
322
+ #~ msgid "Free plugins"
323
+ #~ msgstr "Безкоштовні плагіни"
 
 
 
 
 
 
324
 
325
+ #~ msgid "Download"
326
+ #~ msgstr "Завантажити"
 
 
 
327
 
328
+ #~ msgid "Install now from wordpress.org"
329
+ #~ msgstr "Установити з wordpress.org"
 
 
 
330
 
 
 
331
  #, fuzzy
332
+ #~ msgid "Activated theme"
333
+ #~ msgstr "Поточна тема"
334
 
 
 
335
  #, fuzzy
336
+ #~ msgid "Installed themes"
337
+ #~ msgstr "Установлено %s"
338
 
 
339
  #, fuzzy
340
+ #~ msgid "Recommended themes"
341
+ #~ msgstr "Рекомендовані до установки плагіни"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
 
343
+ #~ msgid "If you have any questions, please contact us via"
344
+ #~ msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
 
346
  #, fuzzy
347
  #~ msgid "installed"
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
- Version: 4.2.4
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -1430,11 +1430,11 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1430
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1431
  } ?>
1432
  <li>
1433
- <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>">
1434
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php echo htmlspecialchars( $post->post_title ); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>" src="<?php echo $image_attributes[0]; ?>" />
1435
  </a>
1436
  <div class="gallery_detail_box">
1437
- <div><?php echo htmlspecialchars( $post->post_title ); ?></div>
1438
  <div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
1439
  <a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
1440
  </div><!-- .gallery_detail_box -->
@@ -1492,7 +1492,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1492
  </a>
1493
  <?php } ?>
1494
  </p>
1495
- <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px; <?php if ( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
1496
  </div><!-- .gllr_image_block -->
1497
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
1498
  </div><!-- .gllr_image_row -->
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 4.2.5
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
1430
  $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
1431
  } ?>
1432
  <li>
1433
+ <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1434
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px;" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
1435
  </a>
1436
  <div class="gallery_detail_box">
1437
+ <div><?php the_title(); ?></div>
1438
  <div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
1439
  <a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
1440
  </div><!-- .gallery_detail_box -->
1492
  </a>
1493
  <?php } ?>
1494
  </p>
1495
+ <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px; <?php if ( 0 == $gllr_options["image_text"] ) echo "display:none;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
1496
  </div><!-- .gllr_image_block -->
1497
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
1498
  </div><!-- .gllr_image_row -->
languages/gallery-bg_BG.mo CHANGED
File without changes
languages/gallery-bg_BG.po CHANGED
File without changes
languages/gallery-cs_CZ.mo CHANGED
File without changes
languages/gallery-de_DE.mo CHANGED
File without changes
languages/gallery-de_DE.po CHANGED
File without changes
languages/gallery-fr_FR.mo CHANGED
Binary file
languages/gallery-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-09-18 13:17+0300\n"
6
- "PO-Revision-Date: 2014-09-18 13:17+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -17,699 +17,698 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:73
21
- #: gallery-plugin.php:257
22
  msgid "Gallery"
23
  msgstr "Galerie"
24
 
25
- #: gallery-plugin.php:125
26
  msgid "See images &raquo;"
27
  msgstr "Voir les images &raquo;"
28
 
29
- #: gallery-plugin.php:169
30
  msgid "requires"
31
  msgstr "requis"
32
 
33
- #: gallery-plugin.php:169
34
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
35
  msgstr "ou supérieure, c'est pourquoi il a été désactive! Merci de faire la mise à jour de WordPress et de ré-essayer!"
36
 
37
- #: gallery-plugin.php:169
38
  msgid "Back to the WordPress"
39
  msgstr "Retour à WordPress"
40
 
41
- #: gallery-plugin.php:169
42
  msgid "Plugins page"
43
  msgstr "Page des extensions"
44
 
45
- #: gallery-plugin.php:247
46
- #: gallery-plugin.php:812
47
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
48
  msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
49
 
50
- #: gallery-plugin.php:256
51
- #: gallery-plugin.php:266
52
  msgid "Galleries"
53
  msgstr "Galeries"
54
 
55
- #: gallery-plugin.php:258
56
  msgid "Add a Gallery"
57
  msgstr "Ajouter une galerie"
58
 
59
- #: gallery-plugin.php:259
60
  msgid "Add New Gallery"
61
  msgstr "Ajouter une nouvelle galerie"
62
 
63
- #: gallery-plugin.php:260
64
  msgid "Edit Gallery"
65
  msgstr "Modifier la galerie"
66
 
67
- #: gallery-plugin.php:261
68
  msgid "New Gallery"
69
  msgstr "Nouvelle galerie"
70
 
71
- #: gallery-plugin.php:262
72
  msgid "View Gallery"
73
  msgstr "Voir la galerie"
74
 
75
- #: gallery-plugin.php:263
76
  msgid "Find a Gallery"
77
  msgstr "Trouver une galerie"
78
 
79
- #: gallery-plugin.php:264
80
  msgid "No Gallery found"
81
  msgstr "Pas de galeries trouvées"
82
 
83
- #: gallery-plugin.php:321
84
  msgid "Upload File"
85
  msgstr "Envoi de fichier"
86
 
87
- #: gallery-plugin.php:322
88
  msgid "Gallery Shortcode"
89
  msgstr "Gallery Shortcode"
90
 
91
- #: gallery-plugin.php:340
92
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
93
  msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
94
 
95
- #: gallery-plugin.php:343
96
  msgid "Choose an image for upload:"
97
  msgstr "Choisir l'image à envoyer :"
98
 
99
- #: gallery-plugin.php:348
100
  msgid "Please enable JavaScript to use the file uploader."
101
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
102
 
103
- #: gallery-plugin.php:355
104
  msgid "Allow the download link for all images in this gallery"
105
  msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
106
 
107
- #: gallery-plugin.php:356
108
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
109
  msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
110
 
111
- #: gallery-plugin.php:358
112
  msgid "Please make a choice"
113
  msgstr "Merci de faire un choix"
114
 
115
- #: gallery-plugin.php:358
116
- #: gallery-plugin.php:1076
117
  msgid "Sort images by"
118
  msgstr "Trier les images par"
119
 
120
- #: gallery-plugin.php:358
121
  msgid "sort images"
122
  msgstr "trier les images"
123
 
124
- #: gallery-plugin.php:358
125
  msgid "on the plugin settings page ("
126
  msgstr "dans les paramètres de l'extension ("
127
 
128
- #: gallery-plugin.php:399
129
- #: gallery-plugin.php:620
130
  msgid "Title"
131
  msgstr "Titre"
132
 
133
- #: gallery-plugin.php:401
134
  msgid "Alt tag"
135
  msgstr "Tag Alt"
136
 
137
- #: gallery-plugin.php:402
138
  msgid "URL"
139
  msgstr "URL"
140
 
141
- #: gallery-plugin.php:402
142
  msgid "(by click on image opens a link in a new window)"
143
  msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
144
 
145
- #: gallery-plugin.php:403
146
  msgid "This setting is available in Pro version"
147
  msgstr "Ce paramètre est disponible dans la version Pro"
148
 
149
- #: gallery-plugin.php:404
150
  msgid "Open the URL"
151
  msgstr "Ouvrir le lien"
152
 
153
- #: gallery-plugin.php:404
154
  msgid "Current window"
155
  msgstr "Fenêtre courrante"
156
 
157
- #: gallery-plugin.php:404
158
  msgid "New window"
159
  msgstr "Nouvelle fenêtre"
160
 
161
- #: gallery-plugin.php:405
162
  msgid "Lightbox button URL"
163
  msgstr "URL du bouton pour Lightbox"
164
 
165
- #: gallery-plugin.php:406
166
  msgid "Description"
167
  msgstr "Description"
168
 
169
- #: gallery-plugin.php:407
170
  msgid "Delete"
171
  msgstr "Supprimer"
172
 
173
- #: gallery-plugin.php:420
174
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
175
  msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
176
 
177
- #: gallery-plugin.php:422
178
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
179
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
180
 
181
- #: gallery-plugin.php:621
182
  msgid "Author"
183
  msgstr "Auteur"
184
 
185
- #: gallery-plugin.php:622
186
  msgid "Photo"
187
  msgstr "Photo"
188
 
189
- #: gallery-plugin.php:623
190
  msgid "Publishing"
191
  msgstr "Public"
192
 
193
- #: gallery-plugin.php:624
194
- #: gallery-plugin.php:1080
195
  msgid "Date"
196
  msgstr "Date"
197
 
198
- #: gallery-plugin.php:805
199
  msgid "Settings are saved"
200
  msgstr "Paramètres sauvegardés."
201
 
202
- #: gallery-plugin.php:823
203
- #: gallery-plugin.php:855
204
  msgid "Wrong license key"
205
  msgstr "Clé de licence incorrecte"
206
 
207
- #: gallery-plugin.php:848
208
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
209
  msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
210
 
211
- #: gallery-plugin.php:857
212
  msgid "This license key is bind to another site"
213
  msgstr "La clé de licence correspond à un autre site."
214
 
215
- #: gallery-plugin.php:859
216
- #: gallery-plugin.php:1260
217
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
218
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
219
 
220
- #: gallery-plugin.php:861
221
  msgid "This license key is valid, but your license has expired."
222
  msgstr "La clé de licence est valide, mais elle a expirée."
223
 
224
- #: gallery-plugin.php:863
225
  msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
226
  msgstr "Malheuresement la licence PRO a déjà été installée sur ce domaine. La licence PRO d'évaluation peut être installée une seule fois."
227
 
228
- #: gallery-plugin.php:880
229
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
230
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
231
 
232
- #: gallery-plugin.php:886
233
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
234
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
235
 
236
- #: gallery-plugin.php:890
237
- #: gallery-plugin.php:899
238
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
239
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
240
 
241
- #: gallery-plugin.php:903
242
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
243
  msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
244
 
245
- #: gallery-plugin.php:918
246
  msgid "Please, enter Your license key"
247
  msgstr "Merci de saisir votre clé de liecence"
248
 
249
- #: gallery-plugin.php:924
250
  msgid "Gallery Settings"
251
  msgstr "Paramètres de la galerie"
252
 
253
- #: gallery-plugin.php:926
254
- #: gallery-plugin.php:1282
255
- #: gallery-plugin.php:1298
256
  msgid "Settings"
257
  msgstr "Réglages"
258
 
259
- #: gallery-plugin.php:927
260
- #: gallery-plugin.php:1283
261
  msgid "FAQ"
262
  msgstr "FAQ"
263
 
264
- #: gallery-plugin.php:928
265
  msgid "Go PRO"
266
  msgstr "Choisir la version PRO"
267
 
268
- #: gallery-plugin.php:933
269
  msgid "Notice:"
270
  msgstr "Avertissement :"
271
 
272
- #: gallery-plugin.php:933
273
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
274
  msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
275
 
276
- #: gallery-plugin.php:934
277
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
278
  msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
279
 
280
- #: gallery-plugin.php:936
281
  msgid "Please enable JavaScript to use the option to renew images."
282
  msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
283
 
284
- #: gallery-plugin.php:940
285
  msgid "Update images for gallery"
286
  msgstr "Mettre à jour les images pour la galerie"
287
 
288
- #: gallery-plugin.php:942
289
  msgid "Update images"
290
  msgstr "Mettre à jour les images"
291
 
292
- #: gallery-plugin.php:950
293
  msgid "Image size for the album cover"
294
  msgstr "Taille de la vignette de l'album"
295
 
296
- #: gallery-plugin.php:952
297
- #: gallery-plugin.php:960
298
- #: gallery-plugin.php:976
299
  msgid "Image size"
300
  msgstr "Taille de l'image"
301
 
302
- #: gallery-plugin.php:953
303
- #: gallery-plugin.php:961
304
  msgid "Width (in px)"
305
  msgstr "Largeur (en pixels)"
306
 
307
- #: gallery-plugin.php:954
308
- #: gallery-plugin.php:962
309
  msgid "Height (in px)"
310
  msgstr "Hauteur (en pixels)"
311
 
312
- #: gallery-plugin.php:958
313
  msgid "Gallery image size"
314
  msgstr "Taille de l'image de la galerie"
315
 
316
- #: gallery-plugin.php:966
317
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
318
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
319
 
320
- #: gallery-plugin.php:974
321
  msgid "Gallery image size in the lightbox"
322
  msgstr "Taille de l'image de la galerie"
323
 
324
- #: gallery-plugin.php:977
325
  msgid "Max width (in px)"
326
  msgstr "Largeur maximum (en pixels)"
327
 
328
- #: gallery-plugin.php:978
329
  msgid "Max height (in px)"
330
  msgstr "Hauteur maximum (en pixels)"
331
 
332
- #: gallery-plugin.php:979
333
  msgid "Display a full size image in the lightbox"
334
  msgstr "Afficher une image en taille normale dans la boite"
335
 
336
- #: gallery-plugin.php:983
337
  msgid "Crop position"
338
  msgstr "Point de base"
339
 
340
- #: gallery-plugin.php:985
341
  msgid "Horizontal"
342
  msgstr "Horizontale"
343
 
344
- #: gallery-plugin.php:987
345
  msgid "left"
346
  msgstr "gauche"
347
 
348
- #: gallery-plugin.php:988
349
- #: gallery-plugin.php:995
350
  msgid "center"
351
  msgstr "centré"
352
 
353
- #: gallery-plugin.php:989
354
  msgid "right"
355
  msgstr "droite"
356
 
357
- #: gallery-plugin.php:992
358
  msgid "Vertical"
359
  msgstr "Verticale"
360
 
361
- #: gallery-plugin.php:994
362
  msgid "top"
363
  msgstr "haut"
364
 
365
- #: gallery-plugin.php:996
366
  msgid "bottom"
367
  msgstr "bas"
368
 
369
- #: gallery-plugin.php:1001
370
  msgid "Lightbox background"
371
  msgstr "Fond de la boite"
372
 
373
- #: gallery-plugin.php:1003
374
  msgid "Default"
375
  msgstr "Défaut"
376
 
377
- #: gallery-plugin.php:1004
378
  msgid "Background transparency (from 0 to 1)"
379
  msgstr "Transparence du fond (de 0 à 1)"
380
 
381
- #: gallery-plugin.php:1006
382
  msgid "Select a background color"
383
  msgstr "Choisir une couleur pour le fond"
384
 
385
- #: gallery-plugin.php:1008
386
  msgid "Background color"
387
  msgstr "Couleur du fond"
388
 
389
- #: gallery-plugin.php:1015
390
- #: gallery-plugin.php:1190
391
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
392
  msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
393
 
394
- #: gallery-plugin.php:1022
395
- #: gallery-plugin.php:1197
396
  msgid "Unlock premium options by upgrading to a PRO version."
397
  msgstr "Déploquer les options premium en migrant vers la version PRO."
398
 
399
- #: gallery-plugin.php:1023
400
- #: gallery-plugin.php:1198
401
- #: gallery-plugin.php:2027
402
  msgid "Learn More"
403
  msgstr "En savoir plus"
404
 
405
- #: gallery-plugin.php:1027
406
- #: gallery-plugin.php:1202
407
  msgid "Start Your Trial"
408
  msgstr "Débuter votre essai"
409
 
410
- #: gallery-plugin.php:1028
411
- #: gallery-plugin.php:1203
412
- #: gallery-plugin.php:1257
413
- #: gallery-plugin.php:1267
414
  msgid "or"
415
  msgstr "ou"
416
 
417
- #: gallery-plugin.php:1031
418
- #: gallery-plugin.php:1206
419
  msgid "Go"
420
- msgstr "Allez"
421
 
422
- #: gallery-plugin.php:1039
423
  msgid "Images with border"
424
  msgstr "Image avec bordure"
425
 
426
- #: gallery-plugin.php:1042
427
  msgid "Border width in px, just numbers"
428
  msgstr "Taille de la bordure en pixel, juste le nombre"
429
 
430
- #: gallery-plugin.php:1044
431
- #: gallery-plugin.php:1046
432
  msgid "Select a border color"
433
  msgstr "Choisir une couleur pour la bordure"
434
 
435
- #: gallery-plugin.php:1052
436
  msgid "Number of images in the row"
437
  msgstr "Nombre d'images par ligne"
438
 
439
- #: gallery-plugin.php:1058
440
  msgid "Start slideshow"
441
  msgstr "Démarer le diaporama"
442
 
443
- #: gallery-plugin.php:1064
444
  msgid "Slideshow interval"
445
  msgstr "Interval de transition pour le diaporama"
446
 
447
- #: gallery-plugin.php:1070
448
  msgid "Use single lightbox for multiple galleries on one page"
449
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
450
 
451
- #: gallery-plugin.php:1078
452
  msgid "Attachment ID"
453
  msgstr "ID du fichier"
454
 
455
- #: gallery-plugin.php:1079
456
  msgid "Image Name"
457
  msgstr "Nom de l'image "
458
 
459
- #: gallery-plugin.php:1081
460
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
461
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
462
 
463
- #: gallery-plugin.php:1082
464
  msgid "Random"
465
  msgstr "Aléatoire"
466
 
467
- #: gallery-plugin.php:1086
468
  msgid "Sort images"
469
  msgstr "Trier les images"
470
 
471
- #: gallery-plugin.php:1088
472
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
473
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
474
 
475
- #: gallery-plugin.php:1089
476
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
477
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
478
 
479
- #: gallery-plugin.php:1093
480
- #, fuzzy
481
  msgid "Display text under the image"
482
- msgstr "Aficher le texte au dessus de l'image"
483
 
484
- #: gallery-plugin.php:1095
485
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
486
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
487
 
488
- #: gallery-plugin.php:1099
489
  msgid "Display the Back link"
490
  msgstr "Afficher le lien de retour"
491
 
492
- #: gallery-plugin.php:1105
493
  msgid "Display the Back link in the shortcode"
494
  msgstr "Afficher le lien de retour dans le code court"
495
 
496
- #: gallery-plugin.php:1111
497
  msgid "The Back link text"
498
  msgstr "Le text pour le lien de retour"
499
 
500
- #: gallery-plugin.php:1117
501
  msgid "The Back link URL"
502
  msgstr "L'URL pour le lien de retour"
503
 
504
- #: gallery-plugin.php:1119
505
  msgid "Gallery page (Page with Gallery Template)"
506
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
507
 
508
- #: gallery-plugin.php:1121
509
  msgid "(Full URL to custom page)"
510
  msgstr "(URL complète pour la page spécifique)"
511
 
512
- #: gallery-plugin.php:1125
513
  msgid "The Read More link text"
514
  msgstr "Texte pour le lien \"Read More\""
515
 
516
- #: gallery-plugin.php:1131
517
  msgid "Add gallery to the search"
518
  msgstr "Ajouter les galeries à la recherche"
519
 
520
- #: gallery-plugin.php:1136
521
  msgid "Using"
522
  msgstr "Utilisant"
523
 
524
- #: gallery-plugin.php:1136
525
  msgid "powered by"
526
  msgstr "fournis par"
527
 
528
- #: gallery-plugin.php:1139
529
- #: gallery-plugin.php:1143
530
  msgid "Using Custom Search powered by"
531
  msgstr "Utiliser les recherche personalisées fournies par"
532
 
533
- #: gallery-plugin.php:1139
534
  msgid "Activate Custom Search"
535
  msgstr "Activer les recherche personalisées"
536
 
537
- #: gallery-plugin.php:1143
538
  msgid "Download Custom Search"
539
  msgstr "Télécharger les recherches personalisées"
540
 
541
- #: gallery-plugin.php:1153
542
  msgid "Use pagination for images"
543
  msgstr "Utiliser la pagination pour les images"
544
 
545
- #: gallery-plugin.php:1156
546
  msgid "per page"
547
  msgstr "par page"
548
 
549
- #: gallery-plugin.php:1160
550
  msgid "The lightbox helper"
551
  msgstr "L'aide de lightbox"
552
 
553
- #: gallery-plugin.php:1162
554
  msgid "Do not use"
555
  msgstr "Ne pas utliser"
556
 
557
- #: gallery-plugin.php:1163
558
  msgid "Button helper"
559
  msgstr "Bouton pour l'assistant"
560
 
561
- #: gallery-plugin.php:1164
562
  msgid "Thumbnail helper"
563
  msgstr "Assistant de la galerie"
564
 
565
- #: gallery-plugin.php:1168
566
  msgid "Display Like buttons in the lightbox"
567
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
568
 
569
- #: gallery-plugin.php:1170
570
  msgid "FaceBook"
571
  msgstr "FaceBook"
572
 
573
- #: gallery-plugin.php:1171
574
  msgid "Twitter"
575
  msgstr "Twitter"
576
 
577
- #: gallery-plugin.php:1172
578
  msgid "Pinterest"
579
  msgstr "Pinterest"
580
 
581
- #: gallery-plugin.php:1173
582
  msgid "Google +1"
583
  msgstr "Google +1"
584
 
585
- #: gallery-plugin.php:1177
586
  msgid "Slug for gallery item"
587
  msgstr "Racine pour les pages des galeries"
588
 
589
- #: gallery-plugin.php:1179
590
  msgid "for any structure of permalinks except the default structure"
591
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
592
 
593
- #: gallery-plugin.php:1183
594
  msgid "Title for lightbox button"
595
  msgstr "Titre pour le bouton lightbox"
596
 
597
- #: gallery-plugin.php:1214
598
  msgid "Save Changes"
599
  msgstr "Sauvegarder"
600
 
601
- #: gallery-plugin.php:1220
602
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
603
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
604
 
605
- #: gallery-plugin.php:1221
606
  msgid "Rate the plugin"
607
  msgstr "Noter l'extension"
608
 
609
- #: gallery-plugin.php:1224
610
  msgid "If there is something wrong about it, please contact us"
611
  msgstr "Si vous avez des questions, merci de nous contacter"
612
 
613
- #: gallery-plugin.php:1235
614
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
615
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
616
 
617
- #: gallery-plugin.php:1237
618
  msgid "Please, go to"
619
  msgstr "Merci d'allez à"
620
 
621
- #: gallery-plugin.php:1237
622
  msgid "the setting page"
623
  msgstr "la page des paramètres"
624
 
625
- #: gallery-plugin.php:1238
626
  msgid "You will be redirected automatically in 5 seconds."
627
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
628
 
629
- #: gallery-plugin.php:1243
630
  msgid "You can download and activate"
631
  msgstr "Vous pouvez la télécharger et l'activer"
632
 
633
- #: gallery-plugin.php:1245
634
  msgid "version of this plugin by entering Your license key."
635
  msgstr "version de cette extension en donnant votre clé de licence."
636
 
637
- #: gallery-plugin.php:1247
638
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
639
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
640
 
641
- #: gallery-plugin.php:1249
642
  msgid "(your username is the email you specify when purchasing the product)."
643
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
644
 
645
- #: gallery-plugin.php:1257
646
- #: gallery-plugin.php:1267
647
  msgid "Activate"
648
  msgstr "Activer"
649
 
650
- #: gallery-plugin.php:1257
651
- #: gallery-plugin.php:1267
652
  msgid "Start Your Free 7-Day Trial Now"
653
  msgstr "Débuter votre période d'essai de 7 jours"
654
 
655
- #: gallery-plugin.php:1284
656
  msgid "Support"
657
  msgstr "Soutien"
658
 
659
- #: gallery-plugin.php:1387
660
  msgid "Updating images..."
661
  msgstr "Mise à jour des images..."
662
 
663
- #: gallery-plugin.php:1388
664
  msgid "No image found"
665
  msgstr "Pas d'image trouvée"
666
 
667
- #: gallery-plugin.php:1389
668
  msgid "All images are updated"
669
  msgstr "Toutes les images ont été mises à jour"
670
 
671
- #: gallery-plugin.php:1390
672
  msgid "Error."
673
  msgstr "Erreur."
674
 
675
- #: gallery-plugin.php:1423
676
- #: template/gallery-single-template.php:14
677
  msgid "Download high resolution image"
678
  msgstr "Télécharger l'image en haute résolution"
679
 
680
- #: gallery-plugin.php:1531
681
- #: template/gallery-single-template.php:77
682
  msgid "Sorry, nothing found."
683
  msgstr "Désolé, rien n'a été trouvé"
684
 
685
- #: gallery-plugin.php:1553
686
- #: template/gallery-single-template.php:104
687
  msgid "Image"
688
  msgstr "Image "
689
 
690
- #: gallery-plugin.php:1848
691
  msgid "Image size not defined"
692
  msgstr "Taille de l'image non définie"
693
 
694
- #: gallery-plugin.php:1863
695
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
696
  msgstr "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
697
 
698
- #: gallery-plugin.php:1874
699
  msgid "Image size changes not defined"
700
  msgstr "La modification de la taille n'est pas définie"
701
 
702
- #: gallery-plugin.php:1903
703
- #: gallery-plugin.php:1906
704
- #: gallery-plugin.php:1911
705
  msgid "Invalid path"
706
  msgstr "Chemin invalide"
707
 
708
- #: gallery-plugin.php:2030
709
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
710
  msgstr "Il est peut-être temps de passer votre extension <strong>Gallery</strong> vers la version <strong>PRO</strong> !"
711
 
712
- #: gallery-plugin.php:2031
713
  msgid "Extend standard plugin functionality with new great options"
714
  msgstr "Etend les fonctions standards avec de nouveaux paramètres."
715
 
@@ -809,15 +808,21 @@ msgstr "Etend les fonctions standards avec de nouveaux paramètres."
809
  #~ msgid "Sorry, email message could not be delivered."
810
  #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
811
 
 
 
 
 
 
 
 
 
 
812
  #~ msgid "Plugins"
813
  #~ msgstr "Extensions"
814
 
815
  #~ msgid "Themes"
816
  #~ msgstr "Thèmes"
817
 
818
- #~ msgid "System status"
819
- #~ msgstr "System status"
820
-
821
  #~ msgid "All"
822
  #~ msgstr "Tous"
823
 
@@ -833,12 +838,12 @@ msgstr "Etend les fonctions standards avec de nouveaux paramètres."
833
  #~ msgid "Learn more"
834
  #~ msgstr "En savoir plus"
835
 
836
- #~ msgid "DONATE"
837
- #~ msgstr "Faire un don"
838
-
839
  #~ msgid "Activate this plugin"
840
  #~ msgstr "Activer cette extension"
841
 
 
 
 
842
  #~ msgid "Recommended plugins"
843
  #~ msgstr "Extensions recommandées"
844
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-11-05 16:27+0300\n"
6
+ "PO-Revision-Date: 2014-11-05 16:28+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:67
21
+ #: gallery-plugin.php:251
22
  msgid "Gallery"
23
  msgstr "Galerie"
24
 
25
+ #: gallery-plugin.php:120
26
  msgid "See images &raquo;"
27
  msgstr "Voir les images &raquo;"
28
 
29
+ #: gallery-plugin.php:163
30
  msgid "requires"
31
  msgstr "requis"
32
 
33
+ #: gallery-plugin.php:163
34
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
35
  msgstr "ou supérieure, c'est pourquoi il a été désactive! Merci de faire la mise à jour de WordPress et de ré-essayer!"
36
 
37
+ #: gallery-plugin.php:163
38
  msgid "Back to the WordPress"
39
  msgstr "Retour à WordPress"
40
 
41
+ #: gallery-plugin.php:163
42
  msgid "Plugins page"
43
  msgstr "Page des extensions"
44
 
45
+ #: gallery-plugin.php:241
46
+ #: gallery-plugin.php:793
47
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
48
  msgstr "Les fichiers suivants \"gallery-template.php\" et \"gallery-single-template.php\" n'ont pas été trouvés dans le répertoire de votre thème. Merci de les copier depuis le répertoire `/wp-content/plugins/gallery-plugin/template/` dans le répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
49
 
50
+ #: gallery-plugin.php:250
51
+ #: gallery-plugin.php:260
52
  msgid "Galleries"
53
  msgstr "Galeries"
54
 
55
+ #: gallery-plugin.php:252
56
  msgid "Add a Gallery"
57
  msgstr "Ajouter une galerie"
58
 
59
+ #: gallery-plugin.php:253
60
  msgid "Add New Gallery"
61
  msgstr "Ajouter une nouvelle galerie"
62
 
63
+ #: gallery-plugin.php:254
64
  msgid "Edit Gallery"
65
  msgstr "Modifier la galerie"
66
 
67
+ #: gallery-plugin.php:255
68
  msgid "New Gallery"
69
  msgstr "Nouvelle galerie"
70
 
71
+ #: gallery-plugin.php:256
72
  msgid "View Gallery"
73
  msgstr "Voir la galerie"
74
 
75
+ #: gallery-plugin.php:257
76
  msgid "Find a Gallery"
77
  msgstr "Trouver une galerie"
78
 
79
+ #: gallery-plugin.php:258
80
  msgid "No Gallery found"
81
  msgstr "Pas de galeries trouvées"
82
 
83
+ #: gallery-plugin.php:315
84
  msgid "Upload File"
85
  msgstr "Envoi de fichier"
86
 
87
+ #: gallery-plugin.php:316
88
  msgid "Gallery Shortcode"
89
  msgstr "Gallery Shortcode"
90
 
91
+ #: gallery-plugin.php:334
92
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
93
  msgstr "Le répertoire temporaire de la gallery (gallery-plugin/upload/files) n'est pas autorisé en écriture par votre serveur Web. Merci d'utliser les fonctions standards de WP pour charger les images (Média)"
94
 
95
+ #: gallery-plugin.php:337
96
  msgid "Choose an image for upload:"
97
  msgstr "Choisir l'image à envoyer :"
98
 
99
+ #: gallery-plugin.php:342
100
  msgid "Please enable JavaScript to use the file uploader."
101
  msgstr "Merci d'activer JavaScript pour utiliser l'envoi de fichiers."
102
 
103
+ #: gallery-plugin.php:350
104
  msgid "Allow the download link for all images in this gallery"
105
  msgstr "Autoriser les liens de téléchargement des images dans cette galerie"
106
 
107
+ #: gallery-plugin.php:351
108
  msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
109
  msgstr "Merci d'utiliser les fonctions de glisser/déposer pour modifier l'ordre d'affichage des images. Ne pas oublier d'enregistrer l'article."
110
 
111
+ #: gallery-plugin.php:353
112
  msgid "Please make a choice"
113
  msgstr "Merci de faire un choix"
114
 
115
+ #: gallery-plugin.php:353
116
+ #: gallery-plugin.php:1057
117
  msgid "Sort images by"
118
  msgstr "Trier les images par"
119
 
120
+ #: gallery-plugin.php:353
121
  msgid "sort images"
122
  msgstr "trier les images"
123
 
124
+ #: gallery-plugin.php:353
125
  msgid "on the plugin settings page ("
126
  msgstr "dans les paramètres de l'extension ("
127
 
128
+ #: gallery-plugin.php:394
129
+ #: gallery-plugin.php:616
130
  msgid "Title"
131
  msgstr "Titre"
132
 
133
+ #: gallery-plugin.php:396
134
  msgid "Alt tag"
135
  msgstr "Tag Alt"
136
 
137
+ #: gallery-plugin.php:397
138
  msgid "URL"
139
  msgstr "URL"
140
 
141
+ #: gallery-plugin.php:397
142
  msgid "(by click on image opens a link in a new window)"
143
  msgstr "(cliquer sur l'image ouvre le lien dans une nouvelle fenêtre)"
144
 
145
+ #: gallery-plugin.php:398
146
  msgid "This setting is available in Pro version"
147
  msgstr "Ce paramètre est disponible dans la version Pro"
148
 
149
+ #: gallery-plugin.php:399
150
  msgid "Open the URL"
151
  msgstr "Ouvrir le lien"
152
 
153
+ #: gallery-plugin.php:399
154
  msgid "Current window"
155
  msgstr "Fenêtre courrante"
156
 
157
+ #: gallery-plugin.php:399
158
  msgid "New window"
159
  msgstr "Nouvelle fenêtre"
160
 
161
+ #: gallery-plugin.php:400
162
  msgid "Lightbox button URL"
163
  msgstr "URL du bouton pour Lightbox"
164
 
165
+ #: gallery-plugin.php:401
166
  msgid "Description"
167
  msgstr "Description"
168
 
169
+ #: gallery-plugin.php:402
170
  msgid "Delete"
171
  msgstr "Supprimer"
172
 
173
+ #: gallery-plugin.php:416
174
  msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
175
  msgstr "Vous pouvez ajouter la galerie dans la page ou l'article en insérant le code court dans le contenu"
176
 
177
+ #: gallery-plugin.php:418
178
  msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
179
  msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une page unique de la galerie"
180
 
181
+ #: gallery-plugin.php:617
182
  msgid "Author"
183
  msgstr "Auteur"
184
 
185
+ #: gallery-plugin.php:618
186
  msgid "Photo"
187
  msgstr "Photo"
188
 
189
+ #: gallery-plugin.php:619
190
  msgid "Publishing"
191
  msgstr "Public"
192
 
193
+ #: gallery-plugin.php:620
194
+ #: gallery-plugin.php:1061
195
  msgid "Date"
196
  msgstr "Date"
197
 
198
+ #: gallery-plugin.php:786
199
  msgid "Settings are saved"
200
  msgstr "Paramètres sauvegardés."
201
 
202
+ #: gallery-plugin.php:804
203
+ #: gallery-plugin.php:836
204
  msgid "Wrong license key"
205
  msgstr "Clé de licence incorrecte"
206
 
207
+ #: gallery-plugin.php:829
208
  msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
209
  msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
210
 
211
+ #: gallery-plugin.php:838
212
  msgid "This license key is bind to another site"
213
  msgstr "La clé de licence correspond à un autre site."
214
 
215
+ #: gallery-plugin.php:840
216
+ #: gallery-plugin.php:1241
217
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
218
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
219
 
220
+ #: gallery-plugin.php:842
221
  msgid "This license key is valid, but your license has expired."
222
  msgstr "La clé de licence est valide, mais elle a expirée."
223
 
224
+ #: gallery-plugin.php:844
225
  msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
226
  msgstr "Malheuresement la licence PRO a déjà été installée sur ce domaine. La licence PRO d'évaluation peut être installée une seule fois."
227
 
228
+ #: gallery-plugin.php:861
229
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
230
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
231
 
232
+ #: gallery-plugin.php:867
233
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
234
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
235
 
236
+ #: gallery-plugin.php:871
237
+ #: gallery-plugin.php:880
238
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
239
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
240
 
241
+ #: gallery-plugin.php:884
242
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
243
  msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
244
 
245
+ #: gallery-plugin.php:899
246
  msgid "Please, enter Your license key"
247
  msgstr "Merci de saisir votre clé de liecence"
248
 
249
+ #: gallery-plugin.php:905
250
  msgid "Gallery Settings"
251
  msgstr "Paramètres de la galerie"
252
 
253
+ #: gallery-plugin.php:907
254
+ #: gallery-plugin.php:1263
255
+ #: gallery-plugin.php:1279
256
  msgid "Settings"
257
  msgstr "Réglages"
258
 
259
+ #: gallery-plugin.php:908
260
+ #: gallery-plugin.php:1264
261
  msgid "FAQ"
262
  msgstr "FAQ"
263
 
264
+ #: gallery-plugin.php:909
265
  msgid "Go PRO"
266
  msgstr "Choisir la version PRO"
267
 
268
+ #: gallery-plugin.php:914
269
  msgid "Notice:"
270
  msgstr "Avertissement :"
271
 
272
+ #: gallery-plugin.php:914
273
  msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
274
  msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
275
 
276
+ #: gallery-plugin.php:915
277
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
278
  msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
279
 
280
+ #: gallery-plugin.php:917
281
  msgid "Please enable JavaScript to use the option to renew images."
282
  msgstr "Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
283
 
284
+ #: gallery-plugin.php:921
285
  msgid "Update images for gallery"
286
  msgstr "Mettre à jour les images pour la galerie"
287
 
288
+ #: gallery-plugin.php:923
289
  msgid "Update images"
290
  msgstr "Mettre à jour les images"
291
 
292
+ #: gallery-plugin.php:931
293
  msgid "Image size for the album cover"
294
  msgstr "Taille de la vignette de l'album"
295
 
296
+ #: gallery-plugin.php:933
297
+ #: gallery-plugin.php:941
298
+ #: gallery-plugin.php:957
299
  msgid "Image size"
300
  msgstr "Taille de l'image"
301
 
302
+ #: gallery-plugin.php:934
303
+ #: gallery-plugin.php:942
304
  msgid "Width (in px)"
305
  msgstr "Largeur (en pixels)"
306
 
307
+ #: gallery-plugin.php:935
308
+ #: gallery-plugin.php:943
309
  msgid "Height (in px)"
310
  msgstr "Hauteur (en pixels)"
311
 
312
+ #: gallery-plugin.php:939
313
  msgid "Gallery image size"
314
  msgstr "Taille de l'image de la galerie"
315
 
316
+ #: gallery-plugin.php:947
317
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
318
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
319
 
320
+ #: gallery-plugin.php:955
321
  msgid "Gallery image size in the lightbox"
322
  msgstr "Taille de l'image de la galerie"
323
 
324
+ #: gallery-plugin.php:958
325
  msgid "Max width (in px)"
326
  msgstr "Largeur maximum (en pixels)"
327
 
328
+ #: gallery-plugin.php:959
329
  msgid "Max height (in px)"
330
  msgstr "Hauteur maximum (en pixels)"
331
 
332
+ #: gallery-plugin.php:960
333
  msgid "Display a full size image in the lightbox"
334
  msgstr "Afficher une image en taille normale dans la boite"
335
 
336
+ #: gallery-plugin.php:964
337
  msgid "Crop position"
338
  msgstr "Point de base"
339
 
340
+ #: gallery-plugin.php:966
341
  msgid "Horizontal"
342
  msgstr "Horizontale"
343
 
344
+ #: gallery-plugin.php:968
345
  msgid "left"
346
  msgstr "gauche"
347
 
348
+ #: gallery-plugin.php:969
349
+ #: gallery-plugin.php:976
350
  msgid "center"
351
  msgstr "centré"
352
 
353
+ #: gallery-plugin.php:970
354
  msgid "right"
355
  msgstr "droite"
356
 
357
+ #: gallery-plugin.php:973
358
  msgid "Vertical"
359
  msgstr "Verticale"
360
 
361
+ #: gallery-plugin.php:975
362
  msgid "top"
363
  msgstr "haut"
364
 
365
+ #: gallery-plugin.php:977
366
  msgid "bottom"
367
  msgstr "bas"
368
 
369
+ #: gallery-plugin.php:982
370
  msgid "Lightbox background"
371
  msgstr "Fond de la boite"
372
 
373
+ #: gallery-plugin.php:984
374
  msgid "Default"
375
  msgstr "Défaut"
376
 
377
+ #: gallery-plugin.php:985
378
  msgid "Background transparency (from 0 to 1)"
379
  msgstr "Transparence du fond (de 0 à 1)"
380
 
381
+ #: gallery-plugin.php:987
382
  msgid "Select a background color"
383
  msgstr "Choisir une couleur pour le fond"
384
 
385
+ #: gallery-plugin.php:989
386
  msgid "Background color"
387
  msgstr "Couleur du fond"
388
 
389
+ #: gallery-plugin.php:996
390
+ #: gallery-plugin.php:1171
391
  msgid "If you upgrade to Pro version all your settings and galleries will be saved."
392
  msgstr "Si vous passez à  la version Pro, tous ces paramètres seront enregistrés."
393
 
394
+ #: gallery-plugin.php:1003
395
+ #: gallery-plugin.php:1178
396
  msgid "Unlock premium options by upgrading to a PRO version."
397
  msgstr "Déploquer les options premium en migrant vers la version PRO."
398
 
399
+ #: gallery-plugin.php:1004
400
+ #: gallery-plugin.php:1179
401
+ #: gallery-plugin.php:2008
402
  msgid "Learn More"
403
  msgstr "En savoir plus"
404
 
405
+ #: gallery-plugin.php:1008
406
+ #: gallery-plugin.php:1183
407
  msgid "Start Your Trial"
408
  msgstr "Débuter votre essai"
409
 
410
+ #: gallery-plugin.php:1009
411
+ #: gallery-plugin.php:1184
412
+ #: gallery-plugin.php:1238
413
+ #: gallery-plugin.php:1248
414
  msgid "or"
415
  msgstr "ou"
416
 
417
+ #: gallery-plugin.php:1012
418
+ #: gallery-plugin.php:1187
419
  msgid "Go"
420
+ msgstr "Passez"
421
 
422
+ #: gallery-plugin.php:1020
423
  msgid "Images with border"
424
  msgstr "Image avec bordure"
425
 
426
+ #: gallery-plugin.php:1023
427
  msgid "Border width in px, just numbers"
428
  msgstr "Taille de la bordure en pixel, juste le nombre"
429
 
430
+ #: gallery-plugin.php:1025
431
+ #: gallery-plugin.php:1027
432
  msgid "Select a border color"
433
  msgstr "Choisir une couleur pour la bordure"
434
 
435
+ #: gallery-plugin.php:1033
436
  msgid "Number of images in the row"
437
  msgstr "Nombre d'images par ligne"
438
 
439
+ #: gallery-plugin.php:1039
440
  msgid "Start slideshow"
441
  msgstr "Démarer le diaporama"
442
 
443
+ #: gallery-plugin.php:1045
444
  msgid "Slideshow interval"
445
  msgstr "Interval de transition pour le diaporama"
446
 
447
+ #: gallery-plugin.php:1051
448
  msgid "Use single lightbox for multiple galleries on one page"
449
  msgstr "Utiliser un seul diaporama pour plusieures galeries sur une seule page"
450
 
451
+ #: gallery-plugin.php:1059
452
  msgid "Attachment ID"
453
  msgstr "ID du fichier"
454
 
455
+ #: gallery-plugin.php:1060
456
  msgid "Image Name"
457
  msgstr "Nom de l'image "
458
 
459
+ #: gallery-plugin.php:1062
460
  msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
461
  msgstr "Ordre de tri (le nombre dans la fenêtre d'insertion / téléchargement de la galerie)"
462
 
463
+ #: gallery-plugin.php:1063
464
  msgid "Random"
465
  msgstr "Aléatoire"
466
 
467
+ #: gallery-plugin.php:1067
468
  msgid "Sort images"
469
  msgstr "Trier les images"
470
 
471
+ #: gallery-plugin.php:1069
472
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
473
  msgstr "ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, b, c)"
474
 
475
+ #: gallery-plugin.php:1070
476
  msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
477
  msgstr "DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
478
 
479
+ #: gallery-plugin.php:1074
 
480
  msgid "Display text under the image"
481
+ msgstr "Afficher le texte au dessous de l'image"
482
 
483
+ #: gallery-plugin.php:1076
484
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
485
  msgstr "Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
486
 
487
+ #: gallery-plugin.php:1080
488
  msgid "Display the Back link"
489
  msgstr "Afficher le lien de retour"
490
 
491
+ #: gallery-plugin.php:1086
492
  msgid "Display the Back link in the shortcode"
493
  msgstr "Afficher le lien de retour dans le code court"
494
 
495
+ #: gallery-plugin.php:1092
496
  msgid "The Back link text"
497
  msgstr "Le text pour le lien de retour"
498
 
499
+ #: gallery-plugin.php:1098
500
  msgid "The Back link URL"
501
  msgstr "L'URL pour le lien de retour"
502
 
503
+ #: gallery-plugin.php:1100
504
  msgid "Gallery page (Page with Gallery Template)"
505
  msgstr "Page de la galerie (Page avec le modèle de galerie)"
506
 
507
+ #: gallery-plugin.php:1102
508
  msgid "(Full URL to custom page)"
509
  msgstr "(URL complète pour la page spécifique)"
510
 
511
+ #: gallery-plugin.php:1106
512
  msgid "The Read More link text"
513
  msgstr "Texte pour le lien \"Read More\""
514
 
515
+ #: gallery-plugin.php:1112
516
  msgid "Add gallery to the search"
517
  msgstr "Ajouter les galeries à la recherche"
518
 
519
+ #: gallery-plugin.php:1117
520
  msgid "Using"
521
  msgstr "Utilisant"
522
 
523
+ #: gallery-plugin.php:1117
524
  msgid "powered by"
525
  msgstr "fournis par"
526
 
527
+ #: gallery-plugin.php:1120
528
+ #: gallery-plugin.php:1124
529
  msgid "Using Custom Search powered by"
530
  msgstr "Utiliser les recherche personalisées fournies par"
531
 
532
+ #: gallery-plugin.php:1120
533
  msgid "Activate Custom Search"
534
  msgstr "Activer les recherche personalisées"
535
 
536
+ #: gallery-plugin.php:1124
537
  msgid "Download Custom Search"
538
  msgstr "Télécharger les recherches personalisées"
539
 
540
+ #: gallery-plugin.php:1134
541
  msgid "Use pagination for images"
542
  msgstr "Utiliser la pagination pour les images"
543
 
544
+ #: gallery-plugin.php:1137
545
  msgid "per page"
546
  msgstr "par page"
547
 
548
+ #: gallery-plugin.php:1141
549
  msgid "The lightbox helper"
550
  msgstr "L'aide de lightbox"
551
 
552
+ #: gallery-plugin.php:1143
553
  msgid "Do not use"
554
  msgstr "Ne pas utliser"
555
 
556
+ #: gallery-plugin.php:1144
557
  msgid "Button helper"
558
  msgstr "Bouton pour l'assistant"
559
 
560
+ #: gallery-plugin.php:1145
561
  msgid "Thumbnail helper"
562
  msgstr "Assistant de la galerie"
563
 
564
+ #: gallery-plugin.php:1149
565
  msgid "Display Like buttons in the lightbox"
566
  msgstr "Afficher les boutons des réseaux sociaux dans la boite"
567
 
568
+ #: gallery-plugin.php:1151
569
  msgid "FaceBook"
570
  msgstr "FaceBook"
571
 
572
+ #: gallery-plugin.php:1152
573
  msgid "Twitter"
574
  msgstr "Twitter"
575
 
576
+ #: gallery-plugin.php:1153
577
  msgid "Pinterest"
578
  msgstr "Pinterest"
579
 
580
+ #: gallery-plugin.php:1154
581
  msgid "Google +1"
582
  msgstr "Google +1"
583
 
584
+ #: gallery-plugin.php:1158
585
  msgid "Slug for gallery item"
586
  msgstr "Racine pour les pages des galeries"
587
 
588
+ #: gallery-plugin.php:1160
589
  msgid "for any structure of permalinks except the default structure"
590
  msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
591
 
592
+ #: gallery-plugin.php:1164
593
  msgid "Title for lightbox button"
594
  msgstr "Titre pour le bouton lightbox"
595
 
596
+ #: gallery-plugin.php:1195
597
  msgid "Save Changes"
598
  msgstr "Sauvegarder"
599
 
600
+ #: gallery-plugin.php:1201
601
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
602
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
603
 
604
+ #: gallery-plugin.php:1202
605
  msgid "Rate the plugin"
606
  msgstr "Noter l'extension"
607
 
608
+ #: gallery-plugin.php:1205
609
  msgid "If there is something wrong about it, please contact us"
610
  msgstr "Si vous avez des questions, merci de nous contacter"
611
 
612
+ #: gallery-plugin.php:1216
613
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
614
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
615
 
616
+ #: gallery-plugin.php:1218
617
  msgid "Please, go to"
618
  msgstr "Merci d'allez à"
619
 
620
+ #: gallery-plugin.php:1218
621
  msgid "the setting page"
622
  msgstr "la page des paramètres"
623
 
624
+ #: gallery-plugin.php:1219
625
  msgid "You will be redirected automatically in 5 seconds."
626
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
627
 
628
+ #: gallery-plugin.php:1224
629
  msgid "You can download and activate"
630
  msgstr "Vous pouvez la télécharger et l'activer"
631
 
632
+ #: gallery-plugin.php:1226
633
  msgid "version of this plugin by entering Your license key."
634
  msgstr "version de cette extension en donnant votre clé de licence."
635
 
636
+ #: gallery-plugin.php:1228
637
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
638
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
639
 
640
+ #: gallery-plugin.php:1230
641
  msgid "(your username is the email you specify when purchasing the product)."
642
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
643
 
644
+ #: gallery-plugin.php:1238
645
+ #: gallery-plugin.php:1248
646
  msgid "Activate"
647
  msgstr "Activer"
648
 
649
+ #: gallery-plugin.php:1238
650
+ #: gallery-plugin.php:1248
651
  msgid "Start Your Free 7-Day Trial Now"
652
  msgstr "Débuter votre période d'essai de 7 jours"
653
 
654
+ #: gallery-plugin.php:1265
655
  msgid "Support"
656
  msgstr "Soutien"
657
 
658
+ #: gallery-plugin.php:1368
659
  msgid "Updating images..."
660
  msgstr "Mise à jour des images..."
661
 
662
+ #: gallery-plugin.php:1369
663
  msgid "No image found"
664
  msgstr "Pas d'image trouvée"
665
 
666
+ #: gallery-plugin.php:1370
667
  msgid "All images are updated"
668
  msgstr "Toutes les images ont été mises à jour"
669
 
670
+ #: gallery-plugin.php:1371
671
  msgid "Error."
672
  msgstr "Erreur."
673
 
674
+ #: gallery-plugin.php:1404
675
+ #: template/gallery-single-template.php:19
676
  msgid "Download high resolution image"
677
  msgstr "Télécharger l'image en haute résolution"
678
 
679
+ #: gallery-plugin.php:1512
680
+ #: template/gallery-single-template.php:84
681
  msgid "Sorry, nothing found."
682
  msgstr "Désolé, rien n'a été trouvé"
683
 
684
+ #: gallery-plugin.php:1534
685
+ #: template/gallery-single-template.php:111
686
  msgid "Image"
687
  msgstr "Image "
688
 
689
+ #: gallery-plugin.php:1829
690
  msgid "Image size not defined"
691
  msgstr "Taille de l'image non définie"
692
 
693
+ #: gallery-plugin.php:1844
694
  msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
695
  msgstr "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
696
 
697
+ #: gallery-plugin.php:1855
698
  msgid "Image size changes not defined"
699
  msgstr "La modification de la taille n'est pas définie"
700
 
701
+ #: gallery-plugin.php:1884
702
+ #: gallery-plugin.php:1887
703
+ #: gallery-plugin.php:1892
704
  msgid "Invalid path"
705
  msgstr "Chemin invalide"
706
 
707
+ #: gallery-plugin.php:2011
708
  msgid "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</strong> version!"
709
  msgstr "Il est peut-être temps de passer votre extension <strong>Gallery</strong> vers la version <strong>PRO</strong> !"
710
 
711
+ #: gallery-plugin.php:2012
712
  msgid "Extend standard plugin functionality with new great options"
713
  msgstr "Etend les fonctions standards avec de nouveaux paramètres."
714
 
808
  #~ msgid "Sorry, email message could not be delivered."
809
  #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
810
 
811
+ #~ msgid "Need help?"
812
+ #~ msgstr "Besoin d'aide ?"
813
+
814
+ #~ msgid "Client area"
815
+ #~ msgstr "Espace client"
816
+
817
+ #~ msgid "System status"
818
+ #~ msgstr "System status"
819
+
820
  #~ msgid "Plugins"
821
  #~ msgstr "Extensions"
822
 
823
  #~ msgid "Themes"
824
  #~ msgstr "Thèmes"
825
 
 
 
 
826
  #~ msgid "All"
827
  #~ msgstr "Tous"
828
 
838
  #~ msgid "Learn more"
839
  #~ msgstr "En savoir plus"
840
 
 
 
 
841
  #~ msgid "Activate this plugin"
842
  #~ msgstr "Activer cette extension"
843
 
844
+ #~ msgid "DONATE"
845
+ #~ msgstr "Faire un don"
846
+
847
  #~ msgid "Recommended plugins"
848
  #~ msgstr "Extensions recommandées"
849
 
languages/gallery-pt_BR.mo CHANGED
File without changes
languages/gallery-pt_BR.po CHANGED
File without changes
languages/gallery-ru_RU.mo CHANGED
File without changes
languages/gallery-ru_RU.po CHANGED
File without changes
languages/gallery-sk_SK.mo CHANGED
File without changes
languages/gallery-sk_SK.po CHANGED
File without changes
languages/gallery-sl_SI.mo CHANGED
File without changes
languages/gallery-sl_SI.po CHANGED
File without changes
languages/gallery-sr_RS.mo CHANGED
File without changes
languages/gallery-sr_RS.po CHANGED
File without changes
languages/gallery-tr.mo CHANGED
File without changes
languages/gallery-tr.po CHANGED
File without changes
languages/gallery-uk.mo CHANGED
File without changes
languages/gallery-uk.po CHANGED
File without changes
languages/gallery-zh_CN.mo CHANGED
File without changes
languages/gallery-zh_CN.po CHANGED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
4
  Tags: add album, add gallery, add picture, add pictures, album, foto, fotoalbum, gallery, galery, galary, gallary, gellery, gellary, gelary, gallerie, gallery decription, gallery image, image, multiple pictures, photo, photoalbum, photogallery, pictures, slide show, slideshow, upload images, upload photos, view images, view pictures, website gallery
5
  Requires at least: 3.2
6
  Tested up to: 4.0
7
- Stable tag: 4.2.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -173,6 +173,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
173
 
174
  == Changelog ==
175
 
 
 
 
 
 
176
  = V4.2.4 - 15.10.2014 =
177
  * NEW : Slovenian language file is added to the plugin.
178
 
@@ -454,6 +459,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
454
 
455
  == Upgrade Notice ==
456
 
 
 
 
457
  = V4.2.4 =
458
  Slovenian language file is added to the plugin.
459
 
4
  Tags: add album, add gallery, add picture, add pictures, album, foto, fotoalbum, gallery, galery, galary, gallary, gellery, gellary, gelary, gallerie, gallery decription, gallery image, image, multiple pictures, photo, photoalbum, photogallery, pictures, slide show, slideshow, upload images, upload photos, view images, view pictures, website gallery
5
  Requires at least: 3.2
6
  Tested up to: 4.0
7
+ Stable tag: 4.2.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
173
 
174
  == Changelog ==
175
 
176
+ = V4.2.5 - 06.11.2014 =
177
+ * Update : The French language file is updated.
178
+ * Bugfix : Image hidden title style should be corrected.
179
+ * Update: Changes were made to gallery templates to have 'password protected' functionality.
180
+
181
  = V4.2.4 - 15.10.2014 =
182
  * NEW : Slovenian language file is added to the plugin.
183
 
459
 
460
  == Upgrade Notice ==
461
 
462
+ = V4.2.5 =
463
+ The French language file is updated. Image hidden title style should be corrected. Changes were made to gallery templates to have 'password protected' functionality.
464
+
465
  = V4.2.4 =
466
  Slovenian language file is added to the plugin.
467
 
template/gallery-single-template.php CHANGED
@@ -21,61 +21,65 @@ get_header(); ?>
21
  while ( $second_query->have_posts() ) : $second_query->the_post(); ?>
22
  <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
23
  <div class="gallery_box_single entry-content">
24
- <?php the_content();
25
- $posts = get_posts( array(
26
- "showposts" => -1,
27
- "what_to_show" => "posts",
28
- "post_status" => "inherit",
29
- "post_type" => "attachment",
30
- "orderby" => $gllr_options['order_by'],
31
- "order" => $gllr_options['order'],
32
- "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
33
- "post_parent" => $post->ID
34
- ));
35
- if ( count( $posts ) > 0 ) {
36
- $count_image_block = 0; ?>
37
- <div class="gallery clearfix">
38
- <?php foreach ( $posts as $attachment ) {
39
- $key = "gllr_image_text";
40
- $link_key = "gllr_link_url";
41
- $alt_tag_key = "gllr_image_alt_tag";
42
- $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
43
- $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
44
- $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
45
- if ( 1 == $gllr_options['border_images'] ) {
46
- $gllr_border = 'border-width: ' . $gllr_options['border_images_width'] . 'px; border-color:' . $gllr_options['border_images_color'] . '';
47
- $gllr_border_images = $gllr_options['border_images_width'] * 2;
48
- } else {
49
- $gllr_border = '';
50
- $gllr_border_images = 0;
51
- }
52
- if ( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
53
- <div class="gllr_image_row">
54
- <?php } ?>
55
- <div class="gllr_image_block">
56
- <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1] + $gllr_border_images; ?>px;">
57
- <?php if ( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
58
- <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
59
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
 
 
 
 
 
60
  </a>
61
- <?php } else { ?>
62
- <a rel="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
63
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
64
- </a>
65
- <?php } ?>
66
- </p>
67
- <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px; <?php if ( 0 == $gllr_options["image_text"] ) echo "visibility:hidden;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
68
- </div><!-- .gllr_image_block -->
69
- <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
 
70
  </div><!-- .gllr_image_row -->
71
- <?php }
72
- $count_image_block++;
73
- }
74
- if ( $count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
75
- </div><!-- .gllr_image_row -->
76
- <?php } ?>
77
- </div><!-- .gallery.clearfix -->
78
- <?php } ?>
79
  </div><!-- .gallery_box_single -->
80
  <div class="gllr_clear"></div>
81
  <?php endwhile;
21
  while ( $second_query->have_posts() ) : $second_query->the_post(); ?>
22
  <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
23
  <div class="gallery_box_single entry-content">
24
+ <?php if ( ! post_password_required() ) : ?>
25
+ <?php the_content();
26
+ $posts = get_posts( array(
27
+ "showposts" => -1,
28
+ "what_to_show" => "posts",
29
+ "post_status" => "inherit",
30
+ "post_type" => "attachment",
31
+ "orderby" => $gllr_options['order_by'],
32
+ "order" => $gllr_options['order'],
33
+ "post_mime_type" => "image/jpeg,image/gif,image/jpg,image/png",
34
+ "post_parent" => $post->ID
35
+ ));
36
+ if ( count( $posts ) > 0 ) {
37
+ $count_image_block = 0; ?>
38
+ <div class="gallery clearfix">
39
+ <?php foreach ( $posts as $attachment ) {
40
+ $key = "gllr_image_text";
41
+ $link_key = "gllr_link_url";
42
+ $alt_tag_key = "gllr_image_alt_tag";
43
+ $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'photo-thumb' );
44
+ $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
45
+ $image_attributes_full = wp_get_attachment_image_src( $attachment->ID, 'full' );
46
+ if ( 1 == $gllr_options['border_images'] ) {
47
+ $gllr_border = 'border-width: ' . $gllr_options['border_images_width'] . 'px; border-color:' . $gllr_options['border_images_color'] . '';
48
+ $gllr_border_images = $gllr_options['border_images_width'] * 2;
49
+ } else {
50
+ $gllr_border = '';
51
+ $gllr_border_images = 0;
52
+ }
53
+ if ( $count_image_block % $gllr_options['custom_image_row_count'] == 0 ) { ?>
54
+ <div class="gllr_image_row">
55
+ <?php } ?>
56
+ <div class="gllr_image_block">
57
+ <p style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1] + $gllr_border_images; ?>px;">
58
+ <?php if ( ( $url_for_link = get_post_meta( $attachment->ID, $link_key, true ) ) != "" ) { ?>
59
+ <a href="<?php echo $url_for_link; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" target="_blank">
60
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" />
61
+ </a>
62
+ <?php } else { ?>
63
+ <a rel="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" >
64
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0]; ?>px;height:<?php echo $gllr_options['gllr_custom_size_px'][1][1]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo get_post_meta( $attachment->ID, $alt_tag_key, true ); ?>" title="<?php echo get_post_meta( $attachment->ID, $key, true ); ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
65
  </a>
66
+ <?php } ?>
67
+ </p>
68
+ <div style="width:<?php echo $gllr_options['gllr_custom_size_px'][1][0] + $gllr_border_images; ?>px; <?php if ( 0 == $gllr_options["image_text"] ) echo "display:none;"; ?>" class="gllr_single_image_text"><?php echo get_post_meta( $attachment->ID, $key, true ); ?>&nbsp;</div>
69
+ </div><!-- .gllr_image_block -->
70
+ <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
71
+ </div><!-- .gllr_image_row -->
72
+ <?php }
73
+ $count_image_block++;
74
+ }
75
+ if ( $count_image_block > 0 && $count_image_block%$gllr_options['custom_image_row_count'] != 0 ) { ?>
76
  </div><!-- .gllr_image_row -->
77
+ <?php } ?>
78
+ </div><!-- .gallery.clearfix -->
79
+ <?php } ?>
80
+ <?php else : ?>
81
+ <p><?php echo get_the_password_form(); ?></p>
82
+ <?php endif; ?>
 
 
83
  </div><!-- .gallery_box_single -->
84
  <div class="gllr_clear"></div>
85
  <?php endwhile;
template/gallery-template.php CHANGED
@@ -9,103 +9,109 @@ Template Name: Gallery Template
9
  <div id="container" class="site-content">
10
  <div id="content" class="hentry">
11
  <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
12
- <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
13
- echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?>
14
- <div class="gallery_box entry-content">
15
- <ul>
16
- <?php global $post, $wpdb, $wp_query, $request;
17
-
18
- if ( get_query_var( 'paged' ) ) {
19
- $paged = get_query_var( 'paged' );
20
- } elseif ( get_query_var( 'page' ) ) {
21
- $paged = get_query_var( 'page' );
22
- } else {
23
- $paged = 1;
24
- }
25
-
26
- $permalink = get_permalink();
27
- $gllr_options = get_option( 'gllr_options' );
28
- $count = 0;
29
- $per_page = $showitems = get_option( 'posts_per_page' );
30
- $count_all_albums = $wpdb->get_var( "SELECT COUNT(*) FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'gallery' AND (wp_posts.post_status = 'publish')" );
31
-
32
- if ( substr( $permalink, strlen( $permalink ) -1 ) != "/" ) {
33
- if ( strpos( $permalink, "?" ) !== false ) {
34
- $permalink = substr( $permalink, 0, strpos( $permalink, "?" ) -1 ) . "/";
35
  } else {
36
- $permalink .= "/";
37
  }
38
- }
39
 
40
- $args = array(
41
- 'post_type' => 'gallery',
42
- 'post_status' => 'publish',
43
- 'orderby' => 'post_date',
44
- 'posts_per_page' => $per_page,
45
- 'paged' => $paged
46
- );
47
- $second_query = new WP_Query( $args );
48
 
49
- if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
50
- echo pdfprnt_show_buttons_for_custom_post_type( $second_query );
51
-
52
- $request = $second_query->request;
53
-
54
- if ( $second_query->have_posts() ) :
55
- while ( $second_query->have_posts() ) : $second_query->the_post();
56
- $attachments = get_post_thumbnail_id( $post->ID );
57
- if ( empty ( $attachments ) ) {
58
- $attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
59
- $id = key( $attachments );
60
- $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
61
- } else {
62
- $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
63
- }
64
- if ( 1 == $gllr_options['border_images'] ) {
65
- $gllr_border = 'border-width: ' . $gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'; padding:0;';
66
- $gllr_border_images = $gllr_options['border_images_width'] * 2;
67
  } else {
68
- $gllr_border = 'padding:0;';
69
- $gllr_border_images = 0;
70
  }
71
- $count++; ?>
72
- <li>
73
- <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>">
74
- <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; <?php echo $gllr_border; ?>" alt="<?php echo htmlspecialchars( $post->post_title ); ?>" title="<?php echo htmlspecialchars( $post->post_title ); ?>" src="<?php echo $image_attributes[0]; ?>" />
75
- </a>
76
- <div class="gallery_detail_box">
77
- <div><?php echo htmlspecialchars( $post->post_title ); ?></div>
78
- <div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
79
- <a href="<?php echo $permalink; echo basename( get_permalink( $post->ID ) ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
80
- </div><!-- .gallery_detail_box -->
81
- <div class="gllr_clear"></div>
82
- </li>
83
- <?php endwhile;
84
- endif;
85
- wp_reset_query();
86
- $request = $wp_query->request; ?>
87
- </ul>
88
- <?php $pages = intval ( $count_all_albums / $per_page );
89
- if ( $count_all_albums % $per_page > 0 )
90
- $pages += 1;
91
- $range = 100;
92
- if ( ! $pages ) {
93
- $pages = 1;
94
- }
95
- if ( 1 != $pages ) { ?>
96
- </div><!-- .gallery_box -->
97
- <div class='gllr_clear'></div>
98
- <div class='pagination'>
99
- <?php for ( $i = 1; $i <= $pages; $i++ ) {
100
- if ( 1 != $pages && ( !( $i >= $paged + $range + 1 || $i <= $paged - $range - 1 ) || $pages <= $showitems ) ) {
101
- echo ( $paged == $i ) ? "<span class='current'>". $i ."</span>":"<a href='". get_pagenum_link($i) ."' class='inactive' >". $i ."</a>";
102
  }
103
- } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  <div class='gllr_clear'></div>
105
- </div><!-- .pagination -->
106
- <?php } else { ?>
 
 
 
 
 
 
 
 
 
 
 
 
107
  </div><!-- .gallery_box -->
108
- <?php }
109
  comments_template(); ?>
110
  </div><!-- #content -->
111
  </div><!-- #container -->
9
  <div id="container" class="site-content">
10
  <div id="content" class="hentry">
11
  <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
12
+ <?php if ( ! post_password_required() ) : ?>
13
+ <?php if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
14
+ echo pdfprnt_show_buttons_for_custom_post_type( 'post_type=gallery&orderby=post_date' ); ?>
15
+ <div class="gallery_box entry-content">
16
+ <ul>
17
+ <?php global $post, $wpdb, $wp_query, $request;
18
+
19
+ if ( get_query_var( 'paged' ) ) {
20
+ $paged = get_query_var( 'paged' );
21
+ } elseif ( get_query_var( 'page' ) ) {
22
+ $paged = get_query_var( 'page' );
 
 
 
 
 
 
 
 
 
 
 
 
23
  } else {
24
+ $paged = 1;
25
  }
 
26
 
27
+ $permalink = get_permalink();
28
+ $gllr_options = get_option( 'gllr_options' );
29
+ $count = 0;
30
+ $per_page = $showitems = get_option( 'posts_per_page' );
31
+ $count_all_albums = $wpdb->get_var( "SELECT COUNT(*) FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'gallery' AND (wp_posts.post_status = 'publish')" );
 
 
 
32
 
33
+ if ( substr( $permalink, strlen( $permalink ) -1 ) != "/" ) {
34
+ if ( strpos( $permalink, "?" ) !== false ) {
35
+ $permalink = substr( $permalink, 0, strpos( $permalink, "?" ) -1 ) . "/";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  } else {
37
+ $permalink .= "/";
 
38
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  }
40
+
41
+ $args = array(
42
+ 'post_type' => 'gallery',
43
+ 'post_status' => 'publish',
44
+ 'orderby' => 'post_date',
45
+ 'posts_per_page' => $per_page,
46
+ 'paged' => $paged
47
+ );
48
+ $second_query = new WP_Query( $args );
49
+
50
+ if ( function_exists( 'pdfprnt_show_buttons_for_custom_post_type' ) )
51
+ echo pdfprnt_show_buttons_for_custom_post_type( $second_query );
52
+
53
+ $request = $second_query->request;
54
+
55
+ if ( $second_query->have_posts() ) :
56
+ while ( $second_query->have_posts() ) : $second_query->the_post();
57
+ $attachments = get_post_thumbnail_id( $post->ID );
58
+ if ( empty ( $attachments ) ) {
59
+ $attachments = get_children( 'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
60
+ $id = key( $attachments );
61
+ $image_attributes = wp_get_attachment_image_src( $id, 'album-thumb' );
62
+ } else {
63
+ $image_attributes = wp_get_attachment_image_src( $attachments, 'album-thumb' );
64
+ }
65
+ if ( 1 == $gllr_options['border_images'] ) {
66
+ $gllr_border = 'border-width: ' . $gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'; padding:0;';
67
+ $gllr_border_images = $gllr_options['border_images_width'] * 2;
68
+ } else {
69
+ $gllr_border = 'padding:0;';
70
+ $gllr_border_images = 0;
71
+ }
72
+ $count++; ?>
73
+ <li>
74
+ <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
75
+ <img style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; <?php echo $gllr_border; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
76
+ </a>
77
+ <div class="gallery_detail_box">
78
+ <div><?php the_title(); ?></div>
79
+ <div><?php echo the_excerpt_max_charlength( 100 ); ?></div>
80
+ <a href="<?php echo $permalink; echo basename( get_permalink( $post->ID ) ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
81
+ </div><!-- .gallery_detail_box -->
82
+ <div class="gllr_clear"></div>
83
+ </li>
84
+ <?php endwhile;
85
+ endif;
86
+ wp_reset_query();
87
+ $request = $wp_query->request; ?>
88
+ </ul>
89
+ <?php $pages = intval ( $count_all_albums / $per_page );
90
+ if ( $count_all_albums % $per_page > 0 )
91
+ $pages += 1;
92
+ $range = 100;
93
+ if ( ! $pages ) {
94
+ $pages = 1;
95
+ }
96
+ if ( 1 != $pages ) { ?>
97
+ </div><!-- .gallery_box -->
98
  <div class='gllr_clear'></div>
99
+ <div class='pagination'>
100
+ <?php for ( $i = 1; $i <= $pages; $i++ ) {
101
+ if ( 1 != $pages && ( !( $i >= $paged + $range + 1 || $i <= $paged - $range - 1 ) || $pages <= $showitems ) ) {
102
+ echo ( $paged == $i ) ? "<span class='current'>". $i ."</span>":"<a href='". get_pagenum_link($i) ."' class='inactive' >". $i ."</a>";
103
+ }
104
+ } ?>
105
+ <div class='gllr_clear'></div>
106
+ </div><!-- .pagination -->
107
+ <?php } else { ?>
108
+ </div><!-- .gallery_box -->
109
+ <?php }
110
+ else : ?>
111
+ <div class="gallery_box entry-content">
112
+ <p><?php echo get_the_password_form(); ?></p>
113
  </div><!-- .gallery_box -->
114
+ <?php endif;
115
  comments_template(); ?>
116
  </div><!-- #content -->
117
  </div><!-- #container -->